<?php
namespace ContainerGEMEde9;
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.session' => 'get_Container_Private_SessionService',
'.container.private.twig' => 'get_Container_Private_TwigService',
'.container.private.validator' => 'get_Container_Private_ValidatorService',
'cache.app' => 'getCache_AppService',
'cache.system' => 'getCache_SystemService',
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'event_dispatcher' => 'getEventDispatcherService',
'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
'http_kernel' => 'getHttpKernelService',
'jms_serializer' => 'getJmsSerializerService',
'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
'liip_imagine.cache.resolver.invoices' => 'getLiipImagine_Cache_Resolver_InvoicesService',
'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'translator' => 'getTranslatorService',
'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',
'.container.private.serializer' => 'get_Container_Private_SerializerService',
'App\\Controller\\Admin\\AccountOpeningRequestController' => 'getAccountOpeningRequestControllerService',
'App\\Controller\\Admin\\AdminUserController' => 'getAdminUserControllerService',
'App\\Controller\\Admin\\ApiClientController' => 'getApiClientControllerService',
'App\\Controller\\Admin\\BatchController' => 'getBatchControllerService',
'App\\Controller\\Admin\\CategoryController' => 'getCategoryControllerService',
'App\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
'App\\Controller\\Admin\\CustomerController' => 'getCustomerControllerService',
'App\\Controller\\Admin\\CustomerGroupController' => 'getCustomerGroupControllerService',
'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
'App\\Controller\\Admin\\DeleteController' => 'getDeleteControllerService',
'App\\Controller\\Admin\\DeliveryModelController' => 'getDeliveryModelControllerService',
'App\\Controller\\Admin\\HomeController' => 'getHomeControllerService',
'App\\Controller\\Admin\\InvoiceBatchController' => 'getInvoiceBatchControllerService',
'App\\Controller\\Admin\\LabelController' => 'getLabelControllerService',
'App\\Controller\\Admin\\MarketInfoController' => 'getMarketInfoControllerService',
'App\\Controller\\Admin\\MessageController' => 'getMessageControllerService',
'App\\Controller\\Admin\\OrderController' => 'getOrderControllerService',
'App\\Controller\\Admin\\PageCMSController' => 'getPageCMSControllerService',
'App\\Controller\\Admin\\PriceOptimizedBatchController' => 'getPriceOptimizedBatchControllerService',
'App\\Controller\\Admin\\PriceOptimizedController' => 'getPriceOptimizedControllerService',
'App\\Controller\\Admin\\ProductFeaturingController' => 'getProductFeaturingControllerService',
'App\\Controller\\Admin\\ProductServiceController' => 'getProductServiceControllerService',
'App\\Controller\\Admin\\ProductsBatchController' => 'getProductsBatchControllerService',
'App\\Controller\\Admin\\ProductsController' => 'getProductsControllerService',
'App\\Controller\\Admin\\RegistrationController' => 'getRegistrationControllerService',
'App\\Controller\\Admin\\SandboxController' => 'getSandboxControllerService',
'App\\Controller\\Admin\\SearchController' => 'getSearchControllerService',
'App\\Controller\\Admin\\SimulationController' => 'getSimulationControllerService',
'App\\Controller\\Admin\\SpecialOfferController' => 'getSpecialOfferControllerService',
'App\\Controller\\Admin\\StatsController' => 'getStatsControllerService',
'App\\Controller\\Admin\\SupplierController' => 'getSupplierControllerService',
'App\\Controller\\Admin\\SupplierCustomerController' => 'getSupplierCustomerControllerService',
'App\\Controller\\Admin\\SupplierCustomerLinkRequestController' => 'getSupplierCustomerLinkRequestControllerService',
'App\\Controller\\Admin\\TagController' => 'getTagControllerService',
'App\\Controller\\Admin\\TraceController' => 'getTraceControllerService',
'App\\Controller\\Admin\\TutorialController' => 'getTutorialControllerService',
'App\\Controller\\Admin\\UserController' => 'getUserControllerService',
'App\\Controller\\Api\\ApiController' => 'getApiControllerService',
'App\\Controller\\Api\\CustomerController' => 'getCustomerController2Service',
'App\\Controller\\Api\\CustomerGroupController' => 'getCustomerGroupController2Service',
'App\\Controller\\Api\\OrderController' => 'getOrderController2Service',
'App\\Controller\\Api\\StaffController' => 'getStaffControllerService',
'App\\Controller\\Api\\SupplierController' => 'getSupplierController2Service',
'App\\Controller\\Common\\GoogleChatController' => 'getGoogleChatControllerService',
'App\\Controller\\Common\\InvoiceController' => 'getInvoiceControllerService',
'App\\Controller\\Front\\AccessTokenController' => 'getAccessTokenControllerService',
'App\\Controller\\Front\\CartController' => 'getCartControllerService',
'App\\Controller\\Front\\GuestProductController' => 'getGuestProductControllerService',
'App\\Controller\\Front\\HomeController' => 'getHomeController2Service',
'App\\Controller\\Front\\ImpersonateController' => 'getImpersonateControllerService',
'App\\Controller\\Front\\InvitationController' => 'getInvitationControllerService',
'App\\Controller\\Front\\InvoiceController' => 'getInvoiceController2Service',
'App\\Controller\\Front\\MessageController' => 'getMessageController2Service',
'App\\Controller\\Front\\OrderController' => 'getOrderController3Service',
'App\\Controller\\Front\\PageCMSController' => 'getPageCMSController2Service',
'App\\Controller\\Front\\ProductController' => 'getProductControllerService',
'App\\Controller\\Front\\ProductsListController' => 'getProductsListControllerService',
'App\\Controller\\Front\\RegistrationController' => 'getRegistrationController2Service',
'App\\Controller\\Front\\SandboxController' => 'getSandboxController2Service',
'App\\Controller\\Front\\SearchController' => 'getSearchController2Service',
'App\\Controller\\Front\\ShopController' => 'getShopControllerService',
'App\\Controller\\Front\\SupplierController' => 'getSupplierController3Service',
'App\\Controller\\Front\\TutorialController' => 'getTutorialController2Service',
'App\\Controller\\Front\\UserController' => 'getUserController2Service',
'App\\Controller\\Front\\WelcomeController' => 'getWelcomeControllerService',
'App\\Controller\\InvoiceProcessingProvider\\GuestProductController' => 'getGuestProductController2Service',
'App\\Controller\\InvoiceProcessingProvider\\HomeController' => 'getHomeController3Service',
'App\\Controller\\InvoiceProcessingProvider\\InvoiceBatchController' => 'getInvoiceBatchController2Service',
'App\\Controller\\InvoiceProcessingProvider\\InvoiceController' => 'getInvoiceController3Service',
'App\\Controller\\InvoiceProcessingProvider\\SupplierController' => 'getSupplierController4Service',
'App\\Controller\\ResettingController' => 'getResettingControllerService',
'App\\Controller\\SandboxController' => 'getSandboxController3Service',
'App\\Controller\\SecurityController' => 'getSecurityControllerService',
'App\\Controller\\Suppliers\\EmailAddressController' => 'getEmailAddressControllerService',
'App\\Model\\Dashboard\\CustomerDashboard' => 'getCustomerDashboardService',
'App\\RegisterBundle\\Controller\\Api\\ApiController' => 'getApiController2Service',
'App\\RegisterBundle\\Controller\\Api\\FirebaseTokenController' => 'getFirebaseTokenControllerService',
'App\\RegisterBundle\\Controller\\Api\\RegisterController' => 'getRegisterControllerService',
'App\\RegisterBundle\\Controller\\Api\\SupplierController' => 'getSupplierController5Service',
'App\\StatsBundle\\Controller\\StatController' => 'getStatControllerService',
'App\\SupplierApiBundle\\Controller\\Api\\ApiController' => 'getApiController3Service',
'App\\SupplierApiBundle\\Controller\\Api\\MiscController' => 'getMiscControllerService',
'App\\SupplierApiBundle\\Controller\\Api\\OrderController' => 'getOrderController4Service',
'App\\SupplierApiBundle\\Controller\\Api\\ProductController' => 'getProductController2Service',
'App\\SupplierApiBundle\\Controller\\Api\\SecurityController' => 'getSecurityController2Service',
'App\\SupplierApiBundle\\Services\\OrderService' => 'getOrderServiceService',
'App\\SupplierApiBundle\\Services\\WebhookService' => 'getWebhookServiceService',
'App\\Utils\\Admin\\ExportOptimizedPrices' => 'getExportOptimizedPricesService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'FOS\\UserBundle\\Form\\Factory\\FactoryInterface' => 'getFactoryInterfaceService',
'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
'Omines\\DataTablesBundle\\DataTableFactory' => 'getDataTableFactoryService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache_warmer' => 'getCacheWarmerService',
'console.command.public_alias.App\\Command\\Action\\AttachInvoiceToBatchCommand' => 'getAttachInvoiceToBatchCommandService',
'console.command.public_alias.App\\Command\\Action\\BuildCustomerLatLngCommand' => 'getBuildCustomerLatLngCommandService',
'console.command.public_alias.App\\Command\\Action\\BuildProdBoughtByCustomerOccurenceCommand' => 'getBuildProdBoughtByCustomerOccurenceCommandService',
'console.command.public_alias.App\\Command\\Action\\CRMWebhookCommand' => 'getCRMWebhookCommandService',
'console.command.public_alias.App\\Command\\Action\\ExportOrderItemsQueueCommand' => 'getExportOrderItemsQueueCommandService',
'console.command.public_alias.App\\Command\\Action\\ExportProductsQueueCommand' => 'getExportProductsQueueCommandService',
'console.command.public_alias.App\\Command\\Action\\ExportSupplierCustomerQueueCommand' => 'getExportSupplierCustomerQueueCommandService',
'console.command.public_alias.App\\Command\\Action\\MessagematchRefreshCommand' => 'getMessagematchRefreshCommandService',
'console.command.public_alias.App\\Command\\Action\\OrderWebhookCommand' => 'getOrderWebhookCommandService',
'console.command.public_alias.App\\Command\\BuildMergeUnitsPreparationCommand' => 'getBuildMergeUnitsPreparationCommandService',
'console.command.public_alias.App\\Command\\BuildOrderDeliveryDetailsCommand' => 'getBuildOrderDeliveryDetailsCommandService',
'console.command.public_alias.App\\Command\\BuildOrderSalePersonCommand' => 'getBuildOrderSalePersonCommandService',
'console.command.public_alias.App\\Command\\BuildOriginImageFromVariationCommand' => 'getBuildOriginImageFromVariationCommandService',
'console.command.public_alias.App\\Command\\BuildPartnerSuppliersProductFamiliesCommand' => 'getBuildPartnerSuppliersProductFamiliesCommandService',
'console.command.public_alias.App\\Command\\BuildProductIdCopyOnOrderItemCommand' => 'getBuildProductIdCopyOnOrderItemCommandService',
'console.command.public_alias.App\\Command\\BuildProductUnitCommand' => 'getBuildProductUnitCommandService',
'console.command.public_alias.App\\Command\\BuildProductVariationsCommand' => 'getBuildProductVariationsCommandService',
'console.command.public_alias.App\\Command\\BuildServicesOnProductsCommand' => 'getBuildServicesOnProductsCommandService',
'console.command.public_alias.App\\Command\\BuildSupplierPartnerCommand' => 'getBuildSupplierPartnerCommandService',
'console.command.public_alias.App\\Command\\CleanPriceOptimizedCommand' => 'getCleanPriceOptimizedCommandService',
'console.command.public_alias.App\\Command\\CleanPriceOptimizedStartDateCommand' => 'getCleanPriceOptimizedStartDateCommandService',
'console.command.public_alias.App\\Command\\ConvertValuesTypeCommand' => 'getConvertValuesTypeCommandService',
'console.command.public_alias.App\\Command\\Cron\\AvgTurnoverEventToDispatcherCommand' => 'getAvgTurnoverEventToDispatcherCommandService',
'console.command.public_alias.App\\Command\\Cron\\BroadcastWeatherMsgCommand' => 'getBroadcastWeatherMsgCommandService',
'console.command.public_alias.App\\Command\\Cron\\DisableEndingPromoProductCommand' => 'getDisableEndingPromoProductCommandService',
'console.command.public_alias.App\\Command\\Cron\\SendMessageNotificationCommand' => 'getSendMessageNotificationCommandService',
'console.command.public_alias.App\\Command\\Cron\\SendReportingEndingOptimizedPricesCommand' => 'getSendReportingEndingOptimizedPricesCommandService',
'console.command.public_alias.App\\Command\\ExecuteNextActionCommand' => 'getExecuteNextActionCommandService',
'console.command.public_alias.App\\Command\\GeneratePasswordCommand' => 'getGeneratePasswordCommandService',
'console.command.public_alias.App\\Command\\IndexProductsCommand' => 'getIndexProductsCommandService',
'console.command.public_alias.App\\Command\\OneShot\\AddFavoritesProductsToCustomerFromCustomer' => 'getAddFavoritesProductsToCustomerFromCustomerService',
'console.command.public_alias.App\\Command\\OneShot\\AddFavoritesProductsToCustomerGroupCommand' => 'getAddFavoritesProductsToCustomerGroupCommandService',
'console.command.public_alias.App\\Command\\OneShot\\AddHashToOrdersCommand' => 'getAddHashToOrdersCommandService',
'console.command.public_alias.App\\Command\\OneShot\\AddLabelsCommand' => 'getAddLabelsCommandService',
'console.command.public_alias.App\\Command\\OneShot\\AddProdTypeToOrderItemCommand' => 'getAddProdTypeToOrderItemCommandService',
'console.command.public_alias.App\\Command\\OneShot\\AllAdminsCanSeePricesCommand' => 'getAllAdminsCanSeePricesCommandService',
'console.command.public_alias.App\\Command\\OneShot\\AttributeAnAdminUserToCustomerGroupsCommand' => 'getAttributeAnAdminUserToCustomerGroupsCommandService',
'console.command.public_alias.App\\Command\\OneShot\\BuildDefaultDeliveryModelCommand' => 'getBuildDefaultDeliveryModelCommandService',
'console.command.public_alias.App\\Command\\OneShot\\BuildSuppliersDeliveryAreaCommand' => 'getBuildSuppliersDeliveryAreaCommandService',
'console.command.public_alias.App\\Command\\OneShot\\CheckGroupAdminCommand' => 'getCheckGroupAdminCommandService',
'console.command.public_alias.App\\Command\\OneShot\\CheckZohoOrderMappingCommand' => 'getCheckZohoOrderMappingCommandService',
'console.command.public_alias.App\\Command\\OneShot\\CleanCartsWithoutItemsCommand' => 'getCleanCartsWithoutItemsCommandService',
'console.command.public_alias.App\\Command\\OneShot\\CleanEOYProductsPricesCommand' => 'getCleanEOYProductsPricesCommandService',
'console.command.public_alias.App\\Command\\OneShot\\CleanOrdersSalesPersonCommand' => 'getCleanOrdersSalesPersonCommandService',
'console.command.public_alias.App\\Command\\OneShot\\CleanSpecificCustomersCommand' => 'getCleanSpecificCustomersCommandService',
'console.command.public_alias.App\\Command\\OneShot\\CleanWithBadImageProductsCommand' => 'getCleanWithBadImageProductsCommandService',
'console.command.public_alias.App\\Command\\OneShot\\CloneNonPartnerConfirmedProductsAsGuestProductsCommand' => 'getCloneNonPartnerConfirmedProductsAsGuestProductsCommandService',
'console.command.public_alias.App\\Command\\OneShot\\CompareRevenueCommand' => 'getCompareRevenueCommandService',
'console.command.public_alias.App\\Command\\OneShot\\DebugOrderDashboardCommand' => 'getDebugOrderDashboardCommandService',
'console.command.public_alias.App\\Command\\OneShot\\DispatchCustomerGroupsCreationCommand' => 'getDispatchCustomerGroupsCreationCommandService',
'console.command.public_alias.App\\Command\\OneShot\\DispatchCustomerLinkGroupCommand' => 'getDispatchCustomerLinkGroupCommandService',
'console.command.public_alias.App\\Command\\OneShot\\EOYProductsPanoramaCommand' => 'getEOYProductsPanoramaCommandService',
'console.command.public_alias.App\\Command\\OneShot\\FixBrandSearchCommand' => 'getFixBrandSearchCommandService',
'console.command.public_alias.App\\Command\\OneShot\\FixDeliveryModelsCommand' => 'getFixDeliveryModelsCommandService',
'console.command.public_alias.App\\Command\\OneShot\\FromSimuToMercuCommand' => 'getFromSimuToMercuCommandService',
'console.command.public_alias.App\\Command\\OneShot\\IndexOrderItemsCommand' => 'getIndexOrderItemsCommandService',
'console.command.public_alias.App\\Command\\OneShot\\ListCustomersUsingGuestSuppliersCommand' => 'getListCustomersUsingGuestSuppliersCommandService',
'console.command.public_alias.App\\Command\\OneShot\\ListProductWithImageNotOnDiskCommand' => 'getListProductWithImageNotOnDiskCommandService',
'console.command.public_alias.App\\Command\\OneShot\\MergeCustomerGroupsCommand' => 'getMergeCustomerGroupsCommandService',
'console.command.public_alias.App\\Command\\OneShot\\PlugTagsOnOrderItemsCommand' => 'getPlugTagsOnOrderItemsCommandService',
'console.command.public_alias.App\\Command\\OneShot\\PostCovidIndicatorsCommand' => 'getPostCovidIndicatorsCommandService',
'console.command.public_alias.App\\Command\\OneShot\\RebuildProductFeaturingOnOrderItemsCommand' => 'getRebuildProductFeaturingOnOrderItemsCommandService',
'console.command.public_alias.App\\Command\\OneShot\\RebuildVariationBasedOnOrdersCommand' => 'getRebuildVariationBasedOnOrdersCommandService',
'console.command.public_alias.App\\Command\\OneShot\\RemoveOptiPriceAndFavoritesFromCustomerCommand' => 'getRemoveOptiPriceAndFavoritesFromCustomerCommandService',
'console.command.public_alias.App\\Command\\OneShot\\RemoveProdsCommand' => 'getRemoveProdsCommandService',
'console.command.public_alias.App\\Command\\OneShot\\SandboxCommand' => 'getSandboxCommandService',
'console.command.public_alias.App\\Command\\OneShot\\SendAllSupplierCRMInfosCommand' => 'getSendAllSupplierCRMInfosCommandService',
'console.command.public_alias.App\\Command\\OneShot\\TagEndOfYearCommand' => 'getTagEndOfYearCommandService',
'console.command.public_alias.App\\Command\\OneShot\\UpdatePrestachefIdInZohoCommand' => 'getUpdatePrestachefIdInZohoCommandService',
'console.command.public_alias.App\\Command\\OneShot\\UpdateTagsFieldOnExistingProductsCommand' => 'getUpdateTagsFieldOnExistingProductsCommandService',
'console.command.public_alias.App\\Command\\OneShot\\VerifyOrderDispatchCommand' => 'getVerifyOrderDispatchCommandService',
'console.command.public_alias.App\\Command\\PeRefreshProdAssetsCommand' => 'getPeRefreshProdAssetsCommandService',
'console.command.public_alias.App\\Command\\RegenerateSlugCommand' => 'getRegenerateSlugCommandService',
'console.command.public_alias.App\\Command\\RemoveCustomerCommand' => 'getRemoveCustomerCommandService',
'console.command.public_alias.App\\Command\\RemoveProductsFromSupplierCommand' => 'getRemoveProductsFromSupplierCommandService',
'console.command.public_alias.App\\Command\\RemoveSupplierCommand' => 'getRemoveSupplierCommandService',
'console.command.public_alias.App\\Command\\RemoveTimeoutCartCommand' => 'getRemoveTimeoutCartCommandService',
'console.command.public_alias.App\\Command\\ValidateAllProductsCommand' => 'getValidateAllProductsCommandService',
'console.command.public_alias.App\\DispatcherBridgeBundle\\Command\\SendEventCommand' => 'getSendEventCommandService',
'console.command.public_alias.App\\StatsBundle\\Command\\BuildValuesCommand' => 'getBuildValuesCommandService',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'doctrine.dbal.extranet_malys_connection' => 'getDoctrine_Dbal_ExtranetMalysConnectionService',
'eight_points_guzzle.client.dark_sky' => 'getEightPointsGuzzle_Client_DarkSkyService',
'eight_points_guzzle.client.dumb_dispatcher' => 'getEightPointsGuzzle_Client_DumbDispatcherService',
'eight_points_guzzle.client.open_weather_map' => 'getEightPointsGuzzle_Client_OpenWeatherMapService',
'eight_points_guzzle.formatter' => 'getEightPointsGuzzle_FormatterService',
'eight_points_guzzle.handler_stack.dark_sky' => 'getEightPointsGuzzle_HandlerStack_DarkSkyService',
'eight_points_guzzle.handler_stack.dumb_dispatcher' => 'getEightPointsGuzzle_HandlerStack_DumbDispatcherService',
'eight_points_guzzle.handler_stack.open_weather_map' => 'getEightPointsGuzzle_HandlerStack_OpenWeatherMapService',
'eight_points_guzzle.middleware.event_dispatch.dark_sky' => 'getEightPointsGuzzle_Middleware_EventDispatch_DarkSkyService',
'eight_points_guzzle.middleware.event_dispatch.dumb_dispatcher' => 'getEightPointsGuzzle_Middleware_EventDispatch_DumbDispatcherService',
'eight_points_guzzle.middleware.event_dispatch.open_weather_map' => 'getEightPointsGuzzle_Middleware_EventDispatch_OpenWeatherMapService',
'eight_points_guzzle.middleware.log.dark_sky' => 'getEightPointsGuzzle_Middleware_Log_DarkSkyService',
'eight_points_guzzle.middleware.log.dumb_dispatcher' => 'getEightPointsGuzzle_Middleware_Log_DumbDispatcherService',
'eight_points_guzzle.middleware.log.open_weather_map' => 'getEightPointsGuzzle_Middleware_Log_OpenWeatherMapService',
'eight_points_guzzle.middleware.profile.dark_sky' => 'getEightPointsGuzzle_Middleware_Profile_DarkSkyService',
'eight_points_guzzle.middleware.profile.dumb_dispatcher' => 'getEightPointsGuzzle_Middleware_Profile_DumbDispatcherService',
'eight_points_guzzle.middleware.profile.open_weather_map' => 'getEightPointsGuzzle_Middleware_Profile_OpenWeatherMapService',
'eight_points_guzzle.middleware.request_time.dark_sky' => 'getEightPointsGuzzle_Middleware_RequestTime_DarkSkyService',
'eight_points_guzzle.middleware.request_time.dumb_dispatcher' => 'getEightPointsGuzzle_Middleware_RequestTime_DumbDispatcherService',
'eight_points_guzzle.middleware.request_time.open_weather_map' => 'getEightPointsGuzzle_Middleware_RequestTime_OpenWeatherMapService',
'eight_points_guzzle.middleware.symfony_log' => 'getEightPointsGuzzle_Middleware_SymfonyLogService',
'eight_points_guzzle.symfony_log_formatter' => 'getEightPointsGuzzle_SymfonyLogFormatterService',
'error_controller' => 'getErrorControllerService',
'fos_elastica.client.default' => 'getFosElastica_Client_DefaultService',
'fos_elastica.config_manager' => 'getFosElastica_ConfigManagerService',
'fos_elastica.config_manager.index_templates' => 'getFosElastica_ConfigManager_IndexTemplatesService',
'fos_elastica.elastica_to_model_transformer.collection.app' => 'getFosElastica_ElasticaToModelTransformer_Collection_AppService',
'fos_elastica.elastica_to_model_transformer.collection.backoffice' => 'getFosElastica_ElasticaToModelTransformer_Collection_BackofficeService',
'fos_elastica.elastica_to_model_transformer.collection.front_users' => 'getFosElastica_ElasticaToModelTransformer_Collection_FrontUsersService',
'fos_elastica.elastica_to_model_transformer.collection.order_analysis_items' => 'getFosElastica_ElasticaToModelTransformer_Collection_OrderAnalysisItemsService',
'fos_elastica.elastica_to_model_transformer.collection.suppliers' => 'getFosElastica_ElasticaToModelTransformer_Collection_SuppliersService',
'fos_elastica.filter_objects_listener' => 'getFosElastica_FilterObjectsListenerService',
'fos_elastica.finder.app' => 'getFosElastica_Finder_AppService',
'fos_elastica.finder.app.product' => 'getFosElastica_Finder_App_ProductService',
'fos_elastica.finder.backoffice' => 'getFosElastica_Finder_BackofficeService',
'fos_elastica.finder.backoffice.customer' => 'getFosElastica_Finder_Backoffice_CustomerService',
'fos_elastica.finder.backoffice.customer_group' => 'getFosElastica_Finder_Backoffice_CustomerGroupService',
'fos_elastica.finder.backoffice.product' => 'getFosElastica_Finder_Backoffice_ProductService',
'fos_elastica.finder.backoffice.simulation' => 'getFosElastica_Finder_Backoffice_SimulationService',
'fos_elastica.finder.backoffice.supplier' => 'getFosElastica_Finder_Backoffice_SupplierService',
'fos_elastica.finder.backoffice.supplier_customer_link' => 'getFosElastica_Finder_Backoffice_SupplierCustomerLinkService',
'fos_elastica.finder.backoffice.user' => 'getFosElastica_Finder_Backoffice_UserService',
'fos_elastica.finder.front_users' => 'getFosElastica_Finder_FrontUsersService',
'fos_elastica.finder.front_users.user' => 'getFosElastica_Finder_FrontUsers_UserService',
'fos_elastica.finder.order_analysis_items' => 'getFosElastica_Finder_OrderAnalysisItemsService',
'fos_elastica.finder.order_analysis_items.order_item' => 'getFosElastica_Finder_OrderAnalysisItems_OrderItemService',
'fos_elastica.finder.suppliers' => 'getFosElastica_Finder_SuppliersService',
'fos_elastica.finder.suppliers.supplier' => 'getFosElastica_Finder_Suppliers_SupplierService',
'fos_elastica.in_place_pager_persister' => 'getFosElastica_InPlacePagerPersisterService',
'fos_elastica.index.app' => 'getFosElastica_Index_AppService',
'fos_elastica.index.app.product' => 'getFosElastica_Index_App_ProductService',
'fos_elastica.index.backoffice' => 'getFosElastica_Index_BackofficeService',
'fos_elastica.index.backoffice.customer' => 'getFosElastica_Index_Backoffice_CustomerService',
'fos_elastica.index.backoffice.customer_group' => 'getFosElastica_Index_Backoffice_CustomerGroupService',
'fos_elastica.index.backoffice.product' => 'getFosElastica_Index_Backoffice_ProductService',
'fos_elastica.index.backoffice.simulation' => 'getFosElastica_Index_Backoffice_SimulationService',
'fos_elastica.index.backoffice.supplier' => 'getFosElastica_Index_Backoffice_SupplierService',
'fos_elastica.index.backoffice.supplier_customer_link' => 'getFosElastica_Index_Backoffice_SupplierCustomerLinkService',
'fos_elastica.index.backoffice.user' => 'getFosElastica_Index_Backoffice_UserService',
'fos_elastica.index.front_users' => 'getFosElastica_Index_FrontUsersService',
'fos_elastica.index.front_users.user' => 'getFosElastica_Index_FrontUsers_UserService',
'fos_elastica.index.order_analysis_items' => 'getFosElastica_Index_OrderAnalysisItemsService',
'fos_elastica.index.order_analysis_items.order_item' => 'getFosElastica_Index_OrderAnalysisItems_OrderItemService',
'fos_elastica.index.suppliers' => 'getFosElastica_Index_SuppliersService',
'fos_elastica.index.suppliers.supplier' => 'getFosElastica_Index_Suppliers_SupplierService',
'fos_elastica.index_manager' => 'getFosElastica_IndexManagerService',
'fos_elastica.index_template_manager' => 'getFosElastica_IndexTemplateManagerService',
'fos_elastica.manager.orm' => 'getFosElastica_Manager_OrmService',
'fos_elastica.object_persister.app.product' => 'getFosElastica_ObjectPersister_App_ProductService',
'fos_elastica.object_persister.backoffice.customer' => 'getFosElastica_ObjectPersister_Backoffice_CustomerService',
'fos_elastica.object_persister.backoffice.customer_group' => 'getFosElastica_ObjectPersister_Backoffice_CustomerGroupService',
'fos_elastica.object_persister.backoffice.product' => 'getFosElastica_ObjectPersister_Backoffice_ProductService',
'fos_elastica.object_persister.backoffice.simulation' => 'getFosElastica_ObjectPersister_Backoffice_SimulationService',
'fos_elastica.object_persister.backoffice.supplier' => 'getFosElastica_ObjectPersister_Backoffice_SupplierService',
'fos_elastica.object_persister.backoffice.supplier_customer_link' => 'getFosElastica_ObjectPersister_Backoffice_SupplierCustomerLinkService',
'fos_elastica.object_persister.backoffice.user' => 'getFosElastica_ObjectPersister_Backoffice_UserService',
'fos_elastica.object_persister.front_users.user' => 'getFosElastica_ObjectPersister_FrontUsers_UserService',
'fos_elastica.object_persister.order_analysis_items.order_item' => 'getFosElastica_ObjectPersister_OrderAnalysisItems_OrderItemService',
'fos_elastica.object_persister.suppliers.supplier' => 'getFosElastica_ObjectPersister_Suppliers_SupplierService',
'fos_elastica.pager_persister_registry' => 'getFosElastica_PagerPersisterRegistryService',
'fos_elastica.pager_provider.app.product' => 'getFosElastica_PagerProvider_App_ProductService',
'fos_elastica.pager_provider.backoffice.customer' => 'getFosElastica_PagerProvider_Backoffice_CustomerService',
'fos_elastica.pager_provider.backoffice.customer_group' => 'getFosElastica_PagerProvider_Backoffice_CustomerGroupService',
'fos_elastica.pager_provider.backoffice.product' => 'getFosElastica_PagerProvider_Backoffice_ProductService',
'fos_elastica.pager_provider.backoffice.simulation' => 'getFosElastica_PagerProvider_Backoffice_SimulationService',
'fos_elastica.pager_provider.backoffice.supplier' => 'getFosElastica_PagerProvider_Backoffice_SupplierService',
'fos_elastica.pager_provider.backoffice.supplier_customer_link' => 'getFosElastica_PagerProvider_Backoffice_SupplierCustomerLinkService',
'fos_elastica.pager_provider.backoffice.user' => 'getFosElastica_PagerProvider_Backoffice_UserService',
'fos_elastica.pager_provider.front_users.user' => 'getFosElastica_PagerProvider_FrontUsers_UserService',
'fos_elastica.pager_provider.order_analysis_items.order_item' => 'getFosElastica_PagerProvider_OrderAnalysisItems_OrderItemService',
'fos_elastica.pager_provider.suppliers.supplier' => 'getFosElastica_PagerProvider_Suppliers_SupplierService',
'fos_elastica.pager_provider_registry' => 'getFosElastica_PagerProviderRegistryService',
'fos_elastica.paginator.subscriber' => 'getFosElastica_Paginator_SubscriberService',
'fos_elastica.persister_registry' => 'getFosElastica_PersisterRegistryService',
'fos_elastica.repository_manager' => 'getFosElastica_RepositoryManagerService',
'fos_elastica.resetter' => 'getFosElastica_ResetterService',
'fos_elastica.template_resetter' => 'getFosElastica_TemplateResetterService',
'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
'fos_user.user_manager' => 'getFosUser_UserManagerService',
'knp_paginator' => 'getKnpPaginatorService',
'knp_snappy.image' => 'getKnpSnappy_ImageService',
'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
'kreait_firebase.applis_mobiles_prestachef.auth' => 'getKreaitFirebase_ApplisMobilesPrestachef_AuthService',
'kreait_firebase.applis_mobiles_prestachef.database' => 'getKreaitFirebase_ApplisMobilesPrestachef_DatabaseService',
'kreait_firebase.applis_mobiles_prestachef.dynamic_links' => 'getKreaitFirebase_ApplisMobilesPrestachef_DynamicLinksService',
'kreait_firebase.applis_mobiles_prestachef.firestore' => 'getKreaitFirebase_ApplisMobilesPrestachef_FirestoreService',
'kreait_firebase.applis_mobiles_prestachef.messaging' => 'getKreaitFirebase_ApplisMobilesPrestachef_MessagingService',
'kreait_firebase.applis_mobiles_prestachef.remote_config' => 'getKreaitFirebase_ApplisMobilesPrestachef_RemoteConfigService',
'kreait_firebase.applis_mobiles_prestachef.storage' => 'getKreaitFirebase_ApplisMobilesPrestachef_StorageService',
'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
'liip_imagine.binary.loader.invoices' => 'getLiipImagine_Binary_Loader_InvoicesService',
'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService',
'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
'phpoffice.spreadsheet' => 'getPhpoffice_SpreadsheetService',
'routing.loader' => 'getRouting_LoaderService',
'services_resetter' => 'getServicesResetterService',
'stats.async_calculator_register' => 'getStats_AsyncCalculatorRegisterService',
'stats.live_calculator_register' => 'getStats_LiveCalculatorRegisterService',
'test.client' => 'getTest_ClientService',
'test.private_services_locator' => 'getTest_PrivateServicesLocatorService',
'test.service_container' => 'getTest_ServiceContainerService',
'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.namer_uniqid.category_picture' => 'getVichUploader_NamerUniqid_CategoryPictureService',
'vich_uploader.namer_uniqid.invoice_file' => 'getVichUploader_NamerUniqid_InvoiceFileService',
'vich_uploader.namer_uniqid.label_picture' => 'getVichUploader_NamerUniqid_LabelPictureService',
'vich_uploader.namer_uniqid.product_picture' => 'getVichUploader_NamerUniqid_ProductPictureService',
'vich_uploader.namer_uniqid.supplier_picture' => 'getVichUploader_NamerUniqid_SupplierPictureService',
'vich_uploader.namer_uniqid.tutorial_picture' => 'getVichUploader_NamerUniqid_TutorialPictureService',
'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 = [
'App\\Kernel' => 'kernel',
'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
'Kreait\\Firebase\\Contract\\Auth' => 'kreait_firebase.applis_mobiles_prestachef.auth',
'Kreait\\Firebase\\Contract\\Database' => 'kreait_firebase.applis_mobiles_prestachef.database',
'Kreait\\Firebase\\Contract\\DynamicLinks' => 'kreait_firebase.applis_mobiles_prestachef.dynamic_links',
'Kreait\\Firebase\\Contract\\Firestore' => 'kreait_firebase.applis_mobiles_prestachef.firestore',
'Kreait\\Firebase\\Contract\\Messaging' => 'kreait_firebase.applis_mobiles_prestachef.messaging',
'Kreait\\Firebase\\Contract\\RemoteConfig' => 'kreait_firebase.applis_mobiles_prestachef.remote_config',
'Kreait\\Firebase\\Contract\\Storage' => 'kreait_firebase.applis_mobiles_prestachef.storage',
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'fos_elastica.client' => 'fos_elastica.client.default',
'fos_elastica.index' => 'fos_elastica.index.backoffice',
'fos_elastica.manager' => 'fos_elastica.manager.orm',
'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
'jms_serializer.instances.default' => 'jms_serializer',
'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
'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).'/src/StatsBundle/Model/GAEventsReference.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
include_once \dirname(__DIR__, 4).'/src/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/EventListener/InterceptLoginRouteSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/EventListener/LoggerSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Model/GeneralModel.php';
include_once \dirname(__DIR__, 4).'/src/Model/Cart/Cart.php';
include_once \dirname(__DIR__, 4).'/src/Model/Cart/CartFactory.php';
include_once \dirname(__DIR__, 4).'/src/Model/Cart/CartItemFactory.php';
include_once \dirname(__DIR__, 4).'/src/Model/Cart/SupplierCartFactory.php';
include_once \dirname(__DIR__, 4).'/src/Model/CategoryFactory.php';
include_once \dirname(__DIR__, 4).'/src/Model/CustomerGroupFactory.php';
include_once \dirname(__DIR__, 4).'/src/Model/DeliveryModelFactory.php';
include_once \dirname(__DIR__, 4).'/src/Model/ProductFactory.php';
include_once \dirname(__DIR__, 4).'/src/Model/ProductServiceFactory.php';
include_once \dirname(__DIR__, 4).'/src/Model/ProductVariationFactory.php';
include_once \dirname(__DIR__, 4).'/src/Model/ShopFactory.php';
include_once \dirname(__DIR__, 4).'/src/Model/SupplierFactory.php';
include_once \dirname(__DIR__, 4).'/src/Model/SupplierHolidayCollection.php';
include_once \dirname(__DIR__, 4).'/src/Model/SupplierHolidayFactory.php';
include_once \dirname(__DIR__, 4).'/src/Model/TraceFactory.php';
include_once \dirname(__DIR__, 4).'/src/Model/User/User.php';
include_once \dirname(__DIR__, 4).'/src/Model/User/UserChoiceFactory.php';
include_once \dirname(__DIR__, 4).'/src/Model/User/UserFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/GeneralRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/OrderItemRepository.php';
include_once \dirname(__DIR__, 4).'/src/Service/EntityImageFetcher.php';
include_once \dirname(__DIR__, 4).'/src/Service/EntityJournal.php';
include_once \dirname(__DIR__, 4).'/src/Service/FlashbagService.php';
include_once \dirname(__DIR__, 4).'/src/Service/PriceProductService.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/ResettableInterface.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).'/src/Service/UserTraceLogHandler.php';
include_once \dirname(__DIR__, 4).'/src/SupplierApiBundle/Services/SupplierRequestLogger.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).'/src/Twig/AppExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/DateExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/EntityJournalExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/FacetFormExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/InstanceOfExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/MenuExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/StatusExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/UtilsExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/WeatherExtension.php';
include_once \dirname(__DIR__, 4).'/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/src/Model/Tracker.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-foundation/RequestStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.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/AbstractSessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.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/asset/Packages.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.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/mailer/EventListener/MessageLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/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/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/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-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-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/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-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.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/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/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/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/ConfigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.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/EventDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.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/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.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/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.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/twig/twig/src/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once \dirname(__DIR__, 4).'/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/twig/twig/src/Extension/DebugExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.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/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/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/Impersonate/ImpersonateUrlGenerator.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/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-bundle/DataCollector/SecurityDataCollector.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-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/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/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/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/AbstractFileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.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/YmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.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/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/vich/uploader-bundle/src/Metadata/MetadataReader.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.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/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Log/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Log/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Twig/Extension/DebugExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/DataCollectorSymfonyCompatibilityTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/HttpDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/AbstractLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ViewResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/Parser.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.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/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.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/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/friendsofsymfony/user-bundle/src/Validator/Initializer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/Canonicalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalFieldsUpdater.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/intl-extra/IntlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.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/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.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/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Twig/DataTablesExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.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/ArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/myclabs/php-enum/stubs/Stringable.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/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/RequestContextAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.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/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/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/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;
}
/**
* 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()
{
$this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(($this->privates['profiler.storage'] ?? ($this->privates['profiler.storage'] = new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')))), ($this->privates['monolog.logger.profiler'] ?? $this->getMonolog_Logger_ProfilerService()), true);
$instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
$instance->add(($this->privates['data_collector.time'] ?? $this->getDataCollector_TimeService()));
$instance->add(($this->privates['data_collector.memory'] ?? ($this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector())));
$instance->add(($this->privates['data_collector.validator'] ?? $this->getDataCollector_ValidatorService()));
$instance->add(($this->privates['data_collector.ajax'] ?? ($this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector())));
$instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
$instance->add(($this->privates['data_collector.exception'] ?? ($this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector())));
$instance->add(($this->privates['data_collector.logger'] ?? $this->getDataCollector_LoggerService()));
$instance->add(($this->privates['data_collector.events'] ?? $this->getDataCollector_EventsService()));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add(($this->privates['data_collector.cache'] ?? $this->getDataCollector_CacheService()));
$instance->add(($this->privates['data_collector.translation'] ?? $this->getDataCollector_TranslationService()));
$instance->add(($this->privates['data_collector.security'] ?? $this->getDataCollector_SecurityService()));
$instance->add(($this->privates['data_collector.twig'] ?? $this->getDataCollector_TwigService()));
$instance->add(($this->privates['data_collector.http_client'] ?? $this->getDataCollector_HttpClientService()));
$instance->add(($this->privates['data_collector.doctrine'] ?? $this->getDataCollector_DoctrineService()));
$instance->add(($this->privates['mailer.data_collector'] ?? $this->getMailer_DataCollectorService()));
$instance->add(($this->privates['Vich\\UploaderBundle\\DataCollector\\MappingCollector'] ?? $this->getMappingCollectorService()));
$instance->add(($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
$instance->add(($this->privates['fos_elastica.data_collector'] ?? $this->getFosElastica_DataCollectorService()));
$instance->add(($this->privates['jms_serializer.data_collector'] ?? $this->getJmsSerializer_DataCollectorService()));
$instance->add(($this->privates['data_collector.config'] ?? $this->getDataCollector_ConfigService()));
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.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()
{
$this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
$a = ($this->privates['twig.missing_extension_suggestor'] ?? ($this->privates['twig.missing_extension_suggestor'] = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor()));
$instance->addExtension(($this->privates['twig.extension.security_csrf'] ?? ($this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension())));
$instance->addExtension(($this->privates['twig.extension.profiler'] ?? $this->getTwig_Extension_ProfilerService()));
$instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
$instance->addExtension(($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService()));
$instance->addExtension(($this->privates['twig.extension.code'] ?? $this->getTwig_Extension_CodeService()));
$instance->addExtension(($this->privates['twig.extension.routing'] ?? $this->getTwig_Extension_RoutingService()));
$instance->addExtension(($this->privates['twig.extension.yaml'] ?? ($this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension())));
$instance->addExtension(($this->privates['twig.extension.debug.stopwatch'] ?? $this->getTwig_Extension_Debug_StopwatchService()));
$instance->addExtension(($this->privates['twig.extension.expression'] ?? ($this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension())));
$instance->addExtension(($this->privates['twig.extension.httpkernel'] ?? ($this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension())));
$instance->addExtension(($this->privates['twig.extension.httpfoundation'] ?? $this->getTwig_Extension_HttpfoundationService()));
$instance->addExtension(($this->privates['twig.extension.serializer'] ?? ($this->privates['twig.extension.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerExtension())));
$instance->addExtension(($this->privates['twig.extension.form'] ?? $this->getTwig_Extension_FormService()));
$instance->addExtension(($this->privates['twig.extension.logout_url'] ?? $this->getTwig_Extension_LogoutUrlService()));
$instance->addExtension(($this->privates['twig.extension.security'] ?? $this->getTwig_Extension_SecurityService()));
$instance->addExtension(($this->privates['App\\Twig\\AppExtension'] ?? ($this->privates['App\\Twig\\AppExtension'] = new \App\Twig\AppExtension())));
$instance->addExtension(($this->privates['App\\Twig\\DateExtension'] ?? $this->getDateExtensionService()));
$instance->addExtension(($this->privates['App\\Twig\\EntityJournalExtension'] ?? $this->getEntityJournalExtensionService()));
$instance->addExtension(($this->privates['App\\Twig\\FacetFormExtension'] ?? ($this->privates['App\\Twig\\FacetFormExtension'] = new \App\Twig\FacetFormExtension())));
$instance->addExtension(($this->privates['App\\Twig\\InstanceOfExtension'] ?? ($this->privates['App\\Twig\\InstanceOfExtension'] = new \App\Twig\InstanceOfExtension())));
$instance->addExtension(($this->privates['App\\Twig\\MenuExtension'] ?? $this->getMenuExtensionService()));
$instance->addExtension(($this->privates['App\\Twig\\StatusExtension'] ?? ($this->privates['App\\Twig\\StatusExtension'] = new \App\Twig\StatusExtension())));
$instance->addExtension(($this->privates['App\\Twig\\UtilsExtension'] ?? ($this->privates['App\\Twig\\UtilsExtension'] = new \App\Twig\UtilsExtension())));
$instance->addExtension(($this->privates['App\\Twig\\WeatherExtension'] ?? ($this->privates['App\\Twig\\WeatherExtension'] = new \App\Twig\WeatherExtension())));
$instance->addExtension(($this->privates['twig.extension.debug'] ?? ($this->privates['twig.extension.debug'] = new \Twig\Extension\DebugExtension())));
$instance->addExtension(($this->privates['Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtension'] ?? ($this->privates['Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtension'] = new \Vich\UploaderBundle\Twig\Extension\UploaderExtension())));
$instance->addExtension(($this->privates['liip_imagine.templating.filter_extension'] ?? $this->getLiipImagine_Templating_FilterExtensionService()));
$instance->addExtension(($this->privates['eight_points_guzzle.twig_extension.debug'] ?? ($this->privates['eight_points_guzzle.twig_extension.debug'] = new \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension())));
$instance->addExtension(($this->privates['doctrine.twig.doctrine_extension'] ?? ($this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension())));
$instance->addExtension(($this->privates['jms_serializer.twig_extension.runtime_serializer'] ?? ($this->privates['jms_serializer.twig_extension.runtime_serializer'] = new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'))));
$instance->addExtension(($this->privates['twig.extension.intl'] ?? ($this->privates['twig.extension.intl'] = new \Twig\Extra\Intl\IntlExtension())));
$instance->addExtension(($this->privates['webpack_encore.twig_entry_files_extension'] ?? $this->getWebpackEncore_TwigEntryFilesExtensionService()));
$instance->addExtension(($this->privates['webpack_encore.twig_stimulus_extension'] ?? ($this->privates['webpack_encore.twig_stimulus_extension'] = new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension())));
$instance->addExtension(($this->privates['twig.extension.webprofiler'] ?? $this->getTwig_Extension_WebprofilerService()));
$instance->addExtension(($this->privates['knp_paginator.twig.extension.pagination'] ?? $this->getKnpPaginator_Twig_Extension_PaginationService()));
$instance->addExtension(($this->privates['Omines\\DataTablesBundle\\Twig\\DataTablesExtension'] ?? $this->getDataTablesExtensionService()));
$instance->addGlobal('app', ($this->privates['twig.app_variable'] ?? $this->getTwig_AppVariableService()));
$instance->addRuntimeLoader(($this->privates['twig.runtime_loader'] ?? $this->getTwig_RuntimeLoaderService()));
$instance->addGlobal('ga_tracking', $this->getEnv('GA_TRACKING'));
$instance->addGlobal('gtm_tracking', $this->getEnv('GTM_TRACKING'));
$instance->addGlobal('ga_disabled_roles', $this->getEnv('GOOGLE_ANALYTICS_DISABLE_FOR_ROLES'));
$instance->addGlobal('contact_phone', $this->getEnv('CONTACT_PHONE_NUMBER'));
$instance->addGlobal('contact_email', $this->getEnv('CONTACT_EMAIL'));
$instance->addGlobal('gae', ($this->privates['stats.ga_events_ref'] ?? ($this->privates['stats.ga_events_ref'] = new \App\StatsBundle\Model\GAEventsReference())));
$instance->addGlobal('google_api_key', $this->getEnv('GOOGLE_API_KEY'));
$instance->addGlobal('assets_version', 309);
$instance->addGlobal('flashbag', ($this->privates['App\\Service\\FlashbagService'] ?? $this->getFlashbagServiceService()));
$instance->addGlobal('user', ($this->privates['App\\Model\\User\\User'] ?? $this->getUserService()));
$instance->addGlobal('cart', ($this->privates['App\\Model\\Cart\\Cart'] ?? $this->getCartService()));
$instance->addGlobal('end_of_year_tag', $this->getEnv('int:TAGS_END_OF_YEAR'));
$instance->addGlobal('end_of_year_display', false);
$instance->addGlobal('app_googleplay_url', $this->getEnv('APP_GOOGLEPLAY_URL'));
$instance->addGlobal('app_appstore_url', $this->getEnv('APP_APPSTORE_URL'));
$instance->addGlobal('maintenance_enable', $this->getEnv('bool:MAINTENANCE_ENABLE'));
$instance->addGlobal('maintenance_message', $this->getEnv('MAINTENANCE_MESSAGE'));
$instance->addGlobal('zoho_sales_iq_widget_code', $this->getEnv('ZOHO_SALES_IQ_WIDGET_CODE'));
$instance->registerUndefinedFilterCallback([0 => $a, 1 => 'suggestFilter']);
$instance->registerUndefinedFunctionCallback([0 => $a, 1 => 'suggestFunction']);
$instance->registerUndefinedTokenParserCallback([0 => $a, 1 => 'suggestTag']);
($this->privates['twig.configurator.environment'] ?? $this->getTwig_Configurator_EnvironmentService())->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['debug.validator.inner'] ?? $this->getDebug_Validator_InnerService());
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);
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.app.recorder_inner'] ?? $this->getCache_App_RecorderInnerService()));
}
/**
* 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(($this->privates['cache.system.recorder_inner'] ?? $this->getCache_System_RecorderInnerService()));
}
/**
* 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(($this->privates['cache.validator_expression_language.recorder_inner'] ?? $this->getCache_ValidatorExpressionLanguage_RecorderInnerService()));
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
if (isset($this->services['doctrine.dbal.default_connection'])) {
return $this->services['doctrine.dbal.default_connection'];
}
$this->services['doctrine.dbal.default_connection'] = $instance = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql', 'host' => $this->getEnv('DATABASE_HOST'), 'port' => $this->getEnv('DATABASE_PORT'), 'dbname' => $this->getEnv('DATABASE_NAME'), 'user' => $this->getEnv('DATABASE_USER'), 'password' => $this->getEnv('DATABASE_PASSWORD'), 'charset' => 'UTF8MB4', 'use_savepoints' => true, 'idle_connection_ttl' => 600, 'driverOptions' => [], 'serverVersion' => '16', 'defaultTableOptions' => []], ($this->privates['doctrine.dbal.default_connection.configuration'] ?? $this->getDoctrine_Dbal_DefaultConnection_ConfigurationService()), $a, []);
$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)
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->services['doctrine.orm.default_entity_manager'])) {
return $this->services['doctrine.orm.default_entity_manager'];
}
$b = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
if (isset($this->services['doctrine.orm.default_entity_manager'])) {
return $this->services['doctrine.orm.default_entity_manager'];
}
$this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, ($this->privates['doctrine.orm.default_configuration'] ?? $this->getDoctrine_Orm_DefaultConfigurationService()), $b);
($this->privates['doctrine.orm.default_manager_configurator'] ?? ($this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], [])))->configure($instance);
return $instance;
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(($this->privates['debug.event_dispatcher.inner'] ?? ($this->privates['debug.event_dispatcher.inner'] = new \Symfony\Component\EventDispatcher\EventDispatcher())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['monolog.logger.event'] ?? $this->getMonolog_Logger_EventService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['App\\SupplierApiBundle\\EventListener\\ExceptionListener'] ?? ($this->privates['App\\SupplierApiBundle\\EventListener\\ExceptionListener'] = new \App\SupplierApiBundle\EventListener\ExceptionListener($this->getEnv('SUPPLIER_API_HOST'))));
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['App\\SupplierApiBundle\\Services\\SupplierRequestLogger'] ?? $this->getSupplierRequestLoggerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['controller.pre_execute_listener'] ?? $this->getController_PreExecuteListenerService());
}, 1 => 'onCoreController'], 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.response', [0 => function () {
return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.context_listener.3'] ?? $this->getSecurity_ContextListener_3Service());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.context_listener.4'] ?? $this->getSecurity_ContextListener_4Service());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('elastica.index.index_post_populate', [0 => function () {
return ($this->privates['fos_elastica.populate_listener'] ?? $this->load('getFosElastica_PopulateListenerService'));
}, 1 => 'onPostIndexPopulate'], -9999);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
}, 1 => 'onKernelRequest'], 10);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
}, 1 => 'onKernelController'], 5);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('login.account_opening', [0 => function () {
return ($this->privates['App\\Event\\AccountOpeningSubscriber'] ?? $this->load('getAccountOpeningSubscriberService'));
}, 1 => 'onLoginAccountOpening'], 0);
$instance->addListener('FOS\\ElasticaBundle\\Event\\PostTransformEvent', [0 => function () {
return ($this->privates['App\\EventListener\\IndexConfirmedProduct'] ?? $this->load('getIndexConfirmedProductService'));
}, 1 => 'addCustomProperty'], 0);
$instance->addListener('FOS\\ElasticaBundle\\Event\\PreTransformEvent', [0 => function () {
return ($this->privates['App\\EventListener\\IndexOrderItem'] ?? ($this->privates['App\\EventListener\\IndexOrderItem'] = new \App\EventListener\IndexOrderItem()));
}, 1 => 'prepareObject'], 0);
$instance->addListener('FOS\\ElasticaBundle\\Event\\PostTransformEvent', [0 => function () {
return ($this->privates['App\\EventListener\\IndexProductOrderCount'] ?? $this->load('getIndexProductOrderCountService'));
}, 1 => 'addCustomProperty'], 0);
$instance->addListener('FOS\\ElasticaBundle\\Event\\PreIndexPopulateEvent', [0 => function () {
return ($this->privates['App\\EventListener\\IndexProductOrderCount'] ?? $this->load('getIndexProductOrderCountService'));
}, 1 => 'preIndexPopulate'], 0);
$instance->addListener('FOS\\ElasticaBundle\\Event\\PostIndexPopulateEvent', [0 => function () {
return ($this->privates['App\\EventListener\\IndexProductOrderCount'] ?? $this->load('getIndexProductOrderCountService'));
}, 1 => 'postIndexPopulate'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventListener\\InterceptLoginRouteSubscriber'] ?? $this->getInterceptLoginRouteSubscriberService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('invoicebatch.status.refresh', [0 => function () {
return ($this->privates['App\\EventListener\\InvoiceBatchSubscriber'] ?? $this->load('getInvoiceBatchSubscriberService'));
}, 1 => 'onInvoiceBatchStatusRefresh'], 0);
$instance->addListener('invoiceBatch.process', [0 => function () {
return ($this->privates['App\\EventListener\\InvoiceBatchSubscriber'] ?? $this->load('getInvoiceBatchSubscriberService'));
}, 1 => 'onInvoiceBatchProcess'], 0);
$instance->addListener('vich_uploader.post_upload', [0 => function () {
return ($this->privates['App\\EventListener\\InvoicePdfUploadSubscriber'] ?? ($this->privates['App\\EventListener\\InvoicePdfUploadSubscriber'] = new \App\EventListener\InvoicePdfUploadSubscriber()));
}, 1 => 'createThumbnail'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventListener\\LoggerSubscriber'] ?? $this->getLoggerSubscriberService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('stats.post_decorate', [0 => function () {
return ($this->privates['App\\EventListener\\StatProductDecorateSubscriber'] ?? $this->load('getStatProductDecorateSubscriberService'));
}, 1 => 'postDecorate'], 0);
$instance->addListener('validationCode.email.send', [0 => function () {
return ($this->privates['App\\EventListener\\ValidationCodeSubscriber'] ?? $this->load('getValidationCodeSubscriberService'));
}, 1 => 'onValidationCodeEmailSend'], 0);
$instance->addListener('user.creation', [0 => function () {
return ($this->privates['App\\EventListener\\WelcomeSubscriber'] ?? $this->load('getWelcomeSubscriberService'));
}, 1 => 'onUserCreation'], 0);
$instance->addListener('user.created.user.notify.again', [0 => function () {
return ($this->privates['App\\EventListener\\WelcomeSubscriber'] ?? $this->load('getWelcomeSubscriberService'));
}, 1 => 'onUserFailsToClickOnPasswordRegistrationLinkInTime'], 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('kernel.request', [0 => function () {
return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
}, 1 => 'onFinishRequest'], 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['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
}, 1 => 'onMessage'], 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('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('elastica.pager_persister.pre_insert_objects', [0 => function () {
return ($this->services['fos_elastica.filter_objects_listener'] ?? $this->load('getFosElastica_FilterObjectsListenerService'));
}, 1 => 'filterObjects'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
}, 1 => 'onKernelView'], 30);
$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('fos_user.security.implicit_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
}, 1 => 'onImplicitLogin'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
}, 1 => 'onSecurityInteractiveLogin'], 0);
$instance->addListener('fos_user.registration.completed', [0 => function () {
return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
}, 1 => 'authenticate'], 0);
$instance->addListener('fos_user.registration.confirmed', [0 => function () {
return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
}, 1 => 'authenticate'], 0);
$instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
}, 1 => 'authenticate'], 0);
$instance->addListener('fos_user.change_password.edit.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.profile.edit.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.registration.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.resetting.reset.initialize', [0 => function () {
return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
}, 1 => 'onResettingResetInitialize'], 0);
$instance->addListener('fos_user.resetting.reset.success', [0 => function () {
return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
}, 1 => 'onResettingResetSuccess'], 0);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
}, 1 => 'resetAssets'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$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('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);
$instance->addListener('knp_pager.items', [0 => function () {
return ($this->services['fos_elastica.paginator.subscriber'] ?? $this->load('getFosElastica_Paginator_SubscriberService'));
}, 1 => 'items'], 1);
return $instance;
}
/**
* Gets the public 'fos_rest.view_handler' shared service.
*
* @return \FOS\RestBundle\View\ViewHandler
*/
protected function getFosRest_ViewHandlerService()
{
return $this->services['fos_rest.view_handler'] = \FOS\RestBundle\View\ViewHandler::create(($this->services['router'] ?? $this->getRouterService()), ($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['json' => false, 'xml' => false], 400, 204, false, ['serializeNullStrategy' => true]);
}
/**
* 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.argument_resolver'] ?? $this->getDebug_ArgumentResolverService());
if (isset($this->services['http_kernel'])) {
return $this->services['http_kernel'];
}
return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b);
}
/**
* Gets the public 'jms_serializer' shared service.
*
* @return \JMS\Serializer\Serializer
*/
protected function getJmsSerializerService()
{
return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer(($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), [2 => ($this->privates['jms_serializer.deserialization_graph_navigator_factory'] ?? $this->getJmsSerializer_DeserializationGraphNavigatorFactoryService()), 1 => ($this->privates['jms_serializer.serialization_graph_navigator_factory'] ?? $this->getJmsSerializer_SerializationGraphNavigatorFactoryService())], ['json' => ($this->privates['jms_serializer.json_serialization_visitor'] ?? $this->getJmsSerializer_JsonSerializationVisitorService()), 'xml' => ($this->privates['jms_serializer.xml_serialization_visitor'] ?? $this->getJmsSerializer_XmlSerializationVisitorService())], ['json' => ($this->privates['jms_serializer.json_deserialization_visitor'] ?? $this->getJmsSerializer_JsonDeserializationVisitorService()), 'xml' => ($this->privates['jms_serializer.xml_deserialization_visitor'] ?? ($this->privates['jms_serializer.xml_deserialization_visitor'] = new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()))], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
}
/**
* Gets the public 'jms_serializer.deserialization_context_factory' shared service.
*
* @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
*/
protected function getJmsSerializer_DeserializationContextFactoryService()
{
return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
}
/**
* Gets the public 'jms_serializer.serialization_context_factory' shared service.
*
* @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
*/
protected function getJmsSerializer_SerializationContextFactoryService()
{
return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
}
/**
* Gets the public 'liip_imagine.cache.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
*/
protected function getLiipImagine_Cache_ManagerService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['liip_imagine.cache.manager'])) {
return $this->services['liip_imagine.cache.manager'];
}
$this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), $a, 'default', false);
$instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
$instance->addResolver('invoices', ($this->services['liip_imagine.cache.resolver.invoices'] ?? $this->getLiipImagine_Cache_Resolver_InvoicesService()));
$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.invoices' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_InvoicesService()
{
return $this->services['liip_imagine.cache.resolver.invoices'] = 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__, 3).'/invoices'), '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 'monolog.logger.deprecation' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_DeprecationService()
{
$this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
\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()
{
$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))), ($this->privates['monolog.logger.router'] ?? $this->getMonolog_Logger_RouterService()), '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 private '.debug.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\TraceableHttpClient
*/
protected function get_Debug_HttpClientService()
{
$a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
$a->setLogger(($this->privates['monolog.logger.http_client'] ?? $this->getMonolog_Logger_HttpClientService()));
return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private '.doctrine.orm.default_metadata_driver' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver
*/
protected function get_Doctrine_Orm_DefaultMetadataDriverService()
{
$a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$b = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
$a->addDriver($b, 'App\\Entity');
$a->addDriver($b, 'App\\StatsBundle\\Entity');
$a->addDriver($b, 'App\\RegisterBundle\\Entity');
$a->addDriver($b, 'Beelab\\TagBundle\\Entity');
$a->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
$a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml'), '.dcm.xml', true), 'FOS\\UserBundle\\Model');
return $this->privates['.doctrine.orm.default_metadata_driver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($a, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService()));
}
/**
* Gets the private '.service_locator.KLVvNIq' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KLVvNIqService()
{
return $this->privates['.service_locator.KLVvNIq'] = 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' => '?',
]);
}
/**
* Gets the private '.service_locator.StagIeP' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_StagIePService()
{
return $this->privates['.service_locator.StagIeP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.admin' => ['privates', 'security.firewall.map.context.admin', 'getSecurity_Firewall_Map_Context_AdminService', true],
'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.invoice_processing_provider' => ['privates', 'security.firewall.map.context.invoice_processing_provider', 'getSecurity_Firewall_Map_Context_InvoiceProcessingProviderService', true],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
'security.firewall.map.context.register_api' => ['privates', 'security.firewall.map.context.register_api', 'getSecurity_Firewall_Map_Context_RegisterApiService', true],
'security.firewall.map.context.register_api_doc' => ['privates', 'security.firewall.map.context.register_api_doc', 'getSecurity_Firewall_Map_Context_RegisterApiDocService', true],
'security.firewall.map.context.supplier_api' => ['privates', 'security.firewall.map.context.supplier_api', 'getSecurity_Firewall_Map_Context_SupplierApiService', true],
'security.firewall.map.context.supplier_api_login' => ['privates', 'security.firewall.map.context.supplier_api_login', 'getSecurity_Firewall_Map_Context_SupplierApiLoginService', true],
], [
'security.firewall.map.context.admin' => '?',
'security.firewall.map.context.api' => '?',
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.invoice_processing_provider' => '?',
'security.firewall.map.context.main' => '?',
'security.firewall.map.context.register_api' => '?',
'security.firewall.map.context.register_api_doc' => '?',
'security.firewall.map.context.supplier_api' => '?',
'security.firewall.map.context.supplier_api_login' => '?',
]);
}
/**
* Gets the private 'App\EventListener\InterceptLoginRouteSubscriber' shared autowired service.
*
* @return \App\EventListener\InterceptLoginRouteSubscriber
*/
protected function getInterceptLoginRouteSubscriberService()
{
return $this->privates['App\\EventListener\\InterceptLoginRouteSubscriber'] = new \App\EventListener\InterceptLoginRouteSubscriber(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'App\EventListener\LoggerSubscriber' shared autowired service.
*
* @return \App\EventListener\LoggerSubscriber
*/
protected function getLoggerSubscriberService()
{
return $this->privates['App\\EventListener\\LoggerSubscriber'] = new \App\EventListener\LoggerSubscriber(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['monolog.logger.user_trace'] ?? $this->getMonolog_Logger_UserTraceService()), $this->getEnv('LOGGING_USERS_TO_ANALYZE'), ($this->privates['App\\Model\\User\\User'] ?? $this->getUserService()), 309);
}
/**
* Gets the private 'App\Model\Cart\Cart' shared autowired service.
*
* @return \App\Model\Cart\Cart
*/
protected function getCartService()
{
$a = ($this->privates['App\\Model\\Cart\\CartFactory'] ?? $this->getCartFactoryService());
if (isset($this->privates['App\\Model\\Cart\\Cart'])) {
return $this->privates['App\\Model\\Cart\\Cart'];
}
return $this->privates['App\\Model\\Cart\\Cart'] = $a->createModel();
}
/**
* Gets the private 'App\Model\Cart\CartFactory' shared autowired service.
*
* @return \App\Model\Cart\CartFactory
*/
protected function getCartFactoryService()
{
$a = ($this->privates['App\\Model\\Cart\\CartItemFactory'] ?? $this->getCartItemFactoryService());
if (isset($this->privates['App\\Model\\Cart\\CartFactory'])) {
return $this->privates['App\\Model\\Cart\\CartFactory'];
}
$b = ($this->privates['App\\Model\\Cart\\SupplierCartFactory'] ?? $this->getSupplierCartFactoryService());
if (isset($this->privates['App\\Model\\Cart\\CartFactory'])) {
return $this->privates['App\\Model\\Cart\\CartFactory'];
}
return $this->privates['App\\Model\\Cart\\CartFactory'] = new \App\Model\Cart\CartFactory($a, $b);
}
/**
* Gets the private 'App\Model\Cart\CartItemFactory' shared autowired service.
*
* @return \App\Model\Cart\CartItemFactory
*/
protected function getCartItemFactoryService()
{
$a = ($this->privates['App\\Model\\ProductFactory'] ?? $this->getProductFactoryService());
if (isset($this->privates['App\\Model\\Cart\\CartItemFactory'])) {
return $this->privates['App\\Model\\Cart\\CartItemFactory'];
}
return $this->privates['App\\Model\\Cart\\CartItemFactory'] = new \App\Model\Cart\CartItemFactory($a);
}
/**
* Gets the private 'App\Model\Cart\SupplierCartFactory' shared autowired service.
*
* @return \App\Model\Cart\SupplierCartFactory
*/
protected function getSupplierCartFactoryService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Model\\Cart\\SupplierCartFactory'])) {
return $this->privates['App\\Model\\Cart\\SupplierCartFactory'];
}
return $this->privates['App\\Model\\Cart\\SupplierCartFactory'] = new \App\Model\Cart\SupplierCartFactory($a, ($this->privates['App\\Model\\DeliveryModelFactory'] ?? $this->getDeliveryModelFactoryService()), ($this->privates['App\\Model\\User\\User'] ?? $this->getUserService()));
}
/**
* Gets the private 'App\Model\CategoryFactory' shared autowired service.
*
* @return \App\Model\CategoryFactory
*/
protected function getCategoryFactoryService()
{
return $this->privates['App\\Model\\CategoryFactory'] = new \App\Model\CategoryFactory();
}
/**
* Gets the private 'App\Model\CustomerGroupFactory' shared autowired service.
*
* @return \App\Model\CustomerGroupFactory
*/
protected function getCustomerGroupFactoryService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Model\\CustomerGroupFactory'])) {
return $this->privates['App\\Model\\CustomerGroupFactory'];
}
return $this->privates['App\\Model\\CustomerGroupFactory'] = new \App\Model\CustomerGroupFactory($a);
}
/**
* Gets the private 'App\Model\DeliveryModelFactory' shared autowired service.
*
* @return \App\Model\DeliveryModelFactory
*/
protected function getDeliveryModelFactoryService()
{
$a = ($this->privates['App\\Model\\SupplierFactory'] ?? $this->getSupplierFactoryService());
if (isset($this->privates['App\\Model\\DeliveryModelFactory'])) {
return $this->privates['App\\Model\\DeliveryModelFactory'];
}
return $this->privates['App\\Model\\DeliveryModelFactory'] = new \App\Model\DeliveryModelFactory($a);
}
/**
* Gets the private 'App\Model\ProductFactory' shared autowired service.
*
* @return \App\Model\ProductFactory
*/
protected function getProductFactoryService()
{
$a = ($this->privates['App\\Model\\SupplierFactory'] ?? $this->getSupplierFactoryService());
if (isset($this->privates['App\\Model\\ProductFactory'])) {
return $this->privates['App\\Model\\ProductFactory'];
}
$b = ($this->privates['App\\Service\\PriceProductService'] ?? $this->getPriceProductServiceService());
if (isset($this->privates['App\\Model\\ProductFactory'])) {
return $this->privates['App\\Model\\ProductFactory'];
}
$c = ($this->privates['App\\Repository\\OrderItemRepository'] ?? $this->getOrderItemRepositoryService());
if (isset($this->privates['App\\Model\\ProductFactory'])) {
return $this->privates['App\\Model\\ProductFactory'];
}
return $this->privates['App\\Model\\ProductFactory'] = new \App\Model\ProductFactory(($this->privates['App\\Model\\ProductVariationFactory'] ?? ($this->privates['App\\Model\\ProductVariationFactory'] = new \App\Model\ProductVariationFactory())), ($this->privates['App\\Model\\ProductServiceFactory'] ?? ($this->privates['App\\Model\\ProductServiceFactory'] = new \App\Model\ProductServiceFactory())), $a, $b, ($this->privates['App\\Model\\User\\User'] ?? $this->getUserService()), ($this->privates['App\\Model\\CategoryFactory'] ?? ($this->privates['App\\Model\\CategoryFactory'] = new \App\Model\CategoryFactory())), $c);
}
/**
* Gets the private 'App\Model\ProductServiceFactory' shared autowired service.
*
* @return \App\Model\ProductServiceFactory
*/
protected function getProductServiceFactoryService()
{
return $this->privates['App\\Model\\ProductServiceFactory'] = new \App\Model\ProductServiceFactory();
}
/**
* Gets the private 'App\Model\ProductVariationFactory' shared autowired service.
*
* @return \App\Model\ProductVariationFactory
*/
protected function getProductVariationFactoryService()
{
return $this->privates['App\\Model\\ProductVariationFactory'] = new \App\Model\ProductVariationFactory();
}
/**
* Gets the private 'App\Model\ShopFactory' shared autowired service.
*
* @return \App\Model\ShopFactory
*/
protected function getShopFactoryService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Model\\ShopFactory'])) {
return $this->privates['App\\Model\\ShopFactory'];
}
$b = ($this->privates['App\\Model\\CustomerGroupFactory'] ?? $this->getCustomerGroupFactoryService());
if (isset($this->privates['App\\Model\\ShopFactory'])) {
return $this->privates['App\\Model\\ShopFactory'];
}
return $this->privates['App\\Model\\ShopFactory'] = new \App\Model\ShopFactory($a, $b, 1);
}
/**
* Gets the private 'App\Model\SupplierFactory' shared autowired service.
*
* @return \App\Model\SupplierFactory
*/
protected function getSupplierFactoryService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Model\\SupplierFactory'])) {
return $this->privates['App\\Model\\SupplierFactory'];
}
$b = ($this->privates['App\\Service\\EntityImageFetcher'] ?? $this->getEntityImageFetcherService());
if (isset($this->privates['App\\Model\\SupplierFactory'])) {
return $this->privates['App\\Model\\SupplierFactory'];
}
return $this->privates['App\\Model\\SupplierFactory'] = new \App\Model\SupplierFactory($a, ($this->privates['App\\Model\\User\\User'] ?? $this->getUserService()), $b, ($this->privates['App\\Model\\SupplierHolidayCollection'] ?? $this->getSupplierHolidayCollectionService()));
}
/**
* Gets the private 'App\Model\SupplierHolidayCollection' shared autowired service.
*
* @return \App\Model\SupplierHolidayCollection
*/
protected function getSupplierHolidayCollectionService()
{
return $this->privates['App\\Model\\SupplierHolidayCollection'] = new \App\Model\SupplierHolidayCollection(($this->privates['App\\Model\\SupplierHolidayFactory'] ?? ($this->privates['App\\Model\\SupplierHolidayFactory'] = new \App\Model\SupplierHolidayFactory())));
}
/**
* Gets the private 'App\Model\SupplierHolidayFactory' shared autowired service.
*
* @return \App\Model\SupplierHolidayFactory
*/
protected function getSupplierHolidayFactoryService()
{
return $this->privates['App\\Model\\SupplierHolidayFactory'] = new \App\Model\SupplierHolidayFactory();
}
/**
* Gets the private 'App\Model\TraceFactory' autowired service.
*
* @return \App\Model\TraceFactory
*/
protected function getTraceFactoryService()
{
$this->factories['service_container']['App\\Model\\TraceFactory'] = function () {
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Model\\TraceFactory'])) {
return $this->privates['App\\Model\\TraceFactory'];
}
return new \App\Model\TraceFactory($a);
};
return $this->factories['service_container']['App\\Model\\TraceFactory']();
}
/**
* Gets the private 'App\Model\User\User' shared autowired service.
*
* @return \App\Model\User\User
*/
protected function getUserService()
{
$a = ($this->privates['App\\Model\\User\\UserFactory'] ?? $this->getUserFactoryService());
if (isset($this->privates['App\\Model\\User\\User'])) {
return $this->privates['App\\Model\\User\\User'];
}
return $this->privates['App\\Model\\User\\User'] = $a->initEmpty();
}
/**
* Gets the private 'App\Model\User\UserChoiceFactory' shared autowired service.
*
* @return \App\Model\User\UserChoiceFactory
*/
protected function getUserChoiceFactoryService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Model\\User\\UserChoiceFactory'])) {
return $this->privates['App\\Model\\User\\UserChoiceFactory'];
}
return $this->privates['App\\Model\\User\\UserChoiceFactory'] = new \App\Model\User\UserChoiceFactory($a);
}
/**
* Gets the private 'App\Model\User\UserFactory' shared autowired service.
*
* @return \App\Model\User\UserFactory
*/
protected function getUserFactoryService()
{
$a = ($this->privates['App\\Model\\ShopFactory'] ?? $this->getShopFactoryService());
if (isset($this->privates['App\\Model\\User\\UserFactory'])) {
return $this->privates['App\\Model\\User\\UserFactory'];
}
$b = ($this->privates['App\\Model\\User\\UserChoiceFactory'] ?? $this->getUserChoiceFactoryService());
if (isset($this->privates['App\\Model\\User\\UserFactory'])) {
return $this->privates['App\\Model\\User\\UserFactory'];
}
return $this->privates['App\\Model\\User\\UserFactory'] = new \App\Model\User\UserFactory(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $a, $b);
}
/**
* Gets the private 'App\Repository\OrderItemRepository' shared autowired service.
*
* @return \App\Repository\OrderItemRepository
*/
protected function getOrderItemRepositoryService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Repository\\OrderItemRepository'])) {
return $this->privates['App\\Repository\\OrderItemRepository'];
}
return $this->privates['App\\Repository\\OrderItemRepository'] = new \App\Repository\OrderItemRepository($a);
}
/**
* Gets the private 'App\Service\EntityImageFetcher' shared autowired service.
*
* @return \App\Service\EntityImageFetcher
*/
protected function getEntityImageFetcherService()
{
$a = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
if (isset($this->privates['App\\Service\\EntityImageFetcher'])) {
return $this->privates['App\\Service\\EntityImageFetcher'];
}
return $this->privates['App\\Service\\EntityImageFetcher'] = new \App\Service\EntityImageFetcher(\dirname(__DIR__, 4), ($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService()), $a, ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
}
/**
* Gets the private 'App\Service\EntityJournal' shared autowired service.
*
* @return \App\Service\EntityJournal
*/
protected function getEntityJournalService()
{
$a = ($this->privates['tracker'] ?? $this->getTrackerService());
if (isset($this->privates['App\\Service\\EntityJournal'])) {
return $this->privates['App\\Service\\EntityJournal'];
}
return $this->privates['App\\Service\\EntityJournal'] = new \App\Service\EntityJournal($a);
}
/**
* Gets the private 'App\Service\FlashbagService' shared autowired service.
*
* @return \App\Service\FlashbagService
*/
protected function getFlashbagServiceService()
{
return $this->privates['App\\Service\\FlashbagService'] = new \App\Service\FlashbagService(($this->privates['session.flash_bag'] ?? $this->load('getSession_FlashBagService')));
}
/**
* Gets the private 'App\Service\PriceProductService' shared autowired service.
*
* @return \App\Service\PriceProductService
*/
protected function getPriceProductServiceService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Service\\PriceProductService'])) {
return $this->privates['App\\Service\\PriceProductService'];
}
return $this->privates['App\\Service\\PriceProductService'] = new \App\Service\PriceProductService($a);
}
/**
* Gets the private 'App\Service\UserTraceLogHandler' shared autowired service.
*
* @return \App\Service\UserTraceLogHandler
*/
protected function getUserTraceLogHandlerService()
{
$this->privates['App\\Service\\UserTraceLogHandler'] = $instance = new \App\Service\UserTraceLogHandler();
$instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->setLogDir((\dirname(__DIR__, 3).'/log'));
return $instance;
}
/**
* Gets the private 'App\SupplierApiBundle\Services\SupplierRequestLogger' shared autowired service.
*
* @return \App\SupplierApiBundle\Services\SupplierRequestLogger
*/
protected function getSupplierRequestLoggerService()
{
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\SupplierApiBundle\\Services\\SupplierRequestLogger'])) {
return $this->privates['App\\SupplierApiBundle\\Services\\SupplierRequestLogger'];
}
return $this->privates['App\\SupplierApiBundle\\Services\\SupplierRequestLogger'] = new \App\SupplierApiBundle\Services\SupplierRequestLogger(($this->privates['monolog.logger.supplier'] ?? $this->getMonolog_Logger_SupplierService()), $this->getEnv('SUPPLIER_API_HOST'), $a);
}
/**
* Gets the private 'App\Twig\AppExtension' shared autowired service.
*
* @return \App\Twig\AppExtension
*/
protected function getAppExtensionService()
{
return $this->privates['App\\Twig\\AppExtension'] = new \App\Twig\AppExtension();
}
/**
* Gets the private 'App\Twig\DateExtension' shared autowired service.
*
* @return \App\Twig\DateExtension
*/
protected function getDateExtensionService()
{
return $this->privates['App\\Twig\\DateExtension'] = new \App\Twig\DateExtension(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Twig\EntityJournalExtension' shared autowired service.
*
* @return \App\Twig\EntityJournalExtension
*/
protected function getEntityJournalExtensionService()
{
$a = ($this->privates['App\\Service\\EntityJournal'] ?? $this->getEntityJournalService());
if (isset($this->privates['App\\Twig\\EntityJournalExtension'])) {
return $this->privates['App\\Twig\\EntityJournalExtension'];
}
return $this->privates['App\\Twig\\EntityJournalExtension'] = new \App\Twig\EntityJournalExtension($a);
}
/**
* Gets the private 'App\Twig\FacetFormExtension' shared autowired service.
*
* @return \App\Twig\FacetFormExtension
*/
protected function getFacetFormExtensionService()
{
return $this->privates['App\\Twig\\FacetFormExtension'] = new \App\Twig\FacetFormExtension();
}
/**
* Gets the private 'App\Twig\InstanceOfExtension' shared autowired service.
*
* @return \App\Twig\InstanceOfExtension
*/
protected function getInstanceOfExtensionService()
{
return $this->privates['App\\Twig\\InstanceOfExtension'] = new \App\Twig\InstanceOfExtension();
}
/**
* Gets the private 'App\Twig\MenuExtension' shared autowired service.
*
* @return \App\Twig\MenuExtension
*/
protected function getMenuExtensionService()
{
return $this->privates['App\\Twig\\MenuExtension'] = new \App\Twig\MenuExtension(($this->privates['App\\Model\\User\\User'] ?? $this->getUserService()));
}
/**
* Gets the private 'App\Twig\StatusExtension' shared autowired service.
*
* @return \App\Twig\StatusExtension
*/
protected function getStatusExtensionService()
{
return $this->privates['App\\Twig\\StatusExtension'] = new \App\Twig\StatusExtension();
}
/**
* Gets the private 'App\Twig\UtilsExtension' shared autowired service.
*
* @return \App\Twig\UtilsExtension
*/
protected function getUtilsExtensionService()
{
return $this->privates['App\\Twig\\UtilsExtension'] = new \App\Twig\UtilsExtension();
}
/**
* Gets the private 'App\Twig\WeatherExtension' shared autowired service.
*
* @return \App\Twig\WeatherExtension
*/
protected function getWeatherExtensionService()
{
return $this->privates['App\\Twig\\WeatherExtension'] = new \App\Twig\WeatherExtension();
}
/**
* Gets the private 'Omines\DataTablesBundle\Twig\DataTablesExtension' shared autowired service.
*
* @return \Omines\DataTablesBundle\Twig\DataTablesExtension
*/
protected function getDataTablesExtensionService()
{
return $this->privates['Omines\\DataTablesBundle\\Twig\\DataTablesExtension'] = new \Omines\DataTablesBundle\Twig\DataTablesExtension(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
*
* @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
*/
protected function getResetAssetsEventListenerService()
{
return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
}
/**
* Gets the private 'Vich\UploaderBundle\DataCollector\MappingCollector' shared service.
*
* @return \Vich\UploaderBundle\DataCollector\MappingCollector
*/
protected function getMappingCollectorService()
{
return $this->privates['Vich\\UploaderBundle\\DataCollector\\MappingCollector'] = new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
}
/**
* Gets the private 'Vich\UploaderBundle\Templating\Helper\UploaderHelper' shared service.
*
* @return \Vich\UploaderBundle\Templating\Helper\UploaderHelper
*/
protected function getUploaderHelperService()
{
return $this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] = new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
}
/**
* Gets the private 'Vich\UploaderBundle\Twig\Extension\UploaderExtension' shared service.
*
* @return \Vich\UploaderBundle\Twig\Extension\UploaderExtension
*/
protected function getUploaderExtensionService()
{
return $this->privates['Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtension'] = new \Vich\UploaderBundle\Twig\Extension\UploaderExtension();
}
/**
* Gets the private 'annotations.cache_adapter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService()
{
return $this->privates['annotations.cache_adapter'] = \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
}
/**
* 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->privates['annotations.cache_adapter'] ?? $this->getAnnotations_CacheAdapterService()), true);
}
/**
* Gets the private 'annotations.dummy_registry' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationRegistry
*/
protected function getAnnotations_DummyRegistryService()
{
$this->privates['annotations.dummy_registry'] = $instance = new \Doctrine\Common\Annotations\AnnotationRegistry();
$instance->registerUniqueLoader('class_exists');
return $instance;
}
/**
* 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();
$instance->addGlobalIgnoredName('required', ($this->privates['annotations.dummy_registry'] ?? $this->getAnnotations_DummyRegistryService()));
return $instance;
}
/**
* Gets the private 'argument_metadata_factory' shared service.
*
* @return \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory
*/
protected function getArgumentMetadataFactoryService()
{
return $this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory();
}
/**
* Gets the private 'assets._default_package' shared service.
*
* @return \Symfony\Component\Asset\PathPackage
*/
protected function getAssets_DefaultPackageService()
{
return $this->privates['assets._default_package'] = new \Symfony\Component\Asset\PathPackage('', ($this->privates['assets._version__default'] ?? $this->getAssets_VersionDefaultService()), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
}
/**
* Gets the private 'assets._version__default' shared service.
*
* @return \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy
*/
protected function getAssets_VersionDefaultService()
{
return $this->privates['assets._version__default'] = new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__, 4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false);
}
/**
* Gets the private 'assets.context' shared service.
*
* @return \Symfony\Component\Asset\Context\RequestStackContext
*/
protected function getAssets_ContextService()
{
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
}
/**
* Gets the private 'assets.packages' shared service.
*
* @return \Symfony\Component\Asset\Packages
*/
protected function getAssets_PackagesService()
{
return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(($this->privates['assets._default_package'] ?? $this->getAssets_DefaultPackageService()), new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0));
}
/**
* Gets the private 'cache.annotations' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AnnotationsService()
{
return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.annotations.recorder_inner'] ?? $this->getCache_Annotations_RecorderInnerService()));
}
/**
* Gets the private 'cache.annotations.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_Annotations_RecorderInnerService()
{
return $this->privates['cache.annotations.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2doubs1ggi', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
}
/**
* Gets the private 'cache.app.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\FilesystemAdapter
*/
protected function getCache_App_RecorderInnerService()
{
$this->privates['cache.app.recorder_inner'] = $instance = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('kBwW157GKF', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $instance;
}
/**
* Gets the private 'cache.default_marshaller' shared service.
*
* @return \Symfony\Component\Cache\Marshaller\DefaultMarshaller
*/
protected function getCache_DefaultMarshallerService()
{
return $this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true);
}
/**
* Gets the private 'cache.doctrine.orm.default.metadata' shared service.
*
* @return \Symfony\Component\Cache\Adapter\ArrayAdapter
*/
protected function getCache_Doctrine_Orm_Default_MetadataService()
{
return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
}
/**
* Gets the private 'cache.doctrine.orm.default.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_QueryService()
{
return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.doctrine.orm.default.query.recorder_inner'] ?? ($this->privates['cache.doctrine.orm.default.query.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
}
/**
* Gets the private 'cache.doctrine.orm.default.query.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\ArrayAdapter
*/
protected function getCache_Doctrine_Orm_Default_Query_RecorderInnerService()
{
return $this->privates['cache.doctrine.orm.default.query.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
}
/**
* Gets the private 'cache.doctrine.orm.default.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_ResultService()
{
return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.doctrine.orm.default.result.recorder_inner'] ?? ($this->privates['cache.doctrine.orm.default.result.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
}
/**
* Gets the private 'cache.doctrine.orm.default.result.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\ArrayAdapter
*/
protected function getCache_Doctrine_Orm_Default_Result_RecorderInnerService()
{
return $this->privates['cache.doctrine.orm.default.result.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
}
/**
* Gets the private 'cache.property_info' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfoService()
{
return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.property_info.recorder_inner'] ?? $this->getCache_PropertyInfo_RecorderInnerService()));
}
/**
* Gets the private 'cache.property_info.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_PropertyInfo_RecorderInnerService()
{
return $this->privates['cache.property_info.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9xl3CriaIl', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
}
/**
* Gets the private 'cache.security_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityExpressionLanguageService()
{
return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.security_expression_language.recorder_inner'] ?? $this->getCache_SecurityExpressionLanguage_RecorderInnerService()));
}
/**
* Gets the private 'cache.security_expression_language.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_SecurityExpressionLanguage_RecorderInnerService()
{
return $this->privates['cache.security_expression_language.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('cW2SqAEQjz', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
}
/**
* Gets the private 'cache.security_token_verifier' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityTokenVerifierService()
{
return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.security_token_verifier.recorder_inner'] ?? $this->getCache_SecurityTokenVerifier_RecorderInnerService()));
}
/**
* Gets the private 'cache.security_token_verifier.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_SecurityTokenVerifier_RecorderInnerService()
{
return $this->privates['cache.security_token_verifier.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fdFBmMe45f', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
}
/**
* Gets the private 'cache.serializer' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SerializerService()
{
return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.serializer.recorder_inner'] ?? $this->getCache_Serializer_RecorderInnerService()));
}
/**
* Gets the private 'cache.serializer.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_Serializer_RecorderInnerService()
{
return $this->privates['cache.serializer.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GOQSNx91Us', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
}
/**
* Gets the private 'cache.system.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_System_RecorderInnerService()
{
return $this->privates['cache.system.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KRMMKdkW9q', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
}
/**
* Gets the private 'cache.validator' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorService()
{
return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.validator.recorder_inner'] ?? $this->getCache_Validator_RecorderInnerService()));
}
/**
* Gets the private 'cache.validator.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_Validator_RecorderInnerService()
{
return $this->privates['cache.validator.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rci6slSgDq', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
}
/**
* Gets the private 'cache.validator_expression_language.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_ValidatorExpressionLanguage_RecorderInnerService()
{
return $this->privates['cache.validator_expression_language.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('EcZtvMOU17', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
}
/**
* Gets the private 'cache.webpack_encore' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_WebpackEncoreService()
{
return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.webpack_encore.recorder_inner'] ?? $this->getCache_WebpackEncore_RecorderInnerService()));
}
/**
* Gets the private 'cache.webpack_encore.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_WebpackEncore_RecorderInnerService()
{
return $this->privates['cache.webpack_encore.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7UAQmABz7h', 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 'controller.pre_execute_listener' shared autowired service.
*
* @return \App\EventListener\ControllerListener
*/
protected function getController_PreExecuteListenerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['controller.pre_execute_listener'])) {
return $this->privates['controller.pre_execute_listener'];
}
return $this->privates['controller.pre_execute_listener'] = new \App\EventListener\ControllerListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()), $a);
}
/**
* Gets the private 'data_collector.ajax' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector
*/
protected function getDataCollector_AjaxService()
{
return $this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector();
}
/**
* Gets the private 'data_collector.cache' shared service.
*
* @return \Symfony\Component\Cache\DataCollector\CacheDataCollector
*/
protected function getDataCollector_CacheService()
{
$this->privates['data_collector.cache'] = $instance = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$instance->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$instance->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$instance->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
$instance->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
$instance->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
$instance->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
$instance->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
$instance->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$instance->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
$instance->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$instance->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$instance->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
return $instance;
}
/**
* Gets the private 'data_collector.config' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector
*/
protected function getDataCollector_ConfigService()
{
$this->privates['data_collector.config'] = $instance = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$instance->setKernel(($this->services['kernel'] ?? $this->get('kernel', 3)));
}
return $instance;
}
/**
* Gets the private 'data_collector.doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector
*/
protected function getDataCollector_DoctrineService()
{
return $this->privates['data_collector.doctrine'] = 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([]))));
}
/**
* Gets the private 'data_collector.events' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\EventDataCollector
*/
protected function getDataCollector_EventsService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['data_collector.events'])) {
return $this->privates['data_collector.events'];
}
return $this->privates['data_collector.events'] = new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'data_collector.exception' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector
*/
protected function getDataCollector_ExceptionService()
{
return $this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector();
}
/**
* 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(($this->privates['data_collector.form.extractor'] ?? ($this->privates['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor())));
}
/**
* Gets the private 'data_collector.form.extractor' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor
*/
protected function getDataCollector_Form_ExtractorService()
{
return $this->privates['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor();
}
/**
* Gets the private 'data_collector.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector
*/
protected function getDataCollector_HttpClientService()
{
$this->privates['data_collector.http_client'] = $instance = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
$instance->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
return $instance;
}
/**
* Gets the private 'data_collector.logger' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector
*/
protected function getDataCollector_LoggerService()
{
return $this->privates['data_collector.logger'] = new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector(($this->privates['monolog.logger.profiler'] ?? $this->getMonolog_Logger_ProfilerService()), ($this->targetDir.''.'/App_KernelDevDebugContainer'), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'data_collector.memory' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector
*/
protected function getDataCollector_MemoryService()
{
return $this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector();
}
/**
* Gets the private 'data_collector.request' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
*/
protected function getDataCollector_RequestService()
{
return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'data_collector.router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector
*/
protected function getDataCollector_RouterService()
{
return $this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector();
}
/**
* Gets the private 'data_collector.security' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector
*/
protected function getDataCollector_SecurityService()
{
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->privates['data_collector.security'])) {
return $this->privates['data_collector.security'];
}
$b = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
if (isset($this->privates['data_collector.security'])) {
return $this->privates['data_collector.security'];
}
$c = ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
if (isset($this->privates['data_collector.security'])) {
return $this->privates['data_collector.security'];
}
return $this->privates['data_collector.security'] = 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()), $a, $b, $c, true);
}
/**
* Gets the private 'data_collector.time' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector
*/
protected function getDataCollector_TimeService()
{
return $this->privates['data_collector.time'] = new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector(($this->services['kernel'] ?? $this->get('kernel', 3)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'data_collector.translation' shared service.
*
* @return \Symfony\Component\Translation\DataCollector\TranslationDataCollector
*/
protected function getDataCollector_TranslationService()
{
return $this->privates['data_collector.translation'] = new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'data_collector.twig' shared service.
*
* @return \Symfony\Bridge\Twig\DataCollector\TwigDataCollector
*/
protected function getDataCollector_TwigService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['data_collector.twig'])) {
return $this->privates['data_collector.twig'];
}
return $this->privates['data_collector.twig'] = new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a);
}
/**
* Gets the private 'data_collector.validator' shared service.
*
* @return \Symfony\Component\Validator\DataCollector\ValidatorDataCollector
*/
protected function getDataCollector_ValidatorService()
{
return $this->privates['data_collector.validator'] = new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
}
/**
* Gets the private 'debug.argument_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
*/
protected function getDebug_ArgumentResolverService()
{
$a = ($this->privates['debug.argument_resolver.inner'] ?? $this->getDebug_ArgumentResolver_InnerService());
if (isset($this->privates['debug.argument_resolver'])) {
return $this->privates['debug.argument_resolver'];
}
return $this->privates['debug.argument_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.inner' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver
*/
protected function getDebug_ArgumentResolver_InnerService()
{
return $this->privates['debug.argument_resolver.inner'] = 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.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
}, 8));
}
/**
* Gets the private 'debug.controller_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
*/
protected function getDebug_ControllerResolverService()
{
return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(($this->privates['debug.controller_resolver.inner'] ?? $this->getDebug_ControllerResolver_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.controller_resolver.inner' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver
*/
protected function getDebug_ControllerResolver_InnerService()
{
return $this->privates['debug.controller_resolver.inner'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()));
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, ($this->privates['monolog.logger.php'] ?? $this->getMonolog_Logger_PhpService()), NULL, -1, true, true, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
}
/**
* Gets the private 'debug.event_dispatcher.inner' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getDebug_EventDispatcher_InnerService()
{
return $this->privates['debug.event_dispatcher.inner'] = new \Symfony\Component\EventDispatcher\EventDispatcher();
}
/**
* 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()
{
$a = ($this->privates['debug.security.access.decision_manager.inner'] ?? $this->getDebug_Security_Access_DecisionManager_InnerService());
if (isset($this->privates['debug.security.access.decision_manager'])) {
return $this->privates['debug.security.access.decision_manager'];
}
return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager($a);
}
/**
* Gets the private 'debug.security.access.decision_manager.inner' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManager_InnerService()
{
return $this->privates['debug.security.access.decision_manager.inner'] = 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\\Voter\\AccessTokenVoter'] ?? $this->load('getAccessTokenVoter2Service'));
yield 4 => ($this->privates['debug.security.voter.App\\Voter\\CartItemVoter'] ?? $this->load('getCartItemVoter2Service'));
yield 5 => ($this->privates['debug.security.voter.App\\Voter\\InvitationVoter'] ?? $this->load('getInvitationVoter2Service'));
yield 6 => ($this->privates['debug.security.voter.App\\Voter\\InvoiceBatchVoter'] ?? $this->load('getInvoiceBatchVoter2Service'));
yield 7 => ($this->privates['debug.security.voter.App\\Voter\\InvoiceVoter'] ?? $this->load('getInvoiceVoter2Service'));
yield 8 => ($this->privates['debug.security.voter.App\\Voter\\MessageVoter'] ?? $this->load('getMessageVoter2Service'));
yield 9 => ($this->privates['debug.security.voter.App\\Voter\\OrderVoter'] ?? $this->load('getOrderVoter2Service'));
yield 10 => ($this->privates['debug.security.voter.App\\Voter\\ProductVoter'] ?? $this->load('getProductVoter2Service'));
yield 11 => ($this->privates['debug.security.voter.App\\Voter\\RegistrationVoter'] ?? $this->load('getRegistrationVoter2Service'));
yield 12 => ($this->privates['debug.security.voter.App\\Voter\\ShopVoter'] ?? $this->load('getShopVoter2Service'));
yield 13 => ($this->privates['debug.security.voter.App\\Voter\\SupplierCustomerVoter'] ?? $this->load('getSupplierCustomerVoter2Service'));
yield 14 => ($this->privates['debug.security.voter.App\\Voter\\SupplierVoter'] ?? $this->load('getSupplierVoter2Service'));
yield 15 => ($this->privates['debug.security.voter.App\\Voter\\UserVoter'] ?? $this->load('getUserVoter2Service'));
}, 16), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
$a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
}
/**
* Gets the private 'debug.stopwatch' shared service.
*
* @return \Symfony\Component\Stopwatch\Stopwatch
*/
protected function getDebug_StopwatchService()
{
return $this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
}
/**
* Gets the private 'debug.validator.inner' shared service.
*
* @return \Symfony\Component\Validator\Validator\ValidatorInterface
*/
protected function getDebug_Validator_InnerService()
{
$a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
if (isset($this->privates['debug.validator.inner'])) {
return $this->privates['debug.validator.inner'];
}
return $this->privates['debug.validator.inner'] = $a->getValidator();
}
/**
* Gets the private 'disallow_search_engine_index_response_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener
*/
protected function getDisallowSearchEngineIndexResponseListenerService()
{
return $this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener();
}
/**
* Gets the private 'doctrine.dbal.connection_factory' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
*/
protected function getDoctrine_Dbal_ConnectionFactoryService()
{
return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], ($this->privates['doctrine.dbal.connection_factory.dsn_parser'] ?? $this->getDoctrine_Dbal_ConnectionFactory_DsnParserService()));
}
/**
* Gets the private 'doctrine.dbal.connection_factory.dsn_parser' shared service.
*
* @return \Doctrine\DBAL\Tools\DsnParser
*/
protected function getDoctrine_Dbal_ConnectionFactory_DsnParserService()
{
return $this->privates['doctrine.dbal.connection_factory.dsn_parser'] = new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite']);
}
/**
* Gets the private 'doctrine.dbal.debug_middleware.default' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware
*/
protected function getDoctrine_Dbal_DebugMiddleware_DefaultService()
{
$this->privates['doctrine.dbal.debug_middleware.default'] = $instance = 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))));
$instance->setConnectionName('default');
return $instance;
}
/**
* Gets the private 'doctrine.dbal.default_connection.configuration' shared service.
*
* @return \Doctrine\DBAL\Configuration
*/
protected function getDoctrine_Dbal_DefaultConnection_ConfigurationService()
{
$this->privates['doctrine.dbal.default_connection.configuration'] = $instance = new \Doctrine\DBAL\Configuration();
$instance->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
$instance->setMiddlewares([0 => ($this->privates['doctrine.dbal.logging_middleware.default'] ?? $this->getDoctrine_Dbal_LoggingMiddleware_DefaultService()), 1 => ($this->privates['doctrine.dbal.debug_middleware.default'] ?? $this->getDoctrine_Dbal_DebugMiddleware_DefaultService())]);
return $instance;
}
/**
* Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
*
* @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
*/
protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
{
return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\EventListener\\CustomerSupplierLinkSubscriber' => ['privates', 'App\\EventListener\\CustomerSupplierLinkSubscriber', 'getCustomerSupplierLinkSubscriberService', true],
'App\\EventListener\\DeliveryModelSubscriber' => ['privates', 'App\\EventListener\\DeliveryModelSubscriber', 'getDeliveryModelSubscriberService', true],
'App\\EventListener\\DispatchCRMInfosSubscriber' => ['privates', 'App\\EventListener\\DispatchCRMInfosSubscriber', 'getDispatchCRMInfosSubscriberService', true],
'App\\EventListener\\EntityAuthorSubscriber' => ['privates', 'App\\EventListener\\EntityAuthorSubscriber', 'getEntityAuthorSubscriberService', true],
'App\\EventListener\\EntityRemoveListener' => ['privates', 'App\\EventListener\\EntityRemoveListener', 'getEntityRemoveListenerService', true],
'App\\EventListener\\GeocodeCustomerSubscriber' => ['privates', 'App\\EventListener\\GeocodeCustomerSubscriber', 'getGeocodeCustomerSubscriberService', true],
'App\\EventListener\\GuestProductListener' => ['privates', 'App\\EventListener\\GuestProductListener', 'getGuestProductListenerService', true],
'App\\EventListener\\ImpersonatorListener' => ['privates', 'App\\EventListener\\ImpersonatorListener', 'getImpersonatorListenerService', true],
'App\\EventListener\\InvitationListener' => ['privates', 'App\\EventListener\\InvitationListener', 'getInvitationListenerService', true],
'App\\EventListener\\IpAddressListener' => ['privates', 'App\\EventListener\\IpAddressListener', 'getIpAddressListenerService', true],
'App\\EventListener\\MessageListener' => ['privates', 'App\\EventListener\\MessageListener', 'getMessageListenerService', true],
'App\\EventListener\\OrderDoctrineSubscriber' => ['privates', 'App\\EventListener\\OrderDoctrineSubscriber', 'getOrderDoctrineSubscriberService', true],
'App\\EventListener\\OrderStatusHistoryListener' => ['privates', 'App\\EventListener\\OrderStatusHistoryListener', 'getOrderStatusHistoryListenerService', true],
'App\\EventListener\\PriceHistoryListener' => ['privates', 'App\\EventListener\\PriceHistoryListener', 'getPriceHistoryListenerService', true],
'App\\EventListener\\ProtectedDeletableListener' => ['privates', 'App\\EventListener\\ProtectedDeletableListener', 'getProtectedDeletableListenerService', true],
'App\\EventListener\\RefreshMessagesListener' => ['privates', 'App\\EventListener\\RefreshMessagesListener', 'getRefreshMessagesListenerService', true],
'App\\EventListener\\SupplierCreationSubscriber' => ['privates', 'App\\EventListener\\SupplierCreationSubscriber', 'getSupplierCreationSubscriberService', true],
'App\\EventListener\\SupplierCustomerSubscriber' => ['privates', 'App\\EventListener\\SupplierCustomerSubscriber', 'getSupplierCustomerSubscriberService', true],
'App\\EventListener\\SupplierPostLoadListener' => ['privates', 'App\\EventListener\\SupplierPostLoadListener', 'getSupplierPostLoadListenerService', true],
'App\\EventListener\\TagSourceSystemSubscriber' => ['privates', 'App\\EventListener\\TagSourceSystemSubscriber', 'getTagSourceSystemSubscriberService', true],
'App\\EventListener\\UpdateElasticaPostListener' => ['privates', 'App\\EventListener\\UpdateElasticaPostListener', 'getUpdateElasticaPostListenerService', true],
'app.subscriber.order' => ['privates', 'app.subscriber.order', 'getApp_Subscriber_OrderService', true],
'app.subscriber.order_webhook' => ['privates', 'app.subscriber.order_webhook', 'getApp_Subscriber_OrderWebhookService', true],
'beelab.tag.subscriber' => ['privates', 'beelab.tag.subscriber', 'getBeelab_Tag_SubscriberService', 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],
'fos_elastica.listener.app.product' => ['privates', 'fos_elastica.listener.app.product', 'getFosElastica_Listener_App_ProductService', true],
'fos_elastica.listener.backoffice.customer' => ['privates', 'fos_elastica.listener.backoffice.customer', 'getFosElastica_Listener_Backoffice_CustomerService', true],
'fos_elastica.listener.backoffice.customer_group' => ['privates', 'fos_elastica.listener.backoffice.customer_group', 'getFosElastica_Listener_Backoffice_CustomerGroupService', true],
'fos_elastica.listener.backoffice.product' => ['privates', 'fos_elastica.listener.backoffice.product', 'getFosElastica_Listener_Backoffice_ProductService', true],
'fos_elastica.listener.backoffice.simulation' => ['privates', 'fos_elastica.listener.backoffice.simulation', 'getFosElastica_Listener_Backoffice_SimulationService', true],
'fos_elastica.listener.backoffice.supplier' => ['privates', 'fos_elastica.listener.backoffice.supplier', 'getFosElastica_Listener_Backoffice_SupplierService', true],
'fos_elastica.listener.backoffice.supplier_customer_link' => ['privates', 'fos_elastica.listener.backoffice.supplier_customer_link', 'getFosElastica_Listener_Backoffice_SupplierCustomerLinkService', true],
'fos_elastica.listener.backoffice.user' => ['privates', 'fos_elastica.listener.backoffice.user', 'getFosElastica_Listener_Backoffice_UserService', true],
'fos_elastica.listener.front_users.user' => ['privates', 'fos_elastica.listener.front_users.user', 'getFosElastica_Listener_FrontUsers_UserService', true],
'fos_elastica.listener.order_analysis_items.order_item' => ['privates', 'fos_elastica.listener.order_analysis_items.order_item', 'getFosElastica_Listener_OrderAnalysisItems_OrderItemService', true],
'fos_elastica.listener.suppliers.supplier' => ['privates', 'fos_elastica.listener.suppliers.supplier', 'getFosElastica_Listener_Suppliers_SupplierService', true],
'fos_user.user_listener' => ['privates', 'fos_user.user_listener', 'getFosUser_UserListenerService', 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.category_picture' => ['privates', 'vich_uploader.listener.clean.category_picture', 'getVichUploader_Listener_Clean_CategoryPictureService', true],
'vich_uploader.listener.clean.invoice_file' => ['privates', 'vich_uploader.listener.clean.invoice_file', 'getVichUploader_Listener_Clean_InvoiceFileService', true],
'vich_uploader.listener.clean.label_picture' => ['privates', 'vich_uploader.listener.clean.label_picture', 'getVichUploader_Listener_Clean_LabelPictureService', true],
'vich_uploader.listener.clean.product_picture' => ['privates', 'vich_uploader.listener.clean.product_picture', 'getVichUploader_Listener_Clean_ProductPictureService', true],
'vich_uploader.listener.clean.supplier_picture' => ['privates', 'vich_uploader.listener.clean.supplier_picture', 'getVichUploader_Listener_Clean_SupplierPictureService', true],
'vich_uploader.listener.clean.tutorial_picture' => ['privates', 'vich_uploader.listener.clean.tutorial_picture', 'getVichUploader_Listener_Clean_TutorialPictureService', true],
'vich_uploader.listener.remove.category_picture' => ['privates', 'vich_uploader.listener.remove.category_picture', 'getVichUploader_Listener_Remove_CategoryPictureService', true],
'vich_uploader.listener.remove.invoice_file' => ['privates', 'vich_uploader.listener.remove.invoice_file', 'getVichUploader_Listener_Remove_InvoiceFileService', true],
'vich_uploader.listener.remove.label_picture' => ['privates', 'vich_uploader.listener.remove.label_picture', 'getVichUploader_Listener_Remove_LabelPictureService', true],
'vich_uploader.listener.remove.product_picture' => ['privates', 'vich_uploader.listener.remove.product_picture', 'getVichUploader_Listener_Remove_ProductPictureService', true],
'vich_uploader.listener.remove.supplier_picture' => ['privates', 'vich_uploader.listener.remove.supplier_picture', 'getVichUploader_Listener_Remove_SupplierPictureService', true],
'vich_uploader.listener.remove.tutorial_picture' => ['privates', 'vich_uploader.listener.remove.tutorial_picture', 'getVichUploader_Listener_Remove_TutorialPictureService', true],
'vich_uploader.listener.upload.category_picture' => ['privates', 'vich_uploader.listener.upload.category_picture', 'getVichUploader_Listener_Upload_CategoryPictureService', true],
'vich_uploader.listener.upload.invoice_file' => ['privates', 'vich_uploader.listener.upload.invoice_file', 'getVichUploader_Listener_Upload_InvoiceFileService', true],
'vich_uploader.listener.upload.label_picture' => ['privates', 'vich_uploader.listener.upload.label_picture', 'getVichUploader_Listener_Upload_LabelPictureService', true],
'vich_uploader.listener.upload.product_picture' => ['privates', 'vich_uploader.listener.upload.product_picture', 'getVichUploader_Listener_Upload_ProductPictureService', true],
'vich_uploader.listener.upload.supplier_picture' => ['privates', 'vich_uploader.listener.upload.supplier_picture', 'getVichUploader_Listener_Upload_SupplierPictureService', true],
'vich_uploader.listener.upload.tutorial_picture' => ['privates', 'vich_uploader.listener.upload.tutorial_picture', 'getVichUploader_Listener_Upload_TutorialPictureService', true],
], [
'App\\EventListener\\CustomerSupplierLinkSubscriber' => '?',
'App\\EventListener\\DeliveryModelSubscriber' => '?',
'App\\EventListener\\DispatchCRMInfosSubscriber' => '?',
'App\\EventListener\\EntityAuthorSubscriber' => '?',
'App\\EventListener\\EntityRemoveListener' => '?',
'App\\EventListener\\GeocodeCustomerSubscriber' => '?',
'App\\EventListener\\GuestProductListener' => '?',
'App\\EventListener\\ImpersonatorListener' => '?',
'App\\EventListener\\InvitationListener' => '?',
'App\\EventListener\\IpAddressListener' => '?',
'App\\EventListener\\MessageListener' => '?',
'App\\EventListener\\OrderDoctrineSubscriber' => '?',
'App\\EventListener\\OrderStatusHistoryListener' => '?',
'App\\EventListener\\PriceHistoryListener' => '?',
'App\\EventListener\\ProtectedDeletableListener' => '?',
'App\\EventListener\\RefreshMessagesListener' => '?',
'App\\EventListener\\SupplierCreationSubscriber' => '?',
'App\\EventListener\\SupplierCustomerSubscriber' => '?',
'App\\EventListener\\SupplierPostLoadListener' => '?',
'App\\EventListener\\TagSourceSystemSubscriber' => '?',
'App\\EventListener\\UpdateElasticaPostListener' => '?',
'app.subscriber.order' => '?',
'app.subscriber.order_webhook' => '?',
'beelab.tag.subscriber' => '?',
'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' => '?',
'fos_elastica.listener.app.product' => '?',
'fos_elastica.listener.backoffice.customer' => '?',
'fos_elastica.listener.backoffice.customer_group' => '?',
'fos_elastica.listener.backoffice.product' => '?',
'fos_elastica.listener.backoffice.simulation' => '?',
'fos_elastica.listener.backoffice.supplier' => '?',
'fos_elastica.listener.backoffice.supplier_customer_link' => '?',
'fos_elastica.listener.backoffice.user' => '?',
'fos_elastica.listener.front_users.user' => '?',
'fos_elastica.listener.order_analysis_items.order_item' => '?',
'fos_elastica.listener.suppliers.supplier' => '?',
'fos_user.user_listener' => '?',
'stof_doctrine_extensions.listener.sluggable' => '?',
'stof_doctrine_extensions.listener.timestampable' => '?',
'vich_uploader.listener.clean.category_picture' => '?',
'vich_uploader.listener.clean.invoice_file' => '?',
'vich_uploader.listener.clean.label_picture' => '?',
'vich_uploader.listener.clean.product_picture' => '?',
'vich_uploader.listener.clean.supplier_picture' => '?',
'vich_uploader.listener.clean.tutorial_picture' => '?',
'vich_uploader.listener.remove.category_picture' => '?',
'vich_uploader.listener.remove.invoice_file' => '?',
'vich_uploader.listener.remove.label_picture' => '?',
'vich_uploader.listener.remove.product_picture' => '?',
'vich_uploader.listener.remove.supplier_picture' => '?',
'vich_uploader.listener.remove.tutorial_picture' => '?',
'vich_uploader.listener.upload.category_picture' => '?',
'vich_uploader.listener.upload.invoice_file' => '?',
'vich_uploader.listener.upload.label_picture' => '?',
'vich_uploader.listener.upload.product_picture' => '?',
'vich_uploader.listener.upload.supplier_picture' => '?',
'vich_uploader.listener.upload.tutorial_picture' => '?',
]), [0 => 'vich_uploader.listener.clean.product_picture', 1 => 'vich_uploader.listener.clean.supplier_picture', 2 => 'vich_uploader.listener.clean.tutorial_picture', 3 => 'vich_uploader.listener.clean.category_picture', 4 => 'vich_uploader.listener.clean.label_picture', 5 => 'vich_uploader.listener.clean.invoice_file', 6 => 'beelab.tag.subscriber', 7 => 'App\\EventListener\\CustomerSupplierLinkSubscriber', 8 => 'App\\EventListener\\DeliveryModelSubscriber', 9 => 'App\\EventListener\\DispatchCRMInfosSubscriber', 10 => 'App\\EventListener\\EntityAuthorSubscriber', 11 => 'App\\EventListener\\GeocodeCustomerSubscriber', 12 => 'App\\EventListener\\OrderDoctrineSubscriber', 13 => 'App\\EventListener\\SupplierCreationSubscriber', 14 => 'App\\EventListener\\SupplierCustomerSubscriber', 15 => 'App\\EventListener\\TagSourceSystemSubscriber', 16 => 'app.subscriber.order', 17 => 'app.subscriber.order_webhook', 18 => 'vich_uploader.listener.remove.product_picture', 19 => 'vich_uploader.listener.upload.product_picture', 20 => 'vich_uploader.listener.remove.supplier_picture', 21 => 'vich_uploader.listener.upload.supplier_picture', 22 => 'vich_uploader.listener.remove.tutorial_picture', 23 => 'vich_uploader.listener.upload.tutorial_picture', 24 => 'vich_uploader.listener.remove.category_picture', 25 => 'vich_uploader.listener.upload.category_picture', 26 => 'vich_uploader.listener.remove.label_picture', 27 => 'vich_uploader.listener.upload.label_picture', 28 => 'vich_uploader.listener.remove.invoice_file', 29 => 'vich_uploader.listener.upload.invoice_file', 30 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 31 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 32 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 33 => [0 => [0 => 'preRemove'], 1 => 'App\\EventListener\\EntityRemoveListener'], 34 => [0 => [0 => 'prePersist'], 1 => 'App\\EventListener\\GuestProductListener'], 35 => [0 => [0 => 'preRemove'], 1 => 'App\\EventListener\\GuestProductListener'], 36 => [0 => [0 => 'prePersist'], 1 => 'App\\EventListener\\ImpersonatorListener'], 37 => [0 => [0 => 'postPersist'], 1 => 'App\\EventListener\\InvitationListener'], 38 => [0 => [0 => 'prePersist'], 1 => 'App\\EventListener\\IpAddressListener'], 39 => [0 => [0 => 'postPersist'], 1 => 'App\\EventListener\\MessageListener'], 40 => [0 => [0 => 'postUpdate'], 1 => 'App\\EventListener\\MessageListener'], 41 => [0 => [0 => 'onFlush'], 1 => 'App\\EventListener\\OrderStatusHistoryListener'], 42 => [0 => [0 => 'onFlush'], 1 => 'App\\EventListener\\PriceHistoryListener'], 43 => [0 => [0 => 'onFlush'], 1 => 'App\\EventListener\\ProtectedDeletableListener'], 44 => [0 => [0 => 'postPersist'], 1 => 'App\\EventListener\\RefreshMessagesListener'], 45 => [0 => [0 => 'postUpdate'], 1 => 'App\\EventListener\\RefreshMessagesListener'], 46 => [0 => [0 => 'postRemove'], 1 => 'App\\EventListener\\RefreshMessagesListener'], 47 => [0 => [0 => 'postLoad'], 1 => 'App\\EventListener\\SupplierPostLoadListener'], 48 => [0 => [0 => 'onFlush'], 1 => 'App\\EventListener\\UpdateElasticaPostListener'], 49 => [0 => [0 => 'postFlush'], 1 => 'App\\EventListener\\UpdateElasticaPostListener'], 50 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners'], 51 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.backoffice.supplier_customer_link'], 52 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.backoffice.supplier_customer_link'], 53 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.backoffice.supplier_customer_link'], 54 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.backoffice.supplier_customer_link'], 55 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.backoffice.simulation'], 56 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.backoffice.simulation'], 57 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.backoffice.simulation'], 58 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.backoffice.simulation'], 59 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.backoffice.product'], 60 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.backoffice.product'], 61 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.backoffice.product'], 62 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.backoffice.product'], 63 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.backoffice.supplier'], 64 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.backoffice.supplier'], 65 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.backoffice.supplier'], 66 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.backoffice.supplier'], 67 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.backoffice.customer'], 68 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.backoffice.customer'], 69 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.backoffice.customer'], 70 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.backoffice.customer'], 71 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.backoffice.user'], 72 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.backoffice.user'], 73 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.backoffice.user'], 74 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.backoffice.user'], 75 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.backoffice.customer_group'], 76 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.backoffice.customer_group'], 77 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.backoffice.customer_group'], 78 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.backoffice.customer_group'], 79 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.order_analysis_items.order_item'], 80 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.order_analysis_items.order_item'], 81 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.order_analysis_items.order_item'], 82 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.order_analysis_items.order_item'], 83 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.app.product'], 84 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.app.product'], 85 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.app.product'], 86 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.app.product'], 87 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.front_users.user'], 88 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.front_users.user'], 89 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.front_users.user'], 90 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.front_users.user'], 91 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.suppliers.supplier'], 92 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.suppliers.supplier'], 93 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.suppliers.supplier'], 94 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.suppliers.supplier'], 95 => [0 => [0 => 'prePersist'], 1 => 'fos_user.user_listener'], 96 => [0 => [0 => 'preUpdate'], 1 => 'fos_user.user_listener'], 97 => [0 => [0 => 'prePersist'], 1 => 'stof_doctrine_extensions.listener.sluggable'], 98 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.sluggable'], 99 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.sluggable'], 100 => [0 => [0 => 'prePersist'], 1 => 'stof_doctrine_extensions.listener.timestampable'], 101 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.timestampable'], 102 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.timestampable']]);
}
/**
* Gets the private 'doctrine.dbal.legacy_schema_manager_factory' shared service.
*
* @return \Doctrine\DBAL\Schema\LegacySchemaManagerFactory
*/
protected function getDoctrine_Dbal_LegacySchemaManagerFactoryService()
{
return $this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory();
}
/**
* Gets the private 'doctrine.dbal.logging_middleware.default' shared service.
*
* @return \Doctrine\DBAL\Logging\Middleware
*/
protected function getDoctrine_Dbal_LoggingMiddleware_DefaultService()
{
return $this->privates['doctrine.dbal.logging_middleware.default'] = new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService()));
}
/**
* Gets the private 'doctrine.debug_data_holder' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder
*/
protected function getDoctrine_DebugDataHolderService()
{
return $this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]);
}
/**
* Gets the private 'doctrine.orm.container_repository_factory' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
*/
protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
{
return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Repository\\MarketBulletinRepository' => ['privates', 'App\\Repository\\MarketBulletinRepository', 'getMarketBulletinRepositoryService', true],
], [
'App\\Repository\\MarketBulletinRepository' => '?',
]));
}
/**
* Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
*/
protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
{
return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity'), 1 => (\dirname(__DIR__, 4).'/src/StatsBundle/Entity'), 2 => (\dirname(__DIR__, 4).'/src/RegisterBundle/Entity'), 3 => (\dirname(__DIR__, 4).'/vendor/beelab/tag-bundle/src/Entity')], false);
}
/**
* Gets the private 'doctrine.orm.default_configuration' shared service.
*
* @return \Doctrine\ORM\Configuration
*/
protected function getDoctrine_Orm_DefaultConfigurationService()
{
$this->privates['doctrine.orm.default_configuration'] = $instance = new \Doctrine\ORM\Configuration();
$instance->setEntityNamespaces(['App' => 'App\\Entity', 'StatsBundle' => 'App\\StatsBundle\\Entity', 'RegisterBundle' => 'App\\RegisterBundle\\Entity', 'VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity', 'BeelabTagBundle' => 'Beelab\\TagBundle\\Entity']);
$instance->setMetadataCache(($this->privates['cache.doctrine.orm.default.metadata'] ?? ($this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
$instance->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$instance->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$instance->setMetadataDriverImpl(($this->privates['.doctrine.orm.default_metadata_driver'] ?? $this->get_Doctrine_Orm_DefaultMetadataDriverService()));
$instance->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$instance->setProxyNamespace('Proxies');
$instance->setAutoGenerateProxyClasses(true);
$instance->setSchemaIgnoreClasses([]);
$instance->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$instance->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$instance->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true))));
$instance->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
$instance->setTypedFieldMapper(($this->privates['doctrine.orm.typed_field_mapper.default'] ?? ($this->privates['doctrine.orm.typed_field_mapper.default'] = new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper())));
$instance->setEntityListenerResolver(($this->privates['doctrine.orm.default_entity_listener_resolver'] ?? ($this->privates['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this))));
$instance->setLazyGhostObjectEnabled(false);
$instance->setIdentityGenerationPreferences([]);
$instance->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
$instance->addCustomStringFunction('GROUP_CONCAT', 'DoctrineExtensions\\Query\\Mysql\\GroupConcat');
$instance->addCustomStringFunction('CONCAT_WS', 'DoctrineExtensions\\Query\\Mysql\\ConcatWs');
$instance->addCustomStringFunction('JSON_CONTAINS', 'App\\Doctrine\\JsonContainsFunction');
$instance->addCustomNumericFunction('RAND', 'App\\ORM\\Rand');
return $instance;
}
/**
* Gets the private 'doctrine.orm.default_entity_listener_resolver' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
*/
protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
{
return $this->privates['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this);
}
/**
* Gets the private 'doctrine.orm.default_entity_manager.validator_loader' shared service.
*
* @return \Symfony\Bridge\Doctrine\Validator\DoctrineLoader
*/
protected function getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['doctrine.orm.default_entity_manager.validator_loader'])) {
return $this->privates['doctrine.orm.default_entity_manager.validator_loader'];
}
return $this->privates['doctrine.orm.default_entity_manager.validator_loader'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader($a, NULL);
}
/**
* Gets the private 'doctrine.orm.default_manager_configurator' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator
*/
protected function getDoctrine_Orm_DefaultManagerConfiguratorService()
{
return $this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []);
}
/**
* Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
*/
protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
{
$this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity'], '.orm.xml', false);
$instance->setGlobalBasename('mapping');
return $instance;
}
/**
* Gets the private 'doctrine.orm.naming_strategy.underscore_number_aware' shared service.
*
* @return \Doctrine\ORM\Mapping\UnderscoreNamingStrategy
*/
protected function getDoctrine_Orm_NamingStrategy_UnderscoreNumberAwareService()
{
return $this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true);
}
/**
* Gets the private 'doctrine.orm.quote_strategy.default' shared service.
*
* @return \Doctrine\ORM\Mapping\DefaultQuoteStrategy
*/
protected function getDoctrine_Orm_QuoteStrategy_DefaultService()
{
return $this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy();
}
/**
* Gets the private 'doctrine.orm.typed_field_mapper.default' shared service.
*
* @return \Doctrine\ORM\Mapping\DefaultTypedFieldMapper
*/
protected function getDoctrine_Orm_TypedFieldMapper_DefaultService()
{
return $this->privates['doctrine.orm.typed_field_mapper.default'] = new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper();
}
/**
* Gets the private 'doctrine.orm.validator_initializer' shared service.
*
* @return \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer
*/
protected function getDoctrine_Orm_ValidatorInitializerService()
{
return $this->privates['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.twig.doctrine_extension' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension
*/
protected function getDoctrine_Twig_DoctrineExtensionService()
{
return $this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension();
}
/**
* Gets the private 'eight_points_guzzle.dark_sky_logger' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Log\Logger
*/
protected function getEightPointsGuzzle_DarkSkyLoggerService()
{
return $this->privates['eight_points_guzzle.dark_sky_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3);
}
/**
* Gets the private 'eight_points_guzzle.data_collector' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector
*/
protected function getEightPointsGuzzle_DataCollectorService()
{
return $this->privates['eight_points_guzzle.data_collector'] = new \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector([0 => ($this->privates['eight_points_guzzle.dark_sky_logger'] ?? ($this->privates['eight_points_guzzle.dark_sky_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), 1 => ($this->privates['eight_points_guzzle.open_weather_map_logger'] ?? ($this->privates['eight_points_guzzle.open_weather_map_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), 2 => ($this->privates['eight_points_guzzle.dumb_dispatcher_logger'] ?? ($this->privates['eight_points_guzzle.dumb_dispatcher_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3)))], 1.0);
}
/**
* Gets the private 'eight_points_guzzle.dumb_dispatcher_logger' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Log\Logger
*/
protected function getEightPointsGuzzle_DumbDispatcherLoggerService()
{
return $this->privates['eight_points_guzzle.dumb_dispatcher_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3);
}
/**
* Gets the private 'eight_points_guzzle.open_weather_map_logger' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Log\Logger
*/
protected function getEightPointsGuzzle_OpenWeatherMapLoggerService()
{
return $this->privates['eight_points_guzzle.open_weather_map_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3);
}
/**
* Gets the private 'eight_points_guzzle.twig_extension.debug' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension
*/
protected function getEightPointsGuzzle_TwigExtension_DebugService()
{
return $this->privates['eight_points_guzzle.twig_extension.debug'] = new \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension();
}
/**
* 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 'fos_elastica.data_collector' shared service.
*
* @return \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector
*/
protected function getFosElastica_DataCollectorService()
{
return $this->privates['fos_elastica.data_collector'] = new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService()));
}
/**
* Gets the private 'fos_elastica.logger' shared service.
*
* @return \FOS\ElasticaBundle\Logger\ElasticaLogger
*/
protected function getFosElastica_LoggerService()
{
return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger(($this->privates['monolog.logger.elastica'] ?? $this->getMonolog_Logger_ElasticaService()), true);
}
/**
* Gets the private 'fos_rest.body_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\BodyListener
*/
protected function getFosRest_BodyListenerService()
{
$this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(($this->privates['fos_rest.decoder_provider'] ?? $this->getFosRest_DecoderProviderService()), false);
$instance->setDefaultFormat(NULL);
return $instance;
}
/**
* Gets the private 'fos_rest.decoder_provider' shared service.
*
* @return \FOS\RestBundle\Decoder\ContainerDecoderProvider
*/
protected function getFosRest_DecoderProviderService()
{
return $this->privates['fos_rest.decoder_provider'] = new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'fos_rest.decoder.json' => ['privates', 'fos_rest.decoder.json', 'getFosRest_Decoder_JsonService', true],
'fos_rest.decoder.xml' => ['privates', 'fos_rest.decoder.xml', 'getFosRest_Decoder_XmlService', true],
], [
'fos_rest.decoder.json' => '?',
'fos_rest.decoder.xml' => '?',
]), ['json' => 'fos_rest.decoder.json', 'xml' => 'fos_rest.decoder.xml']);
}
/**
* Gets the private 'fos_rest.param_fetcher_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\ParamFetcherListener
*/
protected function getFosRest_ParamFetcherListenerService()
{
return $this->privates['fos_rest.param_fetcher_listener'] = new \FOS\RestBundle\EventListener\ParamFetcherListener(($this->privates['fos_rest.request.param_fetcher'] ?? $this->getFosRest_Request_ParamFetcherService()), false);
}
/**
* Gets the private 'fos_rest.request.param_fetcher' shared service.
*
* @return \FOS\RestBundle\Request\ParamFetcher
*/
protected function getFosRest_Request_ParamFetcherService()
{
$a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
if (isset($this->privates['fos_rest.request.param_fetcher'])) {
return $this->privates['fos_rest.request.param_fetcher'];
}
return $this->privates['fos_rest.request.param_fetcher'] = new \FOS\RestBundle\Request\ParamFetcher($this, ($this->privates['fos_rest.request.param_fetcher.reader'] ?? $this->getFosRest_Request_ParamFetcher_ReaderService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
}
/**
* Gets the private 'fos_rest.request.param_fetcher.reader' shared service.
*
* @return \FOS\RestBundle\Request\ParamReader
*/
protected function getFosRest_Request_ParamFetcher_ReaderService()
{
return $this->privates['fos_rest.request.param_fetcher.reader'] = new \FOS\RestBundle\Request\ParamReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'fos_rest.serializer.jms' shared service.
*
* @return \FOS\RestBundle\Serializer\JMSSerializerAdapter
*/
protected function getFosRest_Serializer_JmsService()
{
return $this->privates['fos_rest.serializer.jms'] = new \FOS\RestBundle\Serializer\JMSSerializerAdapter(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
}
/**
* Gets the private 'fos_rest.view_response_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\ViewResponseListener
*/
protected function getFosRest_ViewResponseListenerService()
{
return $this->privates['fos_rest.view_response_listener'] = new \FOS\RestBundle\EventListener\ViewResponseListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()), false, ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'fos_user.util.canonical_fields_updater' shared service.
*
* @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
*/
protected function getFosUser_Util_CanonicalFieldsUpdaterService()
{
$a = ($this->privates['fos_user.util.canonicalizer.default'] ?? ($this->privates['fos_user.util.canonicalizer.default'] = new \FOS\UserBundle\Util\Canonicalizer()));
return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a, $a);
}
/**
* Gets the private 'fos_user.util.canonicalizer.default' shared service.
*
* @return \FOS\UserBundle\Util\Canonicalizer
*/
protected function getFosUser_Util_Canonicalizer_DefaultService()
{
return $this->privates['fos_user.util.canonicalizer.default'] = new \FOS\UserBundle\Util\Canonicalizer();
}
/**
* Gets the private 'fos_user.validator.initializer' shared service.
*
* @return \FOS\UserBundle\Validator\Initializer
*/
protected function getFosUser_Validator_InitializerService()
{
return $this->privates['fos_user.validator.initializer'] = new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
}
/**
* 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.date_time_param_converter' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter
*/
protected function getFrameworkExtraBundle_DateTimeParamConverterService()
{
return $this->privates['framework_extra_bundle.date_time_param_converter'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter();
}
/**
* 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 'identity_translator' shared service.
*
* @return \Symfony\Component\Translation\IdentityTranslator
*/
protected function getIdentityTranslatorService()
{
return $this->privates['identity_translator'] = new \Symfony\Component\Translation\IdentityTranslator();
}
/**
* Gets the private 'jms_serializer.accessor_strategy.default' shared service.
*
* @return \JMS\Serializer\Accessor\DefaultAccessorStrategy
*/
protected function getJmsSerializer_AccessorStrategy_DefaultService()
{
return $this->privates['jms_serializer.accessor_strategy.default'] = new \JMS\Serializer\Accessor\DefaultAccessorStrategy(($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()));
}
/**
* Gets the private 'jms_serializer.data_collector' shared service.
*
* @return \JMS\SerializerBundle\Debug\DataCollector
*/
protected function getJmsSerializer_DataCollectorService()
{
return $this->privates['jms_serializer.data_collector'] = new \JMS\SerializerBundle\Debug\DataCollector('default', [], ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? $this->getJmsSerializer_Metadata_TraceableFileLocatorService()), ($this->privates['jms_serializer.traceable_runs_listener'] ?? ($this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener())));
}
/**
* Gets the private 'jms_serializer.deserialization_graph_navigator_factory' shared service.
*
* @return \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory
*/
protected function getJmsSerializer_DeserializationGraphNavigatorFactoryService()
{
return $this->privates['jms_serializer.deserialization_graph_navigator_factory'] = new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory(($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.doctrine_object_constructor'] ?? $this->getJmsSerializer_DoctrineObjectConstructorService()), ($this->privates['jms_serializer.accessor_strategy.default'] ?? $this->getJmsSerializer_AccessorStrategy_DefaultService()), ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService()), ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()));
}
/**
* Gets the private 'jms_serializer.doctrine_object_constructor' shared service.
*
* @return \JMS\Serializer\Construction\DoctrineObjectConstructor
*/
protected function getJmsSerializer_DoctrineObjectConstructorService()
{
return $this->privates['jms_serializer.doctrine_object_constructor'] = new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['jms_serializer.doctrine_object_constructor.inner'] ?? ($this->privates['jms_serializer.doctrine_object_constructor.inner'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor())), 'null');
}
/**
* Gets the private 'jms_serializer.doctrine_object_constructor.inner' shared service.
*
* @return \JMS\Serializer\Construction\UnserializeObjectConstructor
*/
protected function getJmsSerializer_DoctrineObjectConstructor_InnerService()
{
return $this->privates['jms_serializer.doctrine_object_constructor.inner'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor();
}
/**
* Gets the private 'jms_serializer.event_dispatcher' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
*/
protected function getJmsSerializer_EventDispatcherService()
{
$this->privates['jms_serializer.event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(($this->privates['jms_serializer.event_dispatcher.service_locator'] ?? $this->getJmsSerializer_EventDispatcher_ServiceLocatorService()));
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPreSerialize'], NULL, NULL, NULL);
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.traceable_runs_listener', 1 => 'saveRunInfo'], NULL, NULL, NULL);
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], NULL, NULL, 'Doctrine\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], NULL, NULL, 'Doctrine\\Common\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ORM\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ODM\\MongoDB\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ODM\\PHPCR\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\Common\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'ProxyManager\\Proxy\\LazyLoadingInterface');
$instance->addListener('serializer.pre_deserialize', [0 => 'jms_serializer.traceable_runs_listener', 1 => 'saveRunInfo'], NULL, NULL, NULL);
$instance->addListener('serializer.post_serialize', [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPostSerialize'], NULL, NULL, NULL);
return $instance;
}
/**
* Gets the private 'jms_serializer.event_dispatcher.service_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getJmsSerializer_EventDispatcher_ServiceLocatorService()
{
return $this->privates['jms_serializer.event_dispatcher.service_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'jms_serializer.stopwatch_subscriber' => ['privates', 'jms_serializer.stopwatch_subscriber', 'getJmsSerializer_StopwatchSubscriberService', true],
'jms_serializer.traceable_runs_listener' => ['privates', 'jms_serializer.traceable_runs_listener', 'getJmsSerializer_TraceableRunsListenerService', false],
'jms_serializer.doctrine_proxy_subscriber' => ['privates', 'jms_serializer.doctrine_proxy_subscriber', 'getJmsSerializer_DoctrineProxySubscriberService', true],
], [
'jms_serializer.stopwatch_subscriber' => '?',
'jms_serializer.traceable_runs_listener' => '?',
'jms_serializer.doctrine_proxy_subscriber' => '?',
]);
}
/**
* Gets the private 'jms_serializer.expression_evaluator' shared service.
*
* @return \JMS\Serializer\Expression\ExpressionEvaluator
*/
protected function getJmsSerializer_ExpressionEvaluatorService()
{
return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator(($this->privates['jms_serializer.expression_language'] ?? $this->getJmsSerializer_ExpressionLanguageService()), ['container' => $this]);
}
/**
* Gets the private 'jms_serializer.expression_language' shared service.
*
* @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
*/
protected function getJmsSerializer_ExpressionLanguageService()
{
$this->privates['jms_serializer.expression_language'] = $instance = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
$instance->registerProvider(($this->privates['jms_serializer.expression_language.function_provider'] ?? ($this->privates['jms_serializer.expression_language.function_provider'] = new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider())));
return $instance;
}
/**
* Gets the private 'jms_serializer.expression_language.function_provider' shared service.
*
* @return \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider
*/
protected function getJmsSerializer_ExpressionLanguage_FunctionProviderService()
{
return $this->privates['jms_serializer.expression_language.function_provider'] = new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider();
}
/**
* Gets the private 'jms_serializer.handler_registry.service_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getJmsSerializer_HandlerRegistry_ServiceLocatorService()
{
return $this->privates['jms_serializer.handler_registry.service_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'fos_rest.serializer.flatten_exception_handler' => ['privates', 'fos_rest.serializer.flatten_exception_handler', 'getFosRest_Serializer_FlattenExceptionHandlerService', true],
'jms_serializer.union_handler' => ['privates', 'jms_serializer.union_handler', 'getJmsSerializer_UnionHandlerService', true],
'jms_serializer.array_collection_handler' => ['privates', 'jms_serializer.array_collection_handler', 'getJmsSerializer_ArrayCollectionHandlerService', true],
'jms_serializer.constraint_violation_handler' => ['privates', 'jms_serializer.constraint_violation_handler', 'getJmsSerializer_ConstraintViolationHandlerService', true],
'jms_serializer.datetime_handler' => ['privates', 'jms_serializer.datetime_handler', 'getJmsSerializer_DatetimeHandlerService', true],
'jms_serializer.iterator_handler' => ['privates', 'jms_serializer.iterator_handler', 'getJmsSerializer_IteratorHandlerService', true],
'fos_rest.serializer.form_error_handler' => ['privates', 'fos_rest.serializer.form_error_handler', 'getFosRest_Serializer_FormErrorHandlerService', true],
], [
'fos_rest.serializer.flatten_exception_handler' => '?',
'jms_serializer.union_handler' => '?',
'jms_serializer.array_collection_handler' => '?',
'jms_serializer.constraint_violation_handler' => '?',
'jms_serializer.datetime_handler' => '?',
'jms_serializer.iterator_handler' => '?',
'fos_rest.serializer.form_error_handler' => '?',
]);
}
/**
* Gets the private 'jms_serializer.json_deserialization_visitor' shared service.
*
* @return \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory
*/
protected function getJmsSerializer_JsonDeserializationVisitorService()
{
$this->privates['jms_serializer.json_deserialization_visitor'] = $instance = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory(false);
$instance->setOptions(0);
return $instance;
}
/**
* Gets the private 'jms_serializer.json_serialization_visitor' shared service.
*
* @return \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory
*/
protected function getJmsSerializer_JsonSerializationVisitorService()
{
$this->privates['jms_serializer.json_serialization_visitor'] = $instance = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
$instance->setOptions(1216);
return $instance;
}
/**
* Gets the private 'jms_serializer.metadata.cache.file_cache' shared service.
*
* @return \Metadata\Cache\FileCache
*/
protected function getJmsSerializer_Metadata_Cache_FileCacheService()
{
return $this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer_default'));
}
/**
* Gets the private 'jms_serializer.metadata.lazy_loading_driver' shared service.
*
* @return \Metadata\Driver\LazyLoadingDriver
*/
protected function getJmsSerializer_Metadata_LazyLoadingDriverService()
{
return $this->privates['jms_serializer.metadata.lazy_loading_driver'] = new \Metadata\Driver\LazyLoadingDriver(($this->privates['jms_serializer.metadata.service_locator'] ?? $this->getJmsSerializer_Metadata_ServiceLocatorService()), 'metadata_driver');
}
/**
* Gets the private 'jms_serializer.metadata.service_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getJmsSerializer_Metadata_ServiceLocatorService()
{
return $this->privates['jms_serializer.metadata.service_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'metadata_driver' => ['privates', 'jms_serializer.metadata.typed_properties_driver', 'getJmsSerializer_Metadata_TypedPropertiesDriverService', true],
], [
'metadata_driver' => '?',
]);
}
/**
* Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableFileLocator
*/
protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
{
return $this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(($this->privates['jms_serializer.metadata.traceable_file_locator.inner'] ?? ($this->privates['jms_serializer.metadata.traceable_file_locator.inner'] = new \Metadata\Driver\FileLocator([]))));
}
/**
* Gets the private 'jms_serializer.metadata.traceable_file_locator.inner' shared service.
*
* @return \Metadata\Driver\FileLocator
*/
protected function getJmsSerializer_Metadata_TraceableFileLocator_InnerService()
{
return $this->privates['jms_serializer.metadata.traceable_file_locator.inner'] = new \Metadata\Driver\FileLocator([]);
}
/**
* Gets the private 'jms_serializer.serialization_graph_navigator_factory' shared service.
*
* @return \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory
*/
protected function getJmsSerializer_SerializationGraphNavigatorFactoryService()
{
return $this->privates['jms_serializer.serialization_graph_navigator_factory'] = new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory(($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.accessor_strategy.default'] ?? $this->getJmsSerializer_AccessorStrategy_DefaultService()), ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService()), ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()));
}
/**
* Gets the private 'jms_serializer.traceable_handler_registry' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
*/
protected function getJmsSerializer_TraceableHandlerRegistryService()
{
$this->privates['jms_serializer.traceable_handler_registry'] = $instance = new \JMS\SerializerBundle\Debug\TraceableHandlerRegistry(($this->privates['jms_serializer.traceable_handler_registry.inner'] ?? $this->getJmsSerializer_TraceableHandlerRegistry_InnerService()));
$instance->registerHandler(1, 'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException', 'json', [0 => 'fos_rest.serializer.flatten_exception_handler', 1 => 'serializeToJson']);
$instance->registerHandler(1, 'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException', 'xml', [0 => 'fos_rest.serializer.flatten_exception_handler', 1 => 'serializeToXml']);
$instance->registerHandler(1, 'union', 'json', [0 => 'jms_serializer.union_handler', 1 => 'serializeUnion']);
$instance->registerHandler(1, 'union', 'xml', [0 => 'jms_serializer.union_handler', 1 => 'serializeUnion']);
$instance->registerHandler(1, 'ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolationList', 'xml', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolationList', 'json', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListTojson']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolation', 'xml', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolation', 'json', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationTojson']);
$instance->registerHandler(1, 'DateTime', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']);
$instance->registerHandler(1, 'DateTime', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']);
$instance->registerHandler(1, 'DateTimeImmutable', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']);
$instance->registerHandler(1, 'DateTimeImmutable', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']);
$instance->registerHandler(1, 'DateInterval', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']);
$instance->registerHandler(1, 'DateInterval', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']);
$instance->registerHandler(1, 'DateTimeInterface', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']);
$instance->registerHandler(1, 'DateTimeInterface', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']);
$instance->registerHandler(1, 'Iterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Iterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'ArrayIterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'ArrayIterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Generator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Generator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\Form', 'xml', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\Form', 'json', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormTojson']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormInterface', 'xml', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormToXml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormInterface', 'json', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormToJson']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormError', 'xml', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormErrorToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormError', 'json', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormErrorTojson']);
$instance->registerHandler(2, 'union', 'json', [0 => 'jms_serializer.union_handler', 1 => 'deserializeUnion']);
$instance->registerHandler(2, 'union', 'xml', [0 => 'jms_serializer.union_handler', 1 => 'deserializeUnion']);
$instance->registerHandler(2, 'ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'DateTime', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromjson']);
$instance->registerHandler(2, 'DateTime', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromxml']);
$instance->registerHandler(2, 'DateTimeImmutable', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromjson']);
$instance->registerHandler(2, 'DateTimeImmutable', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromxml']);
$instance->registerHandler(2, 'DateInterval', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromjson']);
$instance->registerHandler(2, 'DateInterval', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromxml']);
$instance->registerHandler(2, 'DateTimeInterface', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromJson']);
$instance->registerHandler(2, 'DateTimeInterface', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromXml']);
$instance->registerHandler(2, 'Iterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'Iterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'ArrayIterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'ArrayIterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'Generator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']);
$instance->registerHandler(2, 'Generator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']);
return $instance;
}
/**
* Gets the private 'jms_serializer.traceable_handler_registry.inner' shared service.
*
* @return \JMS\Serializer\Handler\LazyHandlerRegistry
*/
protected function getJmsSerializer_TraceableHandlerRegistry_InnerService()
{
return $this->privates['jms_serializer.traceable_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(($this->privates['jms_serializer.handler_registry.service_locator'] ?? $this->getJmsSerializer_HandlerRegistry_ServiceLocatorService()));
}
/**
* Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
*/
protected function getJmsSerializer_TraceableMetadataFactoryService()
{
return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory(($this->privates['jms_serializer.traceable_metadata_factory.inner'] ?? $this->getJmsSerializer_TraceableMetadataFactory_InnerService()));
}
/**
* Gets the private 'jms_serializer.traceable_metadata_factory.inner' shared service.
*
* @return \Metadata\MetadataFactory
*/
protected function getJmsSerializer_TraceableMetadataFactory_InnerService()
{
$this->privates['jms_serializer.traceable_metadata_factory.inner'] = $instance = new \Metadata\MetadataFactory(($this->privates['jms_serializer.metadata.lazy_loading_driver'] ?? $this->getJmsSerializer_Metadata_LazyLoadingDriverService()), 'Metadata\\ClassHierarchyMetadata', true);
$instance->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer_default')))));
$instance->setIncludeInterfaces(false);
return $instance;
}
/**
* Gets the private 'jms_serializer.traceable_runs_listener' shared service.
*
* @return \JMS\SerializerBundle\Debug\RunsListener
*/
protected function getJmsSerializer_TraceableRunsListenerService()
{
return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
}
/**
* Gets the private 'jms_serializer.twig_extension.runtime_serializer' shared service.
*
* @return \JMS\Serializer\Twig\SerializerRuntimeExtension
*/
protected function getJmsSerializer_TwigExtension_RuntimeSerializerService()
{
return $this->privates['jms_serializer.twig_extension.runtime_serializer'] = new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_');
}
/**
* Gets the private 'jms_serializer.type_parser' shared service.
*
* @return \JMS\Serializer\Type\Parser
*/
protected function getJmsSerializer_TypeParserService()
{
return $this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser();
}
/**
* Gets the private 'jms_serializer.xml_deserialization_visitor' shared service.
*
* @return \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory
*/
protected function getJmsSerializer_XmlDeserializationVisitorService()
{
return $this->privates['jms_serializer.xml_deserialization_visitor'] = new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory();
}
/**
* Gets the private 'jms_serializer.xml_serialization_visitor' shared service.
*
* @return \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory
*/
protected function getJmsSerializer_XmlSerializationVisitorService()
{
$this->privates['jms_serializer.xml_serialization_visitor'] = $instance = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
$instance->setFormatOutput(true);
return $instance;
}
/**
* Gets the private 'knp_paginator.helper.processor' shared service.
*
* @return \Knp\Bundle\PaginatorBundle\Helper\Processor
*/
protected function getKnpPaginator_Helper_ProcessorService()
{
return $this->privates['knp_paginator.helper.processor'] = new \Knp\Bundle\PaginatorBundle\Helper\Processor(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* 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' => 'pagination/custom_pagination.html.twig', 'defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig', 'defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig', 'defaultPageRange' => 5, 'defaultPageLimit' => NULL]);
}
/**
* Gets the private 'knp_paginator.twig.extension.pagination' shared service.
*
* @return \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension
*/
protected function getKnpPaginator_Twig_Extension_PaginationService()
{
return $this->privates['knp_paginator.twig.extension.pagination'] = new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(($this->privates['knp_paginator.helper.processor'] ?? $this->getKnpPaginator_Helper_ProcessorService()));
}
/**
* 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.templating.filter_extension' shared service.
*
* @return \Liip\ImagineBundle\Templating\FilterExtension
*/
protected function getLiipImagine_Templating_FilterExtensionService()
{
$a = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
if (isset($this->privates['liip_imagine.templating.filter_extension'])) {
return $this->privates['liip_imagine.templating.filter_extension'];
}
return $this->privates['liip_imagine.templating.filter_extension'] = new \Liip\ImagineBundle\Templating\FilterExtension($a);
}
/**
* Gets the private 'locale_aware_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
*/
protected function getLocaleAwareListenerService()
{
return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
}, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'locale_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
*/
protected function getLocaleListenerService()
{
return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
}
/**
* Gets the private 'mailer.data_collector' shared service.
*
* @return \Symfony\Component\Mailer\DataCollector\MessageDataCollector
*/
protected function getMailer_DataCollectorService()
{
return $this->privates['mailer.data_collector'] = new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener())));
}
/**
* Gets the private 'mailer.message_logger_listener' shared service.
*
* @return \Symfony\Component\Mailer\EventListener\MessageLoggerListener
*/
protected function getMailer_MessageLoggerListenerService()
{
return $this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener();
}
/**
* 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.deprecation' shared service.
*
* @return \Monolog\Handler\StreamHandler
*/
protected function getMonolog_Handler_DeprecationService()
{
$this->privates['monolog.handler.deprecation'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.deprecations.log'), 'DEBUG', true, NULL, false);
$instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
return $instance;
}
/**
* Gets the private 'monolog.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.log'), 10, 'debug', 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.null_internal' shared service.
*
* @return \Monolog\Handler\NullHandler
*/
protected function getMonolog_Handler_NullInternalService()
{
return $this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler();
}
/**
* Gets the private 'monolog.handler.supplier' shared service.
*
* @return \Monolog\Handler\StreamHandler
*/
protected function getMonolog_Handler_SupplierService()
{
$this->privates['monolog.handler.supplier'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/supplier.log'), 'info', true, NULL, false);
$instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
return $instance;
}
/**
* Gets the private 'monolog.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService()
{
$this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
\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.main'] ?? $this->getMonolog_Handler_MainService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
\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.elastica' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_ElasticaService()
{
$this->privates['monolog.logger.elastica'] = $instance = new \Symfony\Bridge\Monolog\Logger('elastica');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.event' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_EventService()
{
$this->privates['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.http_client' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_HttpClientService()
{
$this->privates['monolog.logger.http_client'] = $instance = new \Symfony\Bridge\Monolog\Logger('http_client');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.php' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_PhpService()
{
$this->privates['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.deprecation'] ?? $this->getMonolog_Handler_DeprecationService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.profiler' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_ProfilerService()
{
$this->privates['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
\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.main'] ?? $this->getMonolog_Handler_MainService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.router' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RouterService()
{
$this->privates['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
\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.main'] ?? $this->getMonolog_Handler_MainService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.supplier' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_SupplierService()
{
$this->privates['monolog.logger.supplier'] = $instance = new \Symfony\Bridge\Monolog\Logger('supplier');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.supplier'] ?? $this->getMonolog_Handler_SupplierService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.user_trace' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_UserTraceService()
{
$this->privates['monolog.logger.user_trace'] = $instance = new \Symfony\Bridge\Monolog\Logger('user_trace');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
$instance->pushHandler(($this->privates['App\\Service\\UserTraceLogHandler'] ?? $this->getUserTraceLogHandlerService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.processor.psr_log_message' shared service.
*
* @return \Monolog\Processor\PsrLogMessageProcessor
*/
protected function getMonolog_Processor_PsrLogMessageService()
{
return $this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor();
}
/**
* 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.storage' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage
*/
protected function getProfiler_StorageService()
{
return $this->privates['profiler.storage'] = new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler'));
}
/**
* 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_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.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 4), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
}, 1), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->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 'response_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ResponseListener
*/
protected function getResponseListenerService()
{
return $this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false);
}
/**
* 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()
{
return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);
}
/**
* Gets the private 'security.authentication.trust_resolver' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver
*/
protected function getSecurity_Authentication_TrustResolverService()
{
return $this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver();
}
/**
* Gets the private 'security.context_listener.0' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_0Service()
{
return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
yield 0 => ($this->privates['fos_user.user_provider.username'] ?? $this->load('getFosUser_UserProvider_UsernameService'));
yield 1 => ($this->privates['security.user.provider.concrete.doctrine'] ?? $this->load('getSecurity_User_Provider_Concrete_DoctrineService'));
yield 2 => ($this->privates['security.user.provider.concrete.supplier'] ?? $this->load('getSecurity_User_Provider_Concrete_SupplierService'));
}, 3), 'register_api', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.register_api'] ?? $this->getSecurity_EventDispatcher_RegisterApiService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.context_listener.1' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_1Service()
{
return $this->privates['security.context_listener.1'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
yield 0 => ($this->privates['fos_user.user_provider.username'] ?? $this->load('getFosUser_UserProvider_UsernameService'));
yield 1 => ($this->privates['security.user.provider.concrete.doctrine'] ?? $this->load('getSecurity_User_Provider_Concrete_DoctrineService'));
yield 2 => ($this->privates['security.user.provider.concrete.supplier'] ?? $this->load('getSecurity_User_Provider_Concrete_SupplierService'));
}, 3), 'api', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.api'] ?? $this->getSecurity_EventDispatcher_ApiService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.context_listener.2' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_2Service()
{
return $this->privates['security.context_listener.2'] = 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['fos_user.user_provider.username'] ?? $this->load('getFosUser_UserProvider_UsernameService'));
yield 1 => ($this->privates['security.user.provider.concrete.doctrine'] ?? $this->load('getSecurity_User_Provider_Concrete_DoctrineService'));
yield 2 => ($this->privates['security.user.provider.concrete.supplier'] ?? $this->load('getSecurity_User_Provider_Concrete_SupplierService'));
}, 3), 'invoice_processing_provider', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.invoice_processing_provider'] ?? $this->getSecurity_EventDispatcher_InvoiceProcessingProviderService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.context_listener.3' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_3Service()
{
return $this->privates['security.context_listener.3'] = 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['fos_user.user_provider.username'] ?? $this->load('getFosUser_UserProvider_UsernameService'));
yield 1 => ($this->privates['security.user.provider.concrete.doctrine'] ?? $this->load('getSecurity_User_Provider_Concrete_DoctrineService'));
yield 2 => ($this->privates['security.user.provider.concrete.supplier'] ?? $this->load('getSecurity_User_Provider_Concrete_SupplierService'));
}, 3), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.context_listener.4' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_4Service()
{
return $this->privates['security.context_listener.4'] = 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['fos_user.user_provider.username'] ?? $this->load('getFosUser_UserProvider_UsernameService'));
yield 1 => ($this->privates['security.user.provider.concrete.doctrine'] ?? $this->load('getSecurity_User_Provider_Concrete_DoctrineService'));
yield 2 => ($this->privates['security.user.provider.concrete.supplier'] ?? $this->load('getSecurity_User_Provider_Concrete_SupplierService'));
}, 3), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.event_dispatcher.admin' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_AdminService()
{
$this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
}, 1 => 'onSuccessfulLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.admin'] ?? $this->load('getSecurity_Logout_Listener_Default_AdminService'));
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.check_remember_me_conditions.admin'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_AdminService'));
}, 1 => 'onSuccessfulLogin'], -32);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.admin'] ?? $this->load('getSecurity_Listener_RememberMe_AdminService'));
}, 1 => 'onSuccessfulLogin'], -64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.admin'] ?? $this->load('getSecurity_Listener_RememberMe_AdminService'));
}, 1 => 'clearCookie'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.admin'] ?? $this->load('getSecurity_Listener_RememberMe_AdminService'));
}, 1 => 'clearCookie'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.admin'] ?? $this->load('getSecurity_Listener_RememberMe_AdminService'));
}, 1 => 'clearCookie'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
}, 1 => 'checkPassport'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->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('security.interactive_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
}, 1 => 'onSecurityInteractiveLogin'], 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.event_dispatcher.api' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_ApiService()
{
$this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.session.api'] ?? $this->load('getSecurity_Listener_Session_ApiService'));
}, 1 => 'onSuccessfulLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.api'] ?? $this->load('getSecurity_Logout_Listener_Default_ApiService'));
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.session.api'] ?? ($this->privates['security.logout.listener.session.api'] = 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.api'] ?? $this->load('getSecurity_Listener_UserChecker_ApiService'));
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.api'] ?? $this->load('getSecurity_Listener_UserChecker_ApiService'));
}, 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\\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('security.interactive_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
}, 1 => 'onSecurityInteractiveLogin'], 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.event_dispatcher.invoice_processing_provider' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_InvoiceProcessingProviderService()
{
$this->privates['security.event_dispatcher.invoice_processing_provider'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.session.invoice_processing_provider'] ?? $this->load('getSecurity_Listener_Session_InvoiceProcessingProviderService'));
}, 1 => 'onSuccessfulLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.invoice_processing_provider'] ?? $this->load('getSecurity_Logout_Listener_Default_InvoiceProcessingProviderService'));
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.session.invoice_processing_provider'] ?? ($this->privates['security.logout.listener.session.invoice_processing_provider'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.check_remember_me_conditions.invoice_processing_provider'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_InvoiceProcessingProviderService'));
}, 1 => 'onSuccessfulLogin'], -32);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.invoice_processing_provider'] ?? $this->load('getSecurity_Listener_RememberMe_InvoiceProcessingProviderService'));
}, 1 => 'onSuccessfulLogin'], -64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.invoice_processing_provider'] ?? $this->load('getSecurity_Listener_RememberMe_InvoiceProcessingProviderService'));
}, 1 => 'clearCookie'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.invoice_processing_provider'] ?? $this->load('getSecurity_Listener_RememberMe_InvoiceProcessingProviderService'));
}, 1 => 'clearCookie'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.invoice_processing_provider'] ?? $this->load('getSecurity_Listener_RememberMe_InvoiceProcessingProviderService'));
}, 1 => 'clearCookie'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.invoice_processing_provider'] ?? $this->load('getSecurity_Listener_UserChecker_InvoiceProcessingProviderService'));
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.invoice_processing_provider'] ?? $this->load('getSecurity_Listener_UserChecker_InvoiceProcessingProviderService'));
}, 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\\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('security.interactive_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
}, 1 => 'onSecurityInteractiveLogin'], 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.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\\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\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_MainService'));
}, 1 => 'onSuccessfulLogin'], -32);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
}, 1 => 'onSuccessfulLogin'], -64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
}, 1 => 'clearCookie'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
}, 1 => 'clearCookie'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
}, 1 => 'clearCookie'], 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\\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('security.interactive_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
}, 1 => 'onSecurityInteractiveLogin'], 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.event_dispatcher.register_api' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_RegisterApiService()
{
$this->privates['security.event_dispatcher.register_api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.session.register_api'] ?? $this->load('getSecurity_Listener_Session_RegisterApiService'));
}, 1 => 'onSuccessfulLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.register_api'] ?? $this->load('getSecurity_Logout_Listener_Default_RegisterApiService'));
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.session.register_api'] ?? ($this->privates['security.logout.listener.session.register_api'] = 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.register_api'] ?? $this->load('getSecurity_Listener_UserChecker_RegisterApiService'));
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.register_api'] ?? $this->load('getSecurity_Listener_UserChecker_RegisterApiService'));
}, 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\\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('security.interactive_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
}, 1 => 'onSecurityInteractiveLogin'], 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.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
$a = ($this->privates['.service_locator.StagIeP'] ?? $this->get_ServiceLocator_StagIePService());
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.supplier_api_login' => ($this->privates['.security.request_matcher.mMbeux3'] ?? ($this->privates['.security.request_matcher.mMbeux3'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/(login|refresh|doc)$', $this->getEnv('SUPPLIER_API_FIREWALL'))));
yield 'security.firewall.map.context.supplier_api' => ($this->privates['.security.request_matcher.l_PpSm4'] ?? ($this->privates['.security.request_matcher.l_PpSm4'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/', $this->getEnv('SUPPLIER_API_FIREWALL'))));
yield 'security.firewall.map.context.register_api_doc' => ($this->privates['.security.request_matcher.LtdIrou'] ?? ($this->privates['.security.request_matcher.LtdIrou'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/doc$', $this->getEnv('REGISTER_API_FIREWALL'))));
yield 'security.firewall.map.context.register_api' => ($this->privates['.security.request_matcher.xg0d.n6'] ?? ($this->privates['.security.request_matcher.xg0d.n6'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/', $this->getEnv('REGISTER_API_FIREWALL'))));
yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.kJMv9Gm'] ?? ($this->privates['.security.request_matcher.kJMv9Gm'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api($|/)', $this->getEnv('URL_HOST_FIREWALL'))));
yield 'security.firewall.map.context.invoice_processing_provider' => ($this->privates['.security.request_matcher.qseAFGB'] ?? ($this->privates['.security.request_matcher.qseAFGB'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^'.$this->getEnv('string:INVOICE_PROCESSING_PROVIDER_URL').'(/|$)')));
yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.WDxvHjw'] ?? ($this->privates['.security.request_matcher.WDxvHjw'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ADMIN_URL').'($|/)')));
yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
}, 9));
}
/**
* 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.impersonate_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator
*/
protected function getSecurity_ImpersonateUrlGeneratorService()
{
$a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
if (isset($this->privates['security.impersonate_url_generator'])) {
return $this->privates['security.impersonate_url_generator'];
}
return $this->privates['security.impersonate_url_generator'] = new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator(($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()));
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->registerListener('register_api', '/logout', 'logout', '_csrf_token', NULL, NULL);
$instance->registerListener('api', '/logout', 'logout', '_csrf_token', NULL, NULL);
$instance->registerListener('invoice_processing_provider', $this->getEnv('string:INVOICE_PROCESSING_PROVIDER_URL').'/logout', 'logout', '_csrf_token', NULL, NULL);
$instance->registerListener('admin', '/'.$this->getEnv('string:ADMIN_URL').'/logout', 'logout', '_csrf_token', NULL, NULL);
$instance->registerListener('main', '/logout', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* Gets the private 'security.rememberme.response_listener' shared service.
*
* @return \Symfony\Component\Security\Http\RememberMe\ResponseListener
*/
protected function getSecurity_Rememberme_ResponseListenerService()
{
return $this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener();
}
/**
* Gets the private 'security.role_hierarchy' shared service.
*
* @return \Symfony\Component\Security\Core\Role\RoleHierarchy
*/
protected function getSecurity_RoleHierarchyService()
{
return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
}
/**
* Gets the private 'security.untracked_token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
*/
protected function getSecurity_UntrackedTokenStorageService()
{
return $this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
}
/**
* Gets the private 'sensio_framework_extra.cache.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener
*/
protected function getSensioFrameworkExtra_Cache_ListenerService()
{
return $this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener();
}
/**
* 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.doctrine.orm' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter
*/
protected function getSensioFrameworkExtra_Converter_Doctrine_OrmService()
{
return $this->privates['sensio_framework_extra.converter.doctrine.orm'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['sensio_framework_extra.converter.doctrine.orm.expression_language.default'] ?? ($this->privates['sensio_framework_extra.converter.doctrine.orm.expression_language.default'] = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage())));
}
/**
* Gets the private 'sensio_framework_extra.converter.doctrine.orm.expression_language.default' shared service.
*
* @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
*/
protected function getSensioFrameworkExtra_Converter_Doctrine_Orm_ExpressionLanguage_DefaultService()
{
return $this->privates['sensio_framework_extra.converter.doctrine.orm.expression_language.default'] = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener(($this->privates['sensio_framework_extra.converter.manager'] ?? $this->getSensioFrameworkExtra_Converter_ManagerService()), true);
}
/**
* Gets the private 'sensio_framework_extra.converter.manager' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager
*/
protected function getSensioFrameworkExtra_Converter_ManagerService()
{
$this->privates['sensio_framework_extra.converter.manager'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$instance->add(($this->privates['sensio_framework_extra.converter.doctrine.orm'] ?? $this->getSensioFrameworkExtra_Converter_Doctrine_OrmService()), 0, 'doctrine.orm');
$instance->add(($this->privates['framework_extra_bundle.date_time_param_converter'] ?? ($this->privates['framework_extra_bundle.date_time_param_converter'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter())), 0, 'datetime');
return $instance;
}
/**
* Gets the private 'sensio_framework_extra.security.expression_language.default' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage
*/
protected function getSensioFrameworkExtra_Security_ExpressionLanguage_DefaultService()
{
return $this->privates['sensio_framework_extra.security.expression_language.default'] = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['sensio_framework_extra.security.listener'])) {
return $this->privates['sensio_framework_extra.security.listener'];
}
return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->privates['sensio_framework_extra.security.expression_language.default'] ?? ($this->privates['sensio_framework_extra.security.expression_language.default'] = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'sensio_framework_extra.view.guesser' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser
*/
protected function getSensioFrameworkExtra_View_GuesserService()
{
return $this->privates['sensio_framework_extra.view.guesser'] = new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1)));
}
/**
* 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(($this->privates['sensio_framework_extra.view.guesser'] ?? ($this->privates['sensio_framework_extra.view.guesser'] = 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 'session.factory' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\SessionFactory
*/
protected function getSession_FactoryService()
{
$a = ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
if (isset($this->privates['session.factory'])) {
return $this->privates['session.factory'];
}
return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['session.storage.factory.native'] ?? $this->getSession_Storage_Factory_NativeService()), [0 => $a, 1 => 'onSessionUsage']);
}
/**
* Gets the private 'session.handler.native' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler
*/
protected function getSession_Handler_NativeService()
{
return $this->privates['session.handler.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler());
}
/**
* Gets the private 'session.storage.factory.native' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory
*/
protected function getSession_Storage_Factory_NativeService()
{
return $this->privates['session.storage.factory.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], ($this->privates['session.handler.native'] ?? $this->getSession_Handler_NativeService()), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0), false);
}
/**
* Gets the private 'stats.ga_events_ref' shared service.
*
* @return \App\StatsBundle\Model\GAEventsReference
*/
protected function getStats_GaEventsRefService()
{
return $this->privates['stats.ga_events_ref'] = new \App\StatsBundle\Model\GAEventsReference();
}
/**
* Gets the private 'streamed_response_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener
*/
protected function getStreamedResponseListenerService()
{
return $this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener();
}
/**
* Gets the private 'test.session.listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getTest_Session_ListenerService()
{
return $this->privates['test.session.listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
], [
'session' => '?',
'session_factory' => '?',
]), true, $this->parameters['session.storage.options']);
}
/**
* Gets the private 'tracker' shared autowired service.
*
* @return \App\Model\Tracker
*/
protected function getTrackerService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['tracker'])) {
return $this->privates['tracker'];
}
return $this->privates['tracker'] = new \App\Model\Tracker($a, (isset($this->factories['service_container']['App\\Model\\TraceFactory']) ? $this->factories['service_container']['App\\Model\\TraceFactory']() : $this->getTraceFactoryService()));
}
/**
* 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' => '?',
]), ($this->privates['translator.formatter.default'] ?? $this->getTranslator_Formatter_DefaultService()), '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.af.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.af.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.af.yml')], '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/vich/uploader-bundle/translations/messages.ar.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ar.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ar.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ar.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ar.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.az.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.az.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.be.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.be.yml')], '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/vich/uploader-bundle/translations/messages.bg.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bg.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bg.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.bg.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.bg.yml')], '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/vich/uploader-bundle/translations/messages.ca.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ca.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ca.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ca.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ca.yml')], '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/vich/uploader-bundle/translations/messages.cs.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.cs.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.cs.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.cs.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.cs.yml')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.cy.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.cy.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.da.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.da.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.da.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.da.yml')], '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/vich/uploader-bundle/translations/messages.de.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.de.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.de.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.de.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.de.yml')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.el.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.el.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.el.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.el.yml')], '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/vich/uploader-bundle/translations/messages.en.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.en.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.en.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.en.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.en.yml')], '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/vich/uploader-bundle/translations/messages.es.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.es.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.es.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.es.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.es.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.et.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.et.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.et.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eu.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eu.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.eu.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.eu.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fa.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fa.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.fa.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.fa.yml')], '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/vich/uploader-bundle/translations/messages.fi.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fi.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fi.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.fi.yml')], '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/vich/uploader-bundle/translations/messages.fr.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fr.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.fr.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.fr.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.gl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.gl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.gl.yml')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.he.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.he.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.he.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.he.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hr.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.hr.yml')], '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/vich/uploader-bundle/translations/messages.hu.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hu.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hu.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hu.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hy.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.hy.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.id.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.id.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.id.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.id.yml')], '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/vich/uploader-bundle/translations/messages.it.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.it.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.it.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.it.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.it.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ja.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ja.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ja.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ja.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lb.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lb.yml')], '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/vich/uploader-bundle/translations/messages.lt.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lt.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lt.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.lt.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.lt.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lv.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lv.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.lv.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.lv.yml')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.mk.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.mk.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.mn.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.mn.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.mn.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nb.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nb.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.nb.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.nb.yml')], '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/vich/uploader-bundle/translations/messages.nl.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nl.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.nl.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.nl.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.nn.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.nn.yml')], '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/vich/uploader-bundle/translations/messages.pl.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pl.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.pl.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.pl.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.pt.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.pt.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt_BR.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt_BR.yml'), 5 => (\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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ro.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ro.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ro.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ro.yml')], '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/vich/uploader-bundle/translations/messages.ru.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ru.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ru.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ru.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ru.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sk.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sk.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sk.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sk.yml')], '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'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sl.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sl.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sl.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sq.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sq.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sr_Latn.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sr_Latn.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sr_Latn.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sv.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sv.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sv.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sv.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.th.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.th.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.th.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.th.yml')], '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/vich/uploader-bundle/translations/messages.tr.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.tr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.tr.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.tr.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.tr.yml')], '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/vich/uploader-bundle/translations/messages.uk.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.uk.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.uk.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.uk.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.uk.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ur.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ur.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.uz.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.uz.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.vi.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.vi.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.vi.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.vi.yml')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.zh_CN.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.zh_CN.yml')], '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')], 'vn' => [0 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'bn' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.bn.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.bn.yml')], 'bn_BD' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn_BD.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn_BD.yml')], 'eo' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eo.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eo.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.eo.yml')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ky.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ky.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ky.yml')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sw.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sw.yml')], 'ga' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ga.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ga.yml')], 'gu' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.gu.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.gu.yml')], 'hi' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hi.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.hi.yml')], 'is' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.is.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.is.yml')], 'ka' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ka.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ka.yml')], 'ko' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ko.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ko.yml')], 'ms' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ms.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ms.yml')], 'ne' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ne.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ne.yml')], 'ps' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ps.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ps.yml')], 'si' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.si.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.si.yml')], 'sr' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sr.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sr.yml')], 'ta' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ta.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ta.yml')], 'te' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.te.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.te.yml')], 'zh' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.zh.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.zh.yml')], 'am' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.am.yml')], 'cn' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.cn.yml')], 'kk' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.kk.yml')], 'km' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.km.yml')], 'ku' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ku.yml')], 'lo' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.lo.yml')], 'ua' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ua.yml')]], '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/vich/uploader-bundle/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/src/StatsBundle/translations'), 10 => (\dirname(__DIR__, 4).'/src/RegisterBundle/translations'), 11 => (\dirname(__DIR__, 4).'/src/SupplierApiBundle/translations'), 12 => (\dirname(__DIR__, 4).'/src/DispatcherBridgeBundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/yectep/phpspreadsheet-bundle/src/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/beelab/tag-bundle/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/translations'), 26 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 27 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/translations'), 28 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 29 => (\dirname(__DIR__, 4).'/vendor/kreait/firebase-bundle/src/translations'), 30 => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/translations'), 31 => (\dirname(__DIR__, 4).'/vendor/tetranz/select2entity-bundle/translations'), 32 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 33 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 34 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 35 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 36 => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-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/vich/uploader-bundle/translations', 4 => 'vendor/friendsofsymfony/user-bundle/src/Resources/translations', 5 => 'vendor/knplabs/knp-paginator-bundle/translations', 6 => 'vendor/omines/datatables-bundle/src/Resources/translations', 7 => 'translations', 8 => 'vendor/symfony/framework-bundle/translations', 9 => 'src/StatsBundle/translations', 10 => 'src/RegisterBundle/translations', 11 => 'src/SupplierApiBundle/translations', 12 => 'src/DispatcherBridgeBundle/translations', 13 => 'vendor/symfony/twig-bundle/translations', 14 => 'vendor/symfony/security-bundle/translations', 15 => 'vendor/liip/imagine-bundle/translations', 16 => 'vendor/friendsofsymfony/jsrouting-bundle/translations', 17 => 'vendor/yectep/phpspreadsheet-bundle/src/translations', 18 => 'vendor/symfony/monolog-bundle/translations', 19 => 'vendor/eightpoints/guzzle-bundle/src/translations', 20 => 'vendor/beelab/tag-bundle/translations', 21 => 'vendor/doctrine/doctrine-bundle/translations', 22 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 23 => 'vendor/friendsofsymfony/elastica-bundle/src/translations', 24 => 'vendor/friendsofsymfony/rest-bundle/translations', 25 => 'vendor/jms/serializer-bundle/translations', 26 => 'vendor/knplabs/knp-snappy-bundle/src/translations', 27 => 'vendor/lexik/jwt-authentication-bundle/translations', 28 => 'vendor/sensio/framework-extra-bundle/src/translations', 29 => 'vendor/kreait/firebase-bundle/src/translations', 30 => 'vendor/nelmio/api-doc-bundle/translations', 31 => 'vendor/tetranz/select2entity-bundle/translations', 32 => 'vendor/twig/extra-bundle/translations', 33 => 'vendor/symfony/webpack-encore-bundle/src/translations', 34 => 'vendor/doctrine/doctrine-fixtures-bundle/translations', 35 => 'vendor/symfony/web-profiler-bundle/translations', 36 => 'vendor/stof/doctrine-extensions-bundle/src/translations']]], []);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'en']);
return $instance;
}
/**
* Gets the private 'translator.formatter.default' shared service.
*
* @return \Symfony\Component\Translation\Formatter\MessageFormatter
*/
protected function getTranslator_Formatter_DefaultService()
{
return $this->privates['translator.formatter.default'] = new \Symfony\Component\Translation\Formatter\MessageFormatter(($this->privates['identity_translator'] ?? ($this->privates['identity_translator'] = new \Symfony\Component\Translation\IdentityTranslator())));
}
/**
* Gets the private 'twig.app_variable' shared service.
*
* @return \Symfony\Bridge\Twig\AppVariable
*/
protected function getTwig_AppVariableService()
{
$this->privates['twig.app_variable'] = $instance = new \Symfony\Bridge\Twig\AppVariable();
$instance->setEnvironment('dev');
$instance->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
if ($this->has('request_stack')) {
$instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
return $instance;
}
/**
* Gets the private 'twig.configurator.environment' shared service.
*
* @return \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator
*/
protected function getTwig_Configurator_EnvironmentService()
{
return $this->privates['twig.configurator.environment'] = new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ',');
}
/**
* Gets the private 'twig.extension.assets' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\AssetExtension
*/
protected function getTwig_Extension_AssetsService()
{
return $this->privates['twig.extension.assets'] = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
}
/**
* Gets the private 'twig.extension.code' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\CodeExtension
*/
protected function getTwig_Extension_CodeService()
{
return $this->privates['twig.extension.code'] = new \Symfony\Bridge\Twig\Extension\CodeExtension(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__, 4), 'UTF-8');
}
/**
* Gets the private 'twig.extension.debug' shared service.
*
* @return \Twig\Extension\DebugExtension
*/
protected function getTwig_Extension_DebugService()
{
return $this->privates['twig.extension.debug'] = new \Twig\Extension\DebugExtension();
}
/**
* Gets the private 'twig.extension.debug.stopwatch' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\StopwatchExtension
*/
protected function getTwig_Extension_Debug_StopwatchService()
{
return $this->privates['twig.extension.debug.stopwatch'] = new \Symfony\Bridge\Twig\Extension\StopwatchExtension(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), true);
}
/**
* Gets the private 'twig.extension.expression' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\ExpressionExtension
*/
protected function getTwig_Extension_ExpressionService()
{
return $this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension();
}
/**
* Gets the private 'twig.extension.form' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\FormExtension
*/
protected function getTwig_Extension_FormService()
{
return $this->privates['twig.extension.form'] = new \Symfony\Bridge\Twig\Extension\FormExtension(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'twig.extension.httpfoundation' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\HttpFoundationExtension
*/
protected function getTwig_Extension_HttpfoundationService()
{
return $this->privates['twig.extension.httpfoundation'] = new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService()));
}
/**
* Gets the private 'twig.extension.httpkernel' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\HttpKernelExtension
*/
protected function getTwig_Extension_HttpkernelService()
{
return $this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension();
}
/**
* Gets the private 'twig.extension.intl' shared service.
*
* @return \Twig\Extra\Intl\IntlExtension
*/
protected function getTwig_Extension_IntlService()
{
return $this->privates['twig.extension.intl'] = new \Twig\Extra\Intl\IntlExtension();
}
/**
* Gets the private 'twig.extension.logout_url' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\LogoutUrlExtension
*/
protected function getTwig_Extension_LogoutUrlService()
{
return $this->privates['twig.extension.logout_url'] = new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
}
/**
* Gets the private 'twig.extension.profiler' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\ProfilerExtension
*/
protected function getTwig_Extension_ProfilerService()
{
return $this->privates['twig.extension.profiler'] = new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'twig.extension.routing' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\RoutingExtension
*/
protected function getTwig_Extension_RoutingService()
{
return $this->privates['twig.extension.routing'] = new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'twig.extension.security' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\SecurityExtension
*/
protected function getTwig_Extension_SecurityService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['twig.extension.security'])) {
return $this->privates['twig.extension.security'];
}
$b = ($this->privates['security.impersonate_url_generator'] ?? $this->getSecurity_ImpersonateUrlGeneratorService());
if (isset($this->privates['twig.extension.security'])) {
return $this->privates['twig.extension.security'];
}
return $this->privates['twig.extension.security'] = new \Symfony\Bridge\Twig\Extension\SecurityExtension($a, $b);
}
/**
* Gets the private 'twig.extension.security_csrf' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\CsrfExtension
*/
protected function getTwig_Extension_SecurityCsrfService()
{
return $this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension();
}
/**
* Gets the private 'twig.extension.serializer' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\SerializerExtension
*/
protected function getTwig_Extension_SerializerService()
{
return $this->privates['twig.extension.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerExtension();
}
/**
* Gets the private 'twig.extension.trans' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\TranslationExtension
*/
protected function getTwig_Extension_TransService()
{
return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'twig.extension.webprofiler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension
*/
protected function getTwig_Extension_WebprofilerService()
{
$a = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$a->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $this->privates['twig.extension.webprofiler'] = new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($a);
}
/**
* Gets the private 'twig.extension.yaml' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\YamlExtension
*/
protected function getTwig_Extension_YamlService()
{
return $this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension();
}
/**
* Gets the private 'twig.loader.native_filesystem' shared service.
*
* @return \Twig\Loader\FilesystemLoader
*/
protected function getTwig_Loader_NativeFilesystemService()
{
$this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
$instance->addPath((\dirname(__DIR__, 4).'/src/DispatcherBridgeBundle/Resources/views'), 'DispatcherBridge');
$instance->addPath((\dirname(__DIR__, 4).'/src/DispatcherBridgeBundle/Resources/views'), '!DispatcherBridge');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), 'FOSUser');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), '!FOSUser');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/NelmioApiDocBundle'), 'NelmioApiDoc');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/tetranz/select2entity-bundle/Resources/views'), 'TetranzSelect2Entity');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/tetranz/select2entity-bundle/Resources/views'), '!TetranzSelect2Entity');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/views'), 'DataTables');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/views'), '!DataTables');
$instance->addPath((\dirname(__DIR__, 4).'/templates'));
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
return $instance;
}
/**
* Gets the private 'twig.missing_extension_suggestor' shared service.
*
* @return \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor
*/
protected function getTwig_MissingExtensionSuggestorService()
{
return $this->privates['twig.missing_extension_suggestor'] = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
}
/**
* Gets the private 'twig.profile' shared service.
*
* @return \Twig\Profiler\Profile
*/
protected function getTwig_ProfileService()
{
return $this->privates['twig.profile'] = new \Twig\Profiler\Profile();
}
/**
* Gets the private 'twig.runtime_loader' shared service.
*
* @return \Twig\RuntimeLoader\ContainerRuntimeLoader
*/
protected function getTwig_RuntimeLoaderService()
{
return $this->privates['twig.runtime_loader'] = 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],
'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates', 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime', 'getUploaderExtensionRuntimeService', true],
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates', 'jms_serializer.twig_extension.serializer_runtime_helper', 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService', true],
], [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
]));
}
/**
* Gets the private 'url_helper' shared service.
*
* @return \Symfony\Component\HttpFoundation\UrlHelper
*/
protected function getUrlHelperService()
{
return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'validate_request_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener
*/
protected function getValidateRequestListenerService()
{
return $this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener();
}
/**
* 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();
$instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
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'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/validation.xml')]);
$instance->enableAnnotationMapping(true);
$instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => ($this->privates['doctrine.orm.validator_initializer'] ?? $this->getDoctrine_Orm_ValidatorInitializerService()), 1 => ($this->privates['fos_user.validator.initializer'] ?? $this->getFosUser_Validator_InitializerService())]);
$instance->addLoader(($this->privates['validator.property_info_loader'] ?? $this->getValidator_PropertyInfoLoaderService()));
$instance->addLoader(($this->privates['doctrine.orm.default_entity_manager.validator_loader'] ?? $this->getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()));
$instance->addXmlMapping((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
return $instance;
}
/**
* Gets the private 'validator.property_info_loader' shared service.
*
* @return \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader
*/
protected function getValidator_PropertyInfoLoaderService()
{
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
if (isset($this->privates['validator.property_info_loader'])) {
return $this->privates['validator.property_info_loader'];
}
return $this->privates['validator.property_info_loader'] = new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL);
}
/**
* Gets the private 'validator.validator_factory' shared service.
*
* @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
*/
protected function getValidator_ValidatorFactoryService()
{
return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\RegisterBundle\\Validator\\Constraints\\EmailAlreadyUsedValidator' => ['privates', 'App\\RegisterBundle\\Validator\\Constraints\\EmailAlreadyUsedValidator', 'getEmailAlreadyUsedValidatorService', true],
'App\\RegisterBundle\\Validator\\Constraints\\RegistrationSuppliersValidator' => ['privates', 'App\\RegisterBundle\\Validator\\Constraints\\RegistrationSuppliersValidator', 'getRegistrationSuppliersValidatorService', true],
'App\\Validator\\Constraints\\CategoryValidator' => ['privates', 'App\\Validator\\Constraints\\CategoryValidator', 'getCategoryValidatorService', true],
'App\\Validator\\Constraints\\CustomerGroupValidator' => ['privates', 'App\\Validator\\Constraints\\CustomerGroupValidator', 'getCustomerGroupValidatorService', true],
'App\\Validator\\Constraints\\DateCodeValidator' => ['privates', 'App\\Validator\\Constraints\\DateCodeValidator', 'getDateCodeValidatorService', true],
'App\\Validator\\Constraints\\DeliveryModelValidator' => ['privates', 'App\\Validator\\Constraints\\DeliveryModelValidator', 'getDeliveryModelValidatorService', true],
'App\\Validator\\Constraints\\InvitationValidator' => ['privates', 'App\\Validator\\Constraints\\InvitationValidator', 'getInvitationValidatorService', true],
'App\\Validator\\Constraints\\InvoiceProcessorValidator' => ['privates', 'App\\Validator\\Constraints\\InvoiceProcessorValidator', 'getInvoiceProcessorValidatorService', true],
'App\\Validator\\Constraints\\MessageValidator' => ['privates', 'App\\Validator\\Constraints\\MessageValidator', 'getMessageValidatorService', true],
'App\\Validator\\Constraints\\OptimizedPriceDatesValidator' => ['privates', 'App\\Validator\\Constraints\\OptimizedPriceDatesValidator', 'getOptimizedPriceDatesValidatorService', true],
'App\\Validator\\Constraints\\PriceSpecialOfferDatesValidator' => ['privates', 'App\\Validator\\Constraints\\PriceSpecialOfferDatesValidator', 'getPriceSpecialOfferDatesValidatorService', true],
'App\\Validator\\Constraints\\PriceSpecialOfferTypeValidator' => ['privates', 'App\\Validator\\Constraints\\PriceSpecialOfferTypeValidator', 'getPriceSpecialOfferTypeValidatorService', true],
'App\\Validator\\Constraints\\ProductFeaturingRotationValidator' => ['privates', 'App\\Validator\\Constraints\\ProductFeaturingRotationValidator', 'getProductFeaturingRotationValidatorService', true],
'App\\Validator\\Constraints\\ProductFeaturingValidator' => ['privates', 'App\\Validator\\Constraints\\ProductFeaturingValidator', 'getProductFeaturingValidatorService', true],
'App\\Validator\\Constraints\\ProductPriceEmptyValidator' => ['privates', 'App\\Validator\\Constraints\\ProductPriceEmptyValidator', 'getProductPriceEmptyValidatorService', true],
'App\\Validator\\Constraints\\ProductPricesCoherenceValidator' => ['privates', 'App\\Validator\\Constraints\\ProductPricesCoherenceValidator', 'getProductPricesCoherenceValidatorService', true],
'App\\Validator\\Constraints\\ProductValidator' => ['privates', 'App\\Validator\\Constraints\\ProductValidator', 'getProductValidatorService', true],
'App\\Validator\\Constraints\\ProductVariationValidator' => ['privates', 'App\\Validator\\Constraints\\ProductVariationValidator', 'getProductVariationValidatorService', true],
'App\\Validator\\Constraints\\SimulationConverterValidator' => ['privates', 'App\\Validator\\Constraints\\SimulationConverterValidator', 'getSimulationConverterValidatorService', true],
'App\\Validator\\Constraints\\SupplierValidator' => ['privates', 'App\\Validator\\Constraints\\SupplierValidator', 'getSupplierValidatorService', 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\\RegisterBundle\\Validator\\Constraints\\EmailAlreadyUsedValidator' => '?',
'App\\RegisterBundle\\Validator\\Constraints\\RegistrationSuppliersValidator' => '?',
'App\\Validator\\Constraints\\CategoryValidator' => '?',
'App\\Validator\\Constraints\\CustomerGroupValidator' => '?',
'App\\Validator\\Constraints\\DateCodeValidator' => '?',
'App\\Validator\\Constraints\\DeliveryModelValidator' => '?',
'App\\Validator\\Constraints\\InvitationValidator' => '?',
'App\\Validator\\Constraints\\InvoiceProcessorValidator' => '?',
'App\\Validator\\Constraints\\MessageValidator' => '?',
'App\\Validator\\Constraints\\OptimizedPriceDatesValidator' => '?',
'App\\Validator\\Constraints\\PriceSpecialOfferDatesValidator' => '?',
'App\\Validator\\Constraints\\PriceSpecialOfferTypeValidator' => '?',
'App\\Validator\\Constraints\\ProductFeaturingRotationValidator' => '?',
'App\\Validator\\Constraints\\ProductFeaturingValidator' => '?',
'App\\Validator\\Constraints\\ProductPriceEmptyValidator' => '?',
'App\\Validator\\Constraints\\ProductPricesCoherenceValidator' => '?',
'App\\Validator\\Constraints\\ProductValidator' => '?',
'App\\Validator\\Constraints\\ProductVariationValidator' => '?',
'App\\Validator\\Constraints\\SimulationConverterValidator' => '?',
'App\\Validator\\Constraints\\SupplierValidator' => '?',
'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' => '?',
]));
}
/**
* Gets the private 'vich_uploader.metadata.cache.file_cache' shared service.
*
* @return \Metadata\Cache\FileCache
*/
protected function getVichUploader_Metadata_Cache_FileCacheService()
{
return $this->privates['vich_uploader.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader'));
}
/**
* Gets the private 'vich_uploader.metadata.file_locator' shared service.
*
* @return \Metadata\Driver\FileLocator
*/
protected function getVichUploader_Metadata_FileLocatorService()
{
return $this->privates['vich_uploader.metadata.file_locator'] = new \Metadata\Driver\FileLocator([]);
}
/**
* Gets the private 'vich_uploader.metadata.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getVichUploader_Metadata_ReaderService()
{
return $this->privates['vich_uploader.metadata.reader'] = new \Doctrine\Common\Annotations\AnnotationReader();
}
/**
* Gets the private 'vich_uploader.metadata_driver.chain' shared service.
*
* @return \Metadata\Driver\DriverChain
*/
protected function getVichUploader_MetadataDriver_ChainService()
{
return $this->privates['vich_uploader.metadata_driver.chain'] = new \Metadata\Driver\DriverChain([0 => ($this->privates['vich_uploader.metadata_driver.xml'] ?? $this->getVichUploader_MetadataDriver_XmlService()), 1 => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(($this->privates['vich_uploader.metadata.reader'] ?? ($this->privates['vich_uploader.metadata.reader'] = new \Doctrine\Common\Annotations\AnnotationReader())), [0 => ($this->services['doctrine'] ?? $this->getDoctrineService())]), 2 => ($this->privates['vich_uploader.metadata_driver.yaml'] ?? $this->getVichUploader_MetadataDriver_YamlService()), 3 => ($this->privates['vich_uploader.metadata_driver.yml'] ?? $this->getVichUploader_MetadataDriver_YmlService())]);
}
/**
* Gets the private 'vich_uploader.metadata_driver.xml' shared service.
*
* @return \Vich\UploaderBundle\Metadata\Driver\XmlDriver
*/
protected function getVichUploader_MetadataDriver_XmlService()
{
return $this->privates['vich_uploader.metadata_driver.xml'] = new \Vich\UploaderBundle\Metadata\Driver\XmlDriver(($this->privates['vich_uploader.metadata.file_locator'] ?? ($this->privates['vich_uploader.metadata.file_locator'] = new \Metadata\Driver\FileLocator([]))));
}
/**
* Gets the private 'vich_uploader.metadata_driver.yaml' shared service.
*
* @return \Vich\UploaderBundle\Metadata\Driver\YamlDriver
*/
protected function getVichUploader_MetadataDriver_YamlService()
{
return $this->privates['vich_uploader.metadata_driver.yaml'] = new \Vich\UploaderBundle\Metadata\Driver\YamlDriver(($this->privates['vich_uploader.metadata.file_locator'] ?? ($this->privates['vich_uploader.metadata.file_locator'] = new \Metadata\Driver\FileLocator([]))));
}
/**
* Gets the private 'vich_uploader.metadata_driver.yml' shared service.
*
* @return \Vich\UploaderBundle\Metadata\Driver\YmlDriver
*/
protected function getVichUploader_MetadataDriver_YmlService()
{
return $this->privates['vich_uploader.metadata_driver.yml'] = new \Vich\UploaderBundle\Metadata\Driver\YmlDriver(($this->privates['vich_uploader.metadata.file_locator'] ?? ($this->privates['vich_uploader.metadata.file_locator'] = new \Metadata\Driver\FileLocator([]))));
}
/**
* Gets the private 'vich_uploader.metadata_factory' shared service.
*
* @return \Metadata\MetadataFactory
*/
protected function getVichUploader_MetadataFactoryService()
{
$this->privates['vich_uploader.metadata_factory'] = $instance = new \Metadata\MetadataFactory(($this->privates['vich_uploader.metadata_driver.chain'] ?? $this->getVichUploader_MetadataDriver_ChainService()), 'Metadata\\ClassHierarchyMetadata', true);
$instance->setCache(($this->privates['vich_uploader.metadata.cache.file_cache'] ?? ($this->privates['vich_uploader.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')))));
return $instance;
}
/**
* Gets the private 'vich_uploader.metadata_reader' shared service.
*
* @return \Vich\UploaderBundle\Metadata\MetadataReader
*/
protected function getVichUploader_MetadataReaderService()
{
return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader(($this->privates['vich_uploader.metadata_factory'] ?? $this->getVichUploader_MetadataFactoryService()));
}
/**
* 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->getParameter('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'];
}
return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), NULL);
}
/**
* Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
*/
protected function getWebpackEncore_EntrypointLookupCollectionService()
{
return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', true],
], [
'_default' => '?',
]), '_default');
}
/**
* Gets the private 'webpack_encore.twig_entry_files_extension' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension
*/
protected function getWebpackEncore_TwigEntryFilesExtensionService()
{
return $this->privates['webpack_encore.twig_entry_files_extension'] = new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', true],
], [
'webpack_encore.entrypoint_lookup_collection' => '?',
'webpack_encore.tag_renderer' => '?',
]));
}
/**
* Gets the private 'webpack_encore.twig_stimulus_extension' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension
*/
protected function getWebpackEncore_TwigStimulusExtensionService()
{
return $this->privates['webpack_encore.twig_stimulus_extension'] = new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension();
}
/**
* 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,
'url_scheme' => false,
'url_host' => false,
'database_host' => false,
'database_port' => false,
'database_name' => false,
'database_user' => false,
'database_password' => false,
'mailer_transport' => false,
'mailer_host' => false,
'mailer_port' => false,
'register_api_host' => false,
'supplier_api_host' => false,
'admin_url' => false,
'invoice_processing_provider_url' => false,
'default_suggested_suppliers' => false,
'reporting.to.period_days' => false,
'files_paths.product' => false,
'delivery_model.default.delivery_time' => false,
'delivery_model.default.delivery_days' => false,
'delivery_model.default.deadline' => false,
'delivery_model.default.update_order_days' => false,
'delivery_model.default.update_deadline' => false,
'email_support' => false,
'kernel.secret' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'vich_uploader.mappings' => false,
'doctrine.orm.proxy_dir' => false,
'knp_snappy.pdf.binary' => false,
'knp_snappy.image.binary' => false,
'lexik_jwt_authentication.pass_phrase' => false,
'fos_user.registration.confirmation.from_email' => false,
'fos_user.resetting.email.from_email' => false,
'fos_user.registration.confirmation.from_address' => false,
'fos_user.resetting.email.from_address' => 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 'url_scheme': $value = $this->getEnv('URL_SCHEME'); break;
case 'url_host': $value = $this->getEnv('URL_HOST'); break;
case 'database_host': $value = $this->getEnv('DATABASE_HOST'); break;
case 'database_port': $value = $this->getEnv('int:DATABASE_PORT'); break;
case 'database_name': $value = $this->getEnv('DATABASE_NAME'); break;
case 'database_user': $value = $this->getEnv('DATABASE_USER'); break;
case 'database_password': $value = $this->getEnv('DATABASE_PASSWORD'); break;
case 'mailer_transport': $value = $this->getEnv('MAILER_TRANSPORT'); break;
case 'mailer_host': $value = $this->getEnv('MAILER_HOST'); break;
case 'mailer_port': $value = $this->getEnv('int:MAILER_PORT'); break;
case 'register_api_host': $value = $this->getEnv('REGISTER_API_HOST'); break;
case 'supplier_api_host': $value = $this->getEnv('SUPPLIER_API_HOST'); break;
case 'admin_url': $value = $this->getEnv('ADMIN_URL'); break;
case 'invoice_processing_provider_url': $value = $this->getEnv('INVOICE_PROCESSING_PROVIDER_URL'); break;
case 'default_suggested_suppliers': $value = $this->getEnv('json:DEFAULT_SUGGESTED_SUPPLIERS'); break;
case 'reporting.to.period_days': $value = $this->getEnv('REPORTING_TO_PERIOD_DAYS'); break;
case 'files_paths.product': $value = $this->getEnv('FILES_PATHS_PRODUCT'); break;
case 'delivery_model.default.delivery_time': $value = $this->getEnv('DELIVERY_MODEL_DEFAULT_DELIVERY_TIME'); break;
case 'delivery_model.default.delivery_days': $value = $this->getEnv('DELIVERY_MODEL_DEFAULT_DELIVERY_DAYS'); break;
case 'delivery_model.default.deadline': $value = $this->getEnv('DELIVERY_MODEL_DEFAULT_DEADLINE'); break;
case 'delivery_model.default.update_order_days': $value = $this->getEnv('DELIVERY_MODEL_DEFAULT_UPDATE_ORDER_DAYS'); break;
case 'delivery_model.default.update_deadline': $value = $this->getEnv('DELIVERY_MODEL_DEFAULT_UPDATE_DEADLINE'); break;
case 'email_support': $value = $this->getEnv('EMAIL_SUPPORT'); break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
case 'vich_uploader.mappings': $value = [
'product_picture' => [
'uri_prefix' => '/uploads/products',
'upload_destination' => $this->getEnv('FILES_PATHS_PRODUCT'),
'namer' => [
'service' => 'vich_uploader.namer_uniqid.product_picture',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'supplier_picture' => [
'uri_prefix' => '/uploads/suppliers',
'upload_destination' => $this->getEnv('FILES_PATHS_SUPPLIER'),
'namer' => [
'service' => 'vich_uploader.namer_uniqid.supplier_picture',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'tutorial_picture' => [
'uri_prefix' => '/uploads/tutorials',
'upload_destination' => $this->getEnv('FILES_PATHS_TUTORIAL'),
'namer' => [
'service' => 'vich_uploader.namer_uniqid.tutorial_picture',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'category_picture' => [
'uri_prefix' => '/uploads/categories',
'upload_destination' => $this->getEnv('FILES_PATHS_CATEGORY'),
'namer' => [
'service' => 'vich_uploader.namer_uniqid.category_picture',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'label_picture' => [
'uri_prefix' => '/uploads/labels',
'upload_destination' => $this->getEnv('FILES_PATHS_LABEL'),
'namer' => [
'service' => 'vich_uploader.namer_uniqid.label_picture',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'invoice_file' => [
'uri_prefix' => '/uploads/invoices',
'upload_destination' => $this->getEnv('FILES_PATHS_INVOICE'),
'namer' => [
'service' => 'vich_uploader.namer_uniqid.invoice_file',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
]; break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
case 'knp_snappy.pdf.binary': $value = $this->getEnv('WKHTMLTOPDF_PATH'); break;
case 'knp_snappy.image.binary': $value = $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
case 'lexik_jwt_authentication.pass_phrase': $value = $this->getEnv('LEXIK_JWT_PASSPHRASE'); break;
case 'fos_user.registration.confirmation.from_email': $value = [
$this->getEnv('FOS_USER_FROM_EMAIL_ADDRESS') => $this->getEnv('FOS_USER_FROM_EMAIL_SENDER_NAME'),
]; break;
case 'fos_user.resetting.email.from_email': $value = [
$this->getEnv('FOS_USER_FROM_EMAIL_ADDRESS') => $this->getEnv('FOS_USER_FROM_EMAIL_SENDER_NAME'),
]; break;
case 'fos_user.registration.confirmation.from_address': $value = [
'address' => $this->getEnv('FOS_USER_FROM_EMAIL_ADDRESS'),
'sender_name' => $this->getEnv('FOS_USER_FROM_EMAIL_SENDER_NAME'),
]; break;
case 'fos_user.resetting.email.from_address': $value = [
'address' => $this->getEnv('FOS_USER_FROM_EMAIL_ADDRESS'),
'sender_name' => $this->getEnv('FOS_USER_FROM_EMAIL_SENDER_NAME'),
]; 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',
'StatsBundle' => 'App\\StatsBundle\\StatsBundle',
'RegisterBundle' => 'App\\RegisterBundle\\RegisterBundle',
'SupplierApiBundle' => 'App\\SupplierApiBundle\\SupplierApiBundle',
'DispatcherBridgeBundle' => 'App\\DispatcherBridgeBundle\\DispatcherBridgeBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
'PhpSpreadsheetBundle' => 'Yectep\\PhpSpreadsheetBundle\\PhpSpreadsheetBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
'BeelabTagBundle' => 'Beelab\\TagBundle\\BeelabTagBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
'FirebaseBundle' => 'Kreait\\Firebase\\Symfony\\Bundle\\FirebaseBundle',
'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
'TetranzSelect2EntityBundle' => 'Tetranz\\Select2EntityBundle\\TetranzSelect2EntityBundle',
'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
'DataTablesBundle' => 'Omines\\DataTablesBundle\\DataTablesBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'StatsBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/StatsBundle'),
'namespace' => 'App\\StatsBundle',
],
'RegisterBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/RegisterBundle'),
'namespace' => 'App\\RegisterBundle',
],
'SupplierApiBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/SupplierApiBundle'),
'namespace' => 'App\\SupplierApiBundle',
],
'DispatcherBridgeBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/DispatcherBridgeBundle'),
'namespace' => 'App\\DispatcherBridgeBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'VichUploaderBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
'namespace' => 'Vich\\UploaderBundle',
],
'LiipImagineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle'),
'namespace' => 'Liip\\ImagineBundle',
],
'FOSJsRoutingBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle'),
'namespace' => 'FOS\\JsRoutingBundle',
],
'PhpSpreadsheetBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/yectep/phpspreadsheet-bundle/src'),
'namespace' => 'Yectep\\PhpSpreadsheetBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'EightPointsGuzzleBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src'),
'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
],
'BeelabTagBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/beelab/tag-bundle'),
'namespace' => 'Beelab\\TagBundle',
],
'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',
],
'FOSElasticaBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src'),
'namespace' => 'FOS\\ElasticaBundle',
],
'FOSRestBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle'),
'namespace' => 'FOS\\RestBundle',
],
'JMSSerializerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle'),
'namespace' => 'JMS\\SerializerBundle',
],
'KnpSnappyBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src'),
'namespace' => 'Knp\\Bundle\\SnappyBundle',
],
'LexikJWTAuthenticationBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle'),
'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'FOSUserBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src'),
'namespace' => 'FOS\\UserBundle',
],
'FirebaseBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/kreait/firebase-bundle/src'),
'namespace' => 'Kreait\\Firebase\\Symfony\\Bundle',
],
'NelmioApiDocBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle'),
'namespace' => 'Nelmio\\ApiDocBundle',
],
'TetranzSelect2EntityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/tetranz/select2entity-bundle'),
'namespace' => 'Tetranz\\Select2EntityBundle',
],
'TwigExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
'namespace' => 'Twig\\Extra\\TwigExtraBundle',
],
'WebpackEncoreBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
'namespace' => 'Symfony\\WebpackEncoreBundle',
],
'DoctrineFixturesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'StofDoctrineExtensionsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src'),
'namespace' => 'Stof\\DoctrineExtensionsBundle',
],
'KnpPaginatorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
'namespace' => 'Knp\\Bundle\\PaginatorBundle',
],
'DataTablesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src'),
'namespace' => 'Omines\\DataTablesBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'App_KernelDevDebugContainer',
'google_api.token_path' => (\dirname(__DIR__, 4).'/tokens/Prestachef-c026b9adf91e.json'),
'google_analytics.view_id' => 'ga:171986323',
'fos_elastica_settings' => [
'index' => [
'analysis' => [
'normalizer' => [
'sorting' => [
'type' => 'custom',
'char_filter' => [
],
'filter' => [
0 => 'lowercase',
],
],
],
'analyzer' => [
'email' => [
'type' => 'custom',
'tokenizer' => 'uax_url_email',
],
'french_heavy' => [
'type' => 'custom',
'tokenizer' => 'icu_tokenizer',
'filter' => [
0 => 'french_elision',
1 => 'icu_folding',
2 => 'french_stemmer',
],
],
'french_light' => [
'type' => 'custom',
'tokenizer' => 'icu_tokenizer',
'filter' => [
0 => 'french_elision',
1 => 'icu_folding',
],
],
'french_synonyms' => [
'type' => 'custom',
'tokenizer' => 'icu_tokenizer',
'filter' => [
0 => 'french_elision',
1 => 'icu_folding',
2 => 'french_synonym',
],
],
'lowercase' => [
'type' => 'custom',
'tokenizer' => 'keyword',
'filter' => [
0 => 'lowercase',
],
],
'edge_ngram' => [
'type' => 'custom',
'tokenizer' => 'icu_tokenizer',
'filter' => [
0 => 'french_elision',
1 => 'icu_folding',
2 => 'edge_ngram',
],
],
],
'filter' => [
'edge_ngram' => [
'type' => 'edgeNGram',
'min_gram' => 3,
'max_gram' => 9,
'token_chars' => [
0 => 'letter',
1 => 'digit',
],
],
'french_elision' => [
'type' => 'elision',
'articles_case' => true,
'articles' => [
0 => 'l',
1 => 'm',
2 => 't',
3 => 'qu',
4 => 'n',
5 => 's',
6 => 'j',
7 => 'd',
8 => 'c',
9 => 'jusqu',
10 => 'quoiqu',
11 => 'lorsqu',
12 => 'puisqu',
],
],
'french_synonym' => [
'type' => 'synonym',
'ignore_case' => true,
'expand' => true,
'synonyms' => [
0 => 'glace, sorbet',
1 => 'morue, cabillaud',
2 => 'civette, ciboulette',
3 => 'shiso, shizo',
4 => 'pdt => pomme de terre',
5 => '1/2, demi',
6 => '1/4, quart',
7 => 'st => saint',
8 => 'kg => kilo',
9 => 'cl => centilitre',
10 => 'pcs => pièce',
11 => 'gr => gramme',
12 => 'l => litre',
13 => 'Adriana, Amandine, Belle de Fontenay, Bintje, Charlotte, Chérie, Désirée, Pompadour, Ratte, Roseval => pomme de terre',
14 => 'laitue, batavia, feuille de chêne, scarole, mesclun, Trévise, mâche, cresson, pourpier, lollo, laitue romaine => salade',
15 => 'morille, cèpe, bolet, girolle, champignon de Paris, pleurote, amanite, chanterelle, coprin, polypore => champignon',
16 => 'poulet, poule, coq, dinde, pintade, canard, oie, caille, dindon, faisan, perdrix => volaille',
17 => 'daim, sanglier, marcassin, bison, kangourou, chevreuil, canard, faisan, gelinotte, perdrix, coq, cerf, biche, chevreuil, lapin, lièvre, bécassine => gibier',
18 => 'morue, cabillaud',
],
],
'french_stemmer' => [
'type' => 'stemmer',
'language' => 'light_french',
],
],
],
],
],
'asset_version' => 309,
'dummy_shop_for_admins_id' => 1,
'elastic_search_aggregation_size' => 200,
'files_paths.category' => (\dirname(__DIR__, 4).'/web/uploads/categories'),
'files_paths.supplier' => (\dirname(__DIR__, 4).'/web/uploads/suppliers'),
'files_paths.tutorial' => (\dirname(__DIR__, 4).'/web/uploads/tutorials'),
'files_paths.label' => (\dirname(__DIR__, 4).'/web/uploads/labels'),
'files_paths.tmp' => (\dirname(__DIR__, 4).'/web/uploads/tmp'),
'files_paths.exports' => (\dirname(__DIR__, 3).'/export'),
'files_paths.invoice' => (\dirname(__DIR__, 3).'/invoices'),
'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',
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'debug.file_link_format' => NULL,
'test.client.parameters' => [
],
'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_lifetime' => 0,
'cookie_secure' => false,
'cookie_httponly' => true,
'cookie_samesite' => 'lax',
'gc_probability' => 1,
],
'session.save_path' => NULL,
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'validator.translation_domain' => 'validators',
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_main_requests' => false,
'twig.form.resources' => [
0 => '@VichUploader/Form/fields.html.twig',
1 => 'form_div_layout.html.twig',
2 => '@LiipImagine/Form/form_div_layout.html.twig',
3 => '@TetranzSelect2Entity/Form/fields.html.twig',
4 => 'form/fields.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'security.role_hierarchy.roles' => [
'ROLE_SUPER_ADMIN' => [
0 => 'ROLE_ADMIN',
],
'ROLE_ADMIN' => [
0 => 'ROLE_SALE',
1 => 'ROLE_INVOICE_OPERATOR',
],
'ROLE_INVOICE_OPERATOR' => [
0 => 'ROLE_INVOICE_OPERATOR',
],
'ROLE_SALE' => [
0 => 'ROLE_CUSTOMER_MANAGER',
],
'ROLE_CUSTOMER_MANAGER' => [
0 => 'ROLE_CUSTOMER',
],
'ROLE_CUSTOMER' => [
0 => 'ROLE_CUSTOMER',
],
],
'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 => 'supplier_api_login',
2 => 'supplier_api',
3 => 'register_api_doc',
4 => 'register_api',
5 => 'api',
6 => 'invoice_processing_provider',
7 => 'admin',
8 => 'main',
],
'vich_uploader.default_filename_attribute_suffix' => '_name',
'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
'liip_imagine.resolvers' => [
'default' => [
'web_path' => [
'web_root' => (\dirname(__DIR__, 4).'/public'),
'cache_prefix' => 'media/cache',
],
],
'invoices' => [
'web_path' => [
'web_root' => (\dirname(__DIR__, 3).'/invoices'),
'cache_prefix' => 'media/cache',
],
],
],
'liip_imagine.loaders' => [
'default' => [
'filesystem' => [
'data_root' => [
0 => (\dirname(__DIR__, 4).'/public/'),
],
'locator' => 'filesystem',
'allow_unresolvable_data_roots' => false,
'bundle_resources' => [
'enabled' => false,
'access_control_type' => 'blacklist',
'access_control_list' => [
],
],
],
],
'invoices' => [
'filesystem' => [
'data_root' => [
0 => (\dirname(__DIR__, 3).'/invoices/'),
],
'locator' => 'filesystem',
'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.imagick',
'liip_imagine.cache.resolver.default' => 'default',
'liip_imagine.default_image' => NULL,
'liip_imagine.filter_sets' => [
'original' => [
'quality' => 100,
'jpeg_quality' => 70,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => 'invoices',
'data_loader' => 'invoices',
'default_image' => NULL,
'filters' => [
],
'post_processors' => [
],
],
'width600_invoice' => [
'quality' => 100,
'jpeg_quality' => 70,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => 'invoices',
'data_loader' => 'invoices',
'default_image' => NULL,
'filters' => [
'downscale' => [
'max' => [
0 => 600,
1 => 9999,
],
],
],
'post_processors' => [
],
],
'width240_invoice' => [
'quality' => 100,
'jpeg_quality' => 70,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => 'invoices',
'data_loader' => 'invoices',
'default_image' => NULL,
'filters' => [
'downscale' => [
'max' => [
0 => 240,
1 => 9999,
],
],
],
'post_processors' => [
],
],
'width700' => [
'quality' => 100,
'jpeg_quality' => 70,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'downscale' => [
'max' => [
0 => 700,
1 => 9999,
],
],
],
'post_processors' => [
],
],
'width600' => [
'quality' => 100,
'jpeg_quality' => 70,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'downscale' => [
'max' => [
0 => 600,
1 => 9999,
],
],
],
'post_processors' => [
],
],
'width100' => [
'quality' => 100,
'jpeg_quality' => 70,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'auto_rotate' => [
],
'downscale' => [
'max' => [
0 => 100,
1 => 9999,
],
],
],
'post_processors' => [
],
],
'width182' => [
'quality' => 100,
'jpeg_quality' => 70,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'auto_rotate' => [
],
'downscale' => [
'max' => [
0 => 182,
1 => 9999,
],
],
],
'post_processors' => [
],
],
'width200' => [
'quality' => 100,
'jpeg_quality' => 70,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'auto_rotate' => [
],
'downscale' => [
'max' => [
0 => 200,
1 => 9999,
],
],
],
'post_processors' => [
],
],
'width240' => [
'quality' => 100,
'jpeg_quality' => 70,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'downscale' => [
'max' => [
0 => 240,
1 => 9999,
],
],
],
'post_processors' => [
],
],
'width255' => [
'quality' => 100,
'jpeg_quality' => 70,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'auto_rotate' => [
],
'downscale' => [
'max' => [
0 => 255,
1 => 9999,
],
],
],
'post_processors' => [
],
],
'width285' => [
'quality' => 100,
'jpeg_quality' => 70,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'auto_rotate' => [
],
'downscale' => [
'max' => [
0 => 285,
1 => 9999,
],
],
],
'post_processors' => [
],
],
'width350' => [
'quality' => 100,
'jpeg_quality' => 70,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'downscale' => [
'max' => [
0 => 350,
1 => 9999,
],
],
],
'post_processors' => [
],
],
'width450' => [
'quality' => 100,
'jpeg_quality' => 70,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'downscale' => [
'max' => [
0 => 450,
1 => 9999,
],
],
],
'post_processors' => [
],
],
'searchResult' => [
'quality' => 100,
'jpeg_quality' => 70,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'downscale' => [
'max' => [
0 => 240,
1 => 220,
],
],
],
'post_processors' => [
],
],
'resultFile' => [
'quality' => 100,
'jpeg_quality' => 70,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'downscale' => [
'max' => [
0 => 50,
1 => 50,
],
],
],
'post_processors' => [
],
],
'width25' => [
'quality' => 100,
'jpeg_quality' => 70,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'downscale' => [
'max' => [
0 => 25,
1 => 20,
],
],
],
'post_processors' => [
],
],
'width20' => [
'quality' => 100,
'jpeg_quality' => 70,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'downscale' => [
'max' => [
0 => 20,
1 => 20,
],
],
],
'post_processors' => [
],
],
'mini_thumb' => [
'quality' => 100,
'jpeg_quality' => 70,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 35,
1 => 35,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'dashboard_thumb' => [
'quality' => 100,
'jpeg_quality' => 70,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'downscale' => [
'max' => [
0 => 60,
1 => 100,
],
],
],
'post_processors' => [
],
],
'productCard' => [
'quality' => 100,
'jpeg_quality' => 70,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'downscale' => [
'max' => [
0 => 140,
1 => 200,
],
],
],
'post_processors' => [
],
],
'tagBarIconCard' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'downscale' => [
'max' => [
0 => 99999,
1 => 10,
],
],
],
'post_processors' => [
],
],
'tagBarIconModal' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'downscale' => [
'max' => [
0 => 99999,
1 => 23,
],
],
],
'post_processors' => [
],
],
'prodFeature' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 150,
1 => 150,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
],
'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' => [
],
],
'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,
],
'phpofficebundle_spreadsheet_class' => 'Yectep\\PhpSpreadsheetBundle\\Factory',
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.webhook' => [
'type' => 'inclusive',
'elements' => [
0 => 'webhook',
],
],
'monolog.handler.deprecation' => [
'type' => 'inclusive',
'elements' => [
0 => 'php',
],
],
'monolog.handler.supplier' => [
'type' => 'inclusive',
'elements' => [
0 => 'supplier',
],
],
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'supplier',
2 => 'webhook',
],
],
'monolog.handler.user_trace' => [
'type' => 'inclusive',
'elements' => [
0 => 'user_trace',
],
],
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
],
],
],
'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
'eight_points_guzzle.plugin.header.headers' => [
],
'beelab_tag.tag_class' => 'App\\Entity\\Tag',
'beelab_tag.purge' => false,
'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',
'extranet_malys' => 'doctrine.dbal.extranet_malys_connection',
],
'doctrine.default_connection' => 'default',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
'doctrine.orm.auto_generate_proxy_classes' => true,
'doctrine.orm.enable_lazy_ghost_objects' => false,
'doctrine.orm.proxy_namespace' => 'Proxies',
'doctrine.migrations.preferred_em' => NULL,
'doctrine.migrations.preferred_connection' => NULL,
'fos_elastica.property_accessor.magicCall' => false,
'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => false,
'fos_elastica.default_index' => 'backoffice',
'jms_serializer.twig_enabled' => 'default',
'knp_snappy.pdf.options' => [
],
'knp_snappy.pdf.env' => [
],
'knp_snappy.image.options' => [
],
'knp_snappy.image.env' => [
],
'lexik_jwt_authentication.token_ttl' => 3600,
'lexik_jwt_authentication.clock_skew' => 0,
'lexik_jwt_authentication.user_identity_field' => 'username',
'lexik_jwt_authentication.allow_no_expiration' => false,
'lexik_jwt_authentication.user_id_claim' => 'username',
'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
'fos_user.backend_type_orm' => true,
'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
'fos_user.storage' => 'orm',
'fos_user.firewall_name' => 'main',
'fos_user.model_manager_name' => NULL,
'fos_user.model.user.class' => 'App\\Entity\\User',
'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
'fos_user.profile.form.name' => 'fos_user_profile_form',
'fos_user.profile.form.validation_groups' => [
0 => 'Profile',
1 => 'Default',
],
'fos_user.registration.confirmation.enabled' => false,
'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
'fos_user.registration.form.name' => 'fos_user_registration_form',
'fos_user.registration.form.validation_groups' => [
0 => 'Registration',
1 => 'Default',
],
'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
'fos_user.change_password.form.name' => 'fos_user_change_password_form',
'fos_user.change_password.form.validation_groups' => [
0 => 'ChangePassword',
1 => 'Default',
],
'fos_user.resetting.retry_ttl' => 120,
'fos_user.resetting.token_ttl' => 172800,
'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
'fos_user.resetting.form.name' => 'fos_user_resetting_form',
'fos_user.resetting.form.validation_groups' => [
0 => 'ResetPassword',
1 => 'Default',
],
'kreait.firebase.factory' => 'Kreait\\Firebase\\Factory',
'kreait.firebase.bundle.project_factory' => 'Kreait\\Firebase\\Symfony\\Bundle\\DependencyInjection\\Factory\\ProjectFactory',
'nelmio_api_doc.areas' => [
0 => 'default',
],
'tetranz_select2_entity.config' => [
'minimum_input_length' => 1,
'scroll' => false,
'page_limit' => 10,
'allow_clear' => false,
'allow_add' => [
'enabled' => false,
'new_tag_text' => ' (NEW)',
'new_tag_prefix' => '__',
'tag_separators' => '[",", " "]',
],
'delay' => 250,
'language' => 'en',
'theme' => 'default',
'cache' => true,
'cache_timeout' => 60000,
'width' => NULL,
'object_manager' => NULL,
'render_html' => false,
],
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
'stof_doctrine_extensions.default_locale' => 'fr_FR',
'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',
'knp_paginator.template.pagination' => 'pagination/custom_pagination.html.twig',
'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
'knp_paginator.page_range' => 5,
'knp_paginator.page_limit' => NULL,
'datatables.config' => [
'options' => [
'lengthMenu' => [
0 => 10,
1 => 25,
2 => 50,
3 => 100,
],
'pageLength' => 10,
'ordering' => true,
],
'persist_state' => 'none',
'template' => 'datatables/custom_datatable.html.twig',
'template_parameters' => [
'className' => 'table table-striped table-bordered table-hover data-table',
'columnFilter' => 'thead',
],
'translation_domain' => 'messages',
'language_from_cdn' => true,
'method' => 'POST',
],
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'data_collector.time' => [
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
],
'data_collector.memory' => [
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
],
'data_collector.validator' => [
0 => 'validator',
1 => '@WebProfiler/Collector/validator.html.twig',
],
'data_collector.ajax' => [
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
],
'data_collector.form' => [
0 => 'form',
1 => '@WebProfiler/Collector/form.html.twig',
],
'data_collector.exception' => [
0 => 'exception',
1 => '@WebProfiler/Collector/exception.html.twig',
],
'data_collector.logger' => [
0 => 'logger',
1 => '@WebProfiler/Collector/logger.html.twig',
],
'data_collector.events' => [
0 => 'events',
1 => '@WebProfiler/Collector/events.html.twig',
],
'data_collector.router' => [
0 => 'router',
1 => '@WebProfiler/Collector/router.html.twig',
],
'data_collector.cache' => [
0 => 'cache',
1 => '@WebProfiler/Collector/cache.html.twig',
],
'data_collector.translation' => [
0 => 'translation',
1 => '@WebProfiler/Collector/translation.html.twig',
],
'data_collector.security' => [
0 => 'security',
1 => '@Security/Collector/security.html.twig',
],
'data_collector.twig' => [
0 => 'twig',
1 => '@WebProfiler/Collector/twig.html.twig',
],
'data_collector.http_client' => [
0 => 'http_client',
1 => '@WebProfiler/Collector/http_client.html.twig',
],
'data_collector.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'mailer.data_collector' => [
0 => 'mailer',
1 => '@WebProfiler/Collector/mailer.html.twig',
],
'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
0 => 'vich_uploader.mapping_collector',
1 => '@VichUploader/Collector/mapping_collector.html.twig',
],
'eight_points_guzzle.data_collector' => [
0 => 'eight_points_guzzle',
1 => '@EightPointsGuzzle/debug.html.twig',
],
'fos_elastica.data_collector' => [
0 => 'elastica',
1 => '@FOSElastica/Collector/elastica.html.twig',
],
'jms_serializer.data_collector' => [
0 => 'jms_serializer',
1 => '@JMSSerializer/Collector/panel.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
0 => 'console.command.public_alias.App\\StatsBundle\\Command\\BuildValuesCommand',
1 => 'console.command.public_alias.App\\Command\\Action\\AttachInvoiceToBatchCommand',
2 => 'console.command.public_alias.App\\Command\\Action\\BuildCustomerLatLngCommand',
3 => 'console.command.public_alias.App\\Command\\Action\\BuildProdBoughtByCustomerOccurenceCommand',
4 => 'console.command.public_alias.App\\Command\\Action\\CRMWebhookCommand',
5 => 'console.command.public_alias.App\\Command\\Action\\ExportOrderItemsQueueCommand',
6 => 'console.command.public_alias.App\\Command\\Action\\ExportProductsQueueCommand',
7 => 'console.command.public_alias.App\\Command\\Action\\ExportSupplierCustomerQueueCommand',
8 => 'console.command.public_alias.App\\Command\\Action\\MessagematchRefreshCommand',
9 => 'console.command.public_alias.App\\Command\\Action\\OrderWebhookCommand',
10 => 'console.command.public_alias.App\\Command\\BuildMergeUnitsPreparationCommand',
11 => 'console.command.public_alias.App\\Command\\BuildOrderDeliveryDetailsCommand',
12 => 'console.command.public_alias.App\\Command\\BuildOrderSalePersonCommand',
13 => 'console.command.public_alias.App\\Command\\BuildOriginImageFromVariationCommand',
14 => 'console.command.public_alias.App\\Command\\BuildPartnerSuppliersProductFamiliesCommand',
15 => 'console.command.public_alias.App\\Command\\BuildProductIdCopyOnOrderItemCommand',
16 => 'console.command.public_alias.App\\Command\\BuildProductUnitCommand',
17 => 'console.command.public_alias.App\\Command\\BuildProductVariationsCommand',
18 => 'console.command.public_alias.App\\Command\\BuildServicesOnProductsCommand',
19 => 'console.command.public_alias.App\\Command\\BuildSupplierPartnerCommand',
20 => 'console.command.public_alias.App\\Command\\CleanPriceOptimizedCommand',
21 => 'console.command.public_alias.App\\Command\\CleanPriceOptimizedStartDateCommand',
22 => 'console.command.public_alias.App\\Command\\ConvertValuesTypeCommand',
23 => 'console.command.public_alias.App\\Command\\Cron\\AvgTurnoverEventToDispatcherCommand',
24 => 'console.command.public_alias.App\\Command\\Cron\\BroadcastWeatherMsgCommand',
25 => 'console.command.public_alias.App\\Command\\Cron\\DisableEndingPromoProductCommand',
26 => 'console.command.public_alias.App\\Command\\Cron\\SendMessageNotificationCommand',
27 => 'console.command.public_alias.App\\Command\\Cron\\SendReportingEndingOptimizedPricesCommand',
28 => 'console.command.public_alias.App\\Command\\ExecuteNextActionCommand',
29 => 'console.command.public_alias.App\\Command\\GeneratePasswordCommand',
30 => 'console.command.public_alias.App\\Command\\IndexProductsCommand',
31 => 'console.command.public_alias.App\\Command\\OneShot\\AddFavoritesProductsToCustomerFromCustomer',
32 => 'console.command.public_alias.App\\Command\\OneShot\\AddFavoritesProductsToCustomerGroupCommand',
33 => 'console.command.public_alias.App\\Command\\OneShot\\AddHashToOrdersCommand',
34 => 'console.command.public_alias.App\\Command\\OneShot\\AddLabelsCommand',
35 => 'console.command.public_alias.App\\Command\\OneShot\\AddProdTypeToOrderItemCommand',
36 => 'console.command.public_alias.App\\Command\\OneShot\\AllAdminsCanSeePricesCommand',
37 => 'console.command.public_alias.App\\Command\\OneShot\\AttributeAnAdminUserToCustomerGroupsCommand',
38 => 'console.command.public_alias.App\\Command\\OneShot\\BuildDefaultDeliveryModelCommand',
39 => 'console.command.public_alias.App\\Command\\OneShot\\BuildSuppliersDeliveryAreaCommand',
40 => 'console.command.public_alias.App\\Command\\OneShot\\CheckGroupAdminCommand',
41 => 'console.command.public_alias.App\\Command\\OneShot\\CheckZohoOrderMappingCommand',
42 => 'console.command.public_alias.App\\Command\\OneShot\\CleanCartsWithoutItemsCommand',
43 => 'console.command.public_alias.App\\Command\\OneShot\\CleanEOYProductsPricesCommand',
44 => 'console.command.public_alias.App\\Command\\OneShot\\CleanOrdersSalesPersonCommand',
45 => 'console.command.public_alias.App\\Command\\OneShot\\CleanSpecificCustomersCommand',
46 => 'console.command.public_alias.App\\Command\\OneShot\\CleanWithBadImageProductsCommand',
47 => 'console.command.public_alias.App\\Command\\OneShot\\CloneNonPartnerConfirmedProductsAsGuestProductsCommand',
48 => 'console.command.public_alias.App\\Command\\OneShot\\CompareRevenueCommand',
49 => 'console.command.public_alias.App\\Command\\OneShot\\DebugOrderDashboardCommand',
50 => 'console.command.public_alias.App\\Command\\OneShot\\DispatchCustomerGroupsCreationCommand',
51 => 'console.command.public_alias.App\\Command\\OneShot\\DispatchCustomerLinkGroupCommand',
52 => 'console.command.public_alias.App\\Command\\OneShot\\EOYProductsPanoramaCommand',
53 => 'console.command.public_alias.App\\Command\\OneShot\\FixBrandSearchCommand',
54 => 'console.command.public_alias.App\\Command\\OneShot\\FixDeliveryModelsCommand',
55 => 'console.command.public_alias.App\\Command\\OneShot\\FromSimuToMercuCommand',
56 => 'console.command.public_alias.App\\Command\\OneShot\\IndexOrderItemsCommand',
57 => 'console.command.public_alias.App\\Command\\OneShot\\ListCustomersUsingGuestSuppliersCommand',
58 => 'console.command.public_alias.App\\Command\\OneShot\\ListProductWithImageNotOnDiskCommand',
59 => 'console.command.public_alias.App\\Command\\OneShot\\MergeCustomerGroupsCommand',
60 => 'console.command.public_alias.App\\Command\\OneShot\\PlugTagsOnOrderItemsCommand',
61 => 'console.command.public_alias.App\\Command\\OneShot\\PostCovidIndicatorsCommand',
62 => 'console.command.public_alias.App\\Command\\OneShot\\RebuildProductFeaturingOnOrderItemsCommand',
63 => 'console.command.public_alias.App\\Command\\OneShot\\RebuildVariationBasedOnOrdersCommand',
64 => 'console.command.public_alias.App\\Command\\OneShot\\RemoveOptiPriceAndFavoritesFromCustomerCommand',
65 => 'console.command.public_alias.App\\Command\\OneShot\\RemoveProdsCommand',
66 => 'console.command.public_alias.App\\Command\\OneShot\\SandboxCommand',
67 => 'console.command.public_alias.App\\Command\\OneShot\\SendAllSupplierCRMInfosCommand',
68 => 'console.command.public_alias.App\\Command\\OneShot\\TagEndOfYearCommand',
69 => 'console.command.public_alias.App\\Command\\OneShot\\UpdatePrestachefIdInZohoCommand',
70 => 'console.command.public_alias.App\\Command\\OneShot\\UpdateTagsFieldOnExistingProductsCommand',
71 => 'console.command.public_alias.App\\Command\\OneShot\\VerifyOrderDispatchCommand',
72 => 'console.command.public_alias.App\\Command\\PeRefreshProdAssetsCommand',
73 => 'console.command.public_alias.App\\Command\\RegenerateSlugCommand',
74 => 'console.command.public_alias.App\\Command\\RemoveCustomerCommand',
75 => 'console.command.public_alias.App\\Command\\RemoveProductsFromSupplierCommand',
76 => 'console.command.public_alias.App\\Command\\RemoveSupplierCommand',
77 => 'console.command.public_alias.App\\Command\\RemoveTimeoutCartCommand',
78 => 'console.command.public_alias.App\\Command\\ValidateAllProductsCommand',
79 => 'console.command.public_alias.App\\DispatcherBridgeBundle\\Command\\SendEventCommand',
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}