<?php
namespace ContainerMOxLmgp;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class App_KernelDevDebugContainer extends Container
{
protected $containerDir;
protected $targetDir;
protected $parameters = [];
private $buildParameters;
protected $getService;
public function __construct(array $buildParameters = [], $containerDir = __DIR__)
{
$this->getService = \Closure::fromCallable([$this, 'getService']);
$this->buildParameters = $buildParameters;
$this->containerDir = $containerDir;
$this->targetDir = \dirname($containerDir);
$this->parameters = $this->getDefaultParameters();
$this->services = $this->privates = [];
$this->syntheticIds = [
'kernel' => true,
];
$this->methodMap = [
'.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
'.container.private.filesystem' => 'get_Container_Private_FilesystemService',
'.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
'.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
'.container.private.profiler' => 'get_Container_Private_ProfilerService',
'.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
'.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
'.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
'.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
'.container.private.serializer' => 'get_Container_Private_SerializerService',
'.container.private.session' => 'get_Container_Private_SessionService',
'.container.private.twig' => 'get_Container_Private_TwigService',
'.container.private.validator' => 'get_Container_Private_ValidatorService',
'App\\Admin\\Controller\\AgreementCrudController' => 'getAgreementCrudControllerService',
'App\\Admin\\Controller\\Catalog\\BrandCrudController' => 'getBrandCrudControllerService',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController' => 'getCurrencyCrudControllerService',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController' => 'getManagerCrudControllerService',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController' => 'getOrganizationCrudControllerService',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController' => 'getPriceTypeCrudControllerService',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController' => 'getProductCategoryCrudControllerService',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController' => 'getPropertyCrudControllerService',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController' => 'getPropertyValueCrudControllerService',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController' => 'getStoreMapCrudControllerService',
'App\\Admin\\Controller\\Catalog\\UomCrudController' => 'getUomCrudControllerService',
'App\\Admin\\Controller\\ConstantCrudController' => 'getConstantCrudControllerService',
'App\\Admin\\Controller\\CrossListCrudController' => 'getCrossListCrudControllerService',
'App\\Admin\\Controller\\CrossListItemCrudController' => 'getCrossListItemCrudControllerService',
'App\\Admin\\Controller\\CustomerCrudController' => 'getCustomerCrudControllerService',
'App\\Admin\\Controller\\CustomerSegmentCrudController' => 'getCustomerSegmentCrudControllerService',
'App\\Admin\\Controller\\DashboardController' => 'getDashboardControllerService',
'App\\Admin\\Controller\\FileManagerCrudController' => 'getFileManagerCrudControllerService',
'App\\Admin\\Controller\\JournalCrudController' => 'getJournalCrudControllerService',
'App\\Admin\\Controller\\PriceGroupCrudController' => 'getPriceGroupCrudControllerService',
'App\\Admin\\Controller\\PriceListCrudController' => 'getPriceListCrudControllerService',
'App\\Admin\\Controller\\PriceListItemCrudController' => 'getPriceListItemCrudControllerService',
'App\\Admin\\Controller\\ProductCrossCrudController' => 'getProductCrossCrudControllerService',
'App\\Admin\\Controller\\ProductCrudController' => 'getProductCrudControllerService',
'App\\Admin\\Controller\\ProductRelatedCrudController' => 'getProductRelatedCrudControllerService',
'App\\Admin\\Controller\\RegionCrudController' => 'getRegionCrudControllerService',
'App\\Admin\\Controller\\Setting\\AlertCrudController' => 'getAlertCrudControllerService',
'App\\Admin\\Controller\\Setting\\BranchCrudController' => 'getBranchCrudControllerService',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController' => 'getDeliveryMethodCrudControllerService',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController' => 'getDocumentTypeCrudControllerService',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController' => 'getOrderStatusCrudControllerService',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController' => 'getProductTypeCrudControllerService',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController' => 'getPromoLabelCrudControllerService',
'App\\Admin\\Controller\\SignupRequestCrudController' => 'getSignupRequestCrudControllerService',
'App\\Admin\\Controller\\UserCrudController' => 'getUserCrudControllerService',
'App\\Admin\\Controller\\WaitListCrudController' => 'getWaitListCrudControllerService',
'App\\Controller\\BotController\\TelegramController' => 'getTelegramControllerService',
'App\\Controller\\DefaultController' => 'getDefaultControllerService',
'App\\Controller\\Inner\\CabinetController' => 'getCabinetControllerService',
'App\\Controller\\Inner\\CartController' => 'getCartControllerService',
'App\\Controller\\Inner\\CartUploadController' => 'getCartUploadControllerService',
'App\\Controller\\Inner\\CatalogController' => 'getCatalogControllerService',
'App\\Controller\\Inner\\CheckoutController' => 'getCheckoutControllerService',
'App\\Controller\\Inner\\ContentController' => 'getContentControllerService',
'App\\Controller\\Inner\\DeliveryController' => 'getDeliveryControllerService',
'App\\Controller\\Inner\\EnvController' => 'getEnvControllerService',
'App\\Controller\\Inner\\FilesController' => 'getFilesControllerService',
'App\\Controller\\Inner\\LandingController' => 'getLandingControllerService',
'App\\Controller\\Inner\\OrderController' => 'getOrderControllerService',
'App\\Controller\\Inner\\ProfileController' => 'getProfileControllerService',
'App\\Controller\\Inner\\UserController' => 'getUserControllerService',
'App\\Controller\\Inner\\WaitListController' => 'getWaitListControllerService',
'App\\Controller\\SecurityController' => 'getSecurityControllerService',
'App\\Util\\ProductHandler' => 'getProductHandlerService',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController' => 'getBannerCrudControllerService',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController' => 'getCategoryCrudControllerService',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController' => 'getContentBlockCrudControllerService',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController' => 'getContentCrudControllerService',
'App\\Zet\\ContentBundle\\Controller\\DefaultController' => 'getDefaultController2Service',
'App\\Zet\\CrossBundle\\Controller\\AdminController\\BrandController' => 'getBrandControllerService',
'App\\Zet\\CrossBundle\\Controller\\AdminController\\CrossListController' => 'getCrossListControllerService',
'App\\Zet\\CrossBundle\\Controller\\AdminController\\CrossListItemController' => 'getCrossListItemControllerService',
'App\\Zet\\CrossBundle\\Controller\\AdminController\\PriceListController' => 'getPriceListControllerService',
'App\\Zet\\CrossBundle\\Controller\\AdminController\\PriceListItemController' => 'getPriceListItemControllerService',
'App\\Zet\\CrossBundle\\Controller\\AdminController\\TcdCrossController' => 'getTcdCrossControllerService',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController' => 'getDeliveryCityCrudControllerService',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController' => 'getDeliveryPointCrudControllerService',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController' => 'getDeliveryServiceCrudControllerService',
'App\\Zet\\DeliveryServiceBundle\\Controller\\AdminController\\DeliveryServiceController' => 'getDeliveryServiceControllerService',
'App\\Zet\\DeliveryServiceBundle\\Controller\\DefaultController' => 'getDefaultController3Service',
'App\\Zet\\ManagerBundle\\Controller\\CartController' => 'getCartController2Service',
'App\\Zet\\ManagerBundle\\Controller\\DashboardController' => 'getDashboardController2Service',
'App\\Zet\\ManagerBundle\\Controller\\SelectController' => 'getSelectControllerService',
'App\\Zet\\ManagerBundle\\Controller\\UserController' => 'getUserController2Service',
'App\\Zet\\ManagerBundle\\Controller\\UserRequestController' => 'getUserRequestControllerService',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController' => 'getBadLinkCrudControllerService',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController' => 'getBadRequestCrudControllerService',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController' => 'getEntity1CCrudControllerService',
'App\\Zet\\V8Bundle\\Controller\\AdminUtilityController' => 'getAdminUtilityControllerService',
'Artgris\\Bundle\\FileManagerBundle\\Controller\\ManagerController' => 'getManagerControllerService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => 'getMakeAdminMigrationCommandService',
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => 'getBlameableEventSubscriberService',
'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => 'getLoggableEventSubscriberService',
'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => 'getSluggableEventSubscriberService',
'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => 'getSoftDeletableEventSubscriberService',
'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => 'getTimestampableEventSubscriberService',
'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => 'getTranslatableEventSubscriberService',
'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => 'getTreeEventSubscriberService',
'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => 'getUuidableEventSubscriberService',
'Knp\\DoctrineBehaviors\\Provider\\LocaleProvider' => 'getLocaleProviderService',
'Knp\\DoctrineBehaviors\\Provider\\UserProvider' => 'getUserProviderService',
'Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository' => 'getDefaultSluggableRepositoryService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.banner_images' => 'getSmartUniqueNamer_BannerImagesService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.brand_images' => 'getSmartUniqueNamer_BrandImagesService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.content_category_images' => 'getSmartUniqueNamer_ContentCategoryImagesService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.content_images' => 'getSmartUniqueNamer_ContentImagesService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.content_infographics_images' => 'getSmartUniqueNamer_ContentInfographicsImagesService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.manager_images' => 'getSmartUniqueNamer_ManagerImagesService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.product_category_images' => 'getSmartUniqueNamer_ProductCategoryImagesService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.product_gallery_images' => 'getSmartUniqueNamer_ProductGalleryImagesService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.product_type_images' => 'getSmartUniqueNamer_ProductTypeImagesService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.promo_label_images' => 'getSmartUniqueNamer_PromoLabelImagesService',
'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
'cache.app' => 'getCache_AppService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system' => 'getCache_SystemService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
'cache_warmer' => 'getCacheWarmerService',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'data_collector.dump' => 'getDataCollector_DumpService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'error_controller' => 'getErrorControllerService',
'event_dispatcher' => 'getEventDispatcherService',
'fos_elastica.client.default' => 'getFosElastica_Client_DefaultService',
'fos_elastica.index.v25_product' => 'getFosElastica_Index_V25ProductService',
'http_kernel' => 'getHttpKernelService',
'knp_paginator' => 'getKnpPaginatorService',
'messenger.default_bus' => 'getMessenger_DefaultBusService',
'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'routing.loader' => 'getRouting_LoaderService',
'services_resetter' => 'getServicesResetterService',
'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
'swiftmailer.transport' => 'getSwiftmailer_TransportService',
'translator' => 'getTranslatorService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
'cache_clearer' => 'getCacheClearerService',
'filesystem' => 'getFilesystemService',
'serializer' => 'getSerializerService',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
'form.factory' => 'getForm_FactoryService',
'form.type.file' => 'getForm_Type_FileService',
'profiler' => 'getProfilerService',
'twig' => 'getTwigService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'security.password_encoder' => 'getSecurity_PasswordEncoderService',
'session' => 'getSessionService',
'validator' => 'getValidatorService',
];
$this->aliases = [
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'fos_elastica.client' => 'fos_elastica.client.default',
'mailer' => 'swiftmailer.mailer.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).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
include_once \dirname(__DIR__, 4).'/src/Kernel.php';
include_once \dirname(__DIR__, 4).'/src/Util/BrandHandler.php';
include_once \dirname(__DIR__, 4).'/src/Util/ConstantHandler.php';
include_once \dirname(__DIR__, 4).'/src/Util/EnvHandler.php';
include_once \dirname(__DIR__, 4).'/src/Util/FinanceHandler.php';
include_once \dirname(__DIR__, 4).'/src/Util/ImageHandler.php';
include_once \dirname(__DIR__, 4).'/src/Util/MailHandler.php';
include_once \dirname(__DIR__, 4).'/src/Util/ProductHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/FinderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/PaginatedFinderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/TransformedFinder.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ElasticaToModelTransformerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/AbstractElasticaToModelTransformer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/AbstractElasticaToModelTransformer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/ORM/ElasticaToModelTransformer.php';
include_once \dirname(__DIR__, 4).'/src/Zet/ContentBundle/Util/ContentBlockHandler.php';
include_once \dirname(__DIR__, 4).'/src/Zet/CrossBundle/Util/CrossHandler.php';
include_once \dirname(__DIR__, 4).'/src/Zet/CrossBundle/Util/PriceHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/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/psr/log/Psr/Log/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.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/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.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/doctrine/orm/src/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/myclabs/php-enum/stubs/Stringable.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/UrlSigner.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/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/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.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/ruflin/elastica/src/Client.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Client.php';
include_once \dirname(__DIR__, 4).'/vendor/ruflin/elastica/src/SearchableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/ruflin/elastica/src/Index.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Index.php';
include_once \dirname(__DIR__, 4).'/vendor/artgris/filemanager-bundle/Service/FileTypeService.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/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/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/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
include_once \dirname(__DIR__, 4).'/vendor/artgris/filemanager-bundle/Twig/FileTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/artgris/filemanager-bundle/Twig/OrderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 4).'/src/Zet/ContentBundle/Services/TwigGlobalService.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
include_once __DIR__.'/proxy-classes.php';
};
}
public function compile(): void
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled(): bool
{
return true;
}
public function getRemovedIds(): array
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
protected function createProxy($class, \Closure $factory)
{
return $factory();
}
/**
* Gets the public '.container.private.cache_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
*/
protected function get_Container_Private_CacheClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
yield 0 => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
}, 1));
}
/**
* Gets the public '.container.private.filesystem' shared service.
*
* @return \Symfony\Component\Filesystem\Filesystem
*/
protected function get_Container_Private_FilesystemService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
}
/**
* Gets the public '.container.private.form.factory' shared service.
*
* @return \Symfony\Component\Form\FormFactory
*/
protected function get_Container_Private_Form_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
}
/**
* Gets the public '.container.private.form.type.file' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\FileType
*/
protected function get_Container_Private_Form_Type_FileService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the public '.container.private.profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function get_Container_Private_ProfilerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('profiler');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
$b = ($this->services['kernel'] ?? $this->get('kernel'));
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
$d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
$d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
$d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
$d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
$d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
$d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
$e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
$f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, NULL);
$f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
$g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
$g->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$h->setKernel($b);
}
$instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
$instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add($d);
$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
$instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
$instance->add($e);
$instance->add($f);
$instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
$instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
$instance->add($g);
$instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
$instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
$instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
$instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
$instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
$instance->add($h);
return $instance;
}
/**
* Gets the public '.container.private.security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function get_Container_Private_Security_AuthorizationCheckerService()
{
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->services['.container.private.security.authorization_checker'])) {
return $this->services['.container.private.security.authorization_checker'];
}
return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, false);
}
/**
* Gets the public '.container.private.security.csrf.token_manager' shared service.
*
* @return \Symfony\Component\Security\Csrf\CsrfTokenManager
*/
protected function get_Container_Private_Security_Csrf_TokenManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public '.container.private.security.password_encoder' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
*
* @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
*/
protected function get_Container_Private_Security_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
}
/**
* Gets the public '.container.private.security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function get_Container_Private_Security_TokenStorageService()
{
return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
], [
'request_stack' => '?',
]));
}
/**
* Gets the public '.container.private.serializer' shared service.
*
* @return \Symfony\Component\Serializer\Serializer
*/
protected function get_Container_Private_SerializerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Util/CircularReferenceHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
$c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
$d = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($c);
$e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), 1 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 2 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 3 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 4 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 5 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $d), 6 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($c, $d, $a, $e, NULL, [])), 7 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 8 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 9 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 11 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), 12 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($c, $d, $b, $a, $e, NULL, ['circular_reference_handler' => new \App\Util\CircularReferenceHandler()], $a)], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
}
/**
* Gets the public '.container.private.session' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Session
*/
protected function get_Container_Private_SessionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
$a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
if (isset($this->services['.container.private.session'])) {
return $this->services['.container.private.session'];
}
return $this->services['.container.private.session'] = $a->createSession();
}
/**
* Gets the public '.container.private.twig' shared service.
*
* @return \Twig\Environment
*/
protected function get_Container_Private_TwigService()
{
$a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
$a->addPath((\dirname(__DIR__, 4).'/src/Zet/ContentBundle/Resources/views'), 'ZetContent');
$a->addPath((\dirname(__DIR__, 4).'/src/Zet/ContentBundle/Resources/views'), '!ZetContent');
$a->addPath((\dirname(__DIR__, 4).'/src/Zet/V8Bundle/Resources/views'), 'ZetV8');
$a->addPath((\dirname(__DIR__, 4).'/src/Zet/V8Bundle/Resources/views'), '!ZetV8');
$a->addPath((\dirname(__DIR__, 4).'/src/Zet/CrossBundle/Resources/views'), 'ZetCross');
$a->addPath((\dirname(__DIR__, 4).'/src/Zet/CrossBundle/Resources/views'), '!ZetCross');
$a->addPath((\dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Resources/views'), 'A2lixTranslationForm');
$a->addPath((\dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Resources/views'), '!A2lixTranslationForm');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
$a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
$a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
$a->addPath((\dirname(__DIR__, 4).'/vendor/artgris/filemanager-bundle/Resources/views'), 'ArtgrisFileManager');
$a->addPath((\dirname(__DIR__, 4).'/vendor/artgris/filemanager-bundle/Resources/views'), '!ArtgrisFileManager');
$a->addPath((\dirname(__DIR__, 4).'/templates'));
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
$this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
$b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$c = ($this->services['translator'] ?? $this->getTranslatorService());
$d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
$e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$f = ($this->services['router'] ?? $this->getRouterService());
$g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$i->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $e]);
$j = new \Symfony\Bridge\Twig\AppVariable();
$j->setEnvironment('dev');
$j->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$j->setTokenStorage($h);
}
if ($this->has('request_stack')) {
$j->setRequestStack($g);
}
$k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__, 4), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($g, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', false],
], [
'webpack_encore.entrypoint_lookup_collection' => '?',
'webpack_encore.tag_renderer' => '?',
])));
$instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
$instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
], [
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
])));
$instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $f, $d, $g, $instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
$instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
$instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f, $c)));
$instance->addExtension(new \Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension(($this->privates['Artgris\\Bundle\\FileManagerBundle\\Service\\FileTypeService'] ?? $this->getFileTypeServiceService())));
$instance->addExtension(new \Artgris\Bundle\FileManagerBundle\Twig\OrderExtension($f));
$instance->addExtension(new \Twig\Extension\StringLoaderExtension());
$instance->addGlobal('app', $j);
$instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', false],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', false],
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', false],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', false],
'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates', 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime', 'getUploaderExtensionRuntimeService', false],
], [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
])));
$instance->addGlobal('global_content', new \App\Zet\ContentBundle\Services\TwigGlobalService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Zet\\ContentBundle\\Util\\ContentBlockHandler'] ?? $this->getContentBlockHandlerService())));
$instance->addGlobal('product', ($this->services['App\\Util\\ProductHandler'] ?? $this->getProductHandlerService()));
$instance->registerUndefinedFilterCallback([0 => $k, 1 => 'suggestFilter']);
$instance->registerUndefinedFunctionCallback([0 => $k, 1 => 'suggestFunction']);
$instance->registerUndefinedTokenParserCallback([0 => $k, 1 => 'suggestTag']);
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
return $instance;
}
/**
* Gets the public '.container.private.validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function get_Container_Private_ValidatorService()
{
$a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
if (isset($this->services['.container.private.validator'])) {
return $this->services['.container.private.validator'];
}
return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
}
/**
* Gets the public 'App\Admin\Controller\AgreementCrudController' shared autowired service.
*
* @return \App\Admin\Controller\AgreementCrudController
*/
protected function getAgreementCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/AgreementCrudController.php';
$this->services['App\\Admin\\Controller\\AgreementCrudController'] = $instance = new \App\Admin\Controller\AgreementCrudController();
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\AgreementCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\Catalog\BrandCrudController' shared autowired service.
*
* @return \App\Admin\Controller\Catalog\BrandCrudController
*/
protected function getBrandCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/Catalog/BrandCrudController.php';
$this->services['App\\Admin\\Controller\\Catalog\\BrandCrudController'] = $instance = new \App\Admin\Controller\Catalog\BrandCrudController(($this->privates['App\\Zet\\V8Bundle\\Util\\V8AdminHandler'] ?? $this->getV8AdminHandlerService()));
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\Catalog\\BrandCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\Catalog\CurrencyCrudController' shared autowired service.
*
* @return \App\Admin\Controller\Catalog\CurrencyCrudController
*/
protected function getCurrencyCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/Catalog/CurrencyCrudController.php';
$this->services['App\\Admin\\Controller\\Catalog\\CurrencyCrudController'] = $instance = new \App\Admin\Controller\Catalog\CurrencyCrudController(($this->privates['App\\Zet\\V8Bundle\\Util\\V8AdminHandler'] ?? $this->getV8AdminHandlerService()));
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\Catalog\\CurrencyCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\Catalog\ManagerCrudController' shared autowired service.
*
* @return \App\Admin\Controller\Catalog\ManagerCrudController
*/
protected function getManagerCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/Catalog/ManagerCrudController.php';
$this->services['App\\Admin\\Controller\\Catalog\\ManagerCrudController'] = $instance = new \App\Admin\Controller\Catalog\ManagerCrudController(($this->privates['App\\Zet\\V8Bundle\\Util\\V8AdminHandler'] ?? $this->getV8AdminHandlerService()));
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\Catalog\\ManagerCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\Catalog\OrganizationCrudController' shared autowired service.
*
* @return \App\Admin\Controller\Catalog\OrganizationCrudController
*/
protected function getOrganizationCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/Catalog/OrganizationCrudController.php';
$this->services['App\\Admin\\Controller\\Catalog\\OrganizationCrudController'] = $instance = new \App\Admin\Controller\Catalog\OrganizationCrudController(($this->privates['App\\Zet\\V8Bundle\\Util\\V8AdminHandler'] ?? $this->getV8AdminHandlerService()));
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\Catalog\\OrganizationCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\Catalog\PriceTypeCrudController' shared autowired service.
*
* @return \App\Admin\Controller\Catalog\PriceTypeCrudController
*/
protected function getPriceTypeCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/Catalog/PriceTypeCrudController.php';
$this->services['App\\Admin\\Controller\\Catalog\\PriceTypeCrudController'] = $instance = new \App\Admin\Controller\Catalog\PriceTypeCrudController(($this->privates['App\\Zet\\V8Bundle\\Util\\V8AdminHandler'] ?? $this->getV8AdminHandlerService()));
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\Catalog\\PriceTypeCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\Catalog\ProductCategoryCrudController' shared autowired service.
*
* @return \App\Admin\Controller\Catalog\ProductCategoryCrudController
*/
protected function getProductCategoryCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/Catalog/ProductCategoryCrudController.php';
$this->services['App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController'] = $instance = new \App\Admin\Controller\Catalog\ProductCategoryCrudController(($this->privates['App\\Zet\\V8Bundle\\Util\\V8AdminHandler'] ?? $this->getV8AdminHandlerService()));
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\Catalog\PropertyCrudController' shared autowired service.
*
* @return \App\Admin\Controller\Catalog\PropertyCrudController
*/
protected function getPropertyCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/Catalog/PropertyCrudController.php';
$this->services['App\\Admin\\Controller\\Catalog\\PropertyCrudController'] = $instance = new \App\Admin\Controller\Catalog\PropertyCrudController(($this->privates['App\\Zet\\V8Bundle\\Util\\V8AdminHandler'] ?? $this->getV8AdminHandlerService()));
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\Catalog\\PropertyCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\Catalog\PropertyValueCrudController' shared autowired service.
*
* @return \App\Admin\Controller\Catalog\PropertyValueCrudController
*/
protected function getPropertyValueCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/Catalog/PropertyValueCrudController.php';
$this->services['App\\Admin\\Controller\\Catalog\\PropertyValueCrudController'] = $instance = new \App\Admin\Controller\Catalog\PropertyValueCrudController(($this->privates['App\\Zet\\V8Bundle\\Util\\V8AdminHandler'] ?? $this->getV8AdminHandlerService()));
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\Catalog\\PropertyValueCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\Catalog\StoreMapCrudController' shared autowired service.
*
* @return \App\Admin\Controller\Catalog\StoreMapCrudController
*/
protected function getStoreMapCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/Catalog/StoreMapCrudController.php';
$this->services['App\\Admin\\Controller\\Catalog\\StoreMapCrudController'] = $instance = new \App\Admin\Controller\Catalog\StoreMapCrudController(($this->privates['App\\Zet\\V8Bundle\\Util\\V8AdminHandler'] ?? $this->getV8AdminHandlerService()));
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\Catalog\\StoreMapCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\Catalog\UomCrudController' shared autowired service.
*
* @return \App\Admin\Controller\Catalog\UomCrudController
*/
protected function getUomCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/Catalog/UomCrudController.php';
$this->services['App\\Admin\\Controller\\Catalog\\UomCrudController'] = $instance = new \App\Admin\Controller\Catalog\UomCrudController(($this->privates['App\\Zet\\V8Bundle\\Util\\V8AdminHandler'] ?? $this->getV8AdminHandlerService()));
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\Catalog\\UomCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\ConstantCrudController' shared autowired service.
*
* @return \App\Admin\Controller\ConstantCrudController
*/
protected function getConstantCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/ConstantCrudController.php';
$this->services['App\\Admin\\Controller\\ConstantCrudController'] = $instance = new \App\Admin\Controller\ConstantCrudController(($this->privates['App\\Util\\ConstantHandler'] ?? $this->getConstantHandlerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\ConstantCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\CrossListCrudController' shared autowired service.
*
* @return \App\Admin\Controller\CrossListCrudController
*/
protected function getCrossListCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/CrossListCrudController.php';
$this->services['App\\Admin\\Controller\\CrossListCrudController'] = $instance = new \App\Admin\Controller\CrossListCrudController();
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\CrossListCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\CrossListItemCrudController' shared autowired service.
*
* @return \App\Admin\Controller\CrossListItemCrudController
*/
protected function getCrossListItemCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/CrossListItemCrudController.php';
$this->services['App\\Admin\\Controller\\CrossListItemCrudController'] = $instance = new \App\Admin\Controller\CrossListItemCrudController();
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\CrossListItemCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\CustomerCrudController' shared autowired service.
*
* @return \App\Admin\Controller\CustomerCrudController
*/
protected function getCustomerCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/CustomerCrudController.php';
$this->services['App\\Admin\\Controller\\CustomerCrudController'] = $instance = new \App\Admin\Controller\CustomerCrudController(($this->privates['App\\Zet\\V8Bundle\\Util\\V8DataProcessor'] ?? $this->getV8DataProcessorService()));
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\CustomerCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\CustomerSegmentCrudController' shared autowired service.
*
* @return \App\Admin\Controller\CustomerSegmentCrudController
*/
protected function getCustomerSegmentCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/CustomerSegmentCrudController.php';
$this->services['App\\Admin\\Controller\\CustomerSegmentCrudController'] = $instance = new \App\Admin\Controller\CustomerSegmentCrudController();
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\CustomerSegmentCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\DashboardController' shared autowired service.
*
* @return \App\Admin\Controller\DashboardController
*/
protected function getDashboardControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/DashboardControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractDashboardController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/DashboardController.php';
$this->services['App\\Admin\\Controller\\DashboardController'] = $instance = new \App\Admin\Controller\DashboardController();
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator', 'getCrudUrlGeneratorService', false],
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'router' => ['services', 'router', 'getRouterService', false],
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator',
'doctrine' => '?',
'form.factory' => '?',
'http_kernel' => '?',
'message_bus' => '?',
'messenger.default_bus' => '?',
'parameter_bag' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'serializer' => '?',
'session' => '.session.deprecated',
'twig' => '?',
]))->withContext('App\\Admin\\Controller\\DashboardController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\FileManagerCrudController' shared autowired service.
*
* @return \App\Admin\Controller\FileManagerCrudController
*/
protected function getFileManagerCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/FileManagerCrudController.php';
$this->services['App\\Admin\\Controller\\FileManagerCrudController'] = $instance = new \App\Admin\Controller\FileManagerCrudController();
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\FileManagerCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\JournalCrudController' shared autowired service.
*
* @return \App\Admin\Controller\JournalCrudController
*/
protected function getJournalCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/JournalCrudController.php';
$this->services['App\\Admin\\Controller\\JournalCrudController'] = $instance = new \App\Admin\Controller\JournalCrudController();
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\JournalCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\PriceGroupCrudController' shared autowired service.
*
* @return \App\Admin\Controller\PriceGroupCrudController
*/
protected function getPriceGroupCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/PriceGroupCrudController.php';
$this->services['App\\Admin\\Controller\\PriceGroupCrudController'] = $instance = new \App\Admin\Controller\PriceGroupCrudController();
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\PriceGroupCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\PriceListCrudController' shared autowired service.
*
* @return \App\Admin\Controller\PriceListCrudController
*/
protected function getPriceListCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/PriceListCrudController.php';
$this->services['App\\Admin\\Controller\\PriceListCrudController'] = $instance = new \App\Admin\Controller\PriceListCrudController();
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\PriceListCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\PriceListItemCrudController' shared autowired service.
*
* @return \App\Admin\Controller\PriceListItemCrudController
*/
protected function getPriceListItemCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/PriceListItemCrudController.php';
$this->services['App\\Admin\\Controller\\PriceListItemCrudController'] = $instance = new \App\Admin\Controller\PriceListItemCrudController();
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\PriceListItemCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\ProductCrossCrudController' shared autowired service.
*
* @return \App\Admin\Controller\ProductCrossCrudController
*/
protected function getProductCrossCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/ProductCrossCrudController.php';
$this->services['App\\Admin\\Controller\\ProductCrossCrudController'] = $instance = new \App\Admin\Controller\ProductCrossCrudController();
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\ProductCrossCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\ProductCrudController' shared autowired service.
*
* @return \App\Admin\Controller\ProductCrudController
*/
protected function getProductCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/ProductCrudController.php';
$this->services['App\\Admin\\Controller\\ProductCrudController'] = $instance = new \App\Admin\Controller\ProductCrudController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['App\\Util\\ProductHandler'] ?? $this->getProductHandlerService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->privates['App\\Zet\\V8Bundle\\Util\\V8DataProcessor'] ?? $this->getV8DataProcessorService()));
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\ProductCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\ProductRelatedCrudController' shared autowired service.
*
* @return \App\Admin\Controller\ProductRelatedCrudController
*/
protected function getProductRelatedCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/ProductRelatedCrudController.php';
$this->services['App\\Admin\\Controller\\ProductRelatedCrudController'] = $instance = new \App\Admin\Controller\ProductRelatedCrudController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['App\\Util\\ProductHandler'] ?? $this->getProductHandlerService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()));
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\ProductRelatedCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\RegionCrudController' shared autowired service.
*
* @return \App\Admin\Controller\RegionCrudController
*/
protected function getRegionCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/RegionCrudController.php';
$this->services['App\\Admin\\Controller\\RegionCrudController'] = $instance = new \App\Admin\Controller\RegionCrudController();
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\RegionCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\Setting\AlertCrudController' shared autowired service.
*
* @return \App\Admin\Controller\Setting\AlertCrudController
*/
protected function getAlertCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/Setting/AlertCrudController.php';
$this->services['App\\Admin\\Controller\\Setting\\AlertCrudController'] = $instance = new \App\Admin\Controller\Setting\AlertCrudController(($this->privates['App\\Util\\AlertHandler'] ?? $this->getAlertHandlerService()));
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\Setting\\AlertCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\Setting\BranchCrudController' shared autowired service.
*
* @return \App\Admin\Controller\Setting\BranchCrudController
*/
protected function getBranchCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/Setting/BranchCrudController.php';
$this->services['App\\Admin\\Controller\\Setting\\BranchCrudController'] = $instance = new \App\Admin\Controller\Setting\BranchCrudController();
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\Setting\\BranchCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\Setting\DeliveryMethodCrudController' shared autowired service.
*
* @return \App\Admin\Controller\Setting\DeliveryMethodCrudController
*/
protected function getDeliveryMethodCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/Setting/DeliveryMethodCrudController.php';
$this->services['App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController'] = $instance = new \App\Admin\Controller\Setting\DeliveryMethodCrudController();
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\Setting\DocumentTypeCrudController' shared autowired service.
*
* @return \App\Admin\Controller\Setting\DocumentTypeCrudController
*/
protected function getDocumentTypeCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/Setting/DocumentTypeCrudController.php';
$this->services['App\\Admin\\Controller\\Setting\\DocumentTypeCrudController'] = $instance = new \App\Admin\Controller\Setting\DocumentTypeCrudController();
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\Setting\\DocumentTypeCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\Setting\OrderStatusCrudController' shared autowired service.
*
* @return \App\Admin\Controller\Setting\OrderStatusCrudController
*/
protected function getOrderStatusCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/Setting/OrderStatusCrudController.php';
$this->services['App\\Admin\\Controller\\Setting\\OrderStatusCrudController'] = $instance = new \App\Admin\Controller\Setting\OrderStatusCrudController();
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\Setting\\OrderStatusCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\Setting\ProductTypeCrudController' shared autowired service.
*
* @return \App\Admin\Controller\Setting\ProductTypeCrudController
*/
protected function getProductTypeCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/Setting/ProductTypeCrudController.php';
$this->services['App\\Admin\\Controller\\Setting\\ProductTypeCrudController'] = $instance = new \App\Admin\Controller\Setting\ProductTypeCrudController();
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\Setting\\ProductTypeCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\Setting\PromoLabelCrudController' shared autowired service.
*
* @return \App\Admin\Controller\Setting\PromoLabelCrudController
*/
protected function getPromoLabelCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/Setting/PromoLabelCrudController.php';
$this->services['App\\Admin\\Controller\\Setting\\PromoLabelCrudController'] = $instance = new \App\Admin\Controller\Setting\PromoLabelCrudController();
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\Setting\\PromoLabelCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\SignupRequestCrudController' shared autowired service.
*
* @return \App\Admin\Controller\SignupRequestCrudController
*/
protected function getSignupRequestCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/SignupRequestCrudController.php';
$this->services['App\\Admin\\Controller\\SignupRequestCrudController'] = $instance = new \App\Admin\Controller\SignupRequestCrudController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Zet\\V8Bundle\\Util\\DocumentProcessor'] ?? $this->getDocumentProcessorService()), ($this->privates['App\\Util\\UserHandler'] ?? $this->getUserHandlerService()));
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\SignupRequestCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\UserCrudController' shared autowired service.
*
* @return \App\Admin\Controller\UserCrudController
*/
protected function getUserCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/UserCrudController.php';
$this->services['App\\Admin\\Controller\\UserCrudController'] = $instance = new \App\Admin\Controller\UserCrudController(($this->privates['App\\Util\\UserHandler'] ?? $this->getUserHandlerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\UserCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Admin\Controller\WaitListCrudController' shared autowired service.
*
* @return \App\Admin\Controller\WaitListCrudController
*/
protected function getWaitListCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Controller/WaitListCrudController.php';
$this->services['App\\Admin\\Controller\\WaitListCrudController'] = $instance = new \App\Admin\Controller\WaitListCrudController(($this->privates['App\\Util\\WaitListHandler'] ?? $this->getWaitListHandlerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Util\\ProductHandler'] ?? $this->getProductHandlerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService()));
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Admin\\Controller\\WaitListCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BotController\TelegramController' shared autowired service.
*
* @return \App\Controller\BotController\TelegramController
*/
protected function getTelegramControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/BotController/TelegramController.php';
return $this->services['App\\Controller\\BotController\\TelegramController'] = new \App\Controller\BotController\TelegramController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'App\Controller\DefaultController' shared autowired service.
*
* @return \App\Controller\DefaultController
*/
protected function getDefaultControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/DefaultController.php';
$this->services['App\\Controller\\DefaultController'] = $instance = new \App\Controller\DefaultController();
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Controller\\DefaultController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Inner\CabinetController' shared autowired service.
*
* @return \App\Controller\Inner\CabinetController
*/
protected function getCabinetControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Inner/CabinetController.php';
$this->services['App\\Controller\\Inner\\CabinetController'] = $instance = new \App\Controller\Inner\CabinetController(($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService()), ($this->privates['App\\Zet\\V8Bundle\\Util\\V8Client'] ?? $this->getV8ClientService()), ($this->privates['App\\Zet\\V8Bundle\\Util\\DocumentProcessor'] ?? $this->getDocumentProcessorService()), ($this->privates['App\\Util\\DumpCatalogHandler'] ?? $this->getDumpCatalogHandlerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()));
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Controller\\Inner\\CabinetController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Inner\CartController' shared autowired service.
*
* @return \App\Controller\Inner\CartController
*/
protected function getCartControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Inner/CartController.php';
$this->services['App\\Controller\\Inner\\CartController'] = $instance = new \App\Controller\Inner\CartController(($this->privates['App\\Util\\CartHandler'] ?? $this->getCartHandlerService()), ($this->privates['App\\Util\\UserRequestHandler'] ?? $this->getUserRequestHandlerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['App\\Util\\ProductHandler'] ?? $this->getProductHandlerService()), ($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService()));
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Controller\\Inner\\CartController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Inner\CartUploadController' shared autowired service.
*
* @return \App\Controller\Inner\CartUploadController
*/
protected function getCartUploadControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Inner/CartUploadController.php';
$this->services['App\\Controller\\Inner\\CartUploadController'] = $instance = new \App\Controller\Inner\CartUploadController(($this->privates['App\\Util\\CartHandler'] ?? $this->getCartHandlerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService()), ($this->privates['App\\Util\\UserSettingHandler'] ?? $this->getUserSettingHandlerService()), ($this->privates['App\\Util\\FinanceHandler'] ?? $this->getFinanceHandlerService()), ($this->services['App\\Util\\ProductHandler'] ?? $this->getProductHandlerService()));
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Controller\\Inner\\CartUploadController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Inner\CatalogController' shared autowired service.
*
* @return \App\Controller\Inner\CatalogController
*/
protected function getCatalogControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Inner/CatalogController.php';
$this->services['App\\Controller\\Inner\\CatalogController'] = $instance = new \App\Controller\Inner\CatalogController(($this->privates['App\\Util\\UserSettingHandler'] ?? $this->getUserSettingHandlerService()), ($this->privates['App\\Util\\UserRequestHandler'] ?? $this->getUserRequestHandlerService()), ($this->privates['App\\Util\\PromoHandler'] ?? $this->getPromoHandlerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['App\\Util\\ProductHandler'] ?? $this->getProductHandlerService()));
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Controller\\Inner\\CatalogController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Inner\CheckoutController' shared autowired service.
*
* @return \App\Controller\Inner\CheckoutController
*/
protected function getCheckoutControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Inner/CheckoutController.php';
$this->services['App\\Controller\\Inner\\CheckoutController'] = $instance = new \App\Controller\Inner\CheckoutController(($this->privates['App\\Util\\CartHandler'] ?? $this->getCartHandlerService()), ($this->privates['App\\Zet\\V8Bundle\\Util\\DocumentProcessor'] ?? $this->getDocumentProcessorService()), ($this->privates['App\\Util\\UserHandler'] ?? $this->getUserHandlerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Controller\\Inner\\CheckoutController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Inner\ContentController' shared autowired service.
*
* @return \App\Controller\Inner\ContentController
*/
protected function getContentControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Inner/ContentController.php';
$this->services['App\\Controller\\Inner\\ContentController'] = $instance = new \App\Controller\Inner\ContentController(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Controller\\Inner\\ContentController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Inner\DeliveryController' shared autowired service.
*
* @return \App\Controller\Inner\DeliveryController
*/
protected function getDeliveryControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Inner/DeliveryController.php';
$this->services['App\\Controller\\Inner\\DeliveryController'] = $instance = new \App\Controller\Inner\DeliveryController();
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Controller\\Inner\\DeliveryController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Inner\EnvController' shared autowired service.
*
* @return \App\Controller\Inner\EnvController
*/
protected function getEnvControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Inner/EnvController.php';
$this->services['App\\Controller\\Inner\\EnvController'] = $instance = new \App\Controller\Inner\EnvController(($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService()), ($this->privates['App\\Zet\\ContentBundle\\Util\\ContentBlockHandler'] ?? $this->getContentBlockHandlerService()));
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Controller\\Inner\\EnvController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Inner\FilesController' shared autowired service.
*
* @return \App\Controller\Inner\FilesController
*/
protected function getFilesControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Inner/FilesController.php';
$this->services['App\\Controller\\Inner\\FilesController'] = $instance = new \App\Controller\Inner\FilesController(($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Controller\\Inner\\FilesController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Inner\LandingController' shared autowired service.
*
* @return \App\Controller\Inner\LandingController
*/
protected function getLandingControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Inner/LandingController.php';
$this->services['App\\Controller\\Inner\\LandingController'] = $instance = new \App\Controller\Inner\LandingController(($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService()));
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Controller\\Inner\\LandingController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Inner\OrderController' shared autowired service.
*
* @return \App\Controller\Inner\OrderController
*/
protected function getOrderControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Inner/OrderController.php';
$this->services['App\\Controller\\Inner\\OrderController'] = $instance = new \App\Controller\Inner\OrderController(($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService()), ($this->privates['App\\Util\\OrderHandler'] ?? $this->getOrderHandlerService()));
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Controller\\Inner\\OrderController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Inner\ProfileController' shared autowired service.
*
* @return \App\Controller\Inner\ProfileController
*/
protected function getProfileControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Inner/ProfileController.php';
$this->services['App\\Controller\\Inner\\ProfileController'] = $instance = new \App\Controller\Inner\ProfileController(($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService()));
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Controller\\Inner\\ProfileController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Inner\UserController' shared autowired service.
*
* @return \App\Controller\Inner\UserController
*/
protected function getUserControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Inner/UserController.php';
$this->services['App\\Controller\\Inner\\UserController'] = $instance = new \App\Controller\Inner\UserController(($this->privates['App\\Util\\UserHandler'] ?? $this->getUserHandlerService()), ($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Util\\ConstantHandler'] ?? $this->getConstantHandlerService()));
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Controller\\Inner\\UserController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Inner\WaitListController' shared autowired service.
*
* @return \App\Controller\Inner\WaitListController
*/
protected function getWaitListControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Inner/WaitListController.php';
$this->services['App\\Controller\\Inner\\WaitListController'] = $instance = new \App\Controller\Inner\WaitListController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Util\\CartHandler'] ?? $this->getCartHandlerService()), ($this->privates['App\\Util\\UserRequestHandler'] ?? $this->getUserRequestHandlerService()));
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Controller\\Inner\\WaitListController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\SecurityController' shared autowired service.
*
* @return \App\Controller\SecurityController
*/
protected function getSecurityControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/SecurityController.php';
$this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Controller\\SecurityController', $this));
return $instance;
}
/**
* Gets the public 'App\Util\ProductHandler' shared autowired service.
*
* @return \App\Util\ProductHandler
*/
protected function getProductHandlerService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['App\\Util\\ProductHandler'])) {
return $this->services['App\\Util\\ProductHandler'];
}
$b = ($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService());
if (isset($this->services['App\\Util\\ProductHandler'])) {
return $this->services['App\\Util\\ProductHandler'];
}
$c = ($this->privates['App\\Util\\FinanceHandler'] ?? $this->getFinanceHandlerService());
if (isset($this->services['App\\Util\\ProductHandler'])) {
return $this->services['App\\Util\\ProductHandler'];
}
$d = ($this->privates['App\\Util\\ConstantHandler'] ?? $this->getConstantHandlerService());
if (isset($this->services['App\\Util\\ProductHandler'])) {
return $this->services['App\\Util\\ProductHandler'];
}
$e = ($this->privates['App\\Util\\ImageHandler'] ?? $this->getImageHandlerService());
if (isset($this->services['App\\Util\\ProductHandler'])) {
return $this->services['App\\Util\\ProductHandler'];
}
$f = ($this->privates['App\\Zet\\CrossBundle\\Util\\CrossHandler'] ?? $this->getCrossHandlerService());
if (isset($this->services['App\\Util\\ProductHandler'])) {
return $this->services['App\\Util\\ProductHandler'];
}
$g = ($this->privates['App\\Zet\\CrossBundle\\Util\\PriceHandler'] ?? $this->getPriceHandlerService());
if (isset($this->services['App\\Util\\ProductHandler'])) {
return $this->services['App\\Util\\ProductHandler'];
}
$h = ($this->privates['App\\Util\\MailHandler'] ?? $this->getMailHandlerService());
if (isset($this->services['App\\Util\\ProductHandler'])) {
return $this->services['App\\Util\\ProductHandler'];
}
$i = ($this->privates['App\\Util\\BrandHandler'] ?? $this->getBrandHandlerService());
if (isset($this->services['App\\Util\\ProductHandler'])) {
return $this->services['App\\Util\\ProductHandler'];
}
$j = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->services['App\\Util\\ProductHandler'])) {
return $this->services['App\\Util\\ProductHandler'];
}
$k = new \FOS\ElasticaBundle\Doctrine\ORM\ElasticaToModelTransformer(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\Product', ['hints' => [], 'hydrate' => true, 'ignore_missing' => false, 'query_builder_method' => 'createQueryBuilder', 'identifier' => 'id']);
$k->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(false, false))));
return $this->services['App\\Util\\ProductHandler'] = new \App\Util\ProductHandler($a, $b, $c, $d, ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), $e, ($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService()), $f, $g, $h, ($this->services['translator'] ?? $this->getTranslatorService()), $i, $j, new \FOS\ElasticaBundle\Finder\TransformedFinder(($this->services['fos_elastica.index.v25_product'] ?? $this->getFosElastica_Index_V25ProductService()), $k), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
}
/**
* Gets the public 'App\Zet\ContentBundle\Admin\Controller\BannerCrudController' shared autowired service.
*
* @return \App\Zet\ContentBundle\Admin\Controller\BannerCrudController
*/
protected function getBannerCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Zet/ContentBundle/Admin/Controller/BannerCrudController.php';
$this->services['App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController'] = $instance = new \App\Zet\ContentBundle\Admin\Controller\BannerCrudController(($this->services['translator'] ?? $this->getTranslatorService()));
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Zet\ContentBundle\Admin\Controller\CategoryCrudController' shared autowired service.
*
* @return \App\Zet\ContentBundle\Admin\Controller\CategoryCrudController
*/
protected function getCategoryCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Zet/ContentBundle/Admin/Controller/CategoryCrudController.php';
$this->services['App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController'] = $instance = new \App\Zet\ContentBundle\Admin\Controller\CategoryCrudController();
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Zet\ContentBundle\Admin\Controller\ContentBlockCrudController' shared autowired service.
*
* @return \App\Zet\ContentBundle\Admin\Controller\ContentBlockCrudController
*/
protected function getContentBlockCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Zet/ContentBundle/Admin/Controller/ContentBlockCrudController.php';
$this->services['App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController'] = $instance = new \App\Zet\ContentBundle\Admin\Controller\ContentBlockCrudController();
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Zet\ContentBundle\Admin\Controller\ContentCrudController' shared autowired service.
*
* @return \App\Zet\ContentBundle\Admin\Controller\ContentCrudController
*/
protected function getContentCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Zet/ContentBundle/Admin/Controller/ContentCrudController.php';
$this->services['App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController'] = $instance = new \App\Zet\ContentBundle\Admin\Controller\ContentCrudController();
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Zet\ContentBundle\Controller\DefaultController' shared autowired service.
*
* @return \App\Zet\ContentBundle\Controller\DefaultController
*/
protected function getDefaultController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Zet/ContentBundle/Controller/DefaultController.php';
$this->services['App\\Zet\\ContentBundle\\Controller\\DefaultController'] = $instance = new \App\Zet\ContentBundle\Controller\DefaultController();
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'router' => ['services', 'router', 'getRouterService', false],
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'doctrine' => '?',
'form.factory' => '?',
'http_kernel' => '?',
'message_bus' => '?',
'messenger.default_bus' => '?',
'parameter_bag' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'serializer' => '?',
'session' => '.session.deprecated',
'twig' => '?',
]))->withContext('App\\Zet\\ContentBundle\\Controller\\DefaultController', $this));
return $instance;
}
/**
* Gets the public 'App\Zet\CrossBundle\Controller\AdminController\BrandController' shared autowired service.
*
* @return \App\Zet\CrossBundle\Controller\AdminController\BrandController
*/
protected function getBrandControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
include_once \dirname(__DIR__, 4).'/src/Zet/CrossBundle/Controller/AdminController/BrandController.php';
$this->services['App\\Zet\\CrossBundle\\Controller\\AdminController\\BrandController'] = $instance = new \App\Zet\CrossBundle\Controller\AdminController\BrandController(($this->privates['App\\Zet\\CrossBundle\\Util\\CrossHandler'] ?? $this->getCrossHandlerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Zet\\CrossBundle\\Controller\\AdminController\\BrandController', $this));
return $instance;
}
/**
* Gets the public 'App\Zet\CrossBundle\Controller\AdminController\CrossListController' shared autowired service.
*
* @return \App\Zet\CrossBundle\Controller\AdminController\CrossListController
*/
protected function getCrossListControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
include_once \dirname(__DIR__, 4).'/src/Zet/CrossBundle/Controller/AdminController/CrossListController.php';
$this->services['App\\Zet\\CrossBundle\\Controller\\AdminController\\CrossListController'] = $instance = new \App\Zet\CrossBundle\Controller\AdminController\CrossListController(($this->privates['App\\Zet\\CrossBundle\\Util\\CrossHandler'] ?? $this->getCrossHandlerService()), ($this->privates['App\\Zet\\CrossBundle\\Util\\UploadHandler'] ?? $this->getUploadHandlerService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Zet\\CrossBundle\\Controller\\AdminController\\CrossListController', $this));
return $instance;
}
/**
* Gets the public 'App\Zet\CrossBundle\Controller\AdminController\CrossListItemController' shared autowired service.
*
* @return \App\Zet\CrossBundle\Controller\AdminController\CrossListItemController
*/
protected function getCrossListItemControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
include_once \dirname(__DIR__, 4).'/src/Zet/CrossBundle/Controller/AdminController/CrossListItemController.php';
$this->services['App\\Zet\\CrossBundle\\Controller\\AdminController\\CrossListItemController'] = $instance = new \App\Zet\CrossBundle\Controller\AdminController\CrossListItemController();
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Zet\\CrossBundle\\Controller\\AdminController\\CrossListItemController', $this));
return $instance;
}
/**
* Gets the public 'App\Zet\CrossBundle\Controller\AdminController\PriceListController' shared autowired service.
*
* @return \App\Zet\CrossBundle\Controller\AdminController\PriceListController
*/
protected function getPriceListControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
include_once \dirname(__DIR__, 4).'/src/Zet/CrossBundle/Controller/AdminController/PriceListController.php';
$this->services['App\\Zet\\CrossBundle\\Controller\\AdminController\\PriceListController'] = $instance = new \App\Zet\CrossBundle\Controller\AdminController\PriceListController(($this->privates['App\\Zet\\CrossBundle\\Util\\PriceHandler'] ?? $this->getPriceHandlerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Zet\\CrossBundle\\Controller\\AdminController\\PriceListController', $this));
return $instance;
}
/**
* Gets the public 'App\Zet\CrossBundle\Controller\AdminController\PriceListItemController' shared autowired service.
*
* @return \App\Zet\CrossBundle\Controller\AdminController\PriceListItemController
*/
protected function getPriceListItemControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
include_once \dirname(__DIR__, 4).'/src/Zet/CrossBundle/Controller/AdminController/PriceListItemController.php';
$this->services['App\\Zet\\CrossBundle\\Controller\\AdminController\\PriceListItemController'] = $instance = new \App\Zet\CrossBundle\Controller\AdminController\PriceListItemController(($this->services['App\\Util\\ProductHandler'] ?? $this->getProductHandlerService()), ($this->privates['App\\Zet\\CrossBundle\\Util\\CrossHandler'] ?? $this->getCrossHandlerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Zet\\CrossBundle\\Controller\\AdminController\\PriceListItemController', $this));
return $instance;
}
/**
* Gets the public 'App\Zet\CrossBundle\Controller\AdminController\TcdCrossController' shared autowired service.
*
* @return \App\Zet\CrossBundle\Controller\AdminController\TcdCrossController
*/
protected function getTcdCrossControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
include_once \dirname(__DIR__, 4).'/src/Zet/CrossBundle/Controller/AdminController/TcdCrossController.php';
$this->services['App\\Zet\\CrossBundle\\Controller\\AdminController\\TcdCrossController'] = $instance = new \App\Zet\CrossBundle\Controller\AdminController\TcdCrossController(($this->privates['App\\Zet\\CrossBundle\\Util\\CrossHandler'] ?? $this->getCrossHandlerService()));
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Zet\\CrossBundle\\Controller\\AdminController\\TcdCrossController', $this));
return $instance;
}
/**
* Gets the public 'App\Zet\DeliveryServiceBundle\Admin\Controller\DeliveryCityCrudController' shared autowired service.
*
* @return \App\Zet\DeliveryServiceBundle\Admin\Controller\DeliveryCityCrudController
*/
protected function getDeliveryCityCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Zet/DeliveryServiceBundle/Admin/Controller/DeliveryCityCrudController.php';
$this->services['App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController'] = $instance = new \App\Zet\DeliveryServiceBundle\Admin\Controller\DeliveryCityCrudController();
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Zet\DeliveryServiceBundle\Admin\Controller\DeliveryPointCrudController' shared autowired service.
*
* @return \App\Zet\DeliveryServiceBundle\Admin\Controller\DeliveryPointCrudController
*/
protected function getDeliveryPointCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Zet/DeliveryServiceBundle/Admin/Controller/DeliveryPointCrudController.php';
$this->services['App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController'] = $instance = new \App\Zet\DeliveryServiceBundle\Admin\Controller\DeliveryPointCrudController();
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Zet\DeliveryServiceBundle\Admin\Controller\DeliveryServiceCrudController' shared autowired service.
*
* @return \App\Zet\DeliveryServiceBundle\Admin\Controller\DeliveryServiceCrudController
*/
protected function getDeliveryServiceCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Zet/DeliveryServiceBundle/Admin/Controller/DeliveryServiceCrudController.php';
$this->services['App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController'] = $instance = new \App\Zet\DeliveryServiceBundle\Admin\Controller\DeliveryServiceCrudController(($this->privates['App\\Zet\\DeliveryServiceBundle\\Util\\ApiHandler'] ?? $this->getApiHandlerService()));
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Zet\DeliveryServiceBundle\Controller\AdminController\DeliveryServiceController' shared autowired service.
*
* @return \App\Zet\DeliveryServiceBundle\Controller\AdminController\DeliveryServiceController
*/
protected function getDeliveryServiceControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
include_once \dirname(__DIR__, 4).'/src/Zet/DeliveryServiceBundle/Controller/AdminController/DeliveryServiceController.php';
$this->services['App\\Zet\\DeliveryServiceBundle\\Controller\\AdminController\\DeliveryServiceController'] = $instance = new \App\Zet\DeliveryServiceBundle\Controller\AdminController\DeliveryServiceController(($this->privates['App\\Zet\\DeliveryServiceBundle\\Util\\ApiHandler'] ?? $this->getApiHandlerService()));
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Zet\\DeliveryServiceBundle\\Controller\\AdminController\\DeliveryServiceController', $this));
return $instance;
}
/**
* Gets the public 'App\Zet\DeliveryServiceBundle\Controller\DefaultController' shared autowired service.
*
* @return \App\Zet\DeliveryServiceBundle\Controller\DefaultController
*/
protected function getDefaultController3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Zet/DeliveryServiceBundle/Controller/DefaultController.php';
$this->services['App\\Zet\\DeliveryServiceBundle\\Controller\\DefaultController'] = $instance = new \App\Zet\DeliveryServiceBundle\Controller\DefaultController();
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Zet\\DeliveryServiceBundle\\Controller\\DefaultController', $this));
return $instance;
}
/**
* Gets the public 'App\Zet\ManagerBundle\Controller\CartController' shared autowired service.
*
* @return \App\Zet\ManagerBundle\Controller\CartController
*/
protected function getCartController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Zet/ManagerBundle/Controller/CartController.php';
$this->services['App\\Zet\\ManagerBundle\\Controller\\CartController'] = $instance = new \App\Zet\ManagerBundle\Controller\CartController(($this->privates['App\\Zet\\ManagerBundle\\Util\\AccessControlHandler'] ?? $this->getAccessControlHandlerService()), ($this->privates['App\\Zet\\ManagerBundle\\Util\\QueryBuilderHandler'] ?? $this->getQueryBuilderHandlerService()), ($this->privates['App\\Zet\\ManagerBundle\\Util\\ModifyHandler'] ?? $this->getModifyHandlerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Zet\\ManagerBundle\\Util\\AggregationHandler'] ?? $this->getAggregationHandlerService()), ($this->privates['App\\Util\\CartHandler'] ?? $this->getCartHandlerService()), ($this->privates['App\\Zet\\V8Bundle\\Util\\DocumentProcessor'] ?? $this->getDocumentProcessorService()));
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Zet\\ManagerBundle\\Controller\\CartController', $this));
return $instance;
}
/**
* Gets the public 'App\Zet\ManagerBundle\Controller\DashboardController' shared autowired service.
*
* @return \App\Zet\ManagerBundle\Controller\DashboardController
*/
protected function getDashboardController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Zet/ManagerBundle/Controller/DashboardController.php';
$this->services['App\\Zet\\ManagerBundle\\Controller\\DashboardController'] = $instance = new \App\Zet\ManagerBundle\Controller\DashboardController(($this->privates['App\\Zet\\ManagerBundle\\Util\\AccessControlHandler'] ?? $this->getAccessControlHandlerService()), ($this->privates['App\\Zet\\ManagerBundle\\Util\\AggregationHandler'] ?? $this->getAggregationHandlerService()), ($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService()));
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Zet\\ManagerBundle\\Controller\\DashboardController', $this));
return $instance;
}
/**
* Gets the public 'App\Zet\ManagerBundle\Controller\SelectController' shared autowired service.
*
* @return \App\Zet\ManagerBundle\Controller\SelectController
*/
protected function getSelectControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Zet/ManagerBundle/Controller/SelectController.php';
$this->services['App\\Zet\\ManagerBundle\\Controller\\SelectController'] = $instance = new \App\Zet\ManagerBundle\Controller\SelectController(($this->privates['App\\Zet\\ManagerBundle\\Util\\AccessControlHandler'] ?? $this->getAccessControlHandlerService()), ($this->privates['App\\Zet\\ManagerBundle\\Util\\QueryBuilderHandler'] ?? $this->getQueryBuilderHandlerService()), ($this->privates['App\\Zet\\ManagerBundle\\Util\\ModifyHandler'] ?? $this->getModifyHandlerService()));
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Zet\\ManagerBundle\\Controller\\SelectController', $this));
return $instance;
}
/**
* Gets the public 'App\Zet\ManagerBundle\Controller\UserController' shared autowired service.
*
* @return \App\Zet\ManagerBundle\Controller\UserController
*/
protected function getUserController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Zet/ManagerBundle/Controller/UserController.php';
$this->services['App\\Zet\\ManagerBundle\\Controller\\UserController'] = $instance = new \App\Zet\ManagerBundle\Controller\UserController(($this->privates['App\\Zet\\ManagerBundle\\Util\\AccessControlHandler'] ?? $this->getAccessControlHandlerService()), ($this->privates['App\\Zet\\ManagerBundle\\Util\\QueryBuilderHandler'] ?? $this->getQueryBuilderHandlerService()), ($this->privates['App\\Zet\\ManagerBundle\\Util\\ModifyHandler'] ?? $this->getModifyHandlerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Util\\UserHandler'] ?? $this->getUserHandlerService()), ($this->privates['App\\Zet\\ManagerBundle\\Util\\AggregationHandler'] ?? $this->getAggregationHandlerService()));
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'router' => ['services', 'router', 'getRouterService', false],
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'doctrine' => '?',
'form.factory' => '?',
'http_kernel' => '?',
'message_bus' => '?',
'messenger.default_bus' => '?',
'parameter_bag' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'serializer' => '?',
'session' => '.session.deprecated',
'twig' => '?',
]))->withContext('App\\Zet\\ManagerBundle\\Controller\\UserController', $this));
return $instance;
}
/**
* Gets the public 'App\Zet\ManagerBundle\Controller\UserRequestController' shared autowired service.
*
* @return \App\Zet\ManagerBundle\Controller\UserRequestController
*/
protected function getUserRequestControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Zet/ManagerBundle/Controller/UserRequestController.php';
$this->services['App\\Zet\\ManagerBundle\\Controller\\UserRequestController'] = $instance = new \App\Zet\ManagerBundle\Controller\UserRequestController(($this->privates['App\\Zet\\ManagerBundle\\Util\\AccessControlHandler'] ?? $this->getAccessControlHandlerService()), ($this->privates['App\\Zet\\ManagerBundle\\Util\\QueryBuilderHandler'] ?? $this->getQueryBuilderHandlerService()), ($this->privates['App\\Zet\\ManagerBundle\\Util\\ModifyHandler'] ?? $this->getModifyHandlerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Zet\\ManagerBundle\\Util\\AggregationHandler'] ?? $this->getAggregationHandlerService()), ($this->privates['App\\Util\\UserRequestHandler'] ?? $this->getUserRequestHandlerService()));
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Zet\\ManagerBundle\\Controller\\UserRequestController', $this));
return $instance;
}
/**
* Gets the public 'App\Zet\V8Bundle\Admin\Controller\BadLinkCrudController' shared autowired service.
*
* @return \App\Zet\V8Bundle\Admin\Controller\BadLinkCrudController
*/
protected function getBadLinkCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Zet/V8Bundle/Admin/Controller/BadLinkCrudController.php';
$this->services['App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController'] = $instance = new \App\Zet\V8Bundle\Admin\Controller\BadLinkCrudController(($this->privates['App\\Zet\\V8Bundle\\Util\\V8DataProcessor'] ?? $this->getV8DataProcessorService()));
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Zet\V8Bundle\Admin\Controller\BadRequestCrudController' shared autowired service.
*
* @return \App\Zet\V8Bundle\Admin\Controller\BadRequestCrudController
*/
protected function getBadRequestCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Zet/V8Bundle/Admin/Controller/BadRequestCrudController.php';
$this->services['App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController'] = $instance = new \App\Zet\V8Bundle\Admin\Controller\BadRequestCrudController();
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Zet\V8Bundle\Admin\Controller\Entity1CCrudController' shared autowired service.
*
* @return \App\Zet\V8Bundle\Admin\Controller\Entity1CCrudController
*/
protected function getEntity1CCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/Zet/V8Bundle/Admin/Controller/Entity1CCrudController.php';
$this->services['App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController'] = $instance = new \App\Zet\V8Bundle\Admin\Controller\Entity1CCrudController(($this->privates['App\\Zet\\V8Bundle\\Util\\V8Client'] ?? $this->getV8ClientService()), ($this->privates['App\\Zet\\V8Bundle\\Util\\V8DataProcessor'] ?? $this->getV8DataProcessorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()));
$instance->setContainer(($this->privates['.service_locator.iUJ5sq0'] ?? $this->get_ServiceLocator_IUJ5sq0Service())->withContext('App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController', $this));
return $instance;
}
/**
* Gets the public 'App\Zet\V8Bundle\Controller\AdminUtilityController' shared autowired service.
*
* @return \App\Zet\V8Bundle\Controller\AdminUtilityController
*/
protected function getAdminUtilityControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Zet/V8Bundle/Controller/AdminUtilityController.php';
$this->services['App\\Zet\\V8Bundle\\Controller\\AdminUtilityController'] = $instance = new \App\Zet\V8Bundle\Controller\AdminUtilityController();
$instance->setContainer(($this->privates['.service_locator.XWnS.P0'] ?? $this->get_ServiceLocator_XWnS_P0Service())->withContext('App\\Zet\\V8Bundle\\Controller\\AdminUtilityController', $this));
return $instance;
}
/**
* Gets the public 'Artgris\Bundle\FileManagerBundle\Controller\ManagerController' shared autowired service.
*
* @return \Artgris\Bundle\FileManagerBundle\Controller\ManagerController
*/
protected function getManagerControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/artgris/filemanager-bundle/Controller/ManagerController.php';
include_once \dirname(__DIR__, 4).'/vendor/artgris/filemanager-bundle/Service/FilemanagerService.php';
$this->services['Artgris\\Bundle\\FileManagerBundle\\Controller\\ManagerController'] = $instance = new \Artgris\Bundle\FileManagerBundle\Controller\ManagerController(new \Artgris\Bundle\FileManagerBundle\Service\FilemanagerService($this->parameters['artgris_file_manager'], $this), ($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['translator'] ?? $this->getTranslatorService()));
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'router' => ['services', 'router', 'getRouterService', false],
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'doctrine' => '?',
'form.factory' => '?',
'http_kernel' => '?',
'message_bus' => '?',
'messenger.default_bus' => '?',
'parameter_bag' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'serializer' => '?',
'session' => '.session.deprecated',
'twig' => '?',
]))->withContext('Artgris\\Bundle\\FileManagerBundle\\Controller\\ManagerController', $this));
return $instance;
}
/**
* Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
*/
protected function getProfilerControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
}
/**
* Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand
*/
protected function getMakeAdminDashboardCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeAdminDashboardCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Maker/ClassMaker.php';
$this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Maker\\ClassMaker'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Maker\\ClassMaker'] = new \EasyCorp\Bundle\EasyAdminBundle\Maker\ClassMaker(($this->services['kernel'] ?? $this->get('kernel', 1)), \dirname(__DIR__, 4)))), \dirname(__DIR__, 4));
$instance->setName('make:admin:dashboard');
return $instance;
}
/**
* Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand
*/
protected function getMakeAdminMigrationCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeAdminMigrationCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Maker/Migrator.php';
$this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand(new \EasyCorp\Bundle\EasyAdminBundle\Maker\Migrator(), \dirname(__DIR__, 4));
$instance->setName('make:admin:migration');
return $instance;
}
/**
* Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand
*/
protected function getMakeCrudControllerCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeCrudControllerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Maker/ClassMaker.php';
$this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand(\dirname(__DIR__, 4), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Maker\\ClassMaker'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Maker\\ClassMaker'] = new \EasyCorp\Bundle\EasyAdminBundle\Maker\ClassMaker(($this->services['kernel'] ?? $this->get('kernel', 1)), \dirname(__DIR__, 4)))), ($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('make:admin:crud');
return $instance;
}
/**
* Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber' shared autowired service.
*
* @return \Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber
*/
protected function getBlameableEventSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/BlameableEventSubscriber.php';
$a = ($this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'] ?? $this->getUserProviderService());
if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'])) {
return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'])) {
return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'];
}
return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber($a, $b, NULL);
}
/**
* Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber' shared autowired service.
*
* @return \Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber
*/
protected function getLoggableEventSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/LoggableEventSubscriber.php';
return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber' shared autowired service.
*
* @return \Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber
*/
protected function getSluggableEventSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/SluggableEventSubscriber.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'])) {
return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'];
}
$b = ($this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'] ?? $this->getDefaultSluggableRepositoryService());
if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'])) {
return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'];
}
return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber($a, $b);
}
/**
* Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber' shared autowired service.
*
* @return \Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber
*/
protected function getSoftDeletableEventSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/SoftDeletableEventSubscriber.php';
return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber();
}
/**
* Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber' shared autowired service.
*
* @return \Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber
*/
protected function getTimestampableEventSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TimestampableEventSubscriber.php';
return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber('datetime');
}
/**
* Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber' shared autowired service.
*
* @return \Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber
*/
protected function getTranslatableEventSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TranslatableEventSubscriber.php';
return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\Provider\\LocaleProvider'] ?? $this->getLocaleProviderService()), 'LAZY', 'LAZY');
}
/**
* Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber' shared autowired service.
*
* @return \Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber
*/
protected function getTreeEventSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TreeEventSubscriber.php';
return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber();
}
/**
* Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber' shared autowired service.
*
* @return \Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber
*/
protected function getUuidableEventSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/UuidableEventSubscriber.php';
return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber();
}
/**
* Gets the public 'Knp\DoctrineBehaviors\Provider\LocaleProvider' shared autowired service.
*
* @return \Knp\DoctrineBehaviors\Provider\LocaleProvider
*/
protected function getLocaleProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/Contract/Provider/LocaleProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php';
return $this->services['Knp\\DoctrineBehaviors\\Provider\\LocaleProvider'] = new \Knp\DoctrineBehaviors\Provider\LocaleProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the public 'Knp\DoctrineBehaviors\Provider\UserProvider' shared autowired service.
*
* @return \Knp\DoctrineBehaviors\Provider\UserProvider
*/
protected function getUserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/Contract/Provider/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/Provider/UserProvider.php';
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'])) {
return $this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'];
}
return $this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'] = new \Knp\DoctrineBehaviors\Provider\UserProvider($a, NULL);
}
/**
* Gets the public 'Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository' shared autowired service.
*
* @return \Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository
*/
protected function getDefaultSluggableRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/Repository/DefaultSluggableRepository.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'])) {
return $this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'];
}
return $this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'] = new \Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository($a);
}
/**
* Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
*/
protected function getRedirectControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
}
/**
* Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
*/
protected function getTemplateControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
*
* @return \Vich\UploaderBundle\Naming\Base64Namer
*/
protected function getBase64NamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Base64Namer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
*/
protected function getCurrentDateTimeDirectoryNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DateTimeHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeHelper.php';
return $this->services['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(new \Vich\UploaderBundle\Naming\CurrentDateTimeHelper(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\HashNamer
*/
protected function getHashNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\OrignameNamer
*/
protected function getOrignameNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
*/
protected function getPropertyDirectoryNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer'] = new \Vich\UploaderBundle\Naming\PropertyDirectoryNamer(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\PropertyNamer
*/
protected function getPropertyNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
*/
protected function getSmartUniqueNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.banner_images' shared service.
*
* @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
*/
protected function getSmartUniqueNamer_BannerImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.banner_images'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.brand_images' shared service.
*
* @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
*/
protected function getSmartUniqueNamer_BrandImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.brand_images'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.content_category_images' shared service.
*
* @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
*/
protected function getSmartUniqueNamer_ContentCategoryImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.content_category_images'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.content_images' shared service.
*
* @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
*/
protected function getSmartUniqueNamer_ContentImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.content_images'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.content_infographics_images' shared service.
*
* @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
*/
protected function getSmartUniqueNamer_ContentInfographicsImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.content_infographics_images'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.manager_images' shared service.
*
* @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
*/
protected function getSmartUniqueNamer_ManagerImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.manager_images'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.product_category_images' shared service.
*
* @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
*/
protected function getSmartUniqueNamer_ProductCategoryImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.product_category_images'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.product_gallery_images' shared service.
*
* @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
*/
protected function getSmartUniqueNamer_ProductGalleryImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.product_gallery_images'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.product_type_images' shared service.
*
* @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
*/
protected function getSmartUniqueNamer_ProductTypeImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.product_type_images'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.promo_label_images' shared service.
*
* @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
*/
protected function getSmartUniqueNamer_PromoLabelImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.promo_label_images'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
*/
protected function getSubdirDirectoryNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SubdirDirectoryNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\UniqidNamer
*/
protected function getUniqidNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('rgVJpDjus8', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the public 'cache.app_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_AppClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService())]);
}
/**
* Gets the public 'cache.global_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_GlobalClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
}
/**
* Gets the public 'cache.system' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SystemService()
{
return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zQtxLNLrXA', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'cache.system_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_SystemClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
}
/**
* Gets the public 'cache.validator_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorExpressionLanguageService()
{
return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('EfUfaaAChj', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'cache_warmer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
*/
protected function getCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
yield 0 => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
yield 1 => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
yield 2 => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
yield 3 => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
yield 4 => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
yield 5 => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
yield 6 => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
yield 7 => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
yield 8 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
yield 9 => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__, 4).'/public/build/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'))));
yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Cache\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
yield 11 => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer3Service());
}, 12), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
}
/**
* Gets the public 'console.command_loader' shared service.
*
* @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
*/
protected function getConsole_CommandLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Command\\DailyCommand' => ['privates', 'App\\Command\\DailyCommand', 'getDailyCommandService', false],
'App\\Command\\DumpCommand' => ['privates', 'App\\Command\\DumpCommand', 'getDumpCommandService', false],
'App\\Command\\MinutelyCommand' => ['privates', 'App\\Command\\MinutelyCommand', 'getMinutelyCommandService', false],
'App\\Command\\RandomizeDemoCommand' => ['privates', 'App\\Command\\RandomizeDemoCommand', 'getRandomizeDemoCommandService', false],
'App\\Command\\TestCommand' => ['privates', 'App\\Command\\TestCommand', 'getTestCommandService', false],
'App\\Zet\\DeliveryServiceBundle\\Command\\ImportDataCommand' => ['privates', 'App\\Zet\\DeliveryServiceBundle\\Command\\ImportDataCommand', 'getImportDataCommandService', false],
'App\\Zet\\V8Bundle\\Command\\ProcessEntityCommand' => ['privates', 'App\\Zet\\V8Bundle\\Command\\ProcessEntityCommand', 'getProcessEntityCommandService', false],
'console.command.about' => ['privates', '.console.command.about.lazy', 'get_Console_Command_About_LazyService', false],
'console.command.assets_install' => ['privates', '.console.command.assets_install.lazy', 'get_Console_Command_AssetsInstall_LazyService', false],
'console.command.cache_clear' => ['privates', '.console.command.cache_clear.lazy', 'get_Console_Command_CacheClear_LazyService', false],
'console.command.cache_pool_clear' => ['privates', '.console.command.cache_pool_clear.lazy', 'get_Console_Command_CachePoolClear_LazyService', false],
'console.command.cache_pool_prune' => ['privates', '.console.command.cache_pool_prune.lazy', 'get_Console_Command_CachePoolPrune_LazyService', false],
'console.command.cache_pool_delete' => ['privates', '.console.command.cache_pool_delete.lazy', 'get_Console_Command_CachePoolDelete_LazyService', false],
'console.command.cache_pool_list' => ['privates', '.console.command.cache_pool_list.lazy', 'get_Console_Command_CachePoolList_LazyService', false],
'console.command.cache_warmup' => ['privates', '.console.command.cache_warmup.lazy', 'get_Console_Command_CacheWarmup_LazyService', false],
'console.command.config_debug' => ['privates', '.console.command.config_debug.lazy', 'get_Console_Command_ConfigDebug_LazyService', false],
'console.command.config_dump_reference' => ['privates', '.console.command.config_dump_reference.lazy', 'get_Console_Command_ConfigDumpReference_LazyService', false],
'console.command.container_debug' => ['privates', '.console.command.container_debug.lazy', 'get_Console_Command_ContainerDebug_LazyService', false],
'console.command.container_lint' => ['privates', '.console.command.container_lint.lazy', 'get_Console_Command_ContainerLint_LazyService', false],
'console.command.debug_autowiring' => ['privates', '.console.command.debug_autowiring.lazy', 'get_Console_Command_DebugAutowiring_LazyService', false],
'console.command.dotenv_debug' => ['privates', '.console.command.dotenv_debug.lazy', 'get_Console_Command_DotenvDebug_LazyService', false],
'console.command.event_dispatcher_debug' => ['privates', '.console.command.event_dispatcher_debug.lazy', 'get_Console_Command_EventDispatcherDebug_LazyService', false],
'console.command.messenger_consume_messages' => ['privates', '.console.command.messenger_consume_messages.lazy', 'get_Console_Command_MessengerConsumeMessages_LazyService', false],
'console.command.messenger_setup_transports' => ['privates', '.console.command.messenger_setup_transports.lazy', 'get_Console_Command_MessengerSetupTransports_LazyService', false],
'console.command.messenger_debug' => ['privates', '.console.command.messenger_debug.lazy', 'get_Console_Command_MessengerDebug_LazyService', false],
'console.command.messenger_stop_workers' => ['privates', '.console.command.messenger_stop_workers.lazy', 'get_Console_Command_MessengerStopWorkers_LazyService', false],
'console.command.router_debug' => ['privates', '.console.command.router_debug.lazy', 'get_Console_Command_RouterDebug_LazyService', false],
'console.command.router_match' => ['privates', '.console.command.router_match.lazy', 'get_Console_Command_RouterMatch_LazyService', false],
'console.command.translation_debug' => ['privates', '.console.command.translation_debug.lazy', 'get_Console_Command_TranslationDebug_LazyService', false],
'console.command.translation_extract' => ['privates', '.console.command.translation_extract.lazy', 'get_Console_Command_TranslationExtract_LazyService', false],
'console.command.validator_debug' => ['privates', '.console.command.validator_debug.lazy', 'get_Console_Command_ValidatorDebug_LazyService', false],
'console.command.translation_pull' => ['privates', '.console.command.translation_pull.lazy', 'get_Console_Command_TranslationPull_LazyService', false],
'console.command.translation_push' => ['privates', '.console.command.translation_push.lazy', 'get_Console_Command_TranslationPush_LazyService', false],
'console.command.xliff_lint' => ['privates', '.console.command.xliff_lint.lazy', 'get_Console_Command_XliffLint_LazyService', false],
'console.command.yaml_lint' => ['privates', '.console.command.yaml_lint.lazy', 'get_Console_Command_YamlLint_LazyService', false],
'console.command.form_debug' => ['privates', '.console.command.form_debug.lazy', 'get_Console_Command_FormDebug_LazyService', false],
'console.command.secrets_set' => ['privates', '.console.command.secrets_set.lazy', 'get_Console_Command_SecretsSet_LazyService', false],
'console.command.secrets_remove' => ['privates', '.console.command.secrets_remove.lazy', 'get_Console_Command_SecretsRemove_LazyService', false],
'console.command.secrets_generate_key' => ['privates', '.console.command.secrets_generate_key.lazy', 'get_Console_Command_SecretsGenerateKey_LazyService', false],
'console.command.secrets_list' => ['privates', '.console.command.secrets_list.lazy', 'get_Console_Command_SecretsList_LazyService', false],
'console.command.secrets_decrypt_to_local' => ['privates', '.console.command.secrets_decrypt_to_local.lazy', 'get_Console_Command_SecretsDecryptToLocal_LazyService', false],
'console.command.secrets_encrypt_from_local' => ['privates', '.console.command.secrets_encrypt_from_local.lazy', 'get_Console_Command_SecretsEncryptFromLocal_LazyService', false],
'twig.command.debug' => ['privates', '.twig.command.debug.lazy', 'get_Twig_Command_Debug_LazyService', false],
'twig.command.lint' => ['privates', '.twig.command.lint.lazy', 'get_Twig_Command_Lint_LazyService', false],
'var_dumper.command.server_dump' => ['privates', '.var_dumper.command.server_dump.lazy', 'get_VarDumper_Command_ServerDump_LazyService', false],
'monolog.command.server_log' => ['privates', '.monolog.command.server_log.lazy', 'get_Monolog_Command_ServerLog_LazyService', false],
'doctrine.database_create_command' => ['privates', 'doctrine.database_create_command', 'getDoctrine_DatabaseCreateCommandService', false],
'doctrine.database_drop_command' => ['privates', 'doctrine.database_drop_command', 'getDoctrine_DatabaseDropCommandService', false],
'doctrine.query_sql_command' => ['privates', 'doctrine.query_sql_command', 'getDoctrine_QuerySqlCommandService', false],
'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates', 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'getRunSqlCommandService', false],
'doctrine.database_import_command' => ['privates', 'doctrine.database_import_command', 'getDoctrine_DatabaseImportCommandService', false],
'doctrine.cache_clear_metadata_command' => ['privates', 'doctrine.cache_clear_metadata_command', 'getDoctrine_CacheClearMetadataCommandService', false],
'doctrine.cache_clear_query_cache_command' => ['privates', 'doctrine.cache_clear_query_cache_command', 'getDoctrine_CacheClearQueryCacheCommandService', false],
'doctrine.cache_clear_result_command' => ['privates', 'doctrine.cache_clear_result_command', 'getDoctrine_CacheClearResultCommandService', false],
'doctrine.cache_collection_region_command' => ['privates', 'doctrine.cache_collection_region_command', 'getDoctrine_CacheCollectionRegionCommandService', false],
'doctrine.mapping_convert_command' => ['privates', 'doctrine.mapping_convert_command', 'getDoctrine_MappingConvertCommandService', false],
'doctrine.schema_create_command' => ['privates', 'doctrine.schema_create_command', 'getDoctrine_SchemaCreateCommandService', false],
'doctrine.schema_drop_command' => ['privates', 'doctrine.schema_drop_command', 'getDoctrine_SchemaDropCommandService', false],
'doctrine.ensure_production_settings_command' => ['privates', 'doctrine.ensure_production_settings_command', 'getDoctrine_EnsureProductionSettingsCommandService', false],
'doctrine.clear_entity_region_command' => ['privates', 'doctrine.clear_entity_region_command', 'getDoctrine_ClearEntityRegionCommandService', false],
'doctrine.mapping_info_command' => ['privates', 'doctrine.mapping_info_command', 'getDoctrine_MappingInfoCommandService', false],
'doctrine.clear_query_region_command' => ['privates', 'doctrine.clear_query_region_command', 'getDoctrine_ClearQueryRegionCommandService', false],
'doctrine.query_dql_command' => ['privates', 'doctrine.query_dql_command', 'getDoctrine_QueryDqlCommandService', false],
'doctrine.schema_update_command' => ['privates', 'doctrine.schema_update_command', 'getDoctrine_SchemaUpdateCommandService', false],
'doctrine.schema_validate_command' => ['privates', 'doctrine.schema_validate_command', 'getDoctrine_SchemaValidateCommandService', false],
'doctrine.mapping_import_command' => ['privates', 'doctrine.mapping_import_command', 'getDoctrine_MappingImportCommandService', false],
'doctrine_migrations.diff_command' => ['privates', 'doctrine_migrations.diff_command', 'getDoctrineMigrations_DiffCommandService', false],
'doctrine_migrations.dump_schema_command' => ['privates', 'doctrine_migrations.dump_schema_command', 'getDoctrineMigrations_DumpSchemaCommandService', false],
'doctrine_migrations.execute_command' => ['privates', 'doctrine_migrations.execute_command', 'getDoctrineMigrations_ExecuteCommandService', false],
'doctrine_migrations.generate_command' => ['privates', 'doctrine_migrations.generate_command', 'getDoctrineMigrations_GenerateCommandService', false],
'doctrine_migrations.latest_command' => ['privates', 'doctrine_migrations.latest_command', 'getDoctrineMigrations_LatestCommandService', false],
'doctrine_migrations.migrate_command' => ['privates', 'doctrine_migrations.migrate_command', 'getDoctrineMigrations_MigrateCommandService', false],
'doctrine_migrations.rollup_command' => ['privates', 'doctrine_migrations.rollup_command', 'getDoctrineMigrations_RollupCommandService', false],
'doctrine_migrations.status_command' => ['privates', 'doctrine_migrations.status_command', 'getDoctrineMigrations_StatusCommandService', false],
'doctrine_migrations.up_to_date_command' => ['privates', 'doctrine_migrations.up_to_date_command', 'getDoctrineMigrations_UpToDateCommandService', false],
'doctrine_migrations.version_command' => ['privates', 'doctrine_migrations.version_command', 'getDoctrineMigrations_VersionCommandService', false],
'security.command.debug_firewall' => ['privates', '.security.command.debug_firewall.lazy', 'get_Security_Command_DebugFirewall_LazyService', false],
'security.command.user_password_encoder' => ['privates', '.security.command.user_password_encoder.lazy', 'get_Security_Command_UserPasswordEncoder_LazyService', false],
'security.command.user_password_hash' => ['privates', '.security.command.user_password_hash.lazy', 'get_Security_Command_UserPasswordHash_LazyService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => ['services', 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand', 'getMakeAdminMigrationCommandService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => ['services', 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand', 'getMakeAdminDashboardCommandService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => ['services', 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand', 'getMakeCrudControllerCommandService', false],
'fos_ck_editor.command.installer' => ['privates', 'fos_ck_editor.command.installer', 'getFosCkEditor_Command_InstallerService', false],
'vich_uploader.command.mapping_debug_class' => ['privates', 'vich_uploader.command.mapping_debug_class', 'getVichUploader_Command_MappingDebugClassService', false],
'vich_uploader.command.mapping_debug' => ['privates', 'vich_uploader.command.mapping_debug', 'getVichUploader_Command_MappingDebugService', false],
'vich_uploader.command.mapping_list_classes' => ['privates', 'vich_uploader.command.mapping_list_classes', 'getVichUploader_Command_MappingListClassesService', false],
'swiftmailer.command.debug' => ['privates', 'swiftmailer.command.debug', 'getSwiftmailer_Command_DebugService', false],
'swiftmailer.command.new_email' => ['privates', 'swiftmailer.command.new_email', 'getSwiftmailer_Command_NewEmailService', false],
'swiftmailer.command.send_email' => ['privates', 'swiftmailer.command.send_email', 'getSwiftmailer_Command_SendEmailService', false],
'fos_elastica.command.create' => ['privates', 'fos_elastica.command.create', 'getFosElastica_Command_CreateService', false],
'fos_elastica.command.delete' => ['privates', 'fos_elastica.command.delete', 'getFosElastica_Command_DeleteService', false],
'fos_elastica.command.populate' => ['privates', 'fos_elastica.command.populate', 'getFosElastica_Command_PopulateService', false],
'fos_elastica.command.reset' => ['privates', 'fos_elastica.command.reset', 'getFosElastica_Command_ResetService', false],
'fos_elastica.command.templates_reset' => ['privates', 'fos_elastica.command.templates_reset', 'getFosElastica_Command_TemplatesResetService', false],
'fos_elastica.command.search' => ['privates', 'fos_elastica.command.search', 'getFosElastica_Command_SearchService', false],
'maker.auto_command.make_auth' => ['privates', '.maker.auto_command.make_auth.lazy', 'get_Maker_AutoCommand_MakeAuth_LazyService', false],
'maker.auto_command.make_command' => ['privates', '.maker.auto_command.make_command.lazy', 'get_Maker_AutoCommand_MakeCommand_LazyService', false],
'maker.auto_command.make_controller' => ['privates', '.maker.auto_command.make_controller.lazy', 'get_Maker_AutoCommand_MakeController_LazyService', false],
'maker.auto_command.make_crud' => ['privates', '.maker.auto_command.make_crud.lazy', 'get_Maker_AutoCommand_MakeCrud_LazyService', false],
'maker.auto_command.make_docker_database' => ['privates', '.maker.auto_command.make_docker_database.lazy', 'get_Maker_AutoCommand_MakeDockerDatabase_LazyService', false],
'maker.auto_command.make_entity' => ['privates', '.maker.auto_command.make_entity.lazy', 'get_Maker_AutoCommand_MakeEntity_LazyService', false],
'maker.auto_command.make_fixtures' => ['privates', '.maker.auto_command.make_fixtures.lazy', 'get_Maker_AutoCommand_MakeFixtures_LazyService', false],
'maker.auto_command.make_form' => ['privates', '.maker.auto_command.make_form.lazy', 'get_Maker_AutoCommand_MakeForm_LazyService', false],
'maker.auto_command.make_message' => ['privates', '.maker.auto_command.make_message.lazy', 'get_Maker_AutoCommand_MakeMessage_LazyService', false],
'maker.auto_command.make_messenger_middleware' => ['privates', '.maker.auto_command.make_messenger_middleware.lazy', 'get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService', false],
'maker.auto_command.make_registration_form' => ['privates', '.maker.auto_command.make_registration_form.lazy', 'get_Maker_AutoCommand_MakeRegistrationForm_LazyService', false],
'maker.auto_command.make_reset_password' => ['privates', '.maker.auto_command.make_reset_password.lazy', 'get_Maker_AutoCommand_MakeResetPassword_LazyService', false],
'maker.auto_command.make_serializer_encoder' => ['privates', '.maker.auto_command.make_serializer_encoder.lazy', 'get_Maker_AutoCommand_MakeSerializerEncoder_LazyService', false],
'maker.auto_command.make_serializer_normalizer' => ['privates', '.maker.auto_command.make_serializer_normalizer.lazy', 'get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService', false],
'maker.auto_command.make_subscriber' => ['privates', '.maker.auto_command.make_subscriber.lazy', 'get_Maker_AutoCommand_MakeSubscriber_LazyService', false],
'maker.auto_command.make_twig_extension' => ['privates', '.maker.auto_command.make_twig_extension.lazy', 'get_Maker_AutoCommand_MakeTwigExtension_LazyService', false],
'maker.auto_command.make_test' => ['privates', '.maker.auto_command.make_test.lazy', 'get_Maker_AutoCommand_MakeTest_LazyService', false],
'maker.auto_command.make_validator' => ['privates', '.maker.auto_command.make_validator.lazy', 'get_Maker_AutoCommand_MakeValidator_LazyService', false],
'maker.auto_command.make_voter' => ['privates', '.maker.auto_command.make_voter.lazy', 'get_Maker_AutoCommand_MakeVoter_LazyService', false],
'maker.auto_command.make_user' => ['privates', '.maker.auto_command.make_user.lazy', 'get_Maker_AutoCommand_MakeUser_LazyService', false],
'maker.auto_command.make_migration' => ['privates', '.maker.auto_command.make_migration.lazy', 'get_Maker_AutoCommand_MakeMigration_LazyService', false],
'maker.auto_command.make_stimulus_controller' => ['privates', '.maker.auto_command.make_stimulus_controller.lazy', 'get_Maker_AutoCommand_MakeStimulusController_LazyService', false],
], [
'App\\Command\\DailyCommand' => 'App\\Command\\DailyCommand',
'App\\Command\\DumpCommand' => 'App\\Command\\DumpCommand',
'App\\Command\\MinutelyCommand' => 'App\\Command\\MinutelyCommand',
'App\\Command\\RandomizeDemoCommand' => 'App\\Command\\RandomizeDemoCommand',
'App\\Command\\TestCommand' => 'App\\Command\\TestCommand',
'App\\Zet\\DeliveryServiceBundle\\Command\\ImportDataCommand' => 'App\\Zet\\DeliveryServiceBundle\\Command\\ImportDataCommand',
'App\\Zet\\V8Bundle\\Command\\ProcessEntityCommand' => 'App\\Zet\\V8Bundle\\Command\\ProcessEntityCommand',
'console.command.about' => '?',
'console.command.assets_install' => '?',
'console.command.cache_clear' => '?',
'console.command.cache_pool_clear' => '?',
'console.command.cache_pool_prune' => '?',
'console.command.cache_pool_delete' => '?',
'console.command.cache_pool_list' => '?',
'console.command.cache_warmup' => '?',
'console.command.config_debug' => '?',
'console.command.config_dump_reference' => '?',
'console.command.container_debug' => '?',
'console.command.container_lint' => '?',
'console.command.debug_autowiring' => '?',
'console.command.dotenv_debug' => '?',
'console.command.event_dispatcher_debug' => '?',
'console.command.messenger_consume_messages' => '?',
'console.command.messenger_setup_transports' => '?',
'console.command.messenger_debug' => '?',
'console.command.messenger_stop_workers' => '?',
'console.command.router_debug' => '?',
'console.command.router_match' => '?',
'console.command.translation_debug' => '?',
'console.command.translation_extract' => '?',
'console.command.validator_debug' => '?',
'console.command.translation_pull' => '?',
'console.command.translation_push' => '?',
'console.command.xliff_lint' => '?',
'console.command.yaml_lint' => '?',
'console.command.form_debug' => '?',
'console.command.secrets_set' => '?',
'console.command.secrets_remove' => '?',
'console.command.secrets_generate_key' => '?',
'console.command.secrets_list' => '?',
'console.command.secrets_decrypt_to_local' => '?',
'console.command.secrets_encrypt_from_local' => '?',
'twig.command.debug' => '?',
'twig.command.lint' => '?',
'var_dumper.command.server_dump' => '?',
'monolog.command.server_log' => '?',
'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
'security.command.debug_firewall' => '?',
'security.command.user_password_encoder' => '?',
'security.command.user_password_hash' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand',
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand',
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand',
'fos_ck_editor.command.installer' => 'FOS\\CKEditorBundle\\Command\\CKEditorInstallerCommand',
'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
'fos_elastica.command.create' => 'FOS\\ElasticaBundle\\Command\\CreateCommand',
'fos_elastica.command.delete' => 'FOS\\ElasticaBundle\\Command\\DeleteCommand',
'fos_elastica.command.populate' => 'FOS\\ElasticaBundle\\Command\\PopulateCommand',
'fos_elastica.command.reset' => 'FOS\\ElasticaBundle\\Command\\ResetCommand',
'fos_elastica.command.templates_reset' => 'FOS\\ElasticaBundle\\Command\\ResetTemplatesCommand',
'fos_elastica.command.search' => 'FOS\\ElasticaBundle\\Command\\SearchCommand',
'maker.auto_command.make_auth' => '?',
'maker.auto_command.make_command' => '?',
'maker.auto_command.make_controller' => '?',
'maker.auto_command.make_crud' => '?',
'maker.auto_command.make_docker_database' => '?',
'maker.auto_command.make_entity' => '?',
'maker.auto_command.make_fixtures' => '?',
'maker.auto_command.make_form' => '?',
'maker.auto_command.make_message' => '?',
'maker.auto_command.make_messenger_middleware' => '?',
'maker.auto_command.make_registration_form' => '?',
'maker.auto_command.make_reset_password' => '?',
'maker.auto_command.make_serializer_encoder' => '?',
'maker.auto_command.make_serializer_normalizer' => '?',
'maker.auto_command.make_subscriber' => '?',
'maker.auto_command.make_twig_extension' => '?',
'maker.auto_command.make_test' => '?',
'maker.auto_command.make_validator' => '?',
'maker.auto_command.make_voter' => '?',
'maker.auto_command.make_user' => '?',
'maker.auto_command.make_migration' => '?',
'maker.auto_command.make_stimulus_controller' => '?',
]), ['cron:daily' => 'App\\Command\\DailyCommand', 'dump:go' => 'App\\Command\\DumpCommand', 'cron:minutely' => 'App\\Command\\MinutelyCommand', 'random-demo:go' => 'App\\Command\\RandomizeDemoCommand', 'test:go' => 'App\\Command\\TestCommand', 'delivery-service:import' => 'App\\Zet\\DeliveryServiceBundle\\Command\\ImportDataCommand', 'v8:process' => 'App\\Zet\\V8Bundle\\Command\\ProcessEntityCommand', 'about' => 'console.command.about', 'assets:install' => 'console.command.assets_install', 'cache:clear' => 'console.command.cache_clear', 'cache:pool:clear' => 'console.command.cache_pool_clear', 'cache:pool:prune' => 'console.command.cache_pool_prune', 'cache:pool:delete' => 'console.command.cache_pool_delete', 'cache:pool:list' => 'console.command.cache_pool_list', 'cache:warmup' => 'console.command.cache_warmup', 'debug:config' => 'console.command.config_debug', 'config:dump-reference' => 'console.command.config_dump_reference', 'debug:container' => 'console.command.container_debug', 'lint:container' => 'console.command.container_lint', 'debug:autowiring' => 'console.command.debug_autowiring', 'debug:dotenv' => 'console.command.dotenv_debug', 'debug:event-dispatcher' => 'console.command.event_dispatcher_debug', 'messenger:consume' => 'console.command.messenger_consume_messages', 'messenger:setup-transports' => 'console.command.messenger_setup_transports', 'debug:messenger' => 'console.command.messenger_debug', 'messenger:stop-workers' => 'console.command.messenger_stop_workers', 'debug:router' => 'console.command.router_debug', 'router:match' => 'console.command.router_match', 'debug:translation' => 'console.command.translation_debug', 'translation:extract' => 'console.command.translation_extract', 'translation:update' => 'console.command.translation_extract', 'debug:validator' => 'console.command.validator_debug', 'translation:pull' => 'console.command.translation_pull', 'translation:push' => 'console.command.translation_push', 'lint:xliff' => 'console.command.xliff_lint', 'lint:yaml' => 'console.command.yaml_lint', 'debug:form' => 'console.command.form_debug', 'secrets:set' => 'console.command.secrets_set', 'secrets:remove' => 'console.command.secrets_remove', 'secrets:generate-keys' => 'console.command.secrets_generate_key', 'secrets:list' => 'console.command.secrets_list', 'secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local', 'secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local', 'debug:twig' => 'twig.command.debug', 'lint:twig' => 'twig.command.lint', 'server:dump' => 'var_dumper.command.server_dump', 'server:log' => 'monolog.command.server_log', 'doctrine:database:create' => 'doctrine.database_create_command', 'doctrine:database:drop' => 'doctrine.database_drop_command', 'doctrine:query:sql' => 'doctrine.query_sql_command', 'dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'doctrine:database:import' => 'doctrine.database_import_command', 'doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command', 'doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command', 'doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command', 'doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command', 'doctrine:mapping:convert' => 'doctrine.mapping_convert_command', 'doctrine:schema:create' => 'doctrine.schema_create_command', 'doctrine:schema:drop' => 'doctrine.schema_drop_command', 'doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command', 'doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command', 'doctrine:mapping:info' => 'doctrine.mapping_info_command', 'doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command', 'doctrine:query:dql' => 'doctrine.query_dql_command', 'doctrine:schema:update' => 'doctrine.schema_update_command', 'doctrine:schema:validate' => 'doctrine.schema_validate_command', 'doctrine:mapping:import' => 'doctrine.mapping_import_command', 'doctrine:migrations:diff' => 'doctrine_migrations.diff_command', 'doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command', 'doctrine:migrations:execute' => 'doctrine_migrations.execute_command', 'doctrine:migrations:generate' => 'doctrine_migrations.generate_command', 'doctrine:migrations:latest' => 'doctrine_migrations.latest_command', 'doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command', 'doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command', 'doctrine:migrations:status' => 'doctrine_migrations.status_command', 'doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command', 'doctrine:migrations:version' => 'doctrine_migrations.version_command', 'debug:firewall' => 'security.command.debug_firewall', 'security:encode-password' => 'security.command.user_password_encoder', 'security:hash-password' => 'security.command.user_password_hash', 'make:admin:migration' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand', 'make:admin:dashboard' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand', 'make:admin:crud' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand', 'ckeditor:install' => 'fos_ck_editor.command.installer', 'vich:mapping:debug-class' => 'vich_uploader.command.mapping_debug_class', 'vich:mapping:debug' => 'vich_uploader.command.mapping_debug', 'vich:mapping:list-classes' => 'vich_uploader.command.mapping_list_classes', 'debug:swiftmailer' => 'swiftmailer.command.debug', 'swiftmailer:email:send' => 'swiftmailer.command.new_email', 'swiftmailer:spool:send' => 'swiftmailer.command.send_email', 'fos:elastica:create' => 'fos_elastica.command.create', 'fos:elastica:delete' => 'fos_elastica.command.delete', 'fos:elastica:populate' => 'fos_elastica.command.populate', 'fos:elastica:reset' => 'fos_elastica.command.reset', 'fos:elastica:reset-templates' => 'fos_elastica.command.templates_reset', 'fos:elastica:search' => 'fos_elastica.command.search', 'make:auth' => 'maker.auto_command.make_auth', 'make:command' => 'maker.auto_command.make_command', 'make:controller' => 'maker.auto_command.make_controller', 'make:crud' => 'maker.auto_command.make_crud', 'make:docker:database' => 'maker.auto_command.make_docker_database', 'make:entity' => 'maker.auto_command.make_entity', 'make:fixtures' => 'maker.auto_command.make_fixtures', 'make:form' => 'maker.auto_command.make_form', 'make:message' => 'maker.auto_command.make_message', 'make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware', 'make:registration-form' => 'maker.auto_command.make_registration_form', 'make:reset-password' => 'maker.auto_command.make_reset_password', 'make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder', 'make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer', 'make:subscriber' => 'maker.auto_command.make_subscriber', 'make:twig-extension' => 'maker.auto_command.make_twig_extension', 'make:test' => 'maker.auto_command.make_test', 'make:unit-test' => 'maker.auto_command.make_test', 'make:functional-test' => 'maker.auto_command.make_test', 'make:validator' => 'maker.auto_command.make_validator', 'make:voter' => 'maker.auto_command.make_voter', 'make:user' => 'maker.auto_command.make_user', 'make:migration' => 'maker.auto_command.make_migration', 'make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller']);
}
/**
* Gets the public 'container.env_var_processors_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getContainer_EnvVarProcessorsLocatorService()
{
return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'base64' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'bool' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'const' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'csv' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'default' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'file' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'float' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'int' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'json' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'key' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'not' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'query_string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'require' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'resolve' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'trim' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'url' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
], [
'base64' => '?',
'bool' => '?',
'const' => '?',
'csv' => '?',
'default' => '?',
'file' => '?',
'float' => '?',
'int' => '?',
'json' => '?',
'key' => '?',
'not' => '?',
'query_string' => '?',
'require' => '?',
'resolve' => '?',
'string' => '?',
'trim' => '?',
'url' => '?',
]);
}
/**
* Gets the public 'data_collector.dump' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
*/
protected function getDataCollector_DumpService()
{
return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = new \Doctrine\DBAL\Configuration();
$b = new \Symfony\Bridge\Monolog\Logger('doctrine');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([0 => new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), 1 => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'serverVersion' => '5.6', 'defaultTableOptions' => ['charset' => 'utf8mb4', 'collate' => 'utf8mb4_unicode_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Subscriber\\MetadataSubscriber' => ['privates', 'App\\Subscriber\\MetadataSubscriber', 'getMetadataSubscriberService', false],
'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber', 'getBlameableEventSubscriberService', false],
'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber', 'getLoggableEventSubscriberService', false],
'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber', 'getSluggableEventSubscriberService', false],
'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber', 'getSoftDeletableEventSubscriberService', false],
'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber', 'getTimestampableEventSubscriberService', false],
'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber', 'getTranslatableEventSubscriberService', false],
'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber', 'getTreeEventSubscriberService', false],
'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber', 'getUuidableEventSubscriberService', false],
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', false],
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', false],
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', false],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', false],
'fos_elastica.listener.v25_product' => ['privates', 'fos_elastica.listener.v25_product', 'getFosElastica_Listener_V25ProductService', false],
'vich_uploader.listener.clean.banner_images' => ['privates', 'vich_uploader.listener.clean.banner_images', 'getVichUploader_Listener_Clean_BannerImagesService', false],
'vich_uploader.listener.clean.brand_images' => ['privates', 'vich_uploader.listener.clean.brand_images', 'getVichUploader_Listener_Clean_BrandImagesService', false],
'vich_uploader.listener.clean.content_category_images' => ['privates', 'vich_uploader.listener.clean.content_category_images', 'getVichUploader_Listener_Clean_ContentCategoryImagesService', false],
'vich_uploader.listener.clean.content_images' => ['privates', 'vich_uploader.listener.clean.content_images', 'getVichUploader_Listener_Clean_ContentImagesService', false],
'vich_uploader.listener.clean.content_infographics_images' => ['privates', 'vich_uploader.listener.clean.content_infographics_images', 'getVichUploader_Listener_Clean_ContentInfographicsImagesService', false],
'vich_uploader.listener.clean.manager_images' => ['privates', 'vich_uploader.listener.clean.manager_images', 'getVichUploader_Listener_Clean_ManagerImagesService', false],
'vich_uploader.listener.clean.product_category_images' => ['privates', 'vich_uploader.listener.clean.product_category_images', 'getVichUploader_Listener_Clean_ProductCategoryImagesService', false],
'vich_uploader.listener.clean.product_gallery_images' => ['privates', 'vich_uploader.listener.clean.product_gallery_images', 'getVichUploader_Listener_Clean_ProductGalleryImagesService', false],
'vich_uploader.listener.clean.product_type_images' => ['privates', 'vich_uploader.listener.clean.product_type_images', 'getVichUploader_Listener_Clean_ProductTypeImagesService', false],
'vich_uploader.listener.clean.promo_label_images' => ['privates', 'vich_uploader.listener.clean.promo_label_images', 'getVichUploader_Listener_Clean_PromoLabelImagesService', false],
'vich_uploader.listener.inject.banner_images' => ['privates', 'vich_uploader.listener.inject.banner_images', 'getVichUploader_Listener_Inject_BannerImagesService', false],
'vich_uploader.listener.inject.brand_images' => ['privates', 'vich_uploader.listener.inject.brand_images', 'getVichUploader_Listener_Inject_BrandImagesService', false],
'vich_uploader.listener.inject.content_category_images' => ['privates', 'vich_uploader.listener.inject.content_category_images', 'getVichUploader_Listener_Inject_ContentCategoryImagesService', false],
'vich_uploader.listener.inject.content_images' => ['privates', 'vich_uploader.listener.inject.content_images', 'getVichUploader_Listener_Inject_ContentImagesService', false],
'vich_uploader.listener.inject.content_infographics_images' => ['privates', 'vich_uploader.listener.inject.content_infographics_images', 'getVichUploader_Listener_Inject_ContentInfographicsImagesService', false],
'vich_uploader.listener.inject.manager_images' => ['privates', 'vich_uploader.listener.inject.manager_images', 'getVichUploader_Listener_Inject_ManagerImagesService', false],
'vich_uploader.listener.inject.product_category_images' => ['privates', 'vich_uploader.listener.inject.product_category_images', 'getVichUploader_Listener_Inject_ProductCategoryImagesService', false],
'vich_uploader.listener.inject.product_gallery_images' => ['privates', 'vich_uploader.listener.inject.product_gallery_images', 'getVichUploader_Listener_Inject_ProductGalleryImagesService', false],
'vich_uploader.listener.inject.product_type_images' => ['privates', 'vich_uploader.listener.inject.product_type_images', 'getVichUploader_Listener_Inject_ProductTypeImagesService', false],
'vich_uploader.listener.inject.promo_label_images' => ['privates', 'vich_uploader.listener.inject.promo_label_images', 'getVichUploader_Listener_Inject_PromoLabelImagesService', false],
'vich_uploader.listener.remove.banner_images' => ['privates', 'vich_uploader.listener.remove.banner_images', 'getVichUploader_Listener_Remove_BannerImagesService', false],
'vich_uploader.listener.remove.brand_images' => ['privates', 'vich_uploader.listener.remove.brand_images', 'getVichUploader_Listener_Remove_BrandImagesService', false],
'vich_uploader.listener.remove.content_category_images' => ['privates', 'vich_uploader.listener.remove.content_category_images', 'getVichUploader_Listener_Remove_ContentCategoryImagesService', false],
'vich_uploader.listener.remove.content_images' => ['privates', 'vich_uploader.listener.remove.content_images', 'getVichUploader_Listener_Remove_ContentImagesService', false],
'vich_uploader.listener.remove.content_infographics_images' => ['privates', 'vich_uploader.listener.remove.content_infographics_images', 'getVichUploader_Listener_Remove_ContentInfographicsImagesService', false],
'vich_uploader.listener.remove.manager_images' => ['privates', 'vich_uploader.listener.remove.manager_images', 'getVichUploader_Listener_Remove_ManagerImagesService', false],
'vich_uploader.listener.remove.product_category_images' => ['privates', 'vich_uploader.listener.remove.product_category_images', 'getVichUploader_Listener_Remove_ProductCategoryImagesService', false],
'vich_uploader.listener.remove.product_gallery_images' => ['privates', 'vich_uploader.listener.remove.product_gallery_images', 'getVichUploader_Listener_Remove_ProductGalleryImagesService', false],
'vich_uploader.listener.remove.product_type_images' => ['privates', 'vich_uploader.listener.remove.product_type_images', 'getVichUploader_Listener_Remove_ProductTypeImagesService', false],
'vich_uploader.listener.remove.promo_label_images' => ['privates', 'vich_uploader.listener.remove.promo_label_images', 'getVichUploader_Listener_Remove_PromoLabelImagesService', false],
'vich_uploader.listener.upload.banner_images' => ['privates', 'vich_uploader.listener.upload.banner_images', 'getVichUploader_Listener_Upload_BannerImagesService', false],
'vich_uploader.listener.upload.brand_images' => ['privates', 'vich_uploader.listener.upload.brand_images', 'getVichUploader_Listener_Upload_BrandImagesService', false],
'vich_uploader.listener.upload.content_category_images' => ['privates', 'vich_uploader.listener.upload.content_category_images', 'getVichUploader_Listener_Upload_ContentCategoryImagesService', false],
'vich_uploader.listener.upload.content_images' => ['privates', 'vich_uploader.listener.upload.content_images', 'getVichUploader_Listener_Upload_ContentImagesService', false],
'vich_uploader.listener.upload.content_infographics_images' => ['privates', 'vich_uploader.listener.upload.content_infographics_images', 'getVichUploader_Listener_Upload_ContentInfographicsImagesService', false],
'vich_uploader.listener.upload.manager_images' => ['privates', 'vich_uploader.listener.upload.manager_images', 'getVichUploader_Listener_Upload_ManagerImagesService', false],
'vich_uploader.listener.upload.product_category_images' => ['privates', 'vich_uploader.listener.upload.product_category_images', 'getVichUploader_Listener_Upload_ProductCategoryImagesService', false],
'vich_uploader.listener.upload.product_gallery_images' => ['privates', 'vich_uploader.listener.upload.product_gallery_images', 'getVichUploader_Listener_Upload_ProductGalleryImagesService', false],
'vich_uploader.listener.upload.product_type_images' => ['privates', 'vich_uploader.listener.upload.product_type_images', 'getVichUploader_Listener_Upload_ProductTypeImagesService', false],
'vich_uploader.listener.upload.promo_label_images' => ['privates', 'vich_uploader.listener.upload.promo_label_images', 'getVichUploader_Listener_Upload_PromoLabelImagesService', false],
], [
'App\\Subscriber\\MetadataSubscriber' => '?',
'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => '?',
'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => '?',
'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => '?',
'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => '?',
'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => '?',
'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => '?',
'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => '?',
'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => '?',
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
'fos_elastica.listener.v25_product' => '?',
'vich_uploader.listener.clean.banner_images' => '?',
'vich_uploader.listener.clean.brand_images' => '?',
'vich_uploader.listener.clean.content_category_images' => '?',
'vich_uploader.listener.clean.content_images' => '?',
'vich_uploader.listener.clean.content_infographics_images' => '?',
'vich_uploader.listener.clean.manager_images' => '?',
'vich_uploader.listener.clean.product_category_images' => '?',
'vich_uploader.listener.clean.product_gallery_images' => '?',
'vich_uploader.listener.clean.product_type_images' => '?',
'vich_uploader.listener.clean.promo_label_images' => '?',
'vich_uploader.listener.inject.banner_images' => '?',
'vich_uploader.listener.inject.brand_images' => '?',
'vich_uploader.listener.inject.content_category_images' => '?',
'vich_uploader.listener.inject.content_images' => '?',
'vich_uploader.listener.inject.content_infographics_images' => '?',
'vich_uploader.listener.inject.manager_images' => '?',
'vich_uploader.listener.inject.product_category_images' => '?',
'vich_uploader.listener.inject.product_gallery_images' => '?',
'vich_uploader.listener.inject.product_type_images' => '?',
'vich_uploader.listener.inject.promo_label_images' => '?',
'vich_uploader.listener.remove.banner_images' => '?',
'vich_uploader.listener.remove.brand_images' => '?',
'vich_uploader.listener.remove.content_category_images' => '?',
'vich_uploader.listener.remove.content_images' => '?',
'vich_uploader.listener.remove.content_infographics_images' => '?',
'vich_uploader.listener.remove.manager_images' => '?',
'vich_uploader.listener.remove.product_category_images' => '?',
'vich_uploader.listener.remove.product_gallery_images' => '?',
'vich_uploader.listener.remove.product_type_images' => '?',
'vich_uploader.listener.remove.promo_label_images' => '?',
'vich_uploader.listener.upload.banner_images' => '?',
'vich_uploader.listener.upload.brand_images' => '?',
'vich_uploader.listener.upload.content_category_images' => '?',
'vich_uploader.listener.upload.content_images' => '?',
'vich_uploader.listener.upload.content_infographics_images' => '?',
'vich_uploader.listener.upload.manager_images' => '?',
'vich_uploader.listener.upload.product_category_images' => '?',
'vich_uploader.listener.upload.product_gallery_images' => '?',
'vich_uploader.listener.upload.product_type_images' => '?',
'vich_uploader.listener.upload.promo_label_images' => '?',
]), [0 => 'vich_uploader.listener.clean.content_images', 1 => 'vich_uploader.listener.clean.content_infographics_images', 2 => 'vich_uploader.listener.clean.manager_images', 3 => 'vich_uploader.listener.clean.brand_images', 4 => 'vich_uploader.listener.clean.content_category_images', 5 => 'vich_uploader.listener.clean.banner_images', 6 => 'vich_uploader.listener.clean.product_category_images', 7 => 'vich_uploader.listener.clean.product_gallery_images', 8 => 'vich_uploader.listener.clean.product_type_images', 9 => 'vich_uploader.listener.clean.promo_label_images', 10 => 'App\\Subscriber\\MetadataSubscriber', 11 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 12 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 13 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 14 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 15 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber', 16 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber', 17 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber', 18 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber', 19 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber', 20 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber', 21 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber', 22 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber', 23 => 'vich_uploader.listener.inject.content_images', 24 => 'vich_uploader.listener.remove.content_images', 25 => 'vich_uploader.listener.upload.content_images', 26 => 'vich_uploader.listener.inject.content_infographics_images', 27 => 'vich_uploader.listener.remove.content_infographics_images', 28 => 'vich_uploader.listener.upload.content_infographics_images', 29 => 'vich_uploader.listener.inject.manager_images', 30 => 'vich_uploader.listener.remove.manager_images', 31 => 'vich_uploader.listener.upload.manager_images', 32 => 'vich_uploader.listener.inject.brand_images', 33 => 'vich_uploader.listener.remove.brand_images', 34 => 'vich_uploader.listener.upload.brand_images', 35 => 'vich_uploader.listener.inject.content_category_images', 36 => 'vich_uploader.listener.remove.content_category_images', 37 => 'vich_uploader.listener.upload.content_category_images', 38 => 'vich_uploader.listener.inject.banner_images', 39 => 'vich_uploader.listener.remove.banner_images', 40 => 'vich_uploader.listener.upload.banner_images', 41 => 'vich_uploader.listener.inject.product_category_images', 42 => 'vich_uploader.listener.remove.product_category_images', 43 => 'vich_uploader.listener.upload.product_category_images', 44 => 'vich_uploader.listener.inject.product_gallery_images', 45 => 'vich_uploader.listener.remove.product_gallery_images', 46 => 'vich_uploader.listener.upload.product_gallery_images', 47 => 'vich_uploader.listener.inject.product_type_images', 48 => 'vich_uploader.listener.remove.product_type_images', 49 => 'vich_uploader.listener.upload.product_type_images', 50 => 'vich_uploader.listener.inject.promo_label_images', 51 => 'vich_uploader.listener.remove.promo_label_images', 52 => 'vich_uploader.listener.upload.promo_label_images', 53 => [0 => [0 => 'loadClassMetadata'], 1 => 'App\\Subscriber\\MetadataSubscriber'], 54 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners'], 55 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.v25_product']]), []);
}
/**
* Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
*/
protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
{
$this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'brand_listener' => ['privates', 'brand_listener', 'getBrandListenerService', false],
'cart_listener' => ['privates', 'cart_listener', 'getCartListenerService', false],
'user_listener' => ['privates', 'user_listener', 'getUserListenerService', false],
], [
'brand_listener' => '?',
'cart_listener' => '?',
'user_listener' => '?',
]));
$instance->registerService('App\\Listeners\\UserListener', 'user_listener');
$instance->registerService('App\\Listeners\\CartListener', 'cart_listener');
$instance->registerService('App\\Listeners\\BrandListener', 'brand_listener');
return $instance;
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/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/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
$b->addDriver($c, 'App\\Entity');
$b->addDriver($c, 'App\\Zet\\ContentBundle\\Entity');
$b->addDriver($c, 'App\\Zet\\V8Bundle\\Entity');
$b->addDriver($c, 'App\\Zet\\DeliveryServiceBundle\\Entity');
$b->addDriver($c, 'App\\Zet\\CrossBundle\\Entity');
$b->addDriver($c, 'App\\Zet\\ImageCrawler\\Entity');
$b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
$a->setEntityNamespaces(['App' => 'App\\Entity', 'ZetContentBundle' => 'App\\Zet\\ContentBundle\\Entity', 'ZetV8Bundle' => 'App\\Zet\\V8Bundle\\Entity', 'ZetDeliveryServiceBundle' => 'App\\Zet\\DeliveryServiceBundle\\Entity', 'ZetCrossBundle' => 'App\\Zet\\CrossBundle\\Entity', 'ImageCrawlerBundle' => 'App\\Zet\\ImageCrawler\\Entity', 'VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
$a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', false],
'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', false],
], [
'doctrine.ulid_generator' => '?',
'doctrine.uuid_generator' => '?',
])));
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(true);
$a->setSchemaIgnoreClasses([]);
$a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
$a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
$a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Repository\\AgreementRepository' => ['privates', 'App\\Repository\\AgreementRepository', 'getAgreementRepositoryService', false],
'App\\Repository\\AlertRepository' => ['privates', 'App\\Repository\\AlertRepository', 'getAlertRepositoryService', false],
'App\\Repository\\BranchRepository' => ['privates', 'App\\Repository\\BranchRepository', 'getBranchRepositoryService', false],
'App\\Repository\\BrandRepository' => ['privates', 'App\\Repository\\BrandRepository', 'getBrandRepositoryService', false],
'App\\Repository\\CartItemRepository' => ['privates', 'App\\Repository\\CartItemRepository', 'getCartItemRepositoryService', false],
'App\\Repository\\CartRepository' => ['privates', 'App\\Repository\\CartRepository', 'getCartRepositoryService', false],
'App\\Repository\\CartUploadBufferRepository' => ['privates', 'App\\Repository\\CartUploadBufferRepository', 'getCartUploadBufferRepositoryService', false],
'App\\Repository\\CompareProductRepository' => ['privates', 'App\\Repository\\CompareProductRepository', 'getCompareProductRepositoryService', false],
'App\\Repository\\ConstantRepository' => ['privates', 'App\\Repository\\ConstantRepository', 'getConstantRepositoryService', false],
'App\\Repository\\CurrencyRepository' => ['privates', 'App\\Repository\\CurrencyRepository', 'getCurrencyRepositoryService', false],
'App\\Repository\\CustomerBalanceRepository' => ['privates', 'App\\Repository\\CustomerBalanceRepository', 'getCustomerBalanceRepositoryService', false],
'App\\Repository\\CustomerDebtIncomeRepository' => ['privates', 'App\\Repository\\CustomerDebtIncomeRepository', 'getCustomerDebtIncomeRepositoryService', false],
'App\\Repository\\CustomerDebtStumpRepository' => ['privates', 'App\\Repository\\CustomerDebtStumpRepository', 'getCustomerDebtStumpRepositoryService', false],
'App\\Repository\\CustomerPriceGroupTypeMapRepository' => ['privates', 'App\\Repository\\CustomerPriceGroupTypeMapRepository', 'getCustomerPriceGroupTypeMapRepositoryService', false],
'App\\Repository\\CustomerProductPriceTypeMapRepository' => ['privates', 'App\\Repository\\CustomerProductPriceTypeMapRepository', 'getCustomerProductPriceTypeMapRepositoryService', false],
'App\\Repository\\CustomerRepository' => ['privates', 'App\\Repository\\CustomerRepository', 'getCustomerRepositoryService', false],
'App\\Repository\\CustomerSegmentRepository' => ['privates', 'App\\Repository\\CustomerSegmentRepository', 'getCustomerSegmentRepositoryService', false],
'App\\Repository\\CustomerToSegmentRepository' => ['privates', 'App\\Repository\\CustomerToSegmentRepository', 'getCustomerToSegmentRepositoryService', false],
'App\\Repository\\DeliveryMethodRepository' => ['privates', 'App\\Repository\\DeliveryMethodRepository', 'getDeliveryMethodRepositoryService', false],
'App\\Repository\\DiscountRepository' => ['privates', 'App\\Repository\\DiscountRepository', 'getDiscountRepositoryService', false],
'App\\Repository\\DocumentTypeRepository' => ['privates', 'App\\Repository\\DocumentTypeRepository', 'getDocumentTypeRepositoryService', false],
'App\\Repository\\JournalRepository' => ['privates', 'App\\Repository\\JournalRepository', 'getJournalRepositoryService', false],
'App\\Repository\\ManagerRepository' => ['privates', 'App\\Repository\\ManagerRepository', 'getManagerRepositoryService', false],
'App\\Repository\\OrderIndexRepository' => ['privates', 'App\\Repository\\OrderIndexRepository', 'getOrderIndexRepositoryService', false],
'App\\Repository\\OrderItemRepository' => ['privates', 'App\\Repository\\OrderItemRepository', 'getOrderItemRepositoryService', false],
'App\\Repository\\OrderRepository' => ['privates', 'App\\Repository\\OrderRepository', 'getOrderRepositoryService', false],
'App\\Repository\\OrderStatusRepository' => ['privates', 'App\\Repository\\OrderStatusRepository', 'getOrderStatusRepositoryService', false],
'App\\Repository\\OrganizationRepository' => ['privates', 'App\\Repository\\OrganizationRepository', 'getOrganizationRepositoryService', false],
'App\\Repository\\PriceGroupRepository' => ['privates', 'App\\Repository\\PriceGroupRepository', 'getPriceGroupRepositoryService', false],
'App\\Repository\\PriceTypeRepository' => ['privates', 'App\\Repository\\PriceTypeRepository', 'getPriceTypeRepositoryService', false],
'App\\Repository\\PriceTypeTranslationRepository' => ['privates', 'App\\Repository\\PriceTypeTranslationRepository', 'getPriceTypeTranslationRepositoryService', false],
'App\\Repository\\ProductAttachmentRepository' => ['privates', 'App\\Repository\\ProductAttachmentRepository', 'getProductAttachmentRepositoryService', false],
'App\\Repository\\ProductBoxingRepository' => ['privates', 'App\\Repository\\ProductBoxingRepository', 'getProductBoxingRepositoryService', false],
'App\\Repository\\ProductCategoryRepository' => ['privates', 'App\\Repository\\ProductCategoryRepository', 'getProductCategoryRepositoryService', false],
'App\\Repository\\ProductComponentRepository' => ['privates', 'App\\Repository\\ProductComponentRepository', 'getProductComponentRepositoryService', false],
'App\\Repository\\ProductFavoriteRepository' => ['privates', 'App\\Repository\\ProductFavoriteRepository', 'getProductFavoriteRepositoryService', false],
'App\\Repository\\ProductGalleryRepository' => ['privates', 'App\\Repository\\ProductGalleryRepository', 'getProductGalleryRepositoryService', false],
'App\\Repository\\ProductIndexRepository' => ['privates', 'App\\Repository\\ProductIndexRepository', 'getProductIndexRepositoryService', false],
'App\\Repository\\ProductLabelRepository' => ['privates', 'App\\Repository\\ProductLabelRepository', 'getProductLabelRepositoryService', false],
'App\\Repository\\ProductPriceRepository' => ['privates', 'App\\Repository\\ProductPriceRepository', 'getProductPriceRepositoryService', false],
'App\\Repository\\ProductRelatedRepository' => ['privates', 'App\\Repository\\ProductRelatedRepository', 'getProductRelatedRepositoryService', false],
'App\\Repository\\ProductRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
'App\\Repository\\ProductTypeRepository' => ['privates', 'App\\Repository\\ProductTypeRepository', 'getProductTypeRepositoryService', false],
'App\\Repository\\ProductVariantRepository' => ['privates', 'App\\Repository\\ProductVariantRepository', 'getProductVariantRepositoryService', false],
'App\\Repository\\PromoLabelRepository' => ['privates', 'App\\Repository\\PromoLabelRepository', 'getPromoLabelRepositoryService', false],
'App\\Repository\\PromoLabelTranslationRepository' => ['privates', 'App\\Repository\\PromoLabelTranslationRepository', 'getPromoLabelTranslationRepositoryService', false],
'App\\Repository\\PropertyRepository' => ['privates', 'App\\Repository\\PropertyRepository', 'getPropertyRepositoryService', false],
'App\\Repository\\PropertyValueRepository' => ['privates', 'App\\Repository\\PropertyValueRepository', 'getPropertyValueRepositoryService', false],
'App\\Repository\\RegionRepository' => ['privates', 'App\\Repository\\RegionRepository', 'getRegionRepositoryService', false],
'App\\Repository\\ShippingRepository' => ['privates', 'App\\Repository\\ShippingRepository', 'getShippingRepositoryService', false],
'App\\Repository\\SignupRequestRepository' => ['privates', 'App\\Repository\\SignupRequestRepository', 'getSignupRequestRepositoryService', false],
'App\\Repository\\StoreMapRepository' => ['privates', 'App\\Repository\\StoreMapRepository', 'getStoreMapRepositoryService', false],
'App\\Repository\\TradeMarkRepository' => ['privates', 'App\\Repository\\TradeMarkRepository', 'getTradeMarkRepositoryService', false],
'App\\Repository\\UomRepository' => ['privates', 'App\\Repository\\UomRepository', 'getUomRepositoryService', false],
'App\\Repository\\UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
'App\\Repository\\UserRequestFeedRepository' => ['privates', 'App\\Repository\\UserRequestFeedRepository', 'getUserRequestFeedRepositoryService', false],
'App\\Repository\\UserRequestRepository' => ['privates', 'App\\Repository\\UserRequestRepository', 'getUserRequestRepositoryService', false],
'App\\Repository\\WaitListRepository' => ['privates', 'App\\Repository\\WaitListRepository', 'getWaitListRepositoryService', false],
'App\\Zet\\ContentBundle\\Repository\\BannerRepository' => ['privates', 'App\\Zet\\ContentBundle\\Repository\\BannerRepository', 'getBannerRepositoryService', false],
'App\\Zet\\ContentBundle\\Repository\\CategoryRepository' => ['privates', 'App\\Zet\\ContentBundle\\Repository\\CategoryRepository', 'getCategoryRepositoryService', false],
'App\\Zet\\ContentBundle\\Repository\\ContentBlockRepository' => ['privates', 'App\\Zet\\ContentBundle\\Repository\\ContentBlockRepository', 'getContentBlockRepositoryService', false],
'App\\Zet\\ContentBundle\\Repository\\ContentRepository' => ['privates', 'App\\Zet\\ContentBundle\\Repository\\ContentRepository', 'getContentRepositoryService', false],
'App\\Zet\\CrossBundle\\Repository\\BrandSynonymRepository' => ['privates', 'App\\Zet\\CrossBundle\\Repository\\BrandSynonymRepository', 'getBrandSynonymRepositoryService', false],
'App\\Zet\\CrossBundle\\Repository\\CrossListItemRepository' => ['privates', 'App\\Zet\\CrossBundle\\Repository\\CrossListItemRepository', 'getCrossListItemRepositoryService', false],
'App\\Zet\\CrossBundle\\Repository\\CrossListRepository' => ['privates', 'App\\Zet\\CrossBundle\\Repository\\CrossListRepository', 'getCrossListRepositoryService', false],
'App\\Zet\\CrossBundle\\Repository\\PriceListItemRepository' => ['privates', 'App\\Zet\\CrossBundle\\Repository\\PriceListItemRepository', 'getPriceListItemRepositoryService', false],
'App\\Zet\\CrossBundle\\Repository\\PriceListRepository' => ['privates', 'App\\Zet\\CrossBundle\\Repository\\PriceListRepository', 'getPriceListRepositoryService', false],
'App\\Zet\\CrossBundle\\Repository\\ProductCrossRepository' => ['privates', 'App\\Zet\\CrossBundle\\Repository\\ProductCrossRepository', 'getProductCrossRepositoryService', false],
'App\\Zet\\CrossBundle\\Repository\\Tcd\\TcdBrandRepository' => ['privates', 'App\\Zet\\CrossBundle\\Repository\\Tcd\\TcdBrandRepository', 'getTcdBrandRepositoryService', false],
'App\\Zet\\CrossBundle\\Repository\\Tcd\\TcdCrossRepository' => ['privates', 'App\\Zet\\CrossBundle\\Repository\\Tcd\\TcdCrossRepository', 'getTcdCrossRepositoryService', false],
'App\\Zet\\DeliveryServiceBundle\\Repository\\DeliveryCityRepository' => ['privates', 'App\\Zet\\DeliveryServiceBundle\\Repository\\DeliveryCityRepository', 'getDeliveryCityRepositoryService', false],
'App\\Zet\\DeliveryServiceBundle\\Repository\\DeliveryPointRepository' => ['privates', 'App\\Zet\\DeliveryServiceBundle\\Repository\\DeliveryPointRepository', 'getDeliveryPointRepositoryService', false],
'App\\Zet\\DeliveryServiceBundle\\Repository\\DeliveryServiceRepository' => ['privates', 'App\\Zet\\DeliveryServiceBundle\\Repository\\DeliveryServiceRepository', 'getDeliveryServiceRepositoryService', false],
'App\\Zet\\ImageCrawler\\Repository\\CrawlerSemaphoreRepository' => ['privates', 'App\\Zet\\ImageCrawler\\Repository\\CrawlerSemaphoreRepository', 'getCrawlerSemaphoreRepositoryService', false],
'App\\Zet\\ImageCrawler\\Repository\\CrawlerSettingRepository' => ['privates', 'App\\Zet\\ImageCrawler\\Repository\\CrawlerSettingRepository', 'getCrawlerSettingRepositoryService', false],
'App\\Zet\\V8Bundle\\Repository\\Entity1CRepository' => ['privates', 'App\\Zet\\V8Bundle\\Repository\\Entity1CRepository', 'getEntity1CRepositoryService', false],
], [
'App\\Repository\\AgreementRepository' => '?',
'App\\Repository\\AlertRepository' => '?',
'App\\Repository\\BranchRepository' => '?',
'App\\Repository\\BrandRepository' => '?',
'App\\Repository\\CartItemRepository' => '?',
'App\\Repository\\CartRepository' => '?',
'App\\Repository\\CartUploadBufferRepository' => '?',
'App\\Repository\\CompareProductRepository' => '?',
'App\\Repository\\ConstantRepository' => '?',
'App\\Repository\\CurrencyRepository' => '?',
'App\\Repository\\CustomerBalanceRepository' => '?',
'App\\Repository\\CustomerDebtIncomeRepository' => '?',
'App\\Repository\\CustomerDebtStumpRepository' => '?',
'App\\Repository\\CustomerPriceGroupTypeMapRepository' => '?',
'App\\Repository\\CustomerProductPriceTypeMapRepository' => '?',
'App\\Repository\\CustomerRepository' => '?',
'App\\Repository\\CustomerSegmentRepository' => '?',
'App\\Repository\\CustomerToSegmentRepository' => '?',
'App\\Repository\\DeliveryMethodRepository' => '?',
'App\\Repository\\DiscountRepository' => '?',
'App\\Repository\\DocumentTypeRepository' => '?',
'App\\Repository\\JournalRepository' => '?',
'App\\Repository\\ManagerRepository' => '?',
'App\\Repository\\OrderIndexRepository' => '?',
'App\\Repository\\OrderItemRepository' => '?',
'App\\Repository\\OrderRepository' => '?',
'App\\Repository\\OrderStatusRepository' => '?',
'App\\Repository\\OrganizationRepository' => '?',
'App\\Repository\\PriceGroupRepository' => '?',
'App\\Repository\\PriceTypeRepository' => '?',
'App\\Repository\\PriceTypeTranslationRepository' => '?',
'App\\Repository\\ProductAttachmentRepository' => '?',
'App\\Repository\\ProductBoxingRepository' => '?',
'App\\Repository\\ProductCategoryRepository' => '?',
'App\\Repository\\ProductComponentRepository' => '?',
'App\\Repository\\ProductFavoriteRepository' => '?',
'App\\Repository\\ProductGalleryRepository' => '?',
'App\\Repository\\ProductIndexRepository' => '?',
'App\\Repository\\ProductLabelRepository' => '?',
'App\\Repository\\ProductPriceRepository' => '?',
'App\\Repository\\ProductRelatedRepository' => '?',
'App\\Repository\\ProductRepository' => '?',
'App\\Repository\\ProductTypeRepository' => '?',
'App\\Repository\\ProductVariantRepository' => '?',
'App\\Repository\\PromoLabelRepository' => '?',
'App\\Repository\\PromoLabelTranslationRepository' => '?',
'App\\Repository\\PropertyRepository' => '?',
'App\\Repository\\PropertyValueRepository' => '?',
'App\\Repository\\RegionRepository' => '?',
'App\\Repository\\ShippingRepository' => '?',
'App\\Repository\\SignupRequestRepository' => '?',
'App\\Repository\\StoreMapRepository' => '?',
'App\\Repository\\TradeMarkRepository' => '?',
'App\\Repository\\UomRepository' => '?',
'App\\Repository\\UserRepository' => '?',
'App\\Repository\\UserRequestFeedRepository' => '?',
'App\\Repository\\UserRequestRepository' => '?',
'App\\Repository\\WaitListRepository' => '?',
'App\\Zet\\ContentBundle\\Repository\\BannerRepository' => '?',
'App\\Zet\\ContentBundle\\Repository\\CategoryRepository' => '?',
'App\\Zet\\ContentBundle\\Repository\\ContentBlockRepository' => '?',
'App\\Zet\\ContentBundle\\Repository\\ContentRepository' => '?',
'App\\Zet\\CrossBundle\\Repository\\BrandSynonymRepository' => '?',
'App\\Zet\\CrossBundle\\Repository\\CrossListItemRepository' => '?',
'App\\Zet\\CrossBundle\\Repository\\CrossListRepository' => '?',
'App\\Zet\\CrossBundle\\Repository\\PriceListItemRepository' => '?',
'App\\Zet\\CrossBundle\\Repository\\PriceListRepository' => '?',
'App\\Zet\\CrossBundle\\Repository\\ProductCrossRepository' => '?',
'App\\Zet\\CrossBundle\\Repository\\Tcd\\TcdBrandRepository' => '?',
'App\\Zet\\CrossBundle\\Repository\\Tcd\\TcdCrossRepository' => '?',
'App\\Zet\\DeliveryServiceBundle\\Repository\\DeliveryCityRepository' => '?',
'App\\Zet\\DeliveryServiceBundle\\Repository\\DeliveryPointRepository' => '?',
'App\\Zet\\DeliveryServiceBundle\\Repository\\DeliveryServiceRepository' => '?',
'App\\Zet\\ImageCrawler\\Repository\\CrawlerSemaphoreRepository' => '?',
'App\\Zet\\ImageCrawler\\Repository\\CrawlerSettingRepository' => '?',
'App\\Zet\\V8Bundle\\Repository\\Entity1CRepository' => '?',
])));
$a->addCustomStringFunction('ifnull', 'App\\DQL\\IfNull');
$a->addCustomStringFunction('FIRST', 'App\\DQL\\FirstFunction');
$a->addCustomStringFunction('WEEK', 'DoctrineExtensions\\Query\\Mysql\\Week');
$a->addCustomStringFunction('MONTH', 'DoctrineExtensions\\Query\\Mysql\\Month');
$a->addCustomStringFunction('YEAR', 'DoctrineExtensions\\Query\\Mysql\\Year');
$a->addCustomStringFunction('DATEDIFF', 'DoctrineExtensions\\Query\\Mysql\\DateDiff');
$a->addCustomStringFunction('DATEDADD', 'DoctrineExtensions\\Query\\Mysql\\DateAdd');
$a->addCustomStringFunction('NOW', 'DoctrineExtensions\\Query\\Mysql\\Now');
$a->addCustomStringFunction('TIMESTAMPDIFF', 'DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
$instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'error_controller' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ErrorController
*/
protected function getErrorControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($a, true)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true)));
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$a = new \Symfony\Bridge\Monolog\Logger('event');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(new \Monolog\Handler\NullHandler());
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$instance->addListener('app.batch.changed', [0 => function () {
return ($this->privates['product_batch_listener'] ?? $this->getProductBatchListenerService());
}, 1 => 'onAppBatchChanged'], 0);
$instance->addListener('app.batch.changed', [0 => function () {
return ($this->privates['order_batch_listener'] ?? $this->getOrderBatchListenerService());
}, 1 => 'onAppBatchChanged'], 0);
$instance->addListener('app.snapshot.processed', [0 => function () {
return ($this->privates['product_shapshot_listener'] ?? $this->getProductShapshotListenerService());
}, 1 => 'onAppSnapshotProcessed'], 0);
$instance->addListener('app.batch.changed', [0 => function () {
return ($this->privates['journal_batch_listener'] ?? $this->getJournalBatchListenerService());
}, 1 => 'onAppBatchChanged'], 0);
$instance->addListener('app.batch.changed', [0 => function () {
return ($this->privates['customer_batch_listener'] ?? $this->getCustomerBatchListenerService());
}, 1 => 'onAppBatchChanged'], 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('kernel.exception', [0 => function () {
return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->getExceptionListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->getCrudResponseListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('FOS\\ElasticaBundle\\Event\\PostIndexPopulateEvent', [0 => function () {
return ($this->privates['fos_elastica.populate_listener'] ?? $this->getFosElastica_PopulateListenerService());
}, 1 => 'onPostIndexPopulate'], -9999);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['App\\Subscriber\\ExceptionSubscriber'] ?? $this->getExceptionSubscriberService());
}, 1 => 'onKernelException'], 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->getConsole_ErrorListenerService());
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
}, 1 => 'onMessage'], -255);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
}, 1 => 'onMessage'], -255);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
}, 1 => 'onMessageFailed'], 100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
}, 1 => 'onMessageFailed'], 200);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
}, 1 => 'onWorkerRunning'], 100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
}, 1 => 'onWorkerStarted'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnSigtermSignalListenerService());
}, 1 => 'onWorkerStarted'], 100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
}, 1 => 'onMessageFailed'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
}, 1 => 'onNotification'], -255);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
}, 1 => 'onMessage'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onTerminate'], -255);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
}, 1 => 'configure'], 1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelController'], -128);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
}, 1 => 'onWorkerMessageHandled'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
}, 1 => 'onWorkerMessageFailed'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
}, 1 => 'onVoterVote'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'configureLogoutUrlGenerator'], 8);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
}, 1 => 'resetAssets'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
}, 1 => 'handleLegacyEaContext'], 10);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
}, 1 => 'onKernelController'], 128);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
}, 1 => 'onException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
}, 1 => 'onTerminate'], 0);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
}, 1 => 'onException'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
}, 1 => 'onTerminate'], 0);
$instance->addListener('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('FOS\\ElasticaBundle\\Persister\\Event\\PreInsertObjectsEvent', [0 => function () {
return ($this->privates['fos_elastica.filter_objects_listener'] ?? $this->getFosElastica_FilterObjectsListenerService());
}, 1 => 'filterObjects'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
$instance->addListener('knp_pager.items', [0 => function () {
return ($this->privates['fos_elastica.paginator.subscriber'] ?? $this->getFosElastica_Paginator_SubscriberService());
}, 1 => 'items'], 1);
return $instance;
}
/**
* Gets the public 'fos_elastica.client.default' shared service.
*
* @return \FOS\ElasticaBundle\Elastica\Client
*/
protected function getFosElastica_Client_DefaultService()
{
$this->services['fos_elastica.client.default'] = $instance = new \FOS\ElasticaBundle\Elastica\Client(['connections' => [0 => ['url' => $this->getEnv('ELASTICSEARCH_URL'), 'transport' => 'Http', 'curl' => ['CURLOPT_SSL_VERIFYPEER' => false, 'CURLOPT_SSL_VERIFYHOST' => false], 'http_error_codes' => [0 => 400, 1 => 403, 2 => 404], 'ssl' => false, 'logger' => 'fos_elastica.logger', 'compression' => false, 'headers' => [], 'retryOnConflict' => 0, 'persistent' => true]], 'connectionStrategy' => 'Simple'], NULL);
$instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
$instance->setLogger(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService()));
return $instance;
}
/**
* Gets the public 'fos_elastica.index.v25_product' shared service.
*
* @return \FOS\ElasticaBundle\Elastica\Index
*/
protected function getFosElastica_Index_V25ProductService()
{
return $this->services['fos_elastica.index.v25_product'] = ($this->services['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService())->getIndex('v25_product');
}
/**
* 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'];
}
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())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
yield 4 => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->getAdminContextResolverService());
yield 5 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
yield 6 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
yield 7 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
yield 8 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
}, 9)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
}
/**
* Gets the public 'knp_paginator' shared service.
*
* @return \Knp\Component\Pager\Paginator
*/
protected function getKnpPaginatorService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getKnpPaginatorService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
$instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$instance->setDefaultPaginatorOptions(['pageParameterName' => 'page', 'sortFieldParameterName' => 'sort', 'sortDirectionParameterName' => 'direction', 'filterFieldParameterName' => 'filterField', 'filterValueParameterName' => 'filterValue', 'distinct' => false, 'pageOutOfRange' => 'ignore', 'defaultLimit' => 10]);
return $instance;
}
/**
* Gets the public 'messenger.default_bus' shared service.
*
* @return \Symfony\Component\Messenger\TraceableMessageBus
*/
protected function getMessenger_DefaultBusService()
{
return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
yield 1 => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
}, 7)));
}
/**
* Gets the public 'monolog.logger.deprecation' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_DeprecationService()
{
$this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService()
{
return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService()
{
$a = new \Symfony\Bridge\Monolog\Logger('router');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', false],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'uk');
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the public 'routing.loader' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
*/
protected function getRouting_LoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
$a = new \Symfony\Component\Config\Loader\LoaderResolver();
$b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)));
$c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
$a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'kernel' => ['services', 'kernel', 'getKernelService', false],
], [
'kernel' => 'App\\Kernel',
]), 'dev'));
$a->addLoader($c);
$a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b, $c));
$a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b, $c));
return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
}
/**
* Gets the public 'services_resetter' shared service.
*
* @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
*/
protected function getServicesResetterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
if (isset($this->services['cache.app'])) {
yield 'cache.app' => ($this->services['cache.app'] ?? null);
}
if (isset($this->services['cache.system'])) {
yield 'cache.system' => ($this->services['cache.system'] ?? null);
}
if (isset($this->privates['cache.validator'])) {
yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
}
if (isset($this->privates['cache.serializer'])) {
yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
}
if (isset($this->privates['cache.annotations'])) {
yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
}
if (isset($this->privates['cache.property_info'])) {
yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
}
if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
}
if (isset($this->privates['.debug.http_client'])) {
yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
}
if (isset($this->privates['mailer.message_logger_listener'])) {
yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
}
if (isset($this->privates['debug.stopwatch'])) {
yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
}
if (isset($this->services['event_dispatcher'])) {
yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
}
if (isset($this->privates['session_listener'])) {
yield 'session_listener' => ($this->privates['session_listener'] ?? null);
}
if (isset($this->privates['form.choice_list_factory.cached'])) {
yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
}
if (isset($this->services['cache.validator_expression_language'])) {
yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
}
if (isset($this->privates['messenger.transport.in_memory.factory'])) {
yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
}
if (isset($this->services['.container.private.profiler'])) {
yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
}
if (isset($this->services['.container.private.validator'])) {
yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
}
if (isset($this->privates['twig.form.engine'])) {
yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
}
if (isset($this->privates['monolog.handler.main'])) {
yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
}
if (isset($this->privates['monolog.handler.console'])) {
yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
}
if (isset($this->services['doctrine'])) {
yield 'doctrine' => ($this->services['doctrine'] ?? null);
}
if (isset($this->privates['form.type.entity'])) {
yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
}
if (isset($this->services['.container.private.security.token_storage'])) {
yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
}
if (isset($this->privates['cache.security_expression_language'])) {
yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
}
if (isset($this->privates['debug.security.firewall'])) {
yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
}
if (isset($this->privates['webpack_encore.tag_renderer'])) {
yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
}
if (isset($this->privates['cache.webpack_encore'])) {
yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
}
if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
}
if (isset($this->privates['swiftmailer.email_sender.listener'])) {
yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
}
if (isset($this->privates['.debug.http_client'])) {
yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
}
}, function () {
return 0 + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener'])) + (int) (isset($this->privates['.debug.http_client']));
}), ['cache.app' => [0 => 'reset'], 'cache.system' => [0 => 'reset'], 'cache.validator' => [0 => 'reset'], 'cache.serializer' => [0 => 'reset'], 'cache.annotations' => [0 => 'reset'], 'cache.property_info' => [0 => 'reset'], 'cache.messenger.restart_workers_signal' => [0 => 'reset'], 'http_client' => [0 => '?reset'], 'mailer.message_logger_listener' => [0 => 'reset'], 'debug.stopwatch' => [0 => 'reset'], 'debug.event_dispatcher' => [0 => 'reset'], 'session_listener' => [0 => 'reset'], 'form.choice_list_factory.cached' => [0 => 'reset'], 'cache.validator_expression_language' => [0 => 'reset'], 'messenger.transport.in_memory.factory' => [0 => 'reset'], 'profiler' => [0 => 'reset'], 'debug.validator' => [0 => 'reset'], 'twig.form.engine' => [0 => 'reset'], 'monolog.handler.main' => [0 => 'reset'], 'monolog.handler.console' => [0 => 'reset'], 'doctrine' => [0 => 'reset'], 'form.type.entity' => [0 => 'reset'], 'security.token_storage' => [0 => 'disableUsageTracking', 1 => 'setToken'], 'cache.security_expression_language' => [0 => 'reset'], 'debug.security.firewall' => [0 => 'reset'], 'webpack_encore.tag_renderer' => [0 => 'reset'], 'cache.webpack_encore' => [0 => 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [0 => 'reset'], 'swiftmailer.email_sender.listener' => [0 => 'reset'], '.debug.http_client' => [0 => 'reset']]);
}
/**
* Gets the public 'swiftmailer.mailer.default' shared service.
*
* @return \Swift_Mailer
*/
protected function getSwiftmailer_Mailer_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
}
/**
* Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
*
* @return \Swift_Transport
*/
protected function getSwiftmailer_Mailer_Default_Transport_RealService()
{
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp', 'url' => $this->getEnv('MAILER_URL'), 'username' => 'noreply@zetlab.com.ua', 'password' => 'D8V1Im7Ao22B', 'host' => 'mx1.mirohost.net', 'port' => 25, 'timeout' => 30, 'source_ip' => NULL, 'local_domain' => NULL, 'encryption' => NULL, 'auth_mode' => NULL, 'command' => '/usr/sbin/sendmail -t -i ', 'stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
}
/**
* Gets the public 'swiftmailer.transport' shared service.
*
* @return \Swift_Transport_SpoolTransport
*/
protected function getSwiftmailer_TransportService()
{
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ConfigurableSpool.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/FileSpool.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
return $this->services['swiftmailer.transport'] = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_FileSpool((\dirname(__DIR__, 3).'/spool/default')));
}
/**
* Gets the public 'translator' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslatorService()
{
return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* Gets the public 'var_dumper.cloner' shared service.
*
* @return \Symfony\Component\VarDumper\Cloner\VarCloner
*/
protected function getVarDumper_ClonerService()
{
$this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
$instance->setMaxItems(2500);
$instance->setMinDepth(1);
$instance->setMaxString(-1);
$instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
return $instance;
}
/**
* Gets the public 'vich_uploader.download_handler' shared service.
*
* @return \Vich\UploaderBundle\Handler\DownloadHandler
*/
protected function getVichUploader_DownloadHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
return $this->services['vich_uploader.download_handler'] = new \Vich\UploaderBundle\Handler\DownloadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
}
/**
* Gets the public 'vich_uploader.form.type.file' shared service.
*
* @return \Vich\UploaderBundle\Form\Type\VichFileType
*/
protected function getVichUploader_Form_Type_FileService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
return $this->services['vich_uploader.form.type.file'] = new \Vich\UploaderBundle\Form\Type\VichFileType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()), ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the public 'vich_uploader.form.type.image' shared service.
*
* @return \Vich\UploaderBundle\Form\Type\VichImageType
*/
protected function getVichUploader_Form_Type_ImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
return $this->services['vich_uploader.form.type.image'] = new \Vich\UploaderBundle\Form\Type\VichImageType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()), ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), NULL);
}
/**
* Gets the public 'vich_uploader.upload_handler' shared service.
*
* @return \Vich\UploaderBundle\Handler\UploadHandler
*/
protected function getVichUploader_UploadHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['vich_uploader.upload_handler'])) {
return $this->services['vich_uploader.upload_handler'];
}
$b = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
return $this->services['vich_uploader.upload_handler'] = new \Vich\UploaderBundle\Handler\UploadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), $b, new \Vich\UploaderBundle\Injector\FileInjector($b), $a);
}
/**
* Gets the public 'web_profiler.controller.exception_panel' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
*/
protected function getWebProfiler_Controller_ExceptionPanelService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
}
/**
* Gets the public 'web_profiler.controller.profiler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
*/
protected function getWebProfiler_Controller_ProfilerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__, 4));
}
/**
* Gets the public 'web_profiler.controller.router' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
*/
protected function getWebProfiler_Controller_RouterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
}, 1));
}
/**
* Gets the private '.console.command.about.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_About_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project', false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
});
}
/**
* Gets the private '.console.command.assets_install.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_AssetsInstall_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory', false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
});
}
/**
* Gets the private '.console.command.cache_clear.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CacheClear_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
});
}
/**
* Gets the private '.console.command.cache_pool_clear.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolClear_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
});
}
/**
* Gets the private '.console.command.cache_pool_delete.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolDelete_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
});
}
/**
* Gets the private '.console.command.cache_pool_list.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolList_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
});
}
/**
* Gets the private '.console.command.cache_pool_prune.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolPrune_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
});
}
/**
* Gets the private '.console.command.cache_warmup.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CacheWarmup_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
});
}
/**
* Gets the private '.console.command.config_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ConfigDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
});
}
/**
* Gets the private '.console.command.config_dump_reference.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ConfigDumpReference_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
});
}
/**
* Gets the private '.console.command.container_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ContainerDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
});
}
/**
* Gets the private '.console.command.container_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ContainerLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
});
}
/**
* Gets the private '.console.command.debug_autowiring.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_DebugAutowiring_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring', false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
});
}
/**
* Gets the private '.console.command.dotenv_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_DotenvDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values', false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
});
}
/**
* Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_EventDispatcherDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application', false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
});
}
/**
* Gets the private '.console.command.form_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_FormDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information', false, function (): \Symfony\Component\Form\Command\DebugCommand {
return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
});
}
/**
* Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerConsumeMessages_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.messenger_consume_messages.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:consume', [], 'Consume messages', false, function (): \Symfony\Component\Messenger\Command\ConsumeMessagesCommand {
return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
});
}
/**
* Gets the private '.console.command.messenger_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.messenger_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:messenger', [], 'List messages you can dispatch using the message buses', false, function (): \Symfony\Component\Messenger\Command\DebugCommand {
return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
});
}
/**
* Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerSetupTransports_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.messenger_setup_transports.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:setup-transports', [], 'Prepare the required infrastructure for the transport', false, function (): \Symfony\Component\Messenger\Command\SetupTransportsCommand {
return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
});
}
/**
* Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerStopWorkers_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.messenger_stop_workers.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:stop-workers', [], 'Stop workers after their current message', false, function (): \Symfony\Component\Messenger\Command\StopWorkersCommand {
return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
});
}
/**
* Gets the private '.console.command.router_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_RouterDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application', false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
});
}
/**
* Gets the private '.console.command.router_match.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_RouterMatch_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match', false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
});
}
/**
* Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
});
}
/**
* Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
});
}
/**
* Gets the private '.console.command.secrets_generate_key.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsGenerateKey_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
});
}
/**
* Gets the private '.console.command.secrets_list.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsList_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
});
}
/**
* Gets the private '.console.command.secrets_remove.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsRemove_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
});
}
/**
* Gets the private '.console.command.secrets_set.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsSet_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
});
}
/**
* Gets the private '.console.command.translation_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information', false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
});
}
/**
* Gets the private '.console.command.translation_extract.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationExtract_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [0 => 'translation:update'], 'Extract missing translations keys from code to translation files.', false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
});
}
/**
* Gets the private '.console.command.translation_pull.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationPull_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.', false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
});
}
/**
* Gets the private '.console.command.translation_push.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationPush_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.', false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
});
}
/**
* Gets the private '.console.command.validator_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ValidatorDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes', false, function (): \Symfony\Component\Validator\Command\DebugCommand {
return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
});
}
/**
* Gets the private '.console.command.xliff_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_XliffLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors', false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
});
}
/**
* Gets the private '.console.command.yaml_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_YamlLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors', false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
});
}
/**
* Gets the private '.debug.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\TraceableHttpClient
*/
protected function get_Debug_HttpClientService()
{
$a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
$b = new \Symfony\Bridge\Monolog\Logger('http_client');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setLogger($b);
return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private '.errored..service_locator.2dc0eaX.EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore
*/
protected function getKeyValueStoreService()
{
$this->throw('Cannot autowire service ".service_locator.2dc0eaX": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.3on9uHL.EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection
*/
protected function getFieldCollectionService()
{
$this->throw('Cannot autowire service ".service_locator.3on9uHL": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.3on9uHL.EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection
*/
protected function getFilterCollectionService()
{
$this->throw('Cannot autowire service ".service_locator.3on9uHL": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.3on9uHL.EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto
*/
protected function getEntityDtoService()
{
$this->throw('Cannot autowire service ".service_locator.3on9uHL": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.3on9uHL.EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto
*/
protected function getSearchDtoService()
{
$this->throw('Cannot autowire service ".service_locator.3on9uHL": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.4C0Bh8j.EasyCorp\Bundle\EasyAdminBundle\Config\Crud' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Config\Crud
*/
protected function getCrudService()
{
$this->throw('Cannot autowire service ".service_locator.4C0Bh8j": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.CKlWSja.EasyCorp\Bundle\EasyAdminBundle\Config\Actions' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Config\Actions
*/
protected function getActionsService()
{
$this->throw('Cannot autowire service ".service_locator.CKlWSja": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
*
* @return \Symfony\Component\Config\Loader\LoaderInterface
*/
protected function getLoaderInterfaceService()
{
$this->throw('Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
}
/**
* Gets the private '.errored..service_locator.Nt.ogDb.EasyCorp\Bundle\EasyAdminBundle\Config\Filters' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Config\Filters
*/
protected function getFiltersService()
{
$this->throw('Cannot autowire service ".service_locator.Nt.ogDb": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.U4Bbnsn.EasyCorp\Bundle\EasyAdminBundle\Config\Assets' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Config\Assets
*/
protected function getAssetsService()
{
$this->throw('Cannot autowire service ".service_locator.U4Bbnsn": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.ZOQ9v2d.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
*/
protected function getAdminContextService()
{
$this->throw('Cannot autowire service ".service_locator.ZOQ9v2d": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.bgO__Zr.EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore
*/
protected function getKeyValueStore2Service()
{
$this->throw('Cannot autowire service ".service_locator.bgO__Zr": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.bgO__Zr.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
*/
protected function getAdminContext2Service()
{
$this->throw('Cannot autowire service ".service_locator.bgO__Zr": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.bgO__Zr.EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto
*/
protected function getEntityDto2Service()
{
$this->throw('Cannot autowire service ".service_locator.bgO__Zr": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.q6hA_O0.Symfony\Component\Security\Core\User\UserInterface' shared service.
*
* @return \Symfony\Component\Security\Core\User\UserInterface
*/
protected function getUserInterfaceService()
{
$this->throw('Cannot autowire service ".service_locator.q6hA_O0": it references interface "Symfony\\Component\\Security\\Core\\User\\UserInterface" but no such service exists. Did you create a class that implements this interface?');
}
/**
* Gets the private '.maker.auto_command.make_auth.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeAuth_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
});
}
/**
* Gets the private '.maker.auto_command.make_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
});
}
/**
* Gets the private '.maker.auto_command.make_controller.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeController_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
});
}
/**
* Gets the private '.maker.auto_command.make_crud.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeCrud_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
});
}
/**
* Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
});
}
/**
* Gets the private '.maker.auto_command.make_entity.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeEntity_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
});
}
/**
* Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
});
}
/**
* Gets the private '.maker.auto_command.make_form.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeForm_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
});
}
/**
* Gets the private '.maker.auto_command.make_message.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMessage_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
});
}
/**
* Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
});
}
/**
* Gets the private '.maker.auto_command.make_migration.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMigration_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
});
}
/**
* Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
});
}
/**
* Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
});
}
/**
* Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
});
}
/**
* Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
});
}
/**
* Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
});
}
/**
* Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
});
}
/**
* Gets the private '.maker.auto_command.make_test.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeTest_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [0 => 'make:unit-test', 1 => 'make:functional-test'], 'Creates a new test class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
});
}
/**
* Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
});
}
/**
* Gets the private '.maker.auto_command.make_user.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeUser_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
});
}
/**
* Gets the private '.maker.auto_command.make_validator.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeValidator_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
});
}
/**
* Gets the private '.maker.auto_command.make_voter.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeVoter_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
});
}
/**
* Gets the private '.messenger.handler_descriptor.1BoSXbZ' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_1BoSXbZService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/BrandMessageHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.1BoSXbZ'])) {
return $this->privates['.messenger.handler_descriptor.1BoSXbZ'];
}
$b = ($this->privates['App\\Util\\BrandHandler'] ?? $this->getBrandHandlerService());
if (isset($this->privates['.messenger.handler_descriptor.1BoSXbZ'])) {
return $this->privates['.messenger.handler_descriptor.1BoSXbZ'];
}
$c = ($this->privates['App\\Zet\\CrossBundle\\Util\\CrossHandler'] ?? $this->getCrossHandlerService());
if (isset($this->privates['.messenger.handler_descriptor.1BoSXbZ'])) {
return $this->privates['.messenger.handler_descriptor.1BoSXbZ'];
}
$d = ($this->privates['App\\Zet\\CrossBundle\\Util\\PriceHandler'] ?? $this->getPriceHandlerService());
if (isset($this->privates['.messenger.handler_descriptor.1BoSXbZ'])) {
return $this->privates['.messenger.handler_descriptor.1BoSXbZ'];
}
return $this->privates['.messenger.handler_descriptor.1BoSXbZ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\BrandMessageHandler($a, $b, $c, $d), []);
}
/**
* Gets the private '.messenger.handler_descriptor.50PhWJg' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_50PhWJgService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/DumpMessageHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.50PhWJg'])) {
return $this->privates['.messenger.handler_descriptor.50PhWJg'];
}
$b = ($this->privates['App\\Util\\DumpCatalogHandler'] ?? $this->getDumpCatalogHandlerService());
if (isset($this->privates['.messenger.handler_descriptor.50PhWJg'])) {
return $this->privates['.messenger.handler_descriptor.50PhWJg'];
}
return $this->privates['.messenger.handler_descriptor.50PhWJg'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\DumpMessageHandler($a, $b), []);
}
/**
* Gets the private '.messenger.handler_descriptor.7CQ6wmI' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_7CQ6wmIService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Zet/CrossBundle/MessageHandler/UploadMessageHandler.php';
$a = ($this->privates['App\\Zet\\CrossBundle\\Util\\UploadHandler'] ?? $this->getUploadHandlerService());
if (isset($this->privates['.messenger.handler_descriptor.7CQ6wmI'])) {
return $this->privates['.messenger.handler_descriptor.7CQ6wmI'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.7CQ6wmI'])) {
return $this->privates['.messenger.handler_descriptor.7CQ6wmI'];
}
return $this->privates['.messenger.handler_descriptor.7CQ6wmI'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\Zet\CrossBundle\MessageHandler\UploadMessageHandler($a, $b), []);
}
/**
* Gets the private '.messenger.handler_descriptor.Byn6DL9' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_Byn6DL9Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Zet/CrossBundle/MessageHandler/AssignBrandMessageHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.Byn6DL9'])) {
return $this->privates['.messenger.handler_descriptor.Byn6DL9'];
}
$b = ($this->privates['App\\Zet\\CrossBundle\\Util\\CrossHandler'] ?? $this->getCrossHandlerService());
if (isset($this->privates['.messenger.handler_descriptor.Byn6DL9'])) {
return $this->privates['.messenger.handler_descriptor.Byn6DL9'];
}
return $this->privates['.messenger.handler_descriptor.Byn6DL9'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\Zet\CrossBundle\MessageHandler\AssignBrandMessageHandler($a, $b), []);
}
/**
* Gets the private '.messenger.handler_descriptor.Lml2ICs' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_Lml2ICsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
return $this->privates['.messenger.handler_descriptor.Lml2ICs'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Notifier\Messenger\MessageHandler(($this->privates['texter.transports'] ?? $this->getTexter_TransportsService())), []);
}
/**
* Gets the private '.messenger.handler_descriptor.XZowc.T' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_XZowc_TService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
$a = ($this->privates['texter.transports'] ?? $this->getTexter_TransportsService());
if (isset($this->privates['.messenger.handler_descriptor.XZowc.T'])) {
return $this->privates['.messenger.handler_descriptor.XZowc.T'];
}
return $this->privates['.messenger.handler_descriptor.XZowc.T'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Notifier\Messenger\MessageHandler($a), []);
}
/**
* Gets the private '.messenger.handler_descriptor.t3xPzKK' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_T3xPzKKService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Zet/ImageCrawler/MessageHandler/ImageMessageHandler.php';
include_once \dirname(__DIR__, 4).'/src/Zet/ImageCrawler/Util/ScrapHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.t3xPzKK'])) {
return $this->privates['.messenger.handler_descriptor.t3xPzKK'];
}
$b = ($this->privates['App\\Util\\ImageHandler'] ?? $this->getImageHandlerService());
if (isset($this->privates['.messenger.handler_descriptor.t3xPzKK'])) {
return $this->privates['.messenger.handler_descriptor.t3xPzKK'];
}
return $this->privates['.messenger.handler_descriptor.t3xPzKK'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\Zet\ImageCrawler\MessageHandler\ImageMessageHandler($a, new \App\Zet\ImageCrawler\Util\ScrapHandler($a, ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), $b)), []);
}
/**
* Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Transports.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport.php';
return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
yield 0 => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
yield 1 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
yield 2 => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
yield 3 => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
}, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')])), []);
}
/**
* Gets the private '.messenger.handler_descriptor.vMw0m61' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_VMw0m61Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/Transport/Transports.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/Transport.php';
return $this->privates['.messenger.handler_descriptor.vMw0m61'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Notifier\Messenger\MessageHandler((new \Symfony\Component\Notifier\Transport(new RewindableGenerator(function () {
yield 0 => ($this->privates['notifier.transport_factory.null'] ?? $this->getNotifier_TransportFactory_NullService());
}, 1)))->fromStrings([])), []);
}
/**
* Gets the private '.monolog.command.server_log.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Monolog_Command_ServerLog_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time', false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
});
}
/**
* Gets the private '.security.command.debug_firewall.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_DebugFirewall_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)', false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
});
}
/**
* Gets the private '.security.command.user_password_encoder.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_UserPasswordEncoder_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password', false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
});
}
/**
* Gets the private '.security.command.user_password_hash.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_UserPasswordHash_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password', false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
});
}
/**
* Gets the private '.service_locator.26dPuzW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_26dPuzWService()
{
return $this->privates['.service_locator.26dPuzW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'dataProcessor' => ['privates', 'App\\Zet\\V8Bundle\\Util\\V8DataProcessor', 'getV8DataProcessorService', false],
], [
'dataProcessor' => 'App\\Zet\\V8Bundle\\Util\\V8DataProcessor',
]);
}
/**
* Gets the private '.service_locator.2dc0eaX' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_2dc0eaXService()
{
return $this->privates['.service_locator.2dc0eaX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'responseParameters' => ['privates', '.errored..service_locator.2dc0eaX.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore', NULL, 'Cannot autowire service ".service_locator.2dc0eaX": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.'],
], [
'responseParameters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore',
]);
}
/**
* Gets the private '.service_locator.3on9uHL' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_3on9uHLService()
{
return $this->privates['.service_locator.3on9uHL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityDto' => ['privates', '.errored..service_locator.3on9uHL.EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto', NULL, 'Cannot autowire service ".service_locator.3on9uHL": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.'],
'fields' => ['privates', '.errored..service_locator.3on9uHL.EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection', NULL, 'Cannot autowire service ".service_locator.3on9uHL": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection" but no such service exists.'],
'filters' => ['privates', '.errored..service_locator.3on9uHL.EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection', NULL, 'Cannot autowire service ".service_locator.3on9uHL": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection" but no such service exists.'],
'searchDto' => ['privates', '.errored..service_locator.3on9uHL.EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto', NULL, 'Cannot autowire service ".service_locator.3on9uHL": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto" but no such service exists.'],
], [
'entityDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto',
'fields' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection',
'filters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection',
'searchDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto',
]);
}
/**
* Gets the private '.service_locator.4C0Bh8j' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_4C0Bh8jService()
{
return $this->privates['.service_locator.4C0Bh8j'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'crud' => ['privates', '.errored..service_locator.4C0Bh8j.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud', NULL, 'Cannot autowire service ".service_locator.4C0Bh8j": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud" but no such service exists.'],
], [
'crud' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud',
]);
}
/**
* Gets the private '.service_locator.Aj9CV5B' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Aj9CV5BService()
{
return $this->privates['.service_locator.Aj9CV5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Admin\\Controller\\AgreementCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\AgreementCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\AgreementCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\AgreementCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\AgreementCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\AgreementCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\AgreementCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\AgreementCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\AgreementCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\AgreementCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\AgreementCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\AgreementCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\AgreementCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\AgreementCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\AgreementCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\AgreementCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\AgreementCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\AgreementCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\AgreementCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\AgreementCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\ConstantCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ConstantCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\ConstantCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\ConstantCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\ConstantCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\ConstantCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\ConstantCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ConstantCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ConstantCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\ConstantCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ConstantCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ConstantCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ConstantCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\ConstantCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ConstantCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ConstantCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ConstantCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ConstantCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\ConstantCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ConstantCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\CrossListCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\CrossListCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\CrossListCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\CrossListCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\CrossListCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\CrossListCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CrossListCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CrossListCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\CrossListCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CrossListCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CrossListCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\CrossListCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\CrossListCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\CrossListItemCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListItemCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\CrossListItemCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\CrossListItemCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\CrossListItemCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\CrossListItemCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\CrossListItemCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CrossListItemCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CrossListItemCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\CrossListItemCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CrossListItemCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CrossListItemCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListItemCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\CrossListItemCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListItemCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListItemCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListItemCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListItemCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\CrossListItemCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListItemCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\CustomerCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\CustomerCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\CustomerCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\CustomerCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\CustomerCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\CustomerCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CustomerCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CustomerCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\CustomerCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CustomerCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CustomerCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\CustomerCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerCrudController::loadItemAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\CustomerCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\DashboardController::configureUserMenu' => ['privates', '.service_locator.q6hA_O0', 'get_ServiceLocator_Q6hAO0Service', false],
'App\\Admin\\Controller\\FileManagerCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\FileManagerCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\FileManagerCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\FileManagerCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\FileManagerCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\FileManagerCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\FileManagerCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\FileManagerCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\FileManagerCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\FileManagerCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\FileManagerCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\FileManagerCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\FileManagerCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\FileManagerCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\FileManagerCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\FileManagerCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\FileManagerCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\FileManagerCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\FileManagerCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\FileManagerCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\JournalCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\JournalCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\JournalCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\JournalCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\JournalCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\JournalCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\JournalCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\JournalCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\JournalCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\JournalCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\JournalCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\JournalCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\JournalCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\JournalCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\JournalCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\JournalCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\JournalCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\JournalCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\JournalCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\JournalCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\PriceGroupCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceGroupCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\PriceGroupCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\PriceGroupCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\PriceGroupCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\PriceGroupCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\PriceGroupCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\PriceGroupCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\PriceGroupCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\PriceGroupCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\PriceGroupCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\PriceGroupCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceGroupCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\PriceGroupCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceGroupCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceGroupCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceGroupCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceGroupCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\PriceGroupCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceGroupCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\PriceListCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\PriceListCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\PriceListCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\PriceListCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\PriceListCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\PriceListCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\PriceListCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\PriceListCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\PriceListCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\PriceListCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\PriceListCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\PriceListCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\PriceListCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\PriceListItemCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListItemCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\PriceListItemCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\PriceListItemCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\PriceListItemCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\PriceListItemCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\PriceListItemCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\PriceListItemCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\PriceListItemCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\PriceListItemCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\PriceListItemCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\PriceListItemCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListItemCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\PriceListItemCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListItemCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListItemCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListItemCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListItemCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\PriceListItemCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListItemCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\ProductCrossCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrossCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\ProductCrossCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\ProductCrossCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\ProductCrossCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\ProductCrossCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\ProductCrossCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ProductCrossCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ProductCrossCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\ProductCrossCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ProductCrossCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ProductCrossCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrossCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\ProductCrossCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrossCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrossCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrossCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrossCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\ProductCrossCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrossCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\ProductCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\ProductCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\ProductCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\ProductCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\ProductCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\ProductCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ProductCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ProductCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\ProductCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ProductCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ProductCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\ProductCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrudController::loadFileAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrudController::loadItemAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\ProductCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\RegionCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\RegionCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\RegionCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\RegionCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\RegionCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\RegionCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\RegionCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\RegionCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\RegionCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\RegionCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\RegionCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\RegionCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\RegionCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\RegionCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\RegionCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\RegionCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\RegionCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\RegionCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\RegionCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\RegionCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController::sendAlertToEmail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::assignAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\SignupRequestCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\SignupRequestCrudController::cancelRequestAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\SignupRequestCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\SignupRequestCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\SignupRequestCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\SignupRequestCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\SignupRequestCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\SignupRequestCrudController::createCustomerAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\SignupRequestCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\SignupRequestCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\SignupRequestCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\SignupRequestCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\SignupRequestCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\SignupRequestCrudController::createUserAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\SignupRequestCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\SignupRequestCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\SignupRequestCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\SignupRequestCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\SignupRequestCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\SignupRequestCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\SignupRequestCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\SignupRequestCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\SignupRequestCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\UserCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\UserCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\UserCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\UserCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\UserCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\UserCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\UserCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\UserCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\UserCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\UserCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\UserCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\UserCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\UserCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\UserCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\UserCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\UserCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\UserCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\UserCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\UserCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\UserCrudController::sendInviteAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\UserCrudController::unDeleteAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\UserCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\WaitListCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\WaitListCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\WaitListCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\WaitListCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\WaitListCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\WaitListCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\WaitListCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\WaitListCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\WaitListCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\WaitListCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\WaitListCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\WaitListCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\WaitListCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\WaitListCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\WaitListCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\WaitListCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\WaitListCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\WaitListCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\WaitListCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\WaitListCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\DefaultController::restAction' => ['privates', '.service_locator.tgZ0mBW', 'get_ServiceLocator_TgZ0mBWService', false],
'App\\Controller\\Inner\\CabinetController::createDumpAction' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\Inner\\CabinetController::createDumpToken' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\Inner\\CabinetController::downloadDumpAction' => ['privates', '.service_locator.kmEkOtF', 'get_ServiceLocator_KmEkOtFService', false],
'App\\Controller\\Inner\\CabinetController::dumpSettingAction' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\Inner\\CabinetController::journalAction' => ['privates', '.service_locator.z4vVS.d', 'get_ServiceLocator_Z4vVS_DService', false],
'App\\Controller\\Inner\\CartUploadController::indexAction' => ['privates', '.service_locator.z4vVS.d', 'get_ServiceLocator_Z4vVS_DService', false],
'App\\Controller\\Inner\\CatalogController::indexAction' => ['privates', '.service_locator.z4vVS.d', 'get_ServiceLocator_Z4vVS_DService', false],
'App\\Controller\\Inner\\CatalogController::toggleFavoriteAction' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\Inner\\ContentController::indexAction' => ['privates', '.service_locator.z4vVS.d', 'get_ServiceLocator_Z4vVS_DService', false],
'App\\Controller\\Inner\\OrderController::indexAction' => ['privates', '.service_locator.z4vVS.d', 'get_ServiceLocator_Z4vVS_DService', false],
'App\\Controller\\Inner\\UserController::loginAction' => ['privates', '.service_locator.jFYchC.', 'get_ServiceLocator_JFYchC_Service', false],
'App\\Controller\\Inner\\UserController::setPasswordAction' => ['privates', '.service_locator.pwZ6MTM', 'get_ServiceLocator_PwZ6MTMService', false],
'App\\Controller\\Inner\\UserController::userAction' => ['privates', '.service_locator.kmEkOtF', 'get_ServiceLocator_KmEkOtFService', false],
'App\\Controller\\Inner\\WaitListController::waitListAction' => ['privates', '.service_locator.z4vVS.d', 'get_ServiceLocator_Z4vVS_DService', false],
'App\\Controller\\SecurityController::login' => ['privates', '.service_locator.UDgw6Ol', 'get_ServiceLocator_UDgw6OlService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\ContentBundle\\Controller\\DefaultController::view' => ['privates', '.service_locator.P85AZe3', 'get_ServiceLocator_P85AZe3Service', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::importAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\ManagerBundle\\Controller\\CartController::indexAction' => ['privates', '.service_locator.z4vVS.d', 'get_ServiceLocator_Z4vVS_DService', false],
'App\\Zet\\ManagerBundle\\Controller\\UserController::indexAction' => ['privates', '.service_locator.z4vVS.d', 'get_ServiceLocator_Z4vVS_DService', false],
'App\\Zet\\ManagerBundle\\Controller\\UserController::updateAction' => ['privates', '.service_locator.pQ80N3F', 'get_ServiceLocator_PQ80N3FService', false],
'App\\Zet\\ManagerBundle\\Controller\\UserRequestController::fileDownloadAction' => ['privates', '.service_locator.kmEkOtF', 'get_ServiceLocator_KmEkOtFService', false],
'App\\Zet\\ManagerBundle\\Controller\\UserRequestController::indexAction' => ['privates', '.service_locator.z4vVS.d', 'get_ServiceLocator_Z4vVS_DService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::fixAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::compareEntityAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::exportDataByIdAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::forceEntityAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::importDataAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::refreshEntityAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::showLogAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::synchronizeAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\V8Bundle\\Controller\\AdminUtilityController::getEntityClasses' => ['privates', '.service_locator.26dPuzW', 'get_ServiceLocator_26dPuzWService', false],
'App\\Zet\\V8Bundle\\Controller\\AdminUtilityController::getEntityFields' => ['privates', '.service_locator.26dPuzW', 'get_ServiceLocator_26dPuzWService', false],
'Artgris\\Bundle\\FileManagerBundle\\Controller\\ManagerController::indexAction' => ['privates', '.service_locator.a6CYT61', 'get_ServiceLocator_A6CYT61Service', false],
'kernel::loadRoutes' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'kernel::registerContainerConfiguration' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'App\\Admin\\Controller\\AgreementCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\AgreementCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\AgreementCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\AgreementCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\AgreementCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\AgreementCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\AgreementCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\AgreementCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\AgreementCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\AgreementCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\AgreementCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\AgreementCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\AgreementCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\AgreementCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\AgreementCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\AgreementCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\AgreementCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\AgreementCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\AgreementCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\AgreementCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\BrandCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Catalog\\UomCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\ConstantCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ConstantCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\ConstantCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\ConstantCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\ConstantCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\ConstantCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\ConstantCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ConstantCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ConstantCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\ConstantCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ConstantCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ConstantCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ConstantCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\ConstantCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ConstantCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ConstantCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ConstantCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ConstantCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\ConstantCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ConstantCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\CrossListCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\CrossListCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\CrossListCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\CrossListCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\CrossListCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\CrossListCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CrossListCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CrossListCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\CrossListCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CrossListCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CrossListCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\CrossListCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\CrossListCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\CrossListItemCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListItemCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\CrossListItemCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\CrossListItemCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\CrossListItemCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\CrossListItemCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\CrossListItemCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CrossListItemCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CrossListItemCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\CrossListItemCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CrossListItemCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CrossListItemCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListItemCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\CrossListItemCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListItemCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListItemCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListItemCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListItemCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\CrossListItemCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CrossListItemCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\CustomerCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\CustomerCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\CustomerCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\CustomerCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\CustomerCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\CustomerCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CustomerCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CustomerCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\CustomerCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CustomerCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CustomerCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\CustomerCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerCrudController:loadItemAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\CustomerCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\CustomerSegmentCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\DashboardController:configureUserMenu' => ['privates', '.service_locator.q6hA_O0', 'get_ServiceLocator_Q6hAO0Service', false],
'App\\Admin\\Controller\\FileManagerCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\FileManagerCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\FileManagerCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\FileManagerCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\FileManagerCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\FileManagerCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\FileManagerCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\FileManagerCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\FileManagerCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\FileManagerCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\FileManagerCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\FileManagerCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\FileManagerCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\FileManagerCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\FileManagerCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\FileManagerCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\FileManagerCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\FileManagerCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\FileManagerCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\FileManagerCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\JournalCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\JournalCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\JournalCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\JournalCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\JournalCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\JournalCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\JournalCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\JournalCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\JournalCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\JournalCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\JournalCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\JournalCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\JournalCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\JournalCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\JournalCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\JournalCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\JournalCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\JournalCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\JournalCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\JournalCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\PriceGroupCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceGroupCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\PriceGroupCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\PriceGroupCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\PriceGroupCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\PriceGroupCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\PriceGroupCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\PriceGroupCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\PriceGroupCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\PriceGroupCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\PriceGroupCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\PriceGroupCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceGroupCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\PriceGroupCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceGroupCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceGroupCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceGroupCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceGroupCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\PriceGroupCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceGroupCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\PriceListCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\PriceListCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\PriceListCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\PriceListCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\PriceListCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\PriceListCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\PriceListCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\PriceListCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\PriceListCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\PriceListCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\PriceListCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\PriceListCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\PriceListCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\PriceListItemCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListItemCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\PriceListItemCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\PriceListItemCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\PriceListItemCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\PriceListItemCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\PriceListItemCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\PriceListItemCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\PriceListItemCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\PriceListItemCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\PriceListItemCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\PriceListItemCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListItemCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\PriceListItemCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListItemCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListItemCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListItemCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListItemCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\PriceListItemCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\PriceListItemCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\ProductCrossCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrossCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\ProductCrossCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\ProductCrossCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\ProductCrossCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\ProductCrossCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\ProductCrossCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ProductCrossCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ProductCrossCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\ProductCrossCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ProductCrossCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ProductCrossCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrossCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\ProductCrossCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrossCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrossCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrossCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrossCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\ProductCrossCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrossCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\ProductCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\ProductCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\ProductCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\ProductCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\ProductCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\ProductCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ProductCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ProductCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\ProductCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ProductCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ProductCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\ProductCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrudController:loadFileAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrudController:loadItemAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\ProductCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\ProductRelatedCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\RegionCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\RegionCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\RegionCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\RegionCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\RegionCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\RegionCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\RegionCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\RegionCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\RegionCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\RegionCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\RegionCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\RegionCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\RegionCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\RegionCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\RegionCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\RegionCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\RegionCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\RegionCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\RegionCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\RegionCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController:sendAlertToEmail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\AlertCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\BranchCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:assignAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\SignupRequestCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\SignupRequestCrudController:cancelRequestAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\SignupRequestCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\SignupRequestCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\SignupRequestCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\SignupRequestCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\SignupRequestCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\SignupRequestCrudController:createCustomerAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\SignupRequestCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\SignupRequestCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\SignupRequestCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\SignupRequestCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\SignupRequestCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\SignupRequestCrudController:createUserAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\SignupRequestCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\SignupRequestCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\SignupRequestCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\SignupRequestCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\SignupRequestCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\SignupRequestCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\SignupRequestCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\SignupRequestCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\SignupRequestCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\UserCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\UserCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\UserCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\UserCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\UserCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\UserCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\UserCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\UserCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\UserCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\UserCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\UserCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\UserCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\UserCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\UserCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\UserCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\UserCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\UserCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\UserCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\UserCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\UserCrudController:sendInviteAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\UserCrudController:unDeleteAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\UserCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\WaitListCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\WaitListCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Admin\\Controller\\WaitListCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Admin\\Controller\\WaitListCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Admin\\Controller\\WaitListCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Admin\\Controller\\WaitListCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Admin\\Controller\\WaitListCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\WaitListCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\WaitListCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Admin\\Controller\\WaitListCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\WaitListCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Admin\\Controller\\WaitListCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\WaitListCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\WaitListCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\WaitListCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\WaitListCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\WaitListCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\WaitListCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Admin\\Controller\\WaitListCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Admin\\Controller\\WaitListCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\DefaultController:restAction' => ['privates', '.service_locator.tgZ0mBW', 'get_ServiceLocator_TgZ0mBWService', false],
'App\\Controller\\Inner\\CabinetController:createDumpAction' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\Inner\\CabinetController:createDumpToken' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\Inner\\CabinetController:downloadDumpAction' => ['privates', '.service_locator.kmEkOtF', 'get_ServiceLocator_KmEkOtFService', false],
'App\\Controller\\Inner\\CabinetController:dumpSettingAction' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\Inner\\CabinetController:journalAction' => ['privates', '.service_locator.z4vVS.d', 'get_ServiceLocator_Z4vVS_DService', false],
'App\\Controller\\Inner\\CartUploadController:indexAction' => ['privates', '.service_locator.z4vVS.d', 'get_ServiceLocator_Z4vVS_DService', false],
'App\\Controller\\Inner\\CatalogController:indexAction' => ['privates', '.service_locator.z4vVS.d', 'get_ServiceLocator_Z4vVS_DService', false],
'App\\Controller\\Inner\\CatalogController:toggleFavoriteAction' => ['privates', '.service_locator.mzjt3rI', 'get_ServiceLocator_Mzjt3rIService', false],
'App\\Controller\\Inner\\ContentController:indexAction' => ['privates', '.service_locator.z4vVS.d', 'get_ServiceLocator_Z4vVS_DService', false],
'App\\Controller\\Inner\\OrderController:indexAction' => ['privates', '.service_locator.z4vVS.d', 'get_ServiceLocator_Z4vVS_DService', false],
'App\\Controller\\Inner\\UserController:loginAction' => ['privates', '.service_locator.jFYchC.', 'get_ServiceLocator_JFYchC_Service', false],
'App\\Controller\\Inner\\UserController:setPasswordAction' => ['privates', '.service_locator.pwZ6MTM', 'get_ServiceLocator_PwZ6MTMService', false],
'App\\Controller\\Inner\\UserController:userAction' => ['privates', '.service_locator.kmEkOtF', 'get_ServiceLocator_KmEkOtFService', false],
'App\\Controller\\Inner\\WaitListController:waitListAction' => ['privates', '.service_locator.z4vVS.d', 'get_ServiceLocator_Z4vVS_DService', false],
'App\\Controller\\SecurityController:login' => ['privates', '.service_locator.UDgw6Ol', 'get_ServiceLocator_UDgw6OlService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\ContentBundle\\Controller\\DefaultController:view' => ['privates', '.service_locator.P85AZe3', 'get_ServiceLocator_P85AZe3Service', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:importAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\ManagerBundle\\Controller\\CartController:indexAction' => ['privates', '.service_locator.z4vVS.d', 'get_ServiceLocator_Z4vVS_DService', false],
'App\\Zet\\ManagerBundle\\Controller\\UserController:indexAction' => ['privates', '.service_locator.z4vVS.d', 'get_ServiceLocator_Z4vVS_DService', false],
'App\\Zet\\ManagerBundle\\Controller\\UserController:updateAction' => ['privates', '.service_locator.pQ80N3F', 'get_ServiceLocator_PQ80N3FService', false],
'App\\Zet\\ManagerBundle\\Controller\\UserRequestController:fileDownloadAction' => ['privates', '.service_locator.kmEkOtF', 'get_ServiceLocator_KmEkOtFService', false],
'App\\Zet\\ManagerBundle\\Controller\\UserRequestController:indexAction' => ['privates', '.service_locator.z4vVS.d', 'get_ServiceLocator_Z4vVS_DService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:fixAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:autocomplete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:compareEntityAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:configureActions' => ['privates', '.service_locator.CKlWSja', 'get_ServiceLocator_CKlWSjaService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:configureAssets' => ['privates', '.service_locator.U4Bbnsn', 'get_ServiceLocator_U4BbnsnService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:configureCrud' => ['privates', '.service_locator.4C0Bh8j', 'get_ServiceLocator_4C0Bh8jService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:configureFilters' => ['privates', '.service_locator.Nt.ogDb', 'get_ServiceLocator_Nt_OgDbService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:configureResponseParameters' => ['privates', '.service_locator.2dc0eaX', 'get_ServiceLocator_2dc0eaXService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:createEditForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:createEditFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.3on9uHL', 'get_ServiceLocator_3on9uHLService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:createNewForm' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:createNewFormBuilder' => ['privates', '.service_locator.bgO__Zr', 'get_ServiceLocator_BgOZrService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:delete' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:deleteEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:detail' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:edit' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:exportDataByIdAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:forceEntityAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:importDataAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:index' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:new' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:persistEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:refreshEntityAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:renderFilters' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:showLogAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:synchronizeAction' => ['privates', '.service_locator.ZOQ9v2d', 'get_ServiceLocator_ZOQ9v2dService', false],
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:updateEntity' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Zet\\V8Bundle\\Controller\\AdminUtilityController:getEntityClasses' => ['privates', '.service_locator.26dPuzW', 'get_ServiceLocator_26dPuzWService', false],
'App\\Zet\\V8Bundle\\Controller\\AdminUtilityController:getEntityFields' => ['privates', '.service_locator.26dPuzW', 'get_ServiceLocator_26dPuzWService', false],
'Artgris\\Bundle\\FileManagerBundle\\Controller\\ManagerController:indexAction' => ['privates', '.service_locator.a6CYT61', 'get_ServiceLocator_A6CYT61Service', false],
'kernel:loadRoutes' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'kernel:registerContainerConfiguration' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
], [
'App\\Admin\\Controller\\AgreementCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\AgreementCrudController::configureActions' => '?',
'App\\Admin\\Controller\\AgreementCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\AgreementCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\AgreementCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\AgreementCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\AgreementCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\AgreementCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\AgreementCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\AgreementCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\AgreementCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\AgreementCrudController::delete' => '?',
'App\\Admin\\Controller\\AgreementCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\AgreementCrudController::detail' => '?',
'App\\Admin\\Controller\\AgreementCrudController::edit' => '?',
'App\\Admin\\Controller\\AgreementCrudController::index' => '?',
'App\\Admin\\Controller\\AgreementCrudController::new' => '?',
'App\\Admin\\Controller\\AgreementCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\AgreementCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\AgreementCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController::configureActions' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController::delete' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController::detail' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController::edit' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController::index' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController::new' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::configureActions' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::delete' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::detail' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::edit' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::index' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::new' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::configureActions' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::delete' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::detail' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::edit' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::index' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::new' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::configureActions' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::delete' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::detail' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::edit' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::index' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::new' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::configureActions' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::delete' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::detail' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::edit' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::index' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::new' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::configureActions' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::delete' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::detail' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::edit' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::index' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::new' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::configureActions' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::delete' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::detail' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::edit' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::index' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::new' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::configureActions' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::delete' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::detail' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::edit' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::index' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::new' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::configureActions' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::delete' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::detail' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::edit' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::index' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::new' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController::configureActions' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController::delete' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController::detail' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController::edit' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController::index' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController::new' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\ConstantCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\ConstantCrudController::configureActions' => '?',
'App\\Admin\\Controller\\ConstantCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\ConstantCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\ConstantCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\ConstantCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\ConstantCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\ConstantCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\ConstantCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\ConstantCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\ConstantCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\ConstantCrudController::delete' => '?',
'App\\Admin\\Controller\\ConstantCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\ConstantCrudController::detail' => '?',
'App\\Admin\\Controller\\ConstantCrudController::edit' => '?',
'App\\Admin\\Controller\\ConstantCrudController::index' => '?',
'App\\Admin\\Controller\\ConstantCrudController::new' => '?',
'App\\Admin\\Controller\\ConstantCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\ConstantCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\ConstantCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\CrossListCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\CrossListCrudController::configureActions' => '?',
'App\\Admin\\Controller\\CrossListCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\CrossListCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\CrossListCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\CrossListCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\CrossListCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\CrossListCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\CrossListCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\CrossListCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\CrossListCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\CrossListCrudController::delete' => '?',
'App\\Admin\\Controller\\CrossListCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\CrossListCrudController::detail' => '?',
'App\\Admin\\Controller\\CrossListCrudController::edit' => '?',
'App\\Admin\\Controller\\CrossListCrudController::index' => '?',
'App\\Admin\\Controller\\CrossListCrudController::new' => '?',
'App\\Admin\\Controller\\CrossListCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\CrossListCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\CrossListCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController::configureActions' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController::delete' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController::detail' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController::edit' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController::index' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController::new' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\CustomerCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\CustomerCrudController::configureActions' => '?',
'App\\Admin\\Controller\\CustomerCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\CustomerCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\CustomerCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\CustomerCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\CustomerCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\CustomerCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\CustomerCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\CustomerCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\CustomerCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\CustomerCrudController::delete' => '?',
'App\\Admin\\Controller\\CustomerCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\CustomerCrudController::detail' => '?',
'App\\Admin\\Controller\\CustomerCrudController::edit' => '?',
'App\\Admin\\Controller\\CustomerCrudController::index' => '?',
'App\\Admin\\Controller\\CustomerCrudController::loadItemAction' => '?',
'App\\Admin\\Controller\\CustomerCrudController::new' => '?',
'App\\Admin\\Controller\\CustomerCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\CustomerCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\CustomerCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController::configureActions' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController::delete' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController::detail' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController::edit' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController::index' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController::new' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\DashboardController::configureUserMenu' => '?',
'App\\Admin\\Controller\\FileManagerCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\FileManagerCrudController::configureActions' => '?',
'App\\Admin\\Controller\\FileManagerCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\FileManagerCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\FileManagerCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\FileManagerCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\FileManagerCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\FileManagerCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\FileManagerCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\FileManagerCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\FileManagerCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\FileManagerCrudController::delete' => '?',
'App\\Admin\\Controller\\FileManagerCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\FileManagerCrudController::detail' => '?',
'App\\Admin\\Controller\\FileManagerCrudController::edit' => '?',
'App\\Admin\\Controller\\FileManagerCrudController::index' => '?',
'App\\Admin\\Controller\\FileManagerCrudController::new' => '?',
'App\\Admin\\Controller\\FileManagerCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\FileManagerCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\FileManagerCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\JournalCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\JournalCrudController::configureActions' => '?',
'App\\Admin\\Controller\\JournalCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\JournalCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\JournalCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\JournalCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\JournalCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\JournalCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\JournalCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\JournalCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\JournalCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\JournalCrudController::delete' => '?',
'App\\Admin\\Controller\\JournalCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\JournalCrudController::detail' => '?',
'App\\Admin\\Controller\\JournalCrudController::edit' => '?',
'App\\Admin\\Controller\\JournalCrudController::index' => '?',
'App\\Admin\\Controller\\JournalCrudController::new' => '?',
'App\\Admin\\Controller\\JournalCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\JournalCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\JournalCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController::configureActions' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController::delete' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController::detail' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController::edit' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController::index' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController::new' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\PriceListCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\PriceListCrudController::configureActions' => '?',
'App\\Admin\\Controller\\PriceListCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\PriceListCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\PriceListCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\PriceListCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\PriceListCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\PriceListCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\PriceListCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\PriceListCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\PriceListCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\PriceListCrudController::delete' => '?',
'App\\Admin\\Controller\\PriceListCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\PriceListCrudController::detail' => '?',
'App\\Admin\\Controller\\PriceListCrudController::edit' => '?',
'App\\Admin\\Controller\\PriceListCrudController::index' => '?',
'App\\Admin\\Controller\\PriceListCrudController::new' => '?',
'App\\Admin\\Controller\\PriceListCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\PriceListCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\PriceListCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController::configureActions' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController::delete' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController::detail' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController::edit' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController::index' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController::new' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController::configureActions' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController::delete' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController::detail' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController::edit' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController::index' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController::new' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\ProductCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\ProductCrudController::configureActions' => '?',
'App\\Admin\\Controller\\ProductCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\ProductCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\ProductCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\ProductCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\ProductCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\ProductCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\ProductCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\ProductCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\ProductCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\ProductCrudController::delete' => '?',
'App\\Admin\\Controller\\ProductCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\ProductCrudController::detail' => '?',
'App\\Admin\\Controller\\ProductCrudController::edit' => '?',
'App\\Admin\\Controller\\ProductCrudController::index' => '?',
'App\\Admin\\Controller\\ProductCrudController::loadFileAction' => '?',
'App\\Admin\\Controller\\ProductCrudController::loadItemAction' => '?',
'App\\Admin\\Controller\\ProductCrudController::new' => '?',
'App\\Admin\\Controller\\ProductCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\ProductCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\ProductCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController::configureActions' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController::delete' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController::detail' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController::edit' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController::index' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController::new' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\RegionCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\RegionCrudController::configureActions' => '?',
'App\\Admin\\Controller\\RegionCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\RegionCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\RegionCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\RegionCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\RegionCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\RegionCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\RegionCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\RegionCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\RegionCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\RegionCrudController::delete' => '?',
'App\\Admin\\Controller\\RegionCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\RegionCrudController::detail' => '?',
'App\\Admin\\Controller\\RegionCrudController::edit' => '?',
'App\\Admin\\Controller\\RegionCrudController::index' => '?',
'App\\Admin\\Controller\\RegionCrudController::new' => '?',
'App\\Admin\\Controller\\RegionCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\RegionCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\RegionCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController::configureActions' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController::delete' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController::detail' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController::edit' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController::index' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController::new' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController::sendAlertToEmail' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController::configureActions' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController::delete' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController::detail' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController::edit' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController::index' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController::new' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::configureActions' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::delete' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::detail' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::edit' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::index' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::new' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::configureActions' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::delete' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::detail' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::edit' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::index' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::new' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::assignAction' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::configureActions' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::delete' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::detail' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::edit' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::index' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::new' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::configureActions' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::delete' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::detail' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::edit' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::index' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::new' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::configureActions' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::delete' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::detail' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::edit' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::index' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::new' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController::cancelRequestAction' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController::configureActions' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController::createCustomerAction' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController::createUserAction' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController::delete' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController::detail' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController::edit' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController::index' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController::new' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\UserCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\UserCrudController::configureActions' => '?',
'App\\Admin\\Controller\\UserCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\UserCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\UserCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\UserCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\UserCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\UserCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\UserCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\UserCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\UserCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\UserCrudController::delete' => '?',
'App\\Admin\\Controller\\UserCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\UserCrudController::detail' => '?',
'App\\Admin\\Controller\\UserCrudController::edit' => '?',
'App\\Admin\\Controller\\UserCrudController::index' => '?',
'App\\Admin\\Controller\\UserCrudController::new' => '?',
'App\\Admin\\Controller\\UserCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\UserCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\UserCrudController::sendInviteAction' => '?',
'App\\Admin\\Controller\\UserCrudController::unDeleteAction' => '?',
'App\\Admin\\Controller\\UserCrudController::updateEntity' => '?',
'App\\Admin\\Controller\\WaitListCrudController::autocomplete' => '?',
'App\\Admin\\Controller\\WaitListCrudController::configureActions' => '?',
'App\\Admin\\Controller\\WaitListCrudController::configureAssets' => '?',
'App\\Admin\\Controller\\WaitListCrudController::configureCrud' => '?',
'App\\Admin\\Controller\\WaitListCrudController::configureFilters' => '?',
'App\\Admin\\Controller\\WaitListCrudController::configureResponseParameters' => '?',
'App\\Admin\\Controller\\WaitListCrudController::createEditForm' => '?',
'App\\Admin\\Controller\\WaitListCrudController::createEditFormBuilder' => '?',
'App\\Admin\\Controller\\WaitListCrudController::createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\WaitListCrudController::createNewForm' => '?',
'App\\Admin\\Controller\\WaitListCrudController::createNewFormBuilder' => '?',
'App\\Admin\\Controller\\WaitListCrudController::delete' => '?',
'App\\Admin\\Controller\\WaitListCrudController::deleteEntity' => '?',
'App\\Admin\\Controller\\WaitListCrudController::detail' => '?',
'App\\Admin\\Controller\\WaitListCrudController::edit' => '?',
'App\\Admin\\Controller\\WaitListCrudController::index' => '?',
'App\\Admin\\Controller\\WaitListCrudController::new' => '?',
'App\\Admin\\Controller\\WaitListCrudController::persistEntity' => '?',
'App\\Admin\\Controller\\WaitListCrudController::renderFilters' => '?',
'App\\Admin\\Controller\\WaitListCrudController::updateEntity' => '?',
'App\\Controller\\DefaultController::restAction' => '?',
'App\\Controller\\Inner\\CabinetController::createDumpAction' => '?',
'App\\Controller\\Inner\\CabinetController::createDumpToken' => '?',
'App\\Controller\\Inner\\CabinetController::downloadDumpAction' => '?',
'App\\Controller\\Inner\\CabinetController::dumpSettingAction' => '?',
'App\\Controller\\Inner\\CabinetController::journalAction' => '?',
'App\\Controller\\Inner\\CartUploadController::indexAction' => '?',
'App\\Controller\\Inner\\CatalogController::indexAction' => '?',
'App\\Controller\\Inner\\CatalogController::toggleFavoriteAction' => '?',
'App\\Controller\\Inner\\ContentController::indexAction' => '?',
'App\\Controller\\Inner\\OrderController::indexAction' => '?',
'App\\Controller\\Inner\\UserController::loginAction' => '?',
'App\\Controller\\Inner\\UserController::setPasswordAction' => '?',
'App\\Controller\\Inner\\UserController::userAction' => '?',
'App\\Controller\\Inner\\WaitListController::waitListAction' => '?',
'App\\Controller\\SecurityController::login' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::autocomplete' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::configureActions' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::configureAssets' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::configureCrud' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::configureFilters' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::configureResponseParameters' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::createEditForm' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::createEditFormBuilder' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::createIndexQueryBuilder' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::createNewForm' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::createNewFormBuilder' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::delete' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::deleteEntity' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::detail' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::edit' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::index' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::new' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::persistEntity' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::renderFilters' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController::updateEntity' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::autocomplete' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::configureActions' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::configureAssets' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::configureCrud' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::configureFilters' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::configureResponseParameters' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::createEditForm' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::createEditFormBuilder' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::createIndexQueryBuilder' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::createNewForm' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::createNewFormBuilder' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::delete' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::deleteEntity' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::detail' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::edit' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::index' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::new' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::persistEntity' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::renderFilters' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController::updateEntity' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::autocomplete' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::configureActions' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::configureAssets' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::configureCrud' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::configureFilters' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::configureResponseParameters' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::createEditForm' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::createEditFormBuilder' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::createIndexQueryBuilder' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::createNewForm' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::createNewFormBuilder' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::delete' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::deleteEntity' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::detail' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::edit' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::index' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::new' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::persistEntity' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::renderFilters' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController::updateEntity' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::autocomplete' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::configureActions' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::configureAssets' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::configureCrud' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::configureFilters' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::configureResponseParameters' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::createEditForm' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::createEditFormBuilder' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::createIndexQueryBuilder' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::createNewForm' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::createNewFormBuilder' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::delete' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::deleteEntity' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::detail' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::edit' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::index' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::new' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::persistEntity' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::renderFilters' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController::updateEntity' => '?',
'App\\Zet\\ContentBundle\\Controller\\DefaultController::view' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::autocomplete' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::configureActions' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::configureAssets' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::configureCrud' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::configureFilters' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::configureResponseParameters' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::createEditForm' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::createEditFormBuilder' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::createIndexQueryBuilder' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::createNewForm' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::createNewFormBuilder' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::delete' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::deleteEntity' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::detail' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::edit' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::index' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::new' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::persistEntity' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::renderFilters' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController::updateEntity' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::autocomplete' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::configureActions' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::configureAssets' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::configureCrud' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::configureFilters' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::configureResponseParameters' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::createEditForm' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::createEditFormBuilder' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::createIndexQueryBuilder' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::createNewForm' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::createNewFormBuilder' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::delete' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::deleteEntity' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::detail' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::edit' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::index' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::new' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::persistEntity' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::renderFilters' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController::updateEntity' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::autocomplete' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::configureActions' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::configureAssets' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::configureCrud' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::configureFilters' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::configureResponseParameters' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::createEditForm' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::createEditFormBuilder' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::createIndexQueryBuilder' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::createNewForm' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::createNewFormBuilder' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::delete' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::deleteEntity' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::detail' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::edit' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::importAction' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::index' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::new' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::persistEntity' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::renderFilters' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController::updateEntity' => '?',
'App\\Zet\\ManagerBundle\\Controller\\CartController::indexAction' => '?',
'App\\Zet\\ManagerBundle\\Controller\\UserController::indexAction' => '?',
'App\\Zet\\ManagerBundle\\Controller\\UserController::updateAction' => '?',
'App\\Zet\\ManagerBundle\\Controller\\UserRequestController::fileDownloadAction' => '?',
'App\\Zet\\ManagerBundle\\Controller\\UserRequestController::indexAction' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::autocomplete' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::configureActions' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::configureAssets' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::configureCrud' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::configureFilters' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::configureResponseParameters' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::createEditForm' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::createEditFormBuilder' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::createIndexQueryBuilder' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::createNewForm' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::createNewFormBuilder' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::delete' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::deleteEntity' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::detail' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::edit' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::fixAction' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::index' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::new' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::persistEntity' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::renderFilters' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController::updateEntity' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::autocomplete' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::configureActions' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::configureAssets' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::configureCrud' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::configureFilters' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::configureResponseParameters' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::createEditForm' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::createEditFormBuilder' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::createIndexQueryBuilder' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::createNewForm' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::createNewFormBuilder' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::delete' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::deleteEntity' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::detail' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::edit' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::index' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::new' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::persistEntity' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::renderFilters' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController::updateEntity' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::autocomplete' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::compareEntityAction' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::configureActions' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::configureAssets' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::configureCrud' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::configureFilters' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::configureResponseParameters' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::createEditForm' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::createEditFormBuilder' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::createIndexQueryBuilder' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::createNewForm' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::createNewFormBuilder' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::delete' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::deleteEntity' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::detail' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::edit' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::exportDataByIdAction' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::forceEntityAction' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::importDataAction' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::index' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::new' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::persistEntity' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::refreshEntityAction' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::renderFilters' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::showLogAction' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::synchronizeAction' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController::updateEntity' => '?',
'App\\Zet\\V8Bundle\\Controller\\AdminUtilityController::getEntityClasses' => '?',
'App\\Zet\\V8Bundle\\Controller\\AdminUtilityController::getEntityFields' => '?',
'Artgris\\Bundle\\FileManagerBundle\\Controller\\ManagerController::indexAction' => '?',
'kernel::loadRoutes' => '?',
'kernel::registerContainerConfiguration' => '?',
'App\\Admin\\Controller\\AgreementCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\AgreementCrudController:configureActions' => '?',
'App\\Admin\\Controller\\AgreementCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\AgreementCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\AgreementCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\AgreementCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\AgreementCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\AgreementCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\AgreementCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\AgreementCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\AgreementCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\AgreementCrudController:delete' => '?',
'App\\Admin\\Controller\\AgreementCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\AgreementCrudController:detail' => '?',
'App\\Admin\\Controller\\AgreementCrudController:edit' => '?',
'App\\Admin\\Controller\\AgreementCrudController:index' => '?',
'App\\Admin\\Controller\\AgreementCrudController:new' => '?',
'App\\Admin\\Controller\\AgreementCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\AgreementCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\AgreementCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController:configureActions' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController:delete' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController:detail' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController:edit' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController:index' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController:new' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\Catalog\\BrandCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:configureActions' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:delete' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:detail' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:edit' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:index' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:new' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\Catalog\\CurrencyCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:configureActions' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:delete' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:detail' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:edit' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:index' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:new' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\Catalog\\ManagerCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:configureActions' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:delete' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:detail' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:edit' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:index' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:new' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\Catalog\\OrganizationCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:configureActions' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:delete' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:detail' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:edit' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:index' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:new' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:configureActions' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:delete' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:detail' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:edit' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:index' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:new' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:configureActions' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:delete' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:detail' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:edit' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:index' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:new' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:configureActions' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:delete' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:detail' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:edit' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:index' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:new' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:configureActions' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:delete' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:detail' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:edit' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:index' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:new' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\Catalog\\StoreMapCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController:configureActions' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController:delete' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController:detail' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController:edit' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController:index' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController:new' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\Catalog\\UomCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\ConstantCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\ConstantCrudController:configureActions' => '?',
'App\\Admin\\Controller\\ConstantCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\ConstantCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\ConstantCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\ConstantCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\ConstantCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\ConstantCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\ConstantCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\ConstantCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\ConstantCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\ConstantCrudController:delete' => '?',
'App\\Admin\\Controller\\ConstantCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\ConstantCrudController:detail' => '?',
'App\\Admin\\Controller\\ConstantCrudController:edit' => '?',
'App\\Admin\\Controller\\ConstantCrudController:index' => '?',
'App\\Admin\\Controller\\ConstantCrudController:new' => '?',
'App\\Admin\\Controller\\ConstantCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\ConstantCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\ConstantCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\CrossListCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\CrossListCrudController:configureActions' => '?',
'App\\Admin\\Controller\\CrossListCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\CrossListCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\CrossListCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\CrossListCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\CrossListCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\CrossListCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\CrossListCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\CrossListCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\CrossListCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\CrossListCrudController:delete' => '?',
'App\\Admin\\Controller\\CrossListCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\CrossListCrudController:detail' => '?',
'App\\Admin\\Controller\\CrossListCrudController:edit' => '?',
'App\\Admin\\Controller\\CrossListCrudController:index' => '?',
'App\\Admin\\Controller\\CrossListCrudController:new' => '?',
'App\\Admin\\Controller\\CrossListCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\CrossListCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\CrossListCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController:configureActions' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController:delete' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController:detail' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController:edit' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController:index' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController:new' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\CrossListItemCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\CustomerCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\CustomerCrudController:configureActions' => '?',
'App\\Admin\\Controller\\CustomerCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\CustomerCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\CustomerCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\CustomerCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\CustomerCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\CustomerCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\CustomerCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\CustomerCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\CustomerCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\CustomerCrudController:delete' => '?',
'App\\Admin\\Controller\\CustomerCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\CustomerCrudController:detail' => '?',
'App\\Admin\\Controller\\CustomerCrudController:edit' => '?',
'App\\Admin\\Controller\\CustomerCrudController:index' => '?',
'App\\Admin\\Controller\\CustomerCrudController:loadItemAction' => '?',
'App\\Admin\\Controller\\CustomerCrudController:new' => '?',
'App\\Admin\\Controller\\CustomerCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\CustomerCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\CustomerCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController:configureActions' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController:delete' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController:detail' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController:edit' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController:index' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController:new' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\CustomerSegmentCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\DashboardController:configureUserMenu' => '?',
'App\\Admin\\Controller\\FileManagerCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\FileManagerCrudController:configureActions' => '?',
'App\\Admin\\Controller\\FileManagerCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\FileManagerCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\FileManagerCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\FileManagerCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\FileManagerCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\FileManagerCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\FileManagerCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\FileManagerCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\FileManagerCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\FileManagerCrudController:delete' => '?',
'App\\Admin\\Controller\\FileManagerCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\FileManagerCrudController:detail' => '?',
'App\\Admin\\Controller\\FileManagerCrudController:edit' => '?',
'App\\Admin\\Controller\\FileManagerCrudController:index' => '?',
'App\\Admin\\Controller\\FileManagerCrudController:new' => '?',
'App\\Admin\\Controller\\FileManagerCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\FileManagerCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\FileManagerCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\JournalCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\JournalCrudController:configureActions' => '?',
'App\\Admin\\Controller\\JournalCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\JournalCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\JournalCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\JournalCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\JournalCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\JournalCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\JournalCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\JournalCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\JournalCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\JournalCrudController:delete' => '?',
'App\\Admin\\Controller\\JournalCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\JournalCrudController:detail' => '?',
'App\\Admin\\Controller\\JournalCrudController:edit' => '?',
'App\\Admin\\Controller\\JournalCrudController:index' => '?',
'App\\Admin\\Controller\\JournalCrudController:new' => '?',
'App\\Admin\\Controller\\JournalCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\JournalCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\JournalCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController:configureActions' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController:delete' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController:detail' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController:edit' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController:index' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController:new' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\PriceGroupCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\PriceListCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\PriceListCrudController:configureActions' => '?',
'App\\Admin\\Controller\\PriceListCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\PriceListCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\PriceListCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\PriceListCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\PriceListCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\PriceListCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\PriceListCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\PriceListCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\PriceListCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\PriceListCrudController:delete' => '?',
'App\\Admin\\Controller\\PriceListCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\PriceListCrudController:detail' => '?',
'App\\Admin\\Controller\\PriceListCrudController:edit' => '?',
'App\\Admin\\Controller\\PriceListCrudController:index' => '?',
'App\\Admin\\Controller\\PriceListCrudController:new' => '?',
'App\\Admin\\Controller\\PriceListCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\PriceListCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\PriceListCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController:configureActions' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController:delete' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController:detail' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController:edit' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController:index' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController:new' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\PriceListItemCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController:configureActions' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController:delete' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController:detail' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController:edit' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController:index' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController:new' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\ProductCrossCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\ProductCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\ProductCrudController:configureActions' => '?',
'App\\Admin\\Controller\\ProductCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\ProductCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\ProductCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\ProductCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\ProductCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\ProductCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\ProductCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\ProductCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\ProductCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\ProductCrudController:delete' => '?',
'App\\Admin\\Controller\\ProductCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\ProductCrudController:detail' => '?',
'App\\Admin\\Controller\\ProductCrudController:edit' => '?',
'App\\Admin\\Controller\\ProductCrudController:index' => '?',
'App\\Admin\\Controller\\ProductCrudController:loadFileAction' => '?',
'App\\Admin\\Controller\\ProductCrudController:loadItemAction' => '?',
'App\\Admin\\Controller\\ProductCrudController:new' => '?',
'App\\Admin\\Controller\\ProductCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\ProductCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\ProductCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController:configureActions' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController:delete' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController:detail' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController:edit' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController:index' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController:new' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\ProductRelatedCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\RegionCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\RegionCrudController:configureActions' => '?',
'App\\Admin\\Controller\\RegionCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\RegionCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\RegionCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\RegionCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\RegionCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\RegionCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\RegionCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\RegionCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\RegionCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\RegionCrudController:delete' => '?',
'App\\Admin\\Controller\\RegionCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\RegionCrudController:detail' => '?',
'App\\Admin\\Controller\\RegionCrudController:edit' => '?',
'App\\Admin\\Controller\\RegionCrudController:index' => '?',
'App\\Admin\\Controller\\RegionCrudController:new' => '?',
'App\\Admin\\Controller\\RegionCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\RegionCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\RegionCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController:configureActions' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController:delete' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController:detail' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController:edit' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController:index' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController:new' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController:sendAlertToEmail' => '?',
'App\\Admin\\Controller\\Setting\\AlertCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController:configureActions' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController:delete' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController:detail' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController:edit' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController:index' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController:new' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\Setting\\BranchCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:configureActions' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:delete' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:detail' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:edit' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:index' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:new' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:configureActions' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:delete' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:detail' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:edit' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:index' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:new' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:assignAction' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:configureActions' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:delete' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:detail' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:edit' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:index' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:new' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\Setting\\OrderStatusCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:configureActions' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:delete' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:detail' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:edit' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:index' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:new' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\Setting\\ProductTypeCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:configureActions' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:delete' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:detail' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:edit' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:index' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:new' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\Setting\\PromoLabelCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController:cancelRequestAction' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController:configureActions' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController:createCustomerAction' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController:createUserAction' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController:delete' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController:detail' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController:edit' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController:index' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController:new' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\SignupRequestCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\UserCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\UserCrudController:configureActions' => '?',
'App\\Admin\\Controller\\UserCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\UserCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\UserCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\UserCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\UserCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\UserCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\UserCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\UserCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\UserCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\UserCrudController:delete' => '?',
'App\\Admin\\Controller\\UserCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\UserCrudController:detail' => '?',
'App\\Admin\\Controller\\UserCrudController:edit' => '?',
'App\\Admin\\Controller\\UserCrudController:index' => '?',
'App\\Admin\\Controller\\UserCrudController:new' => '?',
'App\\Admin\\Controller\\UserCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\UserCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\UserCrudController:sendInviteAction' => '?',
'App\\Admin\\Controller\\UserCrudController:unDeleteAction' => '?',
'App\\Admin\\Controller\\UserCrudController:updateEntity' => '?',
'App\\Admin\\Controller\\WaitListCrudController:autocomplete' => '?',
'App\\Admin\\Controller\\WaitListCrudController:configureActions' => '?',
'App\\Admin\\Controller\\WaitListCrudController:configureAssets' => '?',
'App\\Admin\\Controller\\WaitListCrudController:configureCrud' => '?',
'App\\Admin\\Controller\\WaitListCrudController:configureFilters' => '?',
'App\\Admin\\Controller\\WaitListCrudController:configureResponseParameters' => '?',
'App\\Admin\\Controller\\WaitListCrudController:createEditForm' => '?',
'App\\Admin\\Controller\\WaitListCrudController:createEditFormBuilder' => '?',
'App\\Admin\\Controller\\WaitListCrudController:createIndexQueryBuilder' => '?',
'App\\Admin\\Controller\\WaitListCrudController:createNewForm' => '?',
'App\\Admin\\Controller\\WaitListCrudController:createNewFormBuilder' => '?',
'App\\Admin\\Controller\\WaitListCrudController:delete' => '?',
'App\\Admin\\Controller\\WaitListCrudController:deleteEntity' => '?',
'App\\Admin\\Controller\\WaitListCrudController:detail' => '?',
'App\\Admin\\Controller\\WaitListCrudController:edit' => '?',
'App\\Admin\\Controller\\WaitListCrudController:index' => '?',
'App\\Admin\\Controller\\WaitListCrudController:new' => '?',
'App\\Admin\\Controller\\WaitListCrudController:persistEntity' => '?',
'App\\Admin\\Controller\\WaitListCrudController:renderFilters' => '?',
'App\\Admin\\Controller\\WaitListCrudController:updateEntity' => '?',
'App\\Controller\\DefaultController:restAction' => '?',
'App\\Controller\\Inner\\CabinetController:createDumpAction' => '?',
'App\\Controller\\Inner\\CabinetController:createDumpToken' => '?',
'App\\Controller\\Inner\\CabinetController:downloadDumpAction' => '?',
'App\\Controller\\Inner\\CabinetController:dumpSettingAction' => '?',
'App\\Controller\\Inner\\CabinetController:journalAction' => '?',
'App\\Controller\\Inner\\CartUploadController:indexAction' => '?',
'App\\Controller\\Inner\\CatalogController:indexAction' => '?',
'App\\Controller\\Inner\\CatalogController:toggleFavoriteAction' => '?',
'App\\Controller\\Inner\\ContentController:indexAction' => '?',
'App\\Controller\\Inner\\OrderController:indexAction' => '?',
'App\\Controller\\Inner\\UserController:loginAction' => '?',
'App\\Controller\\Inner\\UserController:setPasswordAction' => '?',
'App\\Controller\\Inner\\UserController:userAction' => '?',
'App\\Controller\\Inner\\WaitListController:waitListAction' => '?',
'App\\Controller\\SecurityController:login' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:autocomplete' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:configureActions' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:configureAssets' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:configureCrud' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:configureFilters' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:configureResponseParameters' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:createEditForm' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:createEditFormBuilder' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:createIndexQueryBuilder' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:createNewForm' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:createNewFormBuilder' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:delete' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:deleteEntity' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:detail' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:edit' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:index' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:new' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:persistEntity' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:renderFilters' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController:updateEntity' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:autocomplete' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:configureActions' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:configureAssets' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:configureCrud' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:configureFilters' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:configureResponseParameters' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:createEditForm' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:createEditFormBuilder' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:createIndexQueryBuilder' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:createNewForm' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:createNewFormBuilder' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:delete' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:deleteEntity' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:detail' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:edit' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:index' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:new' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:persistEntity' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:renderFilters' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController:updateEntity' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:autocomplete' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:configureActions' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:configureAssets' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:configureCrud' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:configureFilters' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:configureResponseParameters' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:createEditForm' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:createEditFormBuilder' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:createIndexQueryBuilder' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:createNewForm' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:createNewFormBuilder' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:delete' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:deleteEntity' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:detail' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:edit' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:index' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:new' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:persistEntity' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:renderFilters' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController:updateEntity' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:autocomplete' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:configureActions' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:configureAssets' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:configureCrud' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:configureFilters' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:configureResponseParameters' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:createEditForm' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:createEditFormBuilder' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:createIndexQueryBuilder' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:createNewForm' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:createNewFormBuilder' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:delete' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:deleteEntity' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:detail' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:edit' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:index' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:new' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:persistEntity' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:renderFilters' => '?',
'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController:updateEntity' => '?',
'App\\Zet\\ContentBundle\\Controller\\DefaultController:view' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:autocomplete' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:configureActions' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:configureAssets' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:configureCrud' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:configureFilters' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:configureResponseParameters' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:createEditForm' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:createEditFormBuilder' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:createIndexQueryBuilder' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:createNewForm' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:createNewFormBuilder' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:delete' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:deleteEntity' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:detail' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:edit' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:index' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:new' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:persistEntity' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:renderFilters' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController:updateEntity' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:autocomplete' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:configureActions' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:configureAssets' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:configureCrud' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:configureFilters' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:configureResponseParameters' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:createEditForm' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:createEditFormBuilder' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:createIndexQueryBuilder' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:createNewForm' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:createNewFormBuilder' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:delete' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:deleteEntity' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:detail' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:edit' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:index' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:new' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:persistEntity' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:renderFilters' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController:updateEntity' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:autocomplete' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:configureActions' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:configureAssets' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:configureCrud' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:configureFilters' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:configureResponseParameters' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:createEditForm' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:createEditFormBuilder' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:createIndexQueryBuilder' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:createNewForm' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:createNewFormBuilder' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:delete' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:deleteEntity' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:detail' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:edit' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:importAction' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:index' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:new' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:persistEntity' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:renderFilters' => '?',
'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController:updateEntity' => '?',
'App\\Zet\\ManagerBundle\\Controller\\CartController:indexAction' => '?',
'App\\Zet\\ManagerBundle\\Controller\\UserController:indexAction' => '?',
'App\\Zet\\ManagerBundle\\Controller\\UserController:updateAction' => '?',
'App\\Zet\\ManagerBundle\\Controller\\UserRequestController:fileDownloadAction' => '?',
'App\\Zet\\ManagerBundle\\Controller\\UserRequestController:indexAction' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:autocomplete' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:configureActions' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:configureAssets' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:configureCrud' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:configureFilters' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:configureResponseParameters' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:createEditForm' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:createEditFormBuilder' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:createIndexQueryBuilder' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:createNewForm' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:createNewFormBuilder' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:delete' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:deleteEntity' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:detail' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:edit' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:fixAction' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:index' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:new' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:persistEntity' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:renderFilters' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController:updateEntity' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:autocomplete' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:configureActions' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:configureAssets' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:configureCrud' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:configureFilters' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:configureResponseParameters' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:createEditForm' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:createEditFormBuilder' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:createIndexQueryBuilder' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:createNewForm' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:createNewFormBuilder' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:delete' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:deleteEntity' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:detail' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:edit' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:index' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:new' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:persistEntity' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:renderFilters' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController:updateEntity' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:autocomplete' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:compareEntityAction' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:configureActions' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:configureAssets' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:configureCrud' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:configureFilters' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:configureResponseParameters' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:createEditForm' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:createEditFormBuilder' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:createIndexQueryBuilder' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:createNewForm' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:createNewFormBuilder' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:delete' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:deleteEntity' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:detail' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:edit' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:exportDataByIdAction' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:forceEntityAction' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:importDataAction' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:index' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:new' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:persistEntity' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:refreshEntityAction' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:renderFilters' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:showLogAction' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:synchronizeAction' => '?',
'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController:updateEntity' => '?',
'App\\Zet\\V8Bundle\\Controller\\AdminUtilityController:getEntityClasses' => '?',
'App\\Zet\\V8Bundle\\Controller\\AdminUtilityController:getEntityFields' => '?',
'Artgris\\Bundle\\FileManagerBundle\\Controller\\ManagerController:indexAction' => '?',
'kernel:loadRoutes' => '?',
'kernel:registerContainerConfiguration' => '?',
]);
}
/**
* Gets the private '.service_locator.B4dyivW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_B4dyivWService()
{
return $this->privates['.service_locator.B4dyivW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
'messenger.transport.async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
], [
'async' => '?',
'messenger.transport.async' => '?',
]);
}
/**
* Gets the private '.service_locator.CKlWSja' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CKlWSjaService()
{
return $this->privates['.service_locator.CKlWSja'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'actions' => ['privates', '.errored..service_locator.CKlWSja.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions', NULL, 'Cannot autowire service ".service_locator.CKlWSja": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions" but no such service exists.'],
], [
'actions' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions',
]);
}
/**
* Gets the private '.service_locator.KfbR3DY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KfbR3DYService()
{
return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'loader' => ['privates', '.errored..service_locator.KfbR3DY.Symfony\\Component\\Config\\Loader\\LoaderInterface', NULL, 'Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
], [
'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]);
}
/**
* Gets the private '.service_locator.Nt.ogDb' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Nt_OgDbService()
{
return $this->privates['.service_locator.Nt.ogDb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'filters' => ['privates', '.errored..service_locator.Nt.ogDb.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters', NULL, 'Cannot autowire service ".service_locator.Nt.ogDb": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters" but no such service exists.'],
], [
'filters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters',
]);
}
/**
* Gets the private '.service_locator.P85AZe3' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_P85AZe3Service()
{
return $this->privates['.service_locator.P85AZe3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'defaultLocale' => ['privates', '.value.QlkNiym', 'get_Value_QlkNiymService', false],
'locales' => ['privates', '.value.OkZqvkn', 'get_Value_OkZqvknService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'defaultLocale' => '?',
'locales' => '?',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.U4Bbnsn' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_U4BbnsnService()
{
return $this->privates['.service_locator.U4Bbnsn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'assets' => ['privates', '.errored..service_locator.U4Bbnsn.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets', NULL, 'Cannot autowire service ".service_locator.U4Bbnsn": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets" but no such service exists.'],
], [
'assets' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets',
]);
}
/**
* Gets the private '.service_locator.UDgw6Ol' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UDgw6OlService()
{
return $this->privates['.service_locator.UDgw6Ol'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationUtils' => ['privates', 'security.authentication_utils', 'getSecurity_AuthenticationUtilsService', false],
], [
'authenticationUtils' => '?',
]);
}
/**
* Gets the private '.service_locator.XWnS.P0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XWnS_P0Service()
{
return $this->privates['.service_locator.XWnS.P0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'router' => ['services', 'router', 'getRouterService', false],
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'doctrine' => '?',
'form.factory' => '?',
'http_kernel' => '?',
'message_bus' => '?',
'messenger.default_bus' => '?',
'parameter_bag' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'serializer' => '?',
'session' => '.session.deprecated',
'twig' => '?',
]);
}
/**
* Gets the private '.service_locator.ZOQ9v2d' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZOQ9v2dService()
{
return $this->privates['.service_locator.ZOQ9v2d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'context' => ['privates', '.errored..service_locator.ZOQ9v2d.EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext', NULL, 'Cannot autowire service ".service_locator.ZOQ9v2d": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.'],
], [
'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
]);
}
/**
* Gets the private '.service_locator.a6CYT61' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_A6CYT61Service()
{
return $this->privates['.service_locator.a6CYT61'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'fileTypeService' => ['privates', 'Artgris\\Bundle\\FileManagerBundle\\Service\\FileTypeService', 'getFileTypeServiceService', false],
], [
'fileTypeService' => 'Artgris\\Bundle\\FileManagerBundle\\Service\\FileTypeService',
]);
}
/**
* Gets the private '.service_locator.bgO__Zr' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BgOZrService()
{
return $this->privates['.service_locator.bgO__Zr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'context' => ['privates', '.errored..service_locator.bgO__Zr.EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext', NULL, 'Cannot autowire service ".service_locator.bgO__Zr": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.'],
'entityDto' => ['privates', '.errored..service_locator.bgO__Zr.EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto', NULL, 'Cannot autowire service ".service_locator.bgO__Zr": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.'],
'formOptions' => ['privates', '.errored..service_locator.bgO__Zr.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore', NULL, 'Cannot autowire service ".service_locator.bgO__Zr": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.'],
], [
'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
'entityDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto',
'formOptions' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore',
]);
}
/**
* Gets the private '.service_locator.iUJ5sq0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IUJ5sq0Service()
{
return $this->privates['.service_locator.iUJ5sq0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory', 'getActionFactoryService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory', 'getControllerFactoryService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory', 'getEntityFactoryService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory', 'getFilterFactoryService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory', 'getFormFactoryService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory', 'getPaginatorFactoryService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository', 'getEntityRepositoryService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater', 'getEntityUpdaterService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider', 'getAdminContextProviderService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider', 'getFieldProviderService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator', 'getCrudUrlGeneratorService', false],
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'router' => ['services', 'router', 'getRouterService', false],
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory',
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory',
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory',
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory',
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory',
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory',
'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository',
'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater',
'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider',
'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider',
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator',
'doctrine' => '?',
'event_dispatcher' => '?',
'form.factory' => '?',
'http_kernel' => '?',
'message_bus' => '?',
'messenger.default_bus' => '?',
'parameter_bag' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'serializer' => '?',
'session' => '.session.deprecated',
'twig' => '?',
]);
}
/**
* Gets the private '.service_locator.jFYchC.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JFYchC_Service()
{
return $this->privates['.service_locator.jFYchC.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'passwordEncoder' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
'provider' => ['privates', 'security.user.provider.concrete.app_user_provider', 'getSecurity_User_Provider_Concrete_AppUserProviderService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'passwordEncoder' => '?',
'provider' => '?',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.jlyTfzM' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JlyTfzMService()
{
return $this->privates['.service_locator.jlyTfzM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
'security.event_dispatcher.main' => ['privates', 'security.event_dispatcher.main', 'getSecurity_EventDispatcher_MainService', false],
], [
'event_dispatcher' => '?',
'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
]);
}
/**
* Gets the private '.service_locator.kmEkOtF' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KmEkOtFService()
{
return $this->privates['.service_locator.kmEkOtF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'roleHierarchy' => ['privates', 'security.role_hierarchy', 'getSecurity_RoleHierarchyService', false],
], [
'roleHierarchy' => '?',
]);
}
/**
* Gets the private '.service_locator.l2QwsaZ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_L2QwsaZService()
{
return $this->privates['.service_locator.l2QwsaZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'entityManager' => '?',
]);
}
/**
* Gets the private '.service_locator.mzjt3rI' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Mzjt3rIService()
{
return $this->privates['.service_locator.mzjt3rI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.pQ80N3F' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PQ80N3FService()
{
return $this->privates['.service_locator.pQ80N3F'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'defaultLocale' => ['privates', '.value.QlkNiym', 'get_Value_QlkNiymService', false],
], [
'defaultLocale' => '?',
]);
}
/**
* Gets the private '.service_locator.pwZ6MTM' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PwZ6MTMService()
{
return $this->privates['.service_locator.pwZ6MTM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'passwordEncoder' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
], [
'passwordEncoder' => '?',
]);
}
/**
* Gets the private '.service_locator.q6hA_O0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Q6hAO0Service()
{
return $this->privates['.service_locator.q6hA_O0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'user' => ['privates', '.errored..service_locator.q6hA_O0.Symfony\\Component\\Security\\Core\\User\\UserInterface', NULL, 'Cannot autowire service ".service_locator.q6hA_O0": it references interface "Symfony\\Component\\Security\\Core\\User\\UserInterface" but no such service exists. Did you create a class that implements this interface?'],
], [
'user' => 'Symfony\\Component\\Security\\Core\\User\\UserInterface',
]);
}
/**
* Gets the private '.service_locator.tgZ0mBW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TgZ0mBWService()
{
return $this->privates['.service_locator.tgZ0mBW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'client' => ['privates', 'App\\Zet\\V8Bundle\\Util\\V8Client', 'getV8ClientService', false],
], [
'client' => 'App\\Zet\\V8Bundle\\Util\\V8Client',
]);
}
/**
* Gets the private '.service_locator.z4vVS.d' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Z4vVS_DService()
{
return $this->privates['.service_locator.z4vVS.d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.zJyh7qS' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZJyh7qSService()
{
return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', false],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
], [
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.main' => '?',
]);
}
/**
* Gets the private '.session.deprecated' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\SessionInterface
*/
protected function get_Session_DeprecatedService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
}
/**
* Gets the private '.twig.command.debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Twig_Command_Debug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests', false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
});
}
/**
* Gets the private '.twig.command.lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Twig_Command_Lint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors', false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
});
}
/**
* Gets the private '.value.OkZqvkn' shared service.
*
* @return \mixed
*/
protected function get_Value_OkZqvknService()
{
return $this->privates['.value.OkZqvkn'] = \current([0 => 'en|ru|uk']);
}
/**
* Gets the private '.value.QlkNiym' shared service.
*
* @return \mixed
*/
protected function get_Value_QlkNiymService()
{
return $this->privates['.value.QlkNiym'] = \current([0 => 'en']);
}
/**
* Gets the private '.var_dumper.command.server_dump.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_VarDumper_Command_ServerDump_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place', false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
});
}
/**
* Gets the private 'App\Admin\Type\ProductDetailType' shared autowired service.
*
* @return \App\Admin\Type\ProductDetailType
*/
protected function getProductDetailTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Type/ProductDetailType.php';
return $this->privates['App\\Admin\\Type\\ProductDetailType'] = new \App\Admin\Type\ProductDetailType();
}
/**
* Gets the private 'App\Admin\Type\Product\AttachmentsType' shared autowired service.
*
* @return \App\Admin\Type\Product\AttachmentsType
*/
protected function getAttachmentsTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Type/Product/AttachmentsType.php';
return $this->privates['App\\Admin\\Type\\Product\\AttachmentsType'] = new \App\Admin\Type\Product\AttachmentsType();
}
/**
* Gets the private 'App\Admin\Type\Product\AvailableItemsType' shared autowired service.
*
* @return \App\Admin\Type\Product\AvailableItemsType
*/
protected function getAvailableItemsTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Type/Product/AvailableItemsType.php';
return $this->privates['App\\Admin\\Type\\Product\\AvailableItemsType'] = new \App\Admin\Type\Product\AvailableItemsType();
}
/**
* Gets the private 'App\Admin\Type\Product\GalleriesType' shared autowired service.
*
* @return \App\Admin\Type\Product\GalleriesType
*/
protected function getGalleriesTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Type/Product/GalleriesType.php';
return $this->privates['App\\Admin\\Type\\Product\\GalleriesType'] = new \App\Admin\Type\Product\GalleriesType();
}
/**
* Gets the private 'App\Admin\Type\Product\Labels' shared autowired service.
*
* @return \App\Admin\Type\Product\Labels
*/
protected function getLabelsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Type/Product/Labels.php';
return $this->privates['App\\Admin\\Type\\Product\\Labels'] = new \App\Admin\Type\Product\Labels();
}
/**
* Gets the private 'App\Admin\Type\Product\PricesType' shared autowired service.
*
* @return \App\Admin\Type\Product\PricesType
*/
protected function getPricesTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Type/Product/PricesType.php';
return $this->privates['App\\Admin\\Type\\Product\\PricesType'] = new \App\Admin\Type\Product\PricesType();
}
/**
* Gets the private 'App\Admin\Type\Product\PropertiesType' shared autowired service.
*
* @return \App\Admin\Type\Product\PropertiesType
*/
protected function getPropertiesTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Type/Product/PropertiesType.php';
return $this->privates['App\\Admin\\Type\\Product\\PropertiesType'] = new \App\Admin\Type\Product\PropertiesType();
}
/**
* Gets the private 'App\Admin\Type\Product\StocksType' shared autowired service.
*
* @return \App\Admin\Type\Product\StocksType
*/
protected function getStocksTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Admin/Type/Product/StocksType.php';
return $this->privates['App\\Admin\\Type\\Product\\StocksType'] = new \App\Admin\Type\Product\StocksType();
}
/**
* Gets the private 'App\Command\DailyCommand' shared autowired service.
*
* @return \App\Command\DailyCommand
*/
protected function getDailyCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/DailyCommand.php';
$this->privates['App\\Command\\DailyCommand'] = $instance = new \App\Command\DailyCommand(($this->privates['App\\Util\\CronHandler'] ?? $this->getCronHandlerService()));
$instance->setName('cron:daily');
return $instance;
}
/**
* Gets the private 'App\Command\DumpCommand' shared autowired service.
*
* @return \App\Command\DumpCommand
*/
protected function getDumpCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/DumpCommand.php';
$this->privates['App\\Command\\DumpCommand'] = $instance = new \App\Command\DumpCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
$instance->setName('dump:go');
return $instance;
}
/**
* Gets the private 'App\Command\MinutelyCommand' shared autowired service.
*
* @return \App\Command\MinutelyCommand
*/
protected function getMinutelyCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/MinutelyCommand.php';
$this->privates['App\\Command\\MinutelyCommand'] = $instance = new \App\Command\MinutelyCommand(($this->privates['App\\Util\\CronHandler'] ?? $this->getCronHandlerService()));
$instance->setName('cron:minutely');
return $instance;
}
/**
* Gets the private 'App\Command\RandomizeDemoCommand' shared autowired service.
*
* @return \App\Command\RandomizeDemoCommand
*/
protected function getRandomizeDemoCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/RandomizeDemoCommand.php';
$this->privates['App\\Command\\RandomizeDemoCommand'] = $instance = new \App\Command\RandomizeDemoCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setName('random-demo:go');
return $instance;
}
/**
* Gets the private 'App\Command\TestCommand' shared autowired service.
*
* @return \App\Command\TestCommand
*/
protected function getTestCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/TestCommand.php';
$this->privates['App\\Command\\TestCommand'] = $instance = new \App\Command\TestCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Util\\AlertHandler'] ?? $this->getAlertHandlerService()), ($this->privates['App\\Zet\\V8Bundle\\Util\\V8Client'] ?? $this->getV8ClientService()), ($this->privates['App\\Zet\\V8Bundle\\Util\\V8DataProcessor'] ?? $this->getV8DataProcessorService()));
$instance->setName('test:go');
return $instance;
}
/**
* Gets the private 'App\Form\Type\EntityReferenceType' shared autowired service.
*
* @return \App\Form\Type\EntityReferenceType
*/
protected function getEntityReferenceTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Type/EntityReferenceType.php';
return $this->privates['App\\Form\\Type\\EntityReferenceType'] = new \App\Form\Type\EntityReferenceType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'App\Repository\AgreementRepository' shared autowired service.
*
* @return \App\Repository\AgreementRepository
*/
protected function getAgreementRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/AgreementRepository.php';
return $this->privates['App\\Repository\\AgreementRepository'] = new \App\Repository\AgreementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\AlertRepository' shared autowired service.
*
* @return \App\Repository\AlertRepository
*/
protected function getAlertRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/AlertRepository.php';
return $this->privates['App\\Repository\\AlertRepository'] = new \App\Repository\AlertRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\BranchRepository' shared autowired service.
*
* @return \App\Repository\BranchRepository
*/
protected function getBranchRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/BranchRepository.php';
return $this->privates['App\\Repository\\BranchRepository'] = new \App\Repository\BranchRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\BrandRepository' shared autowired service.
*
* @return \App\Repository\BrandRepository
*/
protected function getBrandRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/BrandRepository.php';
$a = ($this->privates['App\\Util\\ImageHandler'] ?? $this->getImageHandlerService());
if (isset($this->privates['App\\Repository\\BrandRepository'])) {
return $this->privates['App\\Repository\\BrandRepository'];
}
return $this->privates['App\\Repository\\BrandRepository'] = new \App\Repository\BrandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
}
/**
* Gets the private 'App\Repository\CartItemRepository' shared autowired service.
*
* @return \App\Repository\CartItemRepository
*/
protected function getCartItemRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CartItemRepository.php';
$a = ($this->privates['App\\Util\\CartHandler'] ?? $this->getCartHandlerService());
if (isset($this->privates['App\\Repository\\CartItemRepository'])) {
return $this->privates['App\\Repository\\CartItemRepository'];
}
$b = ($this->services['App\\Util\\ProductHandler'] ?? $this->getProductHandlerService());
if (isset($this->privates['App\\Repository\\CartItemRepository'])) {
return $this->privates['App\\Repository\\CartItemRepository'];
}
$c = ($this->privates['App\\Util\\ConstantHandler'] ?? $this->getConstantHandlerService());
if (isset($this->privates['App\\Repository\\CartItemRepository'])) {
return $this->privates['App\\Repository\\CartItemRepository'];
}
return $this->privates['App\\Repository\\CartItemRepository'] = new \App\Repository\CartItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, $b, $c);
}
/**
* Gets the private 'App\Repository\CartRepository' shared autowired service.
*
* @return \App\Repository\CartRepository
*/
protected function getCartRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CartRepository.php';
$a = ($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService());
if (isset($this->privates['App\\Repository\\CartRepository'])) {
return $this->privates['App\\Repository\\CartRepository'];
}
$b = ($this->privates['App\\Util\\CartHandler'] ?? $this->getCartHandlerService());
if (isset($this->privates['App\\Repository\\CartRepository'])) {
return $this->privates['App\\Repository\\CartRepository'];
}
return $this->privates['App\\Repository\\CartRepository'] = new \App\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, $b);
}
/**
* Gets the private 'App\Repository\CartUploadBufferRepository' shared autowired service.
*
* @return \App\Repository\CartUploadBufferRepository
*/
protected function getCartUploadBufferRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CartUploadBufferRepository.php';
return $this->privates['App\\Repository\\CartUploadBufferRepository'] = new \App\Repository\CartUploadBufferRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CompareProductRepository' shared autowired service.
*
* @return \App\Repository\CompareProductRepository
*/
protected function getCompareProductRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CompareProductRepository.php';
return $this->privates['App\\Repository\\CompareProductRepository'] = new \App\Repository\CompareProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ConstantRepository' shared autowired service.
*
* @return \App\Repository\ConstantRepository
*/
protected function getConstantRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ConstantRepository.php';
return $this->privates['App\\Repository\\ConstantRepository'] = new \App\Repository\ConstantRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CurrencyRepository' shared autowired service.
*
* @return \App\Repository\CurrencyRepository
*/
protected function getCurrencyRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CurrencyRepository.php';
return $this->privates['App\\Repository\\CurrencyRepository'] = new \App\Repository\CurrencyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CustomerBalanceRepository' shared autowired service.
*
* @return \App\Repository\CustomerBalanceRepository
*/
protected function getCustomerBalanceRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CustomerBalanceRepository.php';
return $this->privates['App\\Repository\\CustomerBalanceRepository'] = new \App\Repository\CustomerBalanceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CustomerDebtIncomeRepository' shared autowired service.
*
* @return \App\Repository\CustomerDebtIncomeRepository
*/
protected function getCustomerDebtIncomeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CustomerDebtIncomeRepository.php';
return $this->privates['App\\Repository\\CustomerDebtIncomeRepository'] = new \App\Repository\CustomerDebtIncomeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CustomerDebtStumpRepository' shared autowired service.
*
* @return \App\Repository\CustomerDebtStumpRepository
*/
protected function getCustomerDebtStumpRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CustomerDebtStumpRepository.php';
return $this->privates['App\\Repository\\CustomerDebtStumpRepository'] = new \App\Repository\CustomerDebtStumpRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CustomerPriceGroupTypeMapRepository' shared autowired service.
*
* @return \App\Repository\CustomerPriceGroupTypeMapRepository
*/
protected function getCustomerPriceGroupTypeMapRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CustomerPriceGroupTypeMapRepository.php';
return $this->privates['App\\Repository\\CustomerPriceGroupTypeMapRepository'] = new \App\Repository\CustomerPriceGroupTypeMapRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CustomerProductPriceTypeMapRepository' shared autowired service.
*
* @return \App\Repository\CustomerProductPriceTypeMapRepository
*/
protected function getCustomerProductPriceTypeMapRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CustomerProductPriceTypeMapRepository.php';
return $this->privates['App\\Repository\\CustomerProductPriceTypeMapRepository'] = new \App\Repository\CustomerProductPriceTypeMapRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CustomerRepository' shared autowired service.
*
* @return \App\Repository\CustomerRepository
*/
protected function getCustomerRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CustomerRepository.php';
return $this->privates['App\\Repository\\CustomerRepository'] = new \App\Repository\CustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CustomerSegmentRepository' shared autowired service.
*
* @return \App\Repository\CustomerSegmentRepository
*/
protected function getCustomerSegmentRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CustomerSegmentRepository.php';
return $this->privates['App\\Repository\\CustomerSegmentRepository'] = new \App\Repository\CustomerSegmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CustomerToSegmentRepository' shared autowired service.
*
* @return \App\Repository\CustomerToSegmentRepository
*/
protected function getCustomerToSegmentRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CustomerToSegmentRepository.php';
return $this->privates['App\\Repository\\CustomerToSegmentRepository'] = new \App\Repository\CustomerToSegmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\DeliveryMethodRepository' shared autowired service.
*
* @return \App\Repository\DeliveryMethodRepository
*/
protected function getDeliveryMethodRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/DeliveryMethodRepository.php';
return $this->privates['App\\Repository\\DeliveryMethodRepository'] = new \App\Repository\DeliveryMethodRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\DiscountRepository' shared autowired service.
*
* @return \App\Repository\DiscountRepository
*/
protected function getDiscountRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/DiscountRepository.php';
return $this->privates['App\\Repository\\DiscountRepository'] = new \App\Repository\DiscountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\DocumentTypeRepository' shared autowired service.
*
* @return \App\Repository\DocumentTypeRepository
*/
protected function getDocumentTypeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/DocumentTypeRepository.php';
return $this->privates['App\\Repository\\DocumentTypeRepository'] = new \App\Repository\DocumentTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\JournalRepository' shared autowired service.
*
* @return \App\Repository\JournalRepository
*/
protected function getJournalRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/JournalRepository.php';
return $this->privates['App\\Repository\\JournalRepository'] = new \App\Repository\JournalRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ManagerRepository' shared autowired service.
*
* @return \App\Repository\ManagerRepository
*/
protected function getManagerRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ManagerRepository.php';
$a = ($this->privates['App\\Util\\ImageHandler'] ?? $this->getImageHandlerService());
if (isset($this->privates['App\\Repository\\ManagerRepository'])) {
return $this->privates['App\\Repository\\ManagerRepository'];
}
return $this->privates['App\\Repository\\ManagerRepository'] = new \App\Repository\ManagerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
}
/**
* Gets the private 'App\Repository\OrderIndexRepository' shared autowired service.
*
* @return \App\Repository\OrderIndexRepository
*/
protected function getOrderIndexRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/OrderIndexRepository.php';
return $this->privates['App\\Repository\\OrderIndexRepository'] = new \App\Repository\OrderIndexRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\OrderItemRepository' shared autowired service.
*
* @return \App\Repository\OrderItemRepository
*/
protected function getOrderItemRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/OrderItemRepository.php';
return $this->privates['App\\Repository\\OrderItemRepository'] = new \App\Repository\OrderItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\OrderRepository' shared autowired service.
*
* @return \App\Repository\OrderRepository
*/
protected function getOrderRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/OrderRepository.php';
$a = ($this->services['App\\Util\\ProductHandler'] ?? $this->getProductHandlerService());
if (isset($this->privates['App\\Repository\\OrderRepository'])) {
return $this->privates['App\\Repository\\OrderRepository'];
}
return $this->privates['App\\Repository\\OrderRepository'] = new \App\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
}
/**
* Gets the private 'App\Repository\OrderStatusRepository' shared autowired service.
*
* @return \App\Repository\OrderStatusRepository
*/
protected function getOrderStatusRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/OrderStatusRepository.php';
return $this->privates['App\\Repository\\OrderStatusRepository'] = new \App\Repository\OrderStatusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\OrganizationRepository' shared autowired service.
*
* @return \App\Repository\OrganizationRepository
*/
protected function getOrganizationRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/OrganizationRepository.php';
return $this->privates['App\\Repository\\OrganizationRepository'] = new \App\Repository\OrganizationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PriceGroupRepository' shared autowired service.
*
* @return \App\Repository\PriceGroupRepository
*/
protected function getPriceGroupRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/PriceGroupRepository.php';
return $this->privates['App\\Repository\\PriceGroupRepository'] = new \App\Repository\PriceGroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PriceTypeRepository' shared autowired service.
*
* @return \App\Repository\PriceTypeRepository
*/
protected function getPriceTypeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/PriceTypeRepository.php';
return $this->privates['App\\Repository\\PriceTypeRepository'] = new \App\Repository\PriceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PriceTypeTranslationRepository' shared autowired service.
*
* @return \App\Repository\PriceTypeTranslationRepository
*/
protected function getPriceTypeTranslationRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/PriceTypeTranslationRepository.php';
return $this->privates['App\\Repository\\PriceTypeTranslationRepository'] = new \App\Repository\PriceTypeTranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProductAttachmentRepository' shared autowired service.
*
* @return \App\Repository\ProductAttachmentRepository
*/
protected function getProductAttachmentRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProductAttachmentRepository.php';
return $this->privates['App\\Repository\\ProductAttachmentRepository'] = new \App\Repository\ProductAttachmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProductBoxingRepository' shared autowired service.
*
* @return \App\Repository\ProductBoxingRepository
*/
protected function getProductBoxingRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProductBoxingRepository.php';
return $this->privates['App\\Repository\\ProductBoxingRepository'] = new \App\Repository\ProductBoxingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProductCategoryRepository' shared autowired service.
*
* @return \App\Repository\ProductCategoryRepository
*/
protected function getProductCategoryRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProductCategoryRepository.php';
return $this->privates['App\\Repository\\ProductCategoryRepository'] = new \App\Repository\ProductCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProductComponentRepository' shared autowired service.
*
* @return \App\Repository\ProductComponentRepository
*/
protected function getProductComponentRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProductComponentRepository.php';
return $this->privates['App\\Repository\\ProductComponentRepository'] = new \App\Repository\ProductComponentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProductFavoriteRepository' shared autowired service.
*
* @return \App\Repository\ProductFavoriteRepository
*/
protected function getProductFavoriteRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProductFavoriteRepository.php';
return $this->privates['App\\Repository\\ProductFavoriteRepository'] = new \App\Repository\ProductFavoriteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProductGalleryRepository' shared autowired service.
*
* @return \App\Repository\ProductGalleryRepository
*/
protected function getProductGalleryRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProductGalleryRepository.php';
$a = ($this->privates['App\\Util\\ImageHandler'] ?? $this->getImageHandlerService());
if (isset($this->privates['App\\Repository\\ProductGalleryRepository'])) {
return $this->privates['App\\Repository\\ProductGalleryRepository'];
}
return $this->privates['App\\Repository\\ProductGalleryRepository'] = new \App\Repository\ProductGalleryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
}
/**
* Gets the private 'App\Repository\ProductIndexRepository' shared autowired service.
*
* @return \App\Repository\ProductIndexRepository
*/
protected function getProductIndexRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProductIndexRepository.php';
return $this->privates['App\\Repository\\ProductIndexRepository'] = new \App\Repository\ProductIndexRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProductLabelRepository' shared autowired service.
*
* @return \App\Repository\ProductLabelRepository
*/
protected function getProductLabelRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProductLabelRepository.php';
return $this->privates['App\\Repository\\ProductLabelRepository'] = new \App\Repository\ProductLabelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProductPriceRepository' shared autowired service.
*
* @return \App\Repository\ProductPriceRepository
*/
protected function getProductPriceRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProductPriceRepository.php';
return $this->privates['App\\Repository\\ProductPriceRepository'] = new \App\Repository\ProductPriceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProductRelatedRepository' shared autowired service.
*
* @return \App\Repository\ProductRelatedRepository
*/
protected function getProductRelatedRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProductRelatedRepository.php';
return $this->privates['App\\Repository\\ProductRelatedRepository'] = new \App\Repository\ProductRelatedRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProductRepository' shared autowired service.
*
* @return \App\Repository\ProductRepository
*/
protected function getProductRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProductRepository.php';
$a = ($this->privates['App\\Util\\ConstantHandler'] ?? $this->getConstantHandlerService());
if (isset($this->privates['App\\Repository\\ProductRepository'])) {
return $this->privates['App\\Repository\\ProductRepository'];
}
$b = ($this->services['App\\Util\\ProductHandler'] ?? $this->getProductHandlerService());
if (isset($this->privates['App\\Repository\\ProductRepository'])) {
return $this->privates['App\\Repository\\ProductRepository'];
}
$c = ($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService());
if (isset($this->privates['App\\Repository\\ProductRepository'])) {
return $this->privates['App\\Repository\\ProductRepository'];
}
$d = ($this->privates['App\\Util\\UserSettingHandler'] ?? $this->getUserSettingHandlerService());
if (isset($this->privates['App\\Repository\\ProductRepository'])) {
return $this->privates['App\\Repository\\ProductRepository'];
}
$e = ($this->privates['App\\Util\\PromoHandler'] ?? $this->getPromoHandlerService());
if (isset($this->privates['App\\Repository\\ProductRepository'])) {
return $this->privates['App\\Repository\\ProductRepository'];
}
$f = ($this->privates['App\\Util\\FinanceHandler'] ?? $this->getFinanceHandlerService());
if (isset($this->privates['App\\Repository\\ProductRepository'])) {
return $this->privates['App\\Repository\\ProductRepository'];
}
return $this->privates['App\\Repository\\ProductRepository'] = new \App\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, $b, $c, $d, $e, $f);
}
/**
* Gets the private 'App\Repository\ProductTypeRepository' shared autowired service.
*
* @return \App\Repository\ProductTypeRepository
*/
protected function getProductTypeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProductTypeRepository.php';
$a = ($this->privates['App\\Util\\ImageHandler'] ?? $this->getImageHandlerService());
if (isset($this->privates['App\\Repository\\ProductTypeRepository'])) {
return $this->privates['App\\Repository\\ProductTypeRepository'];
}
return $this->privates['App\\Repository\\ProductTypeRepository'] = new \App\Repository\ProductTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
}
/**
* Gets the private 'App\Repository\ProductVariantRepository' shared autowired service.
*
* @return \App\Repository\ProductVariantRepository
*/
protected function getProductVariantRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProductVariantRepository.php';
return $this->privates['App\\Repository\\ProductVariantRepository'] = new \App\Repository\ProductVariantRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PromoLabelRepository' shared autowired service.
*
* @return \App\Repository\PromoLabelRepository
*/
protected function getPromoLabelRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/PromoLabelRepository.php';
$a = ($this->privates['App\\Util\\ImageHandler'] ?? $this->getImageHandlerService());
if (isset($this->privates['App\\Repository\\PromoLabelRepository'])) {
return $this->privates['App\\Repository\\PromoLabelRepository'];
}
return $this->privates['App\\Repository\\PromoLabelRepository'] = new \App\Repository\PromoLabelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
}
/**
* Gets the private 'App\Repository\PromoLabelTranslationRepository' shared autowired service.
*
* @return \App\Repository\PromoLabelTranslationRepository
*/
protected function getPromoLabelTranslationRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/PromoLabelTranslationRepository.php';
return $this->privates['App\\Repository\\PromoLabelTranslationRepository'] = new \App\Repository\PromoLabelTranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PropertyRepository' shared autowired service.
*
* @return \App\Repository\PropertyRepository
*/
protected function getPropertyRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/PropertyRepository.php';
return $this->privates['App\\Repository\\PropertyRepository'] = new \App\Repository\PropertyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PropertyValueRepository' shared autowired service.
*
* @return \App\Repository\PropertyValueRepository
*/
protected function getPropertyValueRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/PropertyValueRepository.php';
return $this->privates['App\\Repository\\PropertyValueRepository'] = new \App\Repository\PropertyValueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\RegionRepository' shared autowired service.
*
* @return \App\Repository\RegionRepository
*/
protected function getRegionRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/RegionRepository.php';
return $this->privates['App\\Repository\\RegionRepository'] = new \App\Repository\RegionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ShippingRepository' shared autowired service.
*
* @return \App\Repository\ShippingRepository
*/
protected function getShippingRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ShippingRepository.php';
return $this->privates['App\\Repository\\ShippingRepository'] = new \App\Repository\ShippingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\SignupRequestRepository' shared autowired service.
*
* @return \App\Repository\SignupRequestRepository
*/
protected function getSignupRequestRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SignupRequestRepository.php';
return $this->privates['App\\Repository\\SignupRequestRepository'] = new \App\Repository\SignupRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\StoreMapRepository' shared autowired service.
*
* @return \App\Repository\StoreMapRepository
*/
protected function getStoreMapRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Entity/MagicTrait.php';
include_once \dirname(__DIR__, 4).'/src/Repository/StoreMapRepository.php';
return $this->privates['App\\Repository\\StoreMapRepository'] = new \App\Repository\StoreMapRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TradeMarkRepository' shared autowired service.
*
* @return \App\Repository\TradeMarkRepository
*/
protected function getTradeMarkRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/TradeMarkRepository.php';
return $this->privates['App\\Repository\\TradeMarkRepository'] = new \App\Repository\TradeMarkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\UomRepository' shared autowired service.
*
* @return \App\Repository\UomRepository
*/
protected function getUomRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/UomRepository.php';
return $this->privates['App\\Repository\\UomRepository'] = new \App\Repository\UomRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\UserRepository' shared autowired service.
*
* @return \App\Repository\UserRepository
*/
protected function getUserRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
include_once \dirname(__DIR__, 4).'/src/Repository/UserRepository.php';
return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()));
}
/**
* Gets the private 'App\Repository\UserRequestFeedRepository' shared autowired service.
*
* @return \App\Repository\UserRequestFeedRepository
*/
protected function getUserRequestFeedRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/UserRequestFeedRepository.php';
return $this->privates['App\\Repository\\UserRequestFeedRepository'] = new \App\Repository\UserRequestFeedRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\UserRequestRepository' shared autowired service.
*
* @return \App\Repository\UserRequestRepository
*/
protected function getUserRequestRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/UserRequestRepository.php';
return $this->privates['App\\Repository\\UserRequestRepository'] = new \App\Repository\UserRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\WaitListRepository' shared autowired service.
*
* @return \App\Repository\WaitListRepository
*/
protected function getWaitListRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/WaitListRepository.php';
return $this->privates['App\\Repository\\WaitListRepository'] = new \App\Repository\WaitListRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
*
* @return \App\Security\LoginFormAuthenticator
*/
protected function getLoginFormAuthenticatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/src/Security/LoginFormAuthenticator.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Security\\LoginFormAuthenticator'])) {
return $this->privates['App\\Security\\LoginFormAuthenticator'];
}
return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
}
/**
* Gets the private 'App\Security\SessionIdAuthenticator' shared autowired service.
*
* @return \App\Security\SessionIdAuthenticator
*/
protected function getSessionIdAuthenticatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
include_once \dirname(__DIR__, 4).'/src/Security/SessionIdAuthenticator.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Security\\SessionIdAuthenticator'])) {
return $this->privates['App\\Security\\SessionIdAuthenticator'];
}
return $this->privates['App\\Security\\SessionIdAuthenticator'] = new \App\Security\SessionIdAuthenticator($a);
}
/**
* Gets the private 'App\Security\TokenAuthenticator' shared autowired service.
*
* @return \App\Security\TokenAuthenticator
*/
protected function getTokenAuthenticatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
include_once \dirname(__DIR__, 4).'/src/Security/TokenAuthenticator.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Security\\TokenAuthenticator'])) {
return $this->privates['App\\Security\\TokenAuthenticator'];
}
$b = ($this->privates['App\\Util\\ConstantHandler'] ?? $this->getConstantHandlerService());
if (isset($this->privates['App\\Security\\TokenAuthenticator'])) {
return $this->privates['App\\Security\\TokenAuthenticator'];
}
$c = ($this->privates['App\\Util\\UserHandler'] ?? $this->getUserHandlerService());
if (isset($this->privates['App\\Security\\TokenAuthenticator'])) {
return $this->privates['App\\Security\\TokenAuthenticator'];
}
return $this->privates['App\\Security\\TokenAuthenticator'] = new \App\Security\TokenAuthenticator($a, $b, $c);
}
/**
* Gets the private 'App\Subscriber\ExceptionSubscriber' shared autowired service.
*
* @return \App\Subscriber\ExceptionSubscriber
*/
protected function getExceptionSubscriberService()
{
include_once \dirname(__DIR__, 4).'/src/Subscriber/ExceptionSubscriber.php';
return $this->privates['App\\Subscriber\\ExceptionSubscriber'] = new \App\Subscriber\ExceptionSubscriber(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), $this->getSession_FlashBagService());
}
/**
* Gets the private 'App\Subscriber\MetadataSubscriber' shared autowired service.
*
* @return \App\Subscriber\MetadataSubscriber
*/
protected function getMetadataSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Subscriber/MetadataSubscriber.php';
return $this->privates['App\\Subscriber\\MetadataSubscriber'] = new \App\Subscriber\MetadataSubscriber();
}
/**
* Gets the private 'App\Util\AlertHandler' shared autowired service.
*
* @return \App\Util\AlertHandler
*/
protected function getAlertHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Util/AlertHandler.php';
return $this->privates['App\\Util\\AlertHandler'] = new \App\Util\AlertHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Util\\MailHandler'] ?? $this->getMailHandlerService()), ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the private 'App\Util\BrandHandler' shared autowired service.
*
* @return \App\Util\BrandHandler
*/
protected function getBrandHandlerService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Util\\BrandHandler'])) {
return $this->privates['App\\Util\\BrandHandler'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['App\\Util\\BrandHandler'])) {
return $this->privates['App\\Util\\BrandHandler'];
}
return $this->privates['App\\Util\\BrandHandler'] = new \App\Util\BrandHandler($a, $b);
}
/**
* Gets the private 'App\Util\CartHandler' shared autowired service.
*
* @return \App\Util\CartHandler
*/
protected function getCartHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Util/CartHandler.php';
include_once \dirname(__DIR__, 4).'/src/Zet/DeliveryServiceBundle/Util/InterfaceHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Util\\CartHandler'])) {
return $this->privates['App\\Util\\CartHandler'];
}
$b = ($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService());
if (isset($this->privates['App\\Util\\CartHandler'])) {
return $this->privates['App\\Util\\CartHandler'];
}
$c = ($this->privates['App\\Util\\FinanceHandler'] ?? $this->getFinanceHandlerService());
if (isset($this->privates['App\\Util\\CartHandler'])) {
return $this->privates['App\\Util\\CartHandler'];
}
$d = ($this->services['App\\Util\\ProductHandler'] ?? $this->getProductHandlerService());
if (isset($this->privates['App\\Util\\CartHandler'])) {
return $this->privates['App\\Util\\CartHandler'];
}
$e = ($this->privates['App\\Util\\UserSettingHandler'] ?? $this->getUserSettingHandlerService());
if (isset($this->privates['App\\Util\\CartHandler'])) {
return $this->privates['App\\Util\\CartHandler'];
}
return $this->privates['App\\Util\\CartHandler'] = new \App\Util\CartHandler($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b, $c, $d, new \App\Zet\DeliveryServiceBundle\Util\InterfaceHandler($a), $e);
}
/**
* Gets the private 'App\Util\ConstantHandler' shared autowired service.
*
* @return \App\Util\ConstantHandler
*/
protected function getConstantHandlerService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Util\\ConstantHandler'])) {
return $this->privates['App\\Util\\ConstantHandler'];
}
return $this->privates['App\\Util\\ConstantHandler'] = new \App\Util\ConstantHandler($a, ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Util\CronHandler' shared autowired service.
*
* @return \App\Util\CronHandler
*/
protected function getCronHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Util/CronHandler.php';
include_once \dirname(__DIR__, 4).'/src/Zet/ManagerBundle/Util/CronHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
$b = ($this->privates['App\\Util\\MailHandler'] ?? $this->getMailHandlerService());
return $this->privates['App\\Util\\CronHandler'] = new \App\Util\CronHandler($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Zet\\V8Bundle\\Util\\V8DataProcessor'] ?? $this->getV8DataProcessorService()), ($this->privates['App\\Zet\\DeliveryServiceBundle\\Util\\ApiHandler'] ?? $this->getApiHandlerService()), ($this->privates['App\\Util\\AlertHandler'] ?? $this->getAlertHandlerService()), ($this->privates['App\\Zet\\V8Bundle\\Util\\V8AdminHandler'] ?? $this->getV8AdminHandlerService()), new \App\Zet\ManagerBundle\Util\CronHandler($a, $b), ($this->privates['App\\Util\\UserRequestHandler'] ?? $this->getUserRequestHandlerService()), ($this->privates['App\\Util\\UserHandler'] ?? $this->getUserHandlerService()), ($this->privates['App\\Util\\ImageHandler'] ?? $this->getImageHandlerService()), ($this->privates['App\\Util\\WaitListHandler'] ?? $this->getWaitListHandlerService()), $b, ($this->privates['App\\Util\\DumpCatalogHandler'] ?? $this->getDumpCatalogHandlerService()), ($this->privates['App\\Util\\ConstantHandler'] ?? $this->getConstantHandlerService()));
}
/**
* Gets the private 'App\Util\DumpCatalogHandler' shared autowired service.
*
* @return \App\Util\DumpCatalogHandler
*/
protected function getDumpCatalogHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Util/DumpCatalogHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Util\\DumpCatalogHandler'])) {
return $this->privates['App\\Util\\DumpCatalogHandler'];
}
$b = ($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService());
if (isset($this->privates['App\\Util\\DumpCatalogHandler'])) {
return $this->privates['App\\Util\\DumpCatalogHandler'];
}
$c = ($this->privates['App\\Zet\\ContentBundle\\Util\\ContentBlockHandler'] ?? $this->getContentBlockHandlerService());
if (isset($this->privates['App\\Util\\DumpCatalogHandler'])) {
return $this->privates['App\\Util\\DumpCatalogHandler'];
}
$d = ($this->services['App\\Util\\ProductHandler'] ?? $this->getProductHandlerService());
if (isset($this->privates['App\\Util\\DumpCatalogHandler'])) {
return $this->privates['App\\Util\\DumpCatalogHandler'];
}
$e = ($this->privates['App\\Util\\MailHandler'] ?? $this->getMailHandlerService());
if (isset($this->privates['App\\Util\\DumpCatalogHandler'])) {
return $this->privates['App\\Util\\DumpCatalogHandler'];
}
$f = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['App\\Util\\DumpCatalogHandler'])) {
return $this->privates['App\\Util\\DumpCatalogHandler'];
}
$g = ($this->privates['App\\Util\\FinanceHandler'] ?? $this->getFinanceHandlerService());
if (isset($this->privates['App\\Util\\DumpCatalogHandler'])) {
return $this->privates['App\\Util\\DumpCatalogHandler'];
}
return $this->privates['App\\Util\\DumpCatalogHandler'] = new \App\Util\DumpCatalogHandler(($this->services['translator'] ?? $this->getTranslatorService()), $a, $b, $c, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $d, $e, $f, $g);
}
/**
* Gets the private 'App\Util\EnvHandler' shared autowired service.
*
* @return \App\Util\EnvHandler
*/
protected function getEnvHandlerService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Util\\EnvHandler'])) {
return $this->privates['App\\Util\\EnvHandler'];
}
$b = ($this->privates['App\\Util\\ConstantHandler'] ?? $this->getConstantHandlerService());
if (isset($this->privates['App\\Util\\EnvHandler'])) {
return $this->privates['App\\Util\\EnvHandler'];
}
$c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Util\\EnvHandler'])) {
return $this->privates['App\\Util\\EnvHandler'];
}
return $this->privates['App\\Util\\EnvHandler'] = new \App\Util\EnvHandler($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b, $c, ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()));
}
/**
* Gets the private 'App\Util\FinanceHandler' shared autowired service.
*
* @return \App\Util\FinanceHandler
*/
protected function getFinanceHandlerService()
{
$a = ($this->privates['App\\Util\\ConstantHandler'] ?? $this->getConstantHandlerService());
if (isset($this->privates['App\\Util\\FinanceHandler'])) {
return $this->privates['App\\Util\\FinanceHandler'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Util\\FinanceHandler'])) {
return $this->privates['App\\Util\\FinanceHandler'];
}
return $this->privates['App\\Util\\FinanceHandler'] = new \App\Util\FinanceHandler($a, $b);
}
/**
* Gets the private 'App\Util\ImageHandler' shared autowired service.
*
* @return \App\Util\ImageHandler
*/
protected function getImageHandlerService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Util\\ImageHandler'])) {
return $this->privates['App\\Util\\ImageHandler'];
}
return $this->privates['App\\Util\\ImageHandler'] = new \App\Util\ImageHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService()), $a);
}
/**
* Gets the private 'App\Util\MailHandler' shared autowired service.
*
* @return \App\Util\MailHandler
*/
protected function getMailHandlerService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['App\\Util\\MailHandler'])) {
return $this->privates['App\\Util\\MailHandler'];
}
$b = ($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService());
if (isset($this->privates['App\\Util\\MailHandler'])) {
return $this->privates['App\\Util\\MailHandler'];
}
$c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Util\\MailHandler'])) {
return $this->privates['App\\Util\\MailHandler'];
}
return $this->privates['App\\Util\\MailHandler'] = new \App\Util\MailHandler($a, ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['translator'] ?? $this->getTranslatorService()), $b, $c, $this->getEnv('string:default:default_admin_email:ADMIN_EMAIL'));
}
/**
* Gets the private 'App\Util\OrderHandler' shared autowired service.
*
* @return \App\Util\OrderHandler
*/
protected function getOrderHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Util/OrderHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Util\\OrderHandler'])) {
return $this->privates['App\\Util\\OrderHandler'];
}
$b = ($this->services['App\\Util\\ProductHandler'] ?? $this->getProductHandlerService());
if (isset($this->privates['App\\Util\\OrderHandler'])) {
return $this->privates['App\\Util\\OrderHandler'];
}
$c = ($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService());
if (isset($this->privates['App\\Util\\OrderHandler'])) {
return $this->privates['App\\Util\\OrderHandler'];
}
return $this->privates['App\\Util\\OrderHandler'] = new \App\Util\OrderHandler($a, ($this->privates['App\\Util\\CartHandler'] ?? $this->getCartHandlerService()), $b, $c, ($this->privates['App\\Util\\FinanceHandler'] ?? $this->getFinanceHandlerService()));
}
/**
* Gets the private 'App\Util\PromoHandler' shared autowired service.
*
* @return \App\Util\PromoHandler
*/
protected function getPromoHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Util/PromoHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Util\\PromoHandler'])) {
return $this->privates['App\\Util\\PromoHandler'];
}
$b = ($this->privates['App\\Util\\ConstantHandler'] ?? $this->getConstantHandlerService());
if (isset($this->privates['App\\Util\\PromoHandler'])) {
return $this->privates['App\\Util\\PromoHandler'];
}
$c = ($this->services['App\\Util\\ProductHandler'] ?? $this->getProductHandlerService());
if (isset($this->privates['App\\Util\\PromoHandler'])) {
return $this->privates['App\\Util\\PromoHandler'];
}
$d = ($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService());
if (isset($this->privates['App\\Util\\PromoHandler'])) {
return $this->privates['App\\Util\\PromoHandler'];
}
return $this->privates['App\\Util\\PromoHandler'] = new \App\Util\PromoHandler($a, $b, $c, $d);
}
/**
* Gets the private 'App\Util\UserHandler' shared autowired service.
*
* @return \App\Util\UserHandler
*/
protected function getUserHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Util/UserHandler.php';
$a = ($this->privates['App\\Util\\MailHandler'] ?? $this->getMailHandlerService());
if (isset($this->privates['App\\Util\\UserHandler'])) {
return $this->privates['App\\Util\\UserHandler'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Util\\UserHandler'])) {
return $this->privates['App\\Util\\UserHandler'];
}
$c = ($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService());
if (isset($this->privates['App\\Util\\UserHandler'])) {
return $this->privates['App\\Util\\UserHandler'];
}
return $this->privates['App\\Util\\UserHandler'] = new \App\Util\UserHandler(($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()), $a, ($this->privates['url_helper'] ?? $this->getUrlHelperService()), $b, ($this->services['translator'] ?? $this->getTranslatorService()), $c);
}
/**
* Gets the private 'App\Util\UserRequestHandler' shared autowired service.
*
* @return \App\Util\UserRequestHandler
*/
protected function getUserRequestHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Util/UserRequestHandler.php';
return $this->privates['App\\Util\\UserRequestHandler'] = new \App\Util\UserRequestHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Util\UserSettingHandler' shared autowired service.
*
* @return \App\Util\UserSettingHandler
*/
protected function getUserSettingHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Util/UserSettingHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Util\\UserSettingHandler'])) {
return $this->privates['App\\Util\\UserSettingHandler'];
}
$b = ($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService());
if (isset($this->privates['App\\Util\\UserSettingHandler'])) {
return $this->privates['App\\Util\\UserSettingHandler'];
}
return $this->privates['App\\Util\\UserSettingHandler'] = new \App\Util\UserSettingHandler($a, $b);
}
/**
* Gets the private 'App\Util\WaitListHandler' shared autowired service.
*
* @return \App\Util\WaitListHandler
*/
protected function getWaitListHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Util/WaitListHandler.php';
return $this->privates['App\\Util\\WaitListHandler'] = new \App\Util\WaitListHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Util\\ProductHandler'] ?? $this->getProductHandlerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Util\\MailHandler'] ?? $this->getMailHandlerService()), ($this->privates['App\\Zet\\ContentBundle\\Util\\ContentBlockHandler'] ?? $this->getContentBlockHandlerService()));
}
/**
* Gets the private 'App\Validator\CategoryClassValidator' shared autowired service.
*
* @return \App\Validator\CategoryClassValidator
*/
protected function getCategoryClassValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/src/Validator/CategoryClassValidator.php';
return $this->privates['App\\Validator\\CategoryClassValidator'] = new \App\Validator\CategoryClassValidator(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Zet\ContentBundle\Admin\Type\InfographicsType' shared autowired service.
*
* @return \App\Zet\ContentBundle\Admin\Type\InfographicsType
*/
protected function getInfographicsTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Zet/ContentBundle/Admin/Type/InfographicsType.php';
return $this->privates['App\\Zet\\ContentBundle\\Admin\\Type\\InfographicsType'] = new \App\Zet\ContentBundle\Admin\Type\InfographicsType();
}
/**
* Gets the private 'App\Zet\ContentBundle\Repository\BannerRepository' shared autowired service.
*
* @return \App\Zet\ContentBundle\Repository\BannerRepository
*/
protected function getBannerRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Zet/ContentBundle/Repository/BannerRepository.php';
$a = ($this->privates['App\\Util\\ImageHandler'] ?? $this->getImageHandlerService());
if (isset($this->privates['App\\Zet\\ContentBundle\\Repository\\BannerRepository'])) {
return $this->privates['App\\Zet\\ContentBundle\\Repository\\BannerRepository'];
}
return $this->privates['App\\Zet\\ContentBundle\\Repository\\BannerRepository'] = new \App\Zet\ContentBundle\Repository\BannerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
}
/**
* Gets the private 'App\Zet\ContentBundle\Repository\CategoryRepository' shared autowired service.
*
* @return \App\Zet\ContentBundle\Repository\CategoryRepository
*/
protected function getCategoryRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Zet/ContentBundle/Repository/CategoryRepository.php';
return $this->privates['App\\Zet\\ContentBundle\\Repository\\CategoryRepository'] = new \App\Zet\ContentBundle\Repository\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Zet\ContentBundle\Repository\ContentBlockRepository' shared autowired service.
*
* @return \App\Zet\ContentBundle\Repository\ContentBlockRepository
*/
protected function getContentBlockRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Zet/ContentBundle/Repository/ContentBlockRepository.php';
return $this->privates['App\\Zet\\ContentBundle\\Repository\\ContentBlockRepository'] = new \App\Zet\ContentBundle\Repository\ContentBlockRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Zet\ContentBundle\Repository\ContentRepository' shared autowired service.
*
* @return \App\Zet\ContentBundle\Repository\ContentRepository
*/
protected function getContentRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Zet/ContentBundle/Repository/ContentRepository.php';
$a = ($this->privates['App\\Util\\ImageHandler'] ?? $this->getImageHandlerService());
if (isset($this->privates['App\\Zet\\ContentBundle\\Repository\\ContentRepository'])) {
return $this->privates['App\\Zet\\ContentBundle\\Repository\\ContentRepository'];
}
return $this->privates['App\\Zet\\ContentBundle\\Repository\\ContentRepository'] = new \App\Zet\ContentBundle\Repository\ContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
}
/**
* Gets the private 'App\Zet\ContentBundle\Util\ContentBlockHandler' shared autowired service.
*
* @return \App\Zet\ContentBundle\Util\ContentBlockHandler
*/
protected function getContentBlockHandlerService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Zet\\ContentBundle\\Util\\ContentBlockHandler'])) {
return $this->privates['App\\Zet\\ContentBundle\\Util\\ContentBlockHandler'];
}
return $this->privates['App\\Zet\\ContentBundle\\Util\\ContentBlockHandler'] = new \App\Zet\ContentBundle\Util\ContentBlockHandler($a, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
}
/**
* Gets the private 'App\Zet\CrossBundle\Repository\BrandSynonymRepository' shared autowired service.
*
* @return \App\Zet\CrossBundle\Repository\BrandSynonymRepository
*/
protected function getBrandSynonymRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Zet/CrossBundle/Repository/BrandSynonymRepository.php';
return $this->privates['App\\Zet\\CrossBundle\\Repository\\BrandSynonymRepository'] = new \App\Zet\CrossBundle\Repository\BrandSynonymRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Zet\CrossBundle\Repository\CrossListItemRepository' shared autowired service.
*
* @return \App\Zet\CrossBundle\Repository\CrossListItemRepository
*/
protected function getCrossListItemRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Zet/CrossBundle/Repository/CrossListItemRepository.php';
return $this->privates['App\\Zet\\CrossBundle\\Repository\\CrossListItemRepository'] = new \App\Zet\CrossBundle\Repository\CrossListItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Zet\CrossBundle\Repository\CrossListRepository' shared autowired service.
*
* @return \App\Zet\CrossBundle\Repository\CrossListRepository
*/
protected function getCrossListRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Zet/CrossBundle/Repository/CrossListRepository.php';
return $this->privates['App\\Zet\\CrossBundle\\Repository\\CrossListRepository'] = new \App\Zet\CrossBundle\Repository\CrossListRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Zet\CrossBundle\Repository\PriceListItemRepository' shared autowired service.
*
* @return \App\Zet\CrossBundle\Repository\PriceListItemRepository
*/
protected function getPriceListItemRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Zet/CrossBundle/Repository/PriceListItemRepository.php';
return $this->privates['App\\Zet\\CrossBundle\\Repository\\PriceListItemRepository'] = new \App\Zet\CrossBundle\Repository\PriceListItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Zet\CrossBundle\Repository\PriceListRepository' shared autowired service.
*
* @return \App\Zet\CrossBundle\Repository\PriceListRepository
*/
protected function getPriceListRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Zet/CrossBundle/Repository/PriceListRepository.php';
return $this->privates['App\\Zet\\CrossBundle\\Repository\\PriceListRepository'] = new \App\Zet\CrossBundle\Repository\PriceListRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Zet\CrossBundle\Repository\ProductCrossRepository' shared autowired service.
*
* @return \App\Zet\CrossBundle\Repository\ProductCrossRepository
*/
protected function getProductCrossRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Zet/CrossBundle/Repository/ProductCrossRepository.php';
return $this->privates['App\\Zet\\CrossBundle\\Repository\\ProductCrossRepository'] = new \App\Zet\CrossBundle\Repository\ProductCrossRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Zet\CrossBundle\Repository\Tcd\TcdBrandRepository' shared autowired service.
*
* @return \App\Zet\CrossBundle\Repository\Tcd\TcdBrandRepository
*/
protected function getTcdBrandRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Entity/MagicTrait.php';
include_once \dirname(__DIR__, 4).'/src/Zet/CrossBundle/Repository/Tcd/TcdBrandRepository.php';
return $this->privates['App\\Zet\\CrossBundle\\Repository\\Tcd\\TcdBrandRepository'] = new \App\Zet\CrossBundle\Repository\Tcd\TcdBrandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Zet\CrossBundle\Repository\Tcd\TcdCrossRepository' shared autowired service.
*
* @return \App\Zet\CrossBundle\Repository\Tcd\TcdCrossRepository
*/
protected function getTcdCrossRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Zet/CrossBundle/Repository/Tcd/TcdCrossRepository.php';
return $this->privates['App\\Zet\\CrossBundle\\Repository\\Tcd\\TcdCrossRepository'] = new \App\Zet\CrossBundle\Repository\Tcd\TcdCrossRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Zet\CrossBundle\Util\CrossHandler' shared autowired service.
*
* @return \App\Zet\CrossBundle\Util\CrossHandler
*/
protected function getCrossHandlerService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Zet\\CrossBundle\\Util\\CrossHandler'])) {
return $this->privates['App\\Zet\\CrossBundle\\Util\\CrossHandler'];
}
return $this->privates['App\\Zet\\CrossBundle\\Util\\CrossHandler'] = new \App\Zet\CrossBundle\Util\CrossHandler($a);
}
/**
* Gets the private 'App\Zet\CrossBundle\Util\PriceHandler' shared autowired service.
*
* @return \App\Zet\CrossBundle\Util\PriceHandler
*/
protected function getPriceHandlerService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Zet\\CrossBundle\\Util\\PriceHandler'])) {
return $this->privates['App\\Zet\\CrossBundle\\Util\\PriceHandler'];
}
$b = ($this->privates['App\\Zet\\CrossBundle\\Util\\CrossHandler'] ?? $this->getCrossHandlerService());
if (isset($this->privates['App\\Zet\\CrossBundle\\Util\\PriceHandler'])) {
return $this->privates['App\\Zet\\CrossBundle\\Util\\PriceHandler'];
}
$c = ($this->privates['App\\Util\\FinanceHandler'] ?? $this->getFinanceHandlerService());
if (isset($this->privates['App\\Zet\\CrossBundle\\Util\\PriceHandler'])) {
return $this->privates['App\\Zet\\CrossBundle\\Util\\PriceHandler'];
}
return $this->privates['App\\Zet\\CrossBundle\\Util\\PriceHandler'] = new \App\Zet\CrossBundle\Util\PriceHandler($a, $b, $c);
}
/**
* Gets the private 'App\Zet\CrossBundle\Util\UploadHandler' shared autowired service.
*
* @return \App\Zet\CrossBundle\Util\UploadHandler
*/
protected function getUploadHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Zet/CrossBundle/Util/UploadHandler.php';
$a = ($this->privates['App\\Zet\\CrossBundle\\Util\\CrossHandler'] ?? $this->getCrossHandlerService());
if (isset($this->privates['App\\Zet\\CrossBundle\\Util\\UploadHandler'])) {
return $this->privates['App\\Zet\\CrossBundle\\Util\\UploadHandler'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Zet\\CrossBundle\\Util\\UploadHandler'])) {
return $this->privates['App\\Zet\\CrossBundle\\Util\\UploadHandler'];
}
$c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['App\\Zet\\CrossBundle\\Util\\UploadHandler'])) {
return $this->privates['App\\Zet\\CrossBundle\\Util\\UploadHandler'];
}
$d = ($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService());
if (isset($this->privates['App\\Zet\\CrossBundle\\Util\\UploadHandler'])) {
return $this->privates['App\\Zet\\CrossBundle\\Util\\UploadHandler'];
}
return $this->privates['App\\Zet\\CrossBundle\\Util\\UploadHandler'] = new \App\Zet\CrossBundle\Util\UploadHandler($a, $b, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $c, $d);
}
/**
* Gets the private 'App\Zet\DeliveryServiceBundle\Command\ImportDataCommand' shared autowired service.
*
* @return \App\Zet\DeliveryServiceBundle\Command\ImportDataCommand
*/
protected function getImportDataCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Zet/DeliveryServiceBundle/Command/ImportDataCommand.php';
include_once \dirname(__DIR__, 4).'/src/Zet/DeliveryServiceBundle/Util/UkrPostHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
$this->privates['App\\Zet\\DeliveryServiceBundle\\Command\\ImportDataCommand'] = $instance = new \App\Zet\DeliveryServiceBundle\Command\ImportDataCommand(($this->privates['App\\Zet\\DeliveryServiceBundle\\Util\\NewPostHandler'] ?? $this->getNewPostHandlerService()), $a, new \App\Zet\DeliveryServiceBundle\Util\UkrPostHandler($a));
$instance->setName('delivery-service:import');
return $instance;
}
/**
* Gets the private 'App\Zet\DeliveryServiceBundle\Repository\DeliveryCityRepository' shared autowired service.
*
* @return \App\Zet\DeliveryServiceBundle\Repository\DeliveryCityRepository
*/
protected function getDeliveryCityRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Zet/DeliveryServiceBundle/Repository/DeliveryCityRepository.php';
return $this->privates['App\\Zet\\DeliveryServiceBundle\\Repository\\DeliveryCityRepository'] = new \App\Zet\DeliveryServiceBundle\Repository\DeliveryCityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Zet\DeliveryServiceBundle\Repository\DeliveryPointRepository' shared autowired service.
*
* @return \App\Zet\DeliveryServiceBundle\Repository\DeliveryPointRepository
*/
protected function getDeliveryPointRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Zet/DeliveryServiceBundle/Repository/DeliveryPointRepository.php';
return $this->privates['App\\Zet\\DeliveryServiceBundle\\Repository\\DeliveryPointRepository'] = new \App\Zet\DeliveryServiceBundle\Repository\DeliveryPointRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Zet\DeliveryServiceBundle\Repository\DeliveryServiceRepository' shared autowired service.
*
* @return \App\Zet\DeliveryServiceBundle\Repository\DeliveryServiceRepository
*/
protected function getDeliveryServiceRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Zet/DeliveryServiceBundle/Repository/DeliveryServiceRepository.php';
return $this->privates['App\\Zet\\DeliveryServiceBundle\\Repository\\DeliveryServiceRepository'] = new \App\Zet\DeliveryServiceBundle\Repository\DeliveryServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Zet\DeliveryServiceBundle\Util\ApiHandler' shared autowired service.
*
* @return \App\Zet\DeliveryServiceBundle\Util\ApiHandler
*/
protected function getApiHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Zet/DeliveryServiceBundle/Util/ApiHandler.php';
include_once \dirname(__DIR__, 4).'/src/Zet/DeliveryServiceBundle/Util/DeliveryAutoHandler.php';
include_once \dirname(__DIR__, 4).'/src/Zet/DeliveryServiceBundle/Util/SatHandler.php';
include_once \dirname(__DIR__, 4).'/src/Zet/DeliveryServiceBundle/Util/GunselHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
return $this->privates['App\\Zet\\DeliveryServiceBundle\\Util\\ApiHandler'] = new \App\Zet\DeliveryServiceBundle\Util\ApiHandler($a, ($this->privates['App\\Zet\\DeliveryServiceBundle\\Util\\NewPostHandler'] ?? $this->getNewPostHandlerService()), new \App\Zet\DeliveryServiceBundle\Util\DeliveryAutoHandler($a), new \App\Zet\DeliveryServiceBundle\Util\SatHandler($a), new \App\Zet\DeliveryServiceBundle\Util\GunselHandler($a));
}
/**
* Gets the private 'App\Zet\DeliveryServiceBundle\Util\NewPostHandler' shared autowired service.
*
* @return \App\Zet\DeliveryServiceBundle\Util\NewPostHandler
*/
protected function getNewPostHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Zet/DeliveryServiceBundle/Util/NewPostHandler.php';
return $this->privates['App\\Zet\\DeliveryServiceBundle\\Util\\NewPostHandler'] = new \App\Zet\DeliveryServiceBundle\Util\NewPostHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'App\Zet\ImageCrawler\Repository\CrawlerSemaphoreRepository' shared autowired service.
*
* @return \App\Zet\ImageCrawler\Repository\CrawlerSemaphoreRepository
*/
protected function getCrawlerSemaphoreRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Zet/ImageCrawler/Repository/CrawlerSemaphoreRepository.php';
return $this->privates['App\\Zet\\ImageCrawler\\Repository\\CrawlerSemaphoreRepository'] = new \App\Zet\ImageCrawler\Repository\CrawlerSemaphoreRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Zet\ImageCrawler\Repository\CrawlerSettingRepository' shared autowired service.
*
* @return \App\Zet\ImageCrawler\Repository\CrawlerSettingRepository
*/
protected function getCrawlerSettingRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Zet/ImageCrawler/Repository/CrawlerSettingRepository.php';
return $this->privates['App\\Zet\\ImageCrawler\\Repository\\CrawlerSettingRepository'] = new \App\Zet\ImageCrawler\Repository\CrawlerSettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Zet\ManagerBundle\Util\AccessControlHandler' shared autowired service.
*
* @return \App\Zet\ManagerBundle\Util\AccessControlHandler
*/
protected function getAccessControlHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Zet/ManagerBundle/Util/AccessControlHandler.php';
return $this->privates['App\\Zet\\ManagerBundle\\Util\\AccessControlHandler'] = new \App\Zet\ManagerBundle\Util\AccessControlHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService()));
}
/**
* Gets the private 'App\Zet\ManagerBundle\Util\AggregationHandler' shared autowired service.
*
* @return \App\Zet\ManagerBundle\Util\AggregationHandler
*/
protected function getAggregationHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Zet/ManagerBundle/Util/AggregationHandler.php';
return $this->privates['App\\Zet\\ManagerBundle\\Util\\AggregationHandler'] = new \App\Zet\ManagerBundle\Util\AggregationHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Zet\\ManagerBundle\\Util\\QueryBuilderHandler'] ?? $this->getQueryBuilderHandlerService()), ($this->privates['App\\Zet\\ManagerBundle\\Util\\ModifyHandler'] ?? $this->getModifyHandlerService()));
}
/**
* Gets the private 'App\Zet\ManagerBundle\Util\ModifyHandler' shared autowired service.
*
* @return \App\Zet\ManagerBundle\Util\ModifyHandler
*/
protected function getModifyHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Zet/ManagerBundle/Util/ModifyHandler.php';
return $this->privates['App\\Zet\\ManagerBundle\\Util\\ModifyHandler'] = new \App\Zet\ManagerBundle\Util\ModifyHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Util\\ConstantHandler'] ?? $this->getConstantHandlerService()));
}
/**
* Gets the private 'App\Zet\ManagerBundle\Util\QueryBuilderHandler' shared autowired service.
*
* @return \App\Zet\ManagerBundle\Util\QueryBuilderHandler
*/
protected function getQueryBuilderHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Zet/ManagerBundle/Util/QueryBuilderHandler.php';
return $this->privates['App\\Zet\\ManagerBundle\\Util\\QueryBuilderHandler'] = new \App\Zet\ManagerBundle\Util\QueryBuilderHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Util\\UserRequestHandler'] ?? $this->getUserRequestHandlerService()));
}
/**
* Gets the private 'App\Zet\V8Bundle\Command\ProcessEntityCommand' shared autowired service.
*
* @return \App\Zet\V8Bundle\Command\ProcessEntityCommand
*/
protected function getProcessEntityCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Zet/V8Bundle/Command/ProcessEntityCommand.php';
$this->privates['App\\Zet\\V8Bundle\\Command\\ProcessEntityCommand'] = $instance = new \App\Zet\V8Bundle\Command\ProcessEntityCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Zet\\V8Bundle\\Util\\V8DataProcessor'] ?? $this->getV8DataProcessorService()), ($this->privates['App\\Zet\\V8Bundle\\Util\\V8Client'] ?? $this->getV8ClientService()));
$instance->setName('v8:process');
return $instance;
}
/**
* Gets the private 'App\Zet\V8Bundle\Form\Type\EntityColumnsType' shared autowired service.
*
* @return \App\Zet\V8Bundle\Form\Type\EntityColumnsType
*/
protected function getEntityColumnsTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Zet/V8Bundle/Form/Type/EntityColumnsType.php';
return $this->privates['App\\Zet\\V8Bundle\\Form\\Type\\EntityColumnsType'] = new \App\Zet\V8Bundle\Form\Type\EntityColumnsType(($this->privates['App\\Zet\\V8Bundle\\Util\\V8DataProcessor'] ?? $this->getV8DataProcessorService()));
}
/**
* Gets the private 'App\Zet\V8Bundle\Form\Type\SubEntityType' shared autowired service.
*
* @return \App\Zet\V8Bundle\Form\Type\SubEntityType
*/
protected function getSubEntityTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Zet/V8Bundle/Form/Type/SubEntityType.php';
return $this->privates['App\\Zet\\V8Bundle\\Form\\Type\\SubEntityType'] = new \App\Zet\V8Bundle\Form\Type\SubEntityType();
}
/**
* Gets the private 'App\Zet\V8Bundle\Repository\Entity1CRepository' shared autowired service.
*
* @return \App\Zet\V8Bundle\Repository\Entity1CRepository
*/
protected function getEntity1CRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Zet/V8Bundle/Repository/Entity1CRepository.php';
return $this->privates['App\\Zet\\V8Bundle\\Repository\\Entity1CRepository'] = new \App\Zet\V8Bundle\Repository\Entity1CRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Zet\V8Bundle\Util\DocumentProcessor' shared autowired service.
*
* @return \App\Zet\V8Bundle\Util\DocumentProcessor
*/
protected function getDocumentProcessorService()
{
include_once \dirname(__DIR__, 4).'/src/Zet/V8Bundle/Util/DocumentProcessor.php';
return $this->privates['App\\Zet\\V8Bundle\\Util\\DocumentProcessor'] = new \App\Zet\V8Bundle\Util\DocumentProcessor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Zet\\V8Bundle\\Util\\V8Client'] ?? $this->getV8ClientService()), ($this->privates['App\\Zet\\V8Bundle\\Util\\V8DataProcessor'] ?? $this->getV8DataProcessorService()), ($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService()), ($this->privates['App\\Zet\\V8Bundle\\Util\\V8AdminHandler'] ?? $this->getV8AdminHandlerService()), ($this->privates['App\\Util\\ConstantHandler'] ?? $this->getConstantHandlerService()));
}
/**
* Gets the private 'App\Zet\V8Bundle\Util\V8AdminHandler' shared autowired service.
*
* @return \App\Zet\V8Bundle\Util\V8AdminHandler
*/
protected function getV8AdminHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Zet/V8Bundle/Util/V8AdminHandler.php';
return $this->privates['App\\Zet\\V8Bundle\\Util\\V8AdminHandler'] = new \App\Zet\V8Bundle\Util\V8AdminHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Zet\\V8Bundle\\Util\\V8DataProcessor'] ?? $this->getV8DataProcessorService()), ($this->privates['App\\Zet\\V8Bundle\\Util\\V8Client'] ?? $this->getV8ClientService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Util\\ConstantHandler'] ?? $this->getConstantHandlerService()), ($this->privates['App\\Util\\MailHandler'] ?? $this->getMailHandlerService()));
}
/**
* Gets the private 'App\Zet\V8Bundle\Util\V8Client' shared autowired service.
*
* @return \App\Zet\V8Bundle\Util\V8Client
*/
protected function getV8ClientService()
{
include_once \dirname(__DIR__, 4).'/src/Zet/V8Bundle/Util/V8Client.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Zet\\V8Bundle\\Util\\V8Client'])) {
return $this->privates['App\\Zet\\V8Bundle\\Util\\V8Client'];
}
$b = ($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService());
if (isset($this->privates['App\\Zet\\V8Bundle\\Util\\V8Client'])) {
return $this->privates['App\\Zet\\V8Bundle\\Util\\V8Client'];
}
return $this->privates['App\\Zet\\V8Bundle\\Util\\V8Client'] = new \App\Zet\V8Bundle\Util\V8Client(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, $b);
}
/**
* Gets the private 'App\Zet\V8Bundle\Util\V8DataProcessor' shared autowired service.
*
* @return \App\Zet\V8Bundle\Util\V8DataProcessor
*/
protected function getV8DataProcessorService()
{
include_once \dirname(__DIR__, 4).'/src/Zet/V8Bundle/Util/V8DataProcessor.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Zet\\V8Bundle\\Util\\V8DataProcessor'])) {
return $this->privates['App\\Zet\\V8Bundle\\Util\\V8DataProcessor'];
}
$b = ($this->privates['App\\Zet\\V8Bundle\\Util\\V8Client'] ?? $this->getV8ClientService());
if (isset($this->privates['App\\Zet\\V8Bundle\\Util\\V8DataProcessor'])) {
return $this->privates['App\\Zet\\V8Bundle\\Util\\V8DataProcessor'];
}
$c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['App\\Zet\\V8Bundle\\Util\\V8DataProcessor'])) {
return $this->privates['App\\Zet\\V8Bundle\\Util\\V8DataProcessor'];
}
return $this->privates['App\\Zet\\V8Bundle\\Util\\V8DataProcessor'] = new \App\Zet\V8Bundle\Util\V8DataProcessor($a, $b, ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), $c, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
}
/**
* Gets the private 'Artgris\Bundle\FileManagerBundle\Service\FileTypeService' shared autowired service.
*
* @return \Artgris\Bundle\FileManagerBundle\Service\FileTypeService
*/
protected function getFileTypeServiceService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['Artgris\\Bundle\\FileManagerBundle\\Service\\FileTypeService'])) {
return $this->privates['Artgris\\Bundle\\FileManagerBundle\\Service\\FileTypeService'];
}
return $this->privates['Artgris\\Bundle\\FileManagerBundle\\Service\\FileTypeService'] = new \Artgris\Bundle\FileManagerBundle\Service\FileTypeService(($this->services['router'] ?? $this->getRouterService()), $a);
}
/**
* Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
*/
protected function getManagerRegistryAwareConnectionProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default'));
}
/**
* Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
*
* @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
*/
protected function getRunSqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
$this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
$instance->setName('dbal:run-sql');
return $instance;
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer
*/
protected function getCacheWarmer2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Cache/CacheWarmer.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Cache\\CacheWarmer'] = new \EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer(($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
*/
protected function getAdminRouterSubscriberService()
{
$a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
}
$b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
}
$c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
}
$d = ($this->services['translator'] ?? $this->getTranslatorService());
$e = ($this->services['router'] ?? $this->getRouterService());
$f = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService());
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.'', $d, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a, $d, $e, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService())), $f, $b), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [0 => 'App\\Admin\\Controller\\DashboardController']))), $f, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $e, $e, $c, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener
*/
protected function getCrudResponseListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/CrudResponseListener.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'];
}
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a);
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener
*/
protected function getExceptionListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/ExceptionListener.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'];
}
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener(true, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a);
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
*/
protected function getActionFactoryService()
{
$a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'];
}
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a, ($this->services['translator'] ?? $this->getTranslatorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
*/
protected function getControllerFactoryService()
{
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [0 => 'App\\Admin\\Controller\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
*/
protected function getEntityFactoryService()
{
$a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
}
$b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
}
$c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
}
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a, new RewindableGenerator(function () {
yield 0 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->getCommonPreConfiguratorService());
yield 1 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
yield 2 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->getAssociationConfiguratorService());
yield 3 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
yield 4 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->getBooleanConfiguratorService());
yield 5 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
yield 6 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator()));
yield 7 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->getCountryConfiguratorService());
yield 8 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
yield 9 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->getDateTimeConfiguratorService());
yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator()));
yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator()));
yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator()));
yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator(\dirname(__DIR__, 4))));
yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator()));
yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator()));
yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->getMoneyConfiguratorService());
yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->getNumberConfiguratorService());
yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator()));
yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? $this->getChoiceConfiguratorService());
yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? $this->getSlugConfiguratorService());
yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator()));
yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator()));
yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator()));
yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator()));
yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator()));
yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->getCommonPostConfiguratorService());
}, 27)), $b, $a, ($this->services['doctrine'] ?? $this->getDoctrineService()), $c);
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory
*/
protected function getFilterFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FilterFactory.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\CommonConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\CommonConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator()));
yield 1 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\ChoiceConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\ChoiceConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator()));
yield 2 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\ComparisonConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\ComparisonConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator()));
yield 3 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\DateTimeConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\DateTimeConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator()));
yield 4 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\EntityConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\EntityConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator()));
yield 5 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\NumericConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\NumericConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator()));
yield 6 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator()));
}, 7));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory
*/
protected function getFormFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FormFactory.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory
*/
protected function getPaginatorFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/PaginatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityPaginatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityPaginator.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), new \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityPaginator((isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService())));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator
*/
protected function getAssociationConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/AssociationConfigurator.php';
$a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'];
}
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator($a, (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator
*/
protected function getBooleanConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/BooleanConfigurator.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator((isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator
*/
protected function getChoiceConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/ChoiceConfigurator.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator
*/
protected function getCommonPostConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CommonPostConfigurator.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), 'UTF-8');
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator
*/
protected function getCommonPreConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CommonPreConfigurator.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator
*/
protected function getCountryConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CountryConfigurator.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator
*/
protected function getDateTimeConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/DateTimeConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] = new \EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter())));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator
*/
protected function getMoneyConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/MoneyConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] = new \EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter())), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator
*/
protected function getNumberConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/NumberConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] = new \EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter())));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator
*/
protected function getSlugConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/SlugConfigurator.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension
*/
protected function getEaCrudFormTypeExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Extension/EaCrudFormTypeExtension.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EaCrudFormTypeExtension'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType
*/
protected function getCrudFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/CrudFormType.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType(($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType
*/
protected function getFileUploadTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/DataMapperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/FileUploadType.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType(\dirname(__DIR__, 4));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType
*/
protected function getFiltersFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/FiltersFormType.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType();
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository
*/
protected function getEntityRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityRepository.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'] = new \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory'] ?? $this->getFormFactoryService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater
*/
protected function getEntityUpdaterService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityUpdaterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityUpdater.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater'] = new \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
*/
protected function getAdminContextProviderService()
{
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider
*/
protected function getFieldProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Provider/FieldProvider.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry
*/
protected function getCrudControllerRegistryService()
{
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [0 => 'App\\Admin\\Controller\\AgreementCrudController', 1 => 'App\\Admin\\Controller\\Catalog\\BrandCrudController', 2 => 'App\\Admin\\Controller\\Catalog\\CurrencyCrudController', 3 => 'App\\Admin\\Controller\\Catalog\\ManagerCrudController', 4 => 'App\\Admin\\Controller\\Catalog\\OrganizationCrudController', 5 => 'App\\Admin\\Controller\\Catalog\\PriceTypeCrudController', 6 => 'App\\Admin\\Controller\\Catalog\\ProductCategoryCrudController', 7 => 'App\\Admin\\Controller\\Catalog\\PropertyCrudController', 8 => 'App\\Admin\\Controller\\Catalog\\PropertyValueCrudController', 9 => 'App\\Admin\\Controller\\Catalog\\StoreMapCrudController', 10 => 'App\\Admin\\Controller\\Catalog\\UomCrudController', 11 => 'App\\Admin\\Controller\\ConstantCrudController', 12 => 'App\\Admin\\Controller\\CrossListCrudController', 13 => 'App\\Admin\\Controller\\CrossListItemCrudController', 14 => 'App\\Admin\\Controller\\CustomerCrudController', 15 => 'App\\Admin\\Controller\\CustomerSegmentCrudController', 16 => 'App\\Admin\\Controller\\FileManagerCrudController', 17 => 'App\\Admin\\Controller\\JournalCrudController', 18 => 'App\\Admin\\Controller\\PriceGroupCrudController', 19 => 'App\\Admin\\Controller\\PriceListCrudController', 20 => 'App\\Admin\\Controller\\PriceListItemCrudController', 21 => 'App\\Admin\\Controller\\ProductCrossCrudController', 22 => 'App\\Admin\\Controller\\ProductCrudController', 23 => 'App\\Admin\\Controller\\ProductRelatedCrudController', 24 => 'App\\Admin\\Controller\\RegionCrudController', 25 => 'App\\Admin\\Controller\\Setting\\AlertCrudController', 26 => 'App\\Admin\\Controller\\Setting\\BranchCrudController', 27 => 'App\\Admin\\Controller\\Setting\\DeliveryMethodCrudController', 28 => 'App\\Admin\\Controller\\Setting\\DocumentTypeCrudController', 29 => 'App\\Admin\\Controller\\Setting\\OrderStatusCrudController', 30 => 'App\\Admin\\Controller\\Setting\\ProductTypeCrudController', 31 => 'App\\Admin\\Controller\\Setting\\PromoLabelCrudController', 32 => 'App\\Admin\\Controller\\SignupRequestCrudController', 33 => 'App\\Admin\\Controller\\UserCrudController', 34 => 'App\\Admin\\Controller\\WaitListCrudController', 35 => 'App\\Zet\\ContentBundle\\Admin\\Controller\\BannerCrudController', 36 => 'App\\Zet\\ContentBundle\\Admin\\Controller\\CategoryCrudController', 37 => 'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentBlockCrudController', 38 => 'App\\Zet\\ContentBundle\\Admin\\Controller\\ContentCrudController', 39 => 'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryCityCrudController', 40 => 'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryPointCrudController', 41 => 'App\\Zet\\DeliveryServiceBundle\\Admin\\Controller\\DeliveryServiceCrudController', 42 => 'App\\Zet\\V8Bundle\\Admin\\Controller\\BadLinkCrudController', 43 => 'App\\Zet\\V8Bundle\\Admin\\Controller\\BadRequestCrudController', 44 => 'App\\Zet\\V8Bundle\\Admin\\Controller\\Entity1CCrudController']);
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
*/
protected function getAdminUrlGeneratorService()
{
$this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [0 => 'App\\Admin\\Controller\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
};
return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\CrudUrlGenerator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Router\CrudUrlGenerator
*
* @deprecated Since easycorp/easyadmin-bundle 3.2.0: The "EasyCorp\Bundle\EasyAdminBundle\Router\CrudUrlGenerator" service is deprecated, use "EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" instead.
*/
protected function getCrudUrlGeneratorService()
{
trigger_deprecation('easycorp/easyadmin-bundle', '3.2.0', 'The "EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator" service is deprecated, use "EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator" instead.');
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\CrudUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [0 => 'App\\Admin\\Controller\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
*/
protected function getAuthorizationCheckerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
}
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
}
/**
* Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
*
* @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
*/
protected function getResetAssetsEventListenerService()
{
return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
}
/**
* Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
*
* @return \Vich\UploaderBundle\Metadata\CacheWarmer
*/
protected function getCacheWarmer3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
return $this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] = new \Vich\UploaderBundle\Metadata\CacheWarmer(($this->targetDir.''.'/vich_uploader'), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
}
/**
* Gets the private 'Vich\UploaderBundle\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\UploaderExtensionRuntime' shared service.
*
* @return \Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime
*/
protected function getUploaderExtensionRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtensionRuntime.php';
return $this->privates['Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime'] = new \Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime(($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService()));
}
/**
* Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
*
* @return \Vich\UploaderBundle\Util\Transliterator
*/
protected function getTransliteratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
return $this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] = new \Vich\UploaderBundle\Util\Transliterator(($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('uk'))));
}
/**
* Gets the private 'a2lix_auto_form.form.manipulator.doctrine_orm_manipulator' shared service.
*
* @return \A2lix\AutoFormBundle\Form\Manipulator\DoctrineORMManipulator
*/
protected function getA2lixAutoForm_Form_Manipulator_DoctrineOrmManipulatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/a2lix/auto-form-bundle/src/Form/Manipulator/FormManipulatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/a2lix/auto-form-bundle/src/Form/Manipulator/DoctrineORMManipulator.php';
include_once \dirname(__DIR__, 4).'/vendor/a2lix/auto-form-bundle/src/ObjectInfo/DoctrineORMInfo.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php';
return $this->privates['a2lix_auto_form.form.manipulator.doctrine_orm_manipulator'] = new \A2lix\AutoFormBundle\Form\Manipulator\DoctrineORMManipulator(new \A2lix\AutoFormBundle\ObjectInfo\DoctrineORMInfo(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getMetadataFactory()), [0 => 'id', 1 => 'locale', 2 => 'translatable']);
}
/**
* Gets the private 'a2lix_auto_form.form.type.auto_form_type' shared service.
*
* @return \A2lix\AutoFormBundle\Form\Type\AutoFormType
*/
protected function getA2lixAutoForm_Form_Type_AutoFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/a2lix/auto-form-bundle/src/Form/Type/AutoFormType.php';
include_once \dirname(__DIR__, 4).'/vendor/a2lix/auto-form-bundle/src/Form/EventListener/AutoFormListener.php';
return $this->privates['a2lix_auto_form.form.type.auto_form_type'] = new \A2lix\AutoFormBundle\Form\Type\AutoFormType(new \A2lix\AutoFormBundle\Form\EventListener\AutoFormListener(($this->privates['a2lix_auto_form.form.manipulator.doctrine_orm_manipulator'] ?? $this->getA2lixAutoForm_Form_Manipulator_DoctrineOrmManipulatorService())));
}
/**
* Gets the private 'a2lix_translation_form.form.type.translated_entity_type' shared service.
*
* @return \A2lix\TranslationFormBundle\Form\Type\TranslatedEntityType
*/
protected function getA2lixTranslationForm_Form_Type_TranslatedEntityTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslatedEntityType.php';
return $this->privates['a2lix_translation_form.form.type.translated_entity_type'] = new \A2lix\TranslationFormBundle\Form\Type\TranslatedEntityType(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'a2lix_translation_form.form.type.translations_forms_type' shared service.
*
* @return \A2lix\TranslationFormBundle\Form\Type\TranslationsFormsType
*/
protected function getA2lixTranslationForm_Form_Type_TranslationsFormsTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsFormsType.php';
include_once \dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Form/EventListener/TranslationsFormsListener.php';
include_once \dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Locale/LocaleProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Locale/SimpleProvider.php';
return $this->privates['a2lix_translation_form.form.type.translations_forms_type'] = new \A2lix\TranslationFormBundle\Form\Type\TranslationsFormsType(new \A2lix\TranslationFormBundle\Form\EventListener\TranslationsFormsListener(), ($this->privates['a2lix_translation_form.locale.simple_provider'] ?? ($this->privates['a2lix_translation_form.locale.simple_provider'] = new \A2lix\TranslationFormBundle\Locale\SimpleProvider($this->parameters['a2lix_translation_form.locales'], 'en', []))));
}
/**
* Gets the private 'a2lix_translation_form.form.type.translations_locales_selector_type' shared service.
*
* @return \A2lix\TranslationFormBundle\Form\Type\TranslationsLocalesSelectorType
*/
protected function getA2lixTranslationForm_Form_Type_TranslationsLocalesSelectorTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsLocalesSelectorType.php';
include_once \dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Locale/LocaleProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Locale/SimpleProvider.php';
return $this->privates['a2lix_translation_form.form.type.translations_locales_selector_type'] = new \A2lix\TranslationFormBundle\Form\Type\TranslationsLocalesSelectorType(($this->privates['a2lix_translation_form.locale.simple_provider'] ?? ($this->privates['a2lix_translation_form.locale.simple_provider'] = new \A2lix\TranslationFormBundle\Locale\SimpleProvider($this->parameters['a2lix_translation_form.locales'], 'en', []))));
}
/**
* Gets the private 'a2lix_translation_form.form.type.translations_type' shared service.
*
* @return \A2lix\TranslationFormBundle\Form\Type\TranslationsType
*/
protected function getA2lixTranslationForm_Form_Type_TranslationsTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsType.php';
include_once \dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Form/EventListener/TranslationsListener.php';
include_once \dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Locale/LocaleProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Locale/SimpleProvider.php';
return $this->privates['a2lix_translation_form.form.type.translations_type'] = new \A2lix\TranslationFormBundle\Form\Type\TranslationsType(new \A2lix\TranslationFormBundle\Form\EventListener\TranslationsListener(($this->privates['a2lix_auto_form.form.manipulator.doctrine_orm_manipulator'] ?? $this->getA2lixAutoForm_Form_Manipulator_DoctrineOrmManipulatorService())), ($this->privates['a2lix_translation_form.locale.simple_provider'] ?? ($this->privates['a2lix_translation_form.locale.simple_provider'] = new \A2lix\TranslationFormBundle\Locale\SimpleProvider($this->parameters['a2lix_translation_form.locales'], 'en', []))));
}
/**
* Gets the private 'annotations.cache_adapter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService()
{
return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
}
/**
* Gets the private 'annotations.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
*/
protected function getAnnotations_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#', true);
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\PsrCachedReader
*/
protected function getAnnotations_CachedReaderService()
{
return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService()
{
$this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
$a = new \Doctrine\Common\Annotations\AnnotationRegistry();
$a->registerUniqueLoader('class_exists');
$instance->addGlobalIgnoredName('required', $a);
return $instance;
}
/**
* Gets the private 'assets.packages' shared service.
*
* @return \Symfony\Component\Asset\Packages
*/
protected function getAssets_PackagesService()
{
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__, 4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0));
}
/**
* Gets the private 'brand_listener' shared autowired service.
*
* @return \App\Listeners\BrandListener
*/
protected function getBrandListenerService()
{
include_once \dirname(__DIR__, 4).'/src/Listeners/BrandListener.php';
$a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['brand_listener'])) {
return $this->privates['brand_listener'];
}
return $this->privates['brand_listener'] = new \App\Listeners\BrandListener($a);
}
/**
* Gets the private 'cache.annotations' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AnnotationsService()
{
return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pIl-cLqYBw', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.doctrine.orm.default.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_QueryService()
{
return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.default.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_ResultService()
{
return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.messenger.restart_workers_signal' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Messenger_RestartWorkersSignalService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('gSqxr3b1dI', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the private 'cache.property_info' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfoService()
{
return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4PQRLX4RmL', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.security_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityExpressionLanguageService()
{
return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kXKX4UpN5T', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.serializer' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SerializerService()
{
return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('61qxOx7nYb', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.validator' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorService()
{
return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KuI-l4ofhv', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.webpack_encore' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_WebpackEncoreService()
{
return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('dBA1vsMO2v', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache_pool_clearer.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
*/
protected function getCachePoolClearer_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [0 => 'cache.validator', 1 => 'cache.serializer']);
}
/**
* Gets the private 'cart_listener' shared autowired service.
*
* @return \App\Listeners\CartListener
*/
protected function getCartListenerService()
{
include_once \dirname(__DIR__, 4).'/src/Listeners/CartListener.php';
$a = ($this->privates['App\\Util\\CartHandler'] ?? $this->getCartHandlerService());
if (isset($this->privates['cart_listener'])) {
return $this->privates['cart_listener'];
}
return $this->privates['cart_listener'] = new \App\Listeners\CartListener($a);
}
/**
* Gets the private 'config_builder.warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
*/
protected function getConfigBuilder_WarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'config_cache_factory' shared service.
*
* @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
*/
protected function getConfigCacheFactoryService()
{
return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
yield 0 => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
}, 2));
}
/**
* Gets the private 'console.command.about' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
*/
protected function getConsole_Command_AboutService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
$this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
$instance->setName('about');
$instance->setDescription('Display information about the current project');
return $instance;
}
/**
* Gets the private 'console.command.assets_install' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
*/
protected function getConsole_Command_AssetsInstallService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
$this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__, 4));
$instance->setName('assets:install');
$instance->setDescription('Install bundle\'s web assets under a public directory');
return $instance;
}
/**
* Gets the private 'console.command.cache_clear' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
*/
protected function getConsole_Command_CacheClearService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
$this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
$instance->setName('cache:clear');
$instance->setDescription('Clear the cache');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_clear' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
*/
protected function getConsole_Command_CachePoolClearService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
$this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.messenger.restart_workers_signal', 7 => 'cache.validator_expression_language', 8 => 'cache.doctrine.orm.default.result', 9 => 'cache.doctrine.orm.default.query', 10 => 'cache.security_expression_language', 11 => 'cache.webpack_encore']);
$instance->setName('cache:pool:clear');
$instance->setDescription('Clear cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_delete' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
*/
protected function getConsole_Command_CachePoolDeleteService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
$this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.messenger.restart_workers_signal', 7 => 'cache.validator_expression_language', 8 => 'cache.doctrine.orm.default.result', 9 => 'cache.doctrine.orm.default.query', 10 => 'cache.security_expression_language', 11 => 'cache.webpack_encore']);
$instance->setName('cache:pool:delete');
$instance->setDescription('Delete an item from a cache pool');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_list' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
*/
protected function getConsole_Command_CachePoolListService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
$this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.messenger.restart_workers_signal', 7 => 'cache.validator_expression_language', 8 => 'cache.doctrine.orm.default.result', 9 => 'cache.doctrine.orm.default.query', 10 => 'cache.security_expression_language', 11 => 'cache.webpack_encore']);
$instance->setName('cache:pool:list');
$instance->setDescription('List available cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_prune' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
*/
protected function getConsole_Command_CachePoolPruneService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
$this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
}, 12));
$instance->setName('cache:pool:prune');
$instance->setDescription('Prune cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_warmup' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
*/
protected function getConsole_Command_CacheWarmupService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
$this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
$instance->setName('cache:warmup');
$instance->setDescription('Warm up an empty cache');
return $instance;
}
/**
* Gets the private 'console.command.config_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
*/
protected function getConsole_Command_ConfigDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
$this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
$instance->setName('debug:config');
$instance->setDescription('Dump the current configuration for an extension');
return $instance;
}
/**
* Gets the private 'console.command.config_dump_reference' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
*/
protected function getConsole_Command_ConfigDumpReferenceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
$this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
$instance->setName('config:dump-reference');
$instance->setDescription('Dump the default configuration for an extension');
return $instance;
}
/**
* Gets the private 'console.command.container_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
*/
protected function getConsole_Command_ContainerDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
$this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
$instance->setName('debug:container');
$instance->setDescription('Display current services for an application');
return $instance;
}
/**
* Gets the private 'console.command.container_lint' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
*/
protected function getConsole_Command_ContainerLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
$this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
$instance->setName('lint:container');
$instance->setDescription('Ensure that arguments injected into services match type declarations');
return $instance;
}
/**
* Gets the private 'console.command.debug_autowiring' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
*/
protected function getConsole_Command_DebugAutowiringService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
$this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:autowiring');
$instance->setDescription('List classes/interfaces you can use for autowiring');
return $instance;
}
/**
* Gets the private 'console.command.dotenv_debug' shared service.
*
* @return \Symfony\Component\Dotenv\Command\DebugCommand
*/
protected function getConsole_Command_DotenvDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
$this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__, 4));
$instance->setName('debug:dotenv');
$instance->setDescription('Lists all dotenv files with variables and values');
return $instance;
}
/**
* Gets the private 'console.command.event_dispatcher_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
*/
protected function getConsole_Command_EventDispatcherDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
$this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()));
$instance->setName('debug:event-dispatcher');
$instance->setDescription('Display configured listeners for an application');
return $instance;
}
/**
* Gets the private 'console.command.form_debug' shared service.
*
* @return \Symfony\Component\Form\Command\DebugCommand
*/
protected function getConsole_Command_FormDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Command/DebugCommand.php';
$this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type', 1 => 'App\\Admin\\Type\\Product', 2 => 'App\\Admin\\Type', 3 => 'App\\Form\\Type', 4 => 'App\\Zet\\ContentBundle\\Admin\\Type', 5 => 'App\\Zet\\V8Bundle\\Form\\Type', 6 => 'Symfony\\Bridge\\Doctrine\\Form\\Type', 7 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type', 8 => 'A2lix\\AutoFormBundle\\Form\\Type', 9 => 'A2lix\\TranslationFormBundle\\Form\\Type', 10 => 'FOS\\CKEditorBundle\\Form\\Type', 11 => 'Vich\\UploaderBundle\\Form\\Type'], [0 => 'App\\Admin\\Type\\Product\\AttachmentsType', 1 => 'App\\Admin\\Type\\Product\\AvailableItemsType', 2 => 'App\\Admin\\Type\\Product\\GalleriesType', 3 => 'App\\Admin\\Type\\Product\\Labels', 4 => 'App\\Admin\\Type\\Product\\PricesType', 5 => 'App\\Admin\\Type\\Product\\PropertiesType', 6 => 'App\\Admin\\Type\\Product\\StocksType', 7 => 'App\\Admin\\Type\\ProductDetailType', 8 => 'App\\Form\\Type\\EntityReferenceType', 9 => 'App\\Zet\\ContentBundle\\Admin\\Type\\InfographicsType', 10 => 'App\\Zet\\V8Bundle\\Form\\Type\\EntityColumnsType', 11 => 'App\\Zet\\V8Bundle\\Form\\Type\\SubEntityType', 12 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', 13 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', 14 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType', 15 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType', 16 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType', 17 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType', 18 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType', 19 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType', 20 => 'A2lix\\AutoFormBundle\\Form\\Type\\AutoFormType', 21 => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType', 22 => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType', 23 => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType', 24 => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslatedEntityType', 25 => 'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType', 26 => 'Vich\\UploaderBundle\\Form\\Type\\VichFileType', 27 => 'Vich\\UploaderBundle\\Form\\Type\\VichImageType'], [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension', 1 => 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension', 2 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension', 3 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension', 4 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension', 5 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension', 6 => 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension', 7 => 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension', 8 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EaCrudFormTypeExtension', 9 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\CollectionTypeExtension'], [0 => 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser', 1 => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:form');
$instance->setDescription('Display form type information');
return $instance;
}
/**
* Gets the private 'console.command.messenger_consume_messages' shared service.
*
* @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
*/
protected function getConsole_Command_MessengerConsumeMessagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
$this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), [0 => 'async'], NULL, [0 => 'messenger.bus.default']);
$instance->setName('messenger:consume');
$instance->setDescription('Consume messages');
return $instance;
}
/**
* Gets the private 'console.command.messenger_debug' shared service.
*
* @return \Symfony\Component\Messenger\Command\DebugCommand
*/
protected function getConsole_Command_MessengerDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/DebugCommand.php';
$this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['App\\Message\\BrandMessage' => [0 => [0 => 'App\\MessageHandler\\BrandMessageHandler', 1 => []]], 'App\\Message\\DumpMessage' => [0 => [0 => 'App\\MessageHandler\\DumpMessageHandler', 1 => []]], 'App\\Zet\\CrossBundle\\Message\\AssignBrandMessage' => [0 => [0 => 'App\\Zet\\CrossBundle\\MessageHandler\\AssignBrandMessageHandler', 1 => []]], 'App\\Zet\\CrossBundle\\Message\\UploadMessage' => [0 => [0 => 'App\\Zet\\CrossBundle\\MessageHandler\\UploadMessageHandler', 1 => []]], 'App\\Zet\\ImageCrawler\\Message\\ImageMessage' => [0 => [0 => 'App\\Zet\\ImageCrawler\\MessageHandler\\ImageMessageHandler', 1 => []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [0 => [0 => 'mailer.messenger.message_handler', 1 => []]], 'Symfony\\Component\\Notifier\\Message\\ChatMessage' => [0 => [0 => 'chatter.messenger.chat_handler', 1 => []]], 'Symfony\\Component\\Notifier\\Message\\SmsMessage' => [0 => [0 => 'texter.messenger.sms_handler', 1 => []]], 'Symfony\\Component\\Notifier\\Message\\PushMessage' => [0 => [0 => 'texter.messenger.push_handler', 1 => []]]]]);
$instance->setName('debug:messenger');
$instance->setDescription('List messages you can dispatch using the message buses');
return $instance;
}
/**
* Gets the private 'console.command.messenger_setup_transports' shared service.
*
* @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
*/
protected function getConsole_Command_MessengerSetupTransportsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
$this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [0 => 'async']);
$instance->setName('messenger:setup-transports');
$instance->setDescription('Prepare the required infrastructure for the transport');
return $instance;
}
/**
* Gets the private 'console.command.messenger_stop_workers' shared service.
*
* @return \Symfony\Component\Messenger\Command\StopWorkersCommand
*/
protected function getConsole_Command_MessengerStopWorkersService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
$this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
$instance->setName('messenger:stop-workers');
$instance->setDescription('Stop workers after their current message');
return $instance;
}
/**
* Gets the private 'console.command.router_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
*/
protected function getConsole_Command_RouterDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
$this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:router');
$instance->setDescription('Display current routes for an application');
return $instance;
}
/**
* Gets the private 'console.command.router_match' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
*/
protected function getConsole_Command_RouterMatchService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
$this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
}, 1));
$instance->setName('router:match');
$instance->setDescription('Help debug routes by simulating a path info match');
return $instance;
}
/**
* Gets the private 'console.command.secrets_decrypt_to_local' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
*/
protected function getConsole_Command_SecretsDecryptToLocalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:decrypt-to-local');
$instance->setDescription('Decrypt all secrets and stores them in the local vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_encrypt_from_local' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
*/
protected function getConsole_Command_SecretsEncryptFromLocalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:encrypt-from-local');
$instance->setDescription('Encrypt all local secrets to the vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_generate_key' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
*/
protected function getConsole_Command_SecretsGenerateKeyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:generate-keys');
$instance->setDescription('Generate new encryption keys');
return $instance;
}
/**
* Gets the private 'console.command.secrets_list' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
*/
protected function getConsole_Command_SecretsListService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:list');
$instance->setDescription('List all secrets');
return $instance;
}
/**
* Gets the private 'console.command.secrets_remove' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
*/
protected function getConsole_Command_SecretsRemoveService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:remove');
$instance->setDescription('Remove a secret from the vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_set' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
*/
protected function getConsole_Command_SecretsSetService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:set');
$instance->setDescription('Set a secret in the vault');
return $instance;
}
/**
* Gets the private 'console.command.translation_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
*/
protected function getConsole_Command_TranslationDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
$this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__, 4).'/translations'), (\dirname(__DIR__, 4).'/templates'), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/artgris/filemanager-bundle/Resources/translations')], [0 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 2 => (\dirname(__DIR__, 4).'/src/Admin/Controller/ConstantCrudController.php'), 3 => (\dirname(__DIR__, 4).'/src/Admin/Controller/ProductCrudController.php'), 4 => (\dirname(__DIR__, 4).'/src/Admin/Controller/ProductRelatedCrudController.php'), 5 => (\dirname(__DIR__, 4).'/src/Admin/Controller/SignupRequestCrudController.php'), 6 => (\dirname(__DIR__, 4).'/src/Admin/Controller/UserCrudController.php'), 7 => (\dirname(__DIR__, 4).'/src/Admin/Controller/WaitListCrudController.php'), 8 => (\dirname(__DIR__, 4).'/src/Controller/BotController/TelegramController.php'), 9 => (\dirname(__DIR__, 4).'/src/Controller/Inner/CabinetController.php'), 10 => (\dirname(__DIR__, 4).'/src/Controller/Inner/CartController.php'), 11 => (\dirname(__DIR__, 4).'/src/Controller/Inner/CartUploadController.php'), 12 => (\dirname(__DIR__, 4).'/src/Controller/Inner/CatalogController.php'), 13 => (\dirname(__DIR__, 4).'/src/Controller/Inner/CheckoutController.php'), 14 => (\dirname(__DIR__, 4).'/src/Controller/Inner/UserController.php'), 15 => (\dirname(__DIR__, 4).'/src/Controller/Inner/WaitListController.php'), 16 => (\dirname(__DIR__, 4).'/src/Subscriber/ExceptionSubscriber.php'), 17 => (\dirname(__DIR__, 4).'/src/Util/CartHandler.php'), 18 => (\dirname(__DIR__, 4).'/src/Util/ConstantHandler.php'), 19 => (\dirname(__DIR__, 4).'/src/Util/DumpCatalogHandler.php'), 20 => (\dirname(__DIR__, 4).'/src/Util/EnvHandler.php'), 21 => (\dirname(__DIR__, 4).'/src/Util/MailHandler.php'), 22 => (\dirname(__DIR__, 4).'/src/Util/ProductHandler.php'), 23 => (\dirname(__DIR__, 4).'/src/Util/UserHandler.php'), 24 => (\dirname(__DIR__, 4).'/src/Util/UserRequestHandler.php'), 25 => (\dirname(__DIR__, 4).'/src/Util/WaitListHandler.php'), 26 => (\dirname(__DIR__, 4).'/src/Validator/CategoryClassValidator.php'), 27 => (\dirname(__DIR__, 4).'/src/Zet/ContentBundle/Admin/Controller/BannerCrudController.php'), 28 => (\dirname(__DIR__, 4).'/src/Zet/ContentBundle/Util/ContentBlockHandler.php'), 29 => (\dirname(__DIR__, 4).'/src/Zet/CrossBundle/Controller/AdminController/PriceListController.php'), 30 => (\dirname(__DIR__, 4).'/src/Zet/CrossBundle/Controller/AdminController/PriceListItemController.php'), 31 => (\dirname(__DIR__, 4).'/src/Zet/ManagerBundle/Controller/CartController.php'), 32 => (\dirname(__DIR__, 4).'/src/Zet/ManagerBundle/Controller/UserController.php'), 33 => (\dirname(__DIR__, 4).'/src/Zet/ManagerBundle/Controller/UserRequestController.php'), 34 => (\dirname(__DIR__, 4).'/src/Zet/V8Bundle/Admin/Controller/Entity1CCrudController.php'), 35 => (\dirname(__DIR__, 4).'/src/Zet/V8Bundle/Util/V8AdminHandler.php'), 36 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 37 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 38 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 39 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 40 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 41 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 42 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 43 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 44 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 45 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php'), 46 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php'), 47 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php'), 48 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/AssociationConfigurator.php'), 49 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CommonPreConfigurator.php'), 50 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/ChoiceConfigurator.php'), 51 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/SlugConfigurator.php'), 52 => (\dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php'), 53 => (\dirname(__DIR__, 4).'/vendor/artgris/filemanager-bundle/Controller/ManagerController.php'), 54 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 55 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 56 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 57 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 58 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
$instance->setName('debug:translation');
$instance->setDescription('Display translation messages information');
return $instance;
}
/**
* Gets the private 'console.command.translation_extract' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
*/
protected function getConsole_Command_TranslationExtractService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
$this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'uk', (\dirname(__DIR__, 4).'/translations'), (\dirname(__DIR__, 4).'/templates'), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/artgris/filemanager-bundle/Resources/translations')], [0 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 2 => (\dirname(__DIR__, 4).'/src/Admin/Controller/ConstantCrudController.php'), 3 => (\dirname(__DIR__, 4).'/src/Admin/Controller/ProductCrudController.php'), 4 => (\dirname(__DIR__, 4).'/src/Admin/Controller/ProductRelatedCrudController.php'), 5 => (\dirname(__DIR__, 4).'/src/Admin/Controller/SignupRequestCrudController.php'), 6 => (\dirname(__DIR__, 4).'/src/Admin/Controller/UserCrudController.php'), 7 => (\dirname(__DIR__, 4).'/src/Admin/Controller/WaitListCrudController.php'), 8 => (\dirname(__DIR__, 4).'/src/Controller/BotController/TelegramController.php'), 9 => (\dirname(__DIR__, 4).'/src/Controller/Inner/CabinetController.php'), 10 => (\dirname(__DIR__, 4).'/src/Controller/Inner/CartController.php'), 11 => (\dirname(__DIR__, 4).'/src/Controller/Inner/CartUploadController.php'), 12 => (\dirname(__DIR__, 4).'/src/Controller/Inner/CatalogController.php'), 13 => (\dirname(__DIR__, 4).'/src/Controller/Inner/CheckoutController.php'), 14 => (\dirname(__DIR__, 4).'/src/Controller/Inner/UserController.php'), 15 => (\dirname(__DIR__, 4).'/src/Controller/Inner/WaitListController.php'), 16 => (\dirname(__DIR__, 4).'/src/Subscriber/ExceptionSubscriber.php'), 17 => (\dirname(__DIR__, 4).'/src/Util/CartHandler.php'), 18 => (\dirname(__DIR__, 4).'/src/Util/ConstantHandler.php'), 19 => (\dirname(__DIR__, 4).'/src/Util/DumpCatalogHandler.php'), 20 => (\dirname(__DIR__, 4).'/src/Util/EnvHandler.php'), 21 => (\dirname(__DIR__, 4).'/src/Util/MailHandler.php'), 22 => (\dirname(__DIR__, 4).'/src/Util/ProductHandler.php'), 23 => (\dirname(__DIR__, 4).'/src/Util/UserHandler.php'), 24 => (\dirname(__DIR__, 4).'/src/Util/UserRequestHandler.php'), 25 => (\dirname(__DIR__, 4).'/src/Util/WaitListHandler.php'), 26 => (\dirname(__DIR__, 4).'/src/Validator/CategoryClassValidator.php'), 27 => (\dirname(__DIR__, 4).'/src/Zet/ContentBundle/Admin/Controller/BannerCrudController.php'), 28 => (\dirname(__DIR__, 4).'/src/Zet/ContentBundle/Util/ContentBlockHandler.php'), 29 => (\dirname(__DIR__, 4).'/src/Zet/CrossBundle/Controller/AdminController/PriceListController.php'), 30 => (\dirname(__DIR__, 4).'/src/Zet/CrossBundle/Controller/AdminController/PriceListItemController.php'), 31 => (\dirname(__DIR__, 4).'/src/Zet/ManagerBundle/Controller/CartController.php'), 32 => (\dirname(__DIR__, 4).'/src/Zet/ManagerBundle/Controller/UserController.php'), 33 => (\dirname(__DIR__, 4).'/src/Zet/ManagerBundle/Controller/UserRequestController.php'), 34 => (\dirname(__DIR__, 4).'/src/Zet/V8Bundle/Admin/Controller/Entity1CCrudController.php'), 35 => (\dirname(__DIR__, 4).'/src/Zet/V8Bundle/Util/V8AdminHandler.php'), 36 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 37 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 38 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 39 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 40 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 41 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 42 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 43 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 44 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 45 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php'), 46 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php'), 47 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php'), 48 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/AssociationConfigurator.php'), 49 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CommonPreConfigurator.php'), 50 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/ChoiceConfigurator.php'), 51 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/SlugConfigurator.php'), 52 => (\dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php'), 53 => (\dirname(__DIR__, 4).'/vendor/artgris/filemanager-bundle/Controller/ManagerController.php'), 54 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 55 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 56 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 57 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 58 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
$instance->setName('translation:extract');
$instance->setAliases([0 => 'translation:update']);
$instance->setDescription('Extract missing translations keys from code to translation files.');
return $instance;
}
/**
* Gets the private 'console.command.translation_pull' shared service.
*
* @return \Symfony\Component\Translation\Command\TranslationPullCommand
*/
protected function getConsole_Command_TranslationPullService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
$this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'uk', [], []);
$instance->setName('translation:pull');
$instance->setDescription('Pull translations from a given provider.');
return $instance;
}
/**
* Gets the private 'console.command.translation_push' shared service.
*
* @return \Symfony\Component\Translation\Command\TranslationPushCommand
*/
protected function getConsole_Command_TranslationPushService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
$this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
$instance->setName('translation:push');
$instance->setDescription('Push translations to a given provider.');
return $instance;
}
/**
* Gets the private 'console.command.validator_debug' shared service.
*
* @return \Symfony\Component\Validator\Command\DebugCommand
*/
protected function getConsole_Command_ValidatorDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Command/DebugCommand.php';
$this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
$instance->setName('debug:validator');
$instance->setDescription('Display validation constraints for classes');
return $instance;
}
/**
* Gets the private 'console.command.xliff_lint' shared service.
*
* @return \Symfony\Component\Translation\Command\XliffLintCommand
*/
protected function getConsole_Command_XliffLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
$this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
$instance->setName('lint:xliff');
$instance->setDescription('Lint an XLIFF file and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'console.command.yaml_lint' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
*/
protected function getConsole_Command_YamlLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Command/LintCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
$this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
$instance->setName('lint:yaml');
$instance->setDescription('Lint a YAML file and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'console.error_listener' shared service.
*
* @return \Symfony\Component\Console\EventListener\ErrorListener
*/
protected function getConsole_ErrorListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/EventListener/ErrorListener.php';
$a = new \Symfony\Bridge\Monolog\Logger('console');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
}
/**
* Gets the private 'container.env_var_processor' shared service.
*
* @return \Symfony\Component\DependencyInjection\EnvVarProcessor
*/
protected function getContainer_EnvVarProcessorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
yield 0 => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
}, 1));
}
/**
* Gets the private 'container.getenv' shared service.
*
* @return \Closure
*/
protected function getContainer_GetenvService()
{
return $this->privates['container.getenv'] = \Closure::fromCallable([0 => $this, 1 => 'getEnv']);
}
/**
* Gets the private 'customer_batch_listener' shared autowired service.
*
* @return \App\Listeners\CustomerBatchListener
*/
protected function getCustomerBatchListenerService()
{
include_once \dirname(__DIR__, 4).'/src/Listeners/CustomerBatchListener.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['customer_batch_listener'])) {
return $this->privates['customer_batch_listener'];
}
return $this->privates['customer_batch_listener'] = new \App\Listeners\CustomerBatchListener($a, ($this->privates['App\\Util\\FinanceHandler'] ?? $this->getFinanceHandlerService()));
}
/**
* Gets the private 'data_collector.form' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
*/
protected function getDataCollector_FormService()
{
return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
}
/**
* Gets the private 'data_collector.request' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
*/
protected function getDataCollector_RequestService()
{
return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'data_collector.request.session_collector' shared service.
*
* @return \Closure
*/
protected function getDataCollector_Request_SessionCollectorService()
{
return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([0 => ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), 1 => 'collectSessionUsage']);
}
/**
* Gets the private 'debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getAdminContextResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/ArgumentResolver/AdminContextResolver.php';
return $this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.default' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_NotTaggedControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
$a = ($this->privates['.service_locator.Aj9CV5B'] ?? $this->get_ServiceLocator_Aj9CV5BService());
if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
return $this->privates['debug.argument_resolver.not_tagged_controller'];
}
return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.request' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_RequestService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.request_attribute' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_RequestAttributeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.service' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_ServiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
$a = ($this->privates['.service_locator.Aj9CV5B'] ?? $this->get_ServiceLocator_Aj9CV5BService());
if (isset($this->privates['debug.argument_resolver.service'])) {
return $this->privates['debug.argument_resolver.service'];
}
return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.session' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_SessionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.variadic' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_VariadicService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.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(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('php');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
}
/**
* Gets the private 'debug.dump_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DumpListener
*/
protected function getDebug_DumpListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__, 4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__, 4), function () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
});
}
/**
* Gets the private 'debug.file_link_formatter.url_format' shared service.
*
* @return \string
*/
protected function getDebug_FileLinkFormatter_UrlFormatService()
{
return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file', '?file=%f&line=%l#line%l');
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
yield 3 => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->getSecurityVoterService());
}, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
$a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
}
/**
* Gets the private 'debug.security.user_value_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_Security_UserValueResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.security.voter.EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getSecurityVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Security/SecurityVoter.php';
$a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
if (isset($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'])) {
return $this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'])) {
return $this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'];
}
return $this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter($a, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())), $b);
}
/**
* Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
return $this->privates['debug.security.voter.security.access.authenticated_voter'];
}
return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), $a);
}
/**
* Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
return $this->privates['debug.security.voter.security.access.expression_voter'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
return $this->privates['debug.security.voter.security.access.expression_voter'];
}
return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a, ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $b);
}
/**
* Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
}
return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $a);
}
/**
* Gets the private 'debug.security.voter.vote_listener' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
*/
protected function getDebug_Security_Voter_VoteListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->privates['debug.security.voter.vote_listener'])) {
return $this->privates['debug.security.voter.vote_listener'];
}
return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
}
/**
* Gets the private 'doctrine.cache_clear_metadata_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearMetadataCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
$this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-metadata');
return $instance;
}
/**
* Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearQueryCacheCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
$this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-query');
return $instance;
}
/**
* Gets the private 'doctrine.cache_clear_result_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearResultCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
$this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-result');
return $instance;
}
/**
* Gets the private 'doctrine.cache_collection_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
*/
protected function getDoctrine_CacheCollectionRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
$this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-collection-region');
return $instance;
}
/**
* Gets the private 'doctrine.clear_entity_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
*/
protected function getDoctrine_ClearEntityRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
$this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-entity-region');
return $instance;
}
/**
* Gets the private 'doctrine.clear_query_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
*/
protected function getDoctrine_ClearQueryRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
$this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-query-region');
return $instance;
}
/**
* Gets the private 'doctrine.database_create_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
*/
protected function getDoctrine_DatabaseCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
$this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('doctrine:database:create');
return $instance;
}
/**
* Gets the private 'doctrine.database_drop_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
*/
protected function getDoctrine_DatabaseDropCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
$this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('doctrine:database:drop');
return $instance;
}
/**
* Gets the private 'doctrine.database_import_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
*/
protected function getDoctrine_DatabaseImportCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
$this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
$instance->setName('doctrine:database:import');
return $instance;
}
/**
* Gets the private 'doctrine.ensure_production_settings_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
*/
protected function getDoctrine_EnsureProductionSettingsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
$this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:ensure-production-settings');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_convert_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
*/
protected function getDoctrine_MappingConvertCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
$this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:mapping:convert');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_import_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
*/
protected function getDoctrine_MappingImportCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
$this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
$instance->setName('doctrine:mapping:import');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_info_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
*/
protected function getDoctrine_MappingInfoCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
$this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:mapping:info');
return $instance;
}
/**
* Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
*/
protected function getDoctrine_Orm_Command_EntityManagerProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
*/
protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
{
return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity'), 1 => (\dirname(__DIR__, 4).'/src/Zet/ContentBundle/Entity'), 2 => (\dirname(__DIR__, 4).'/src/Zet/V8Bundle/Entity'), 3 => (\dirname(__DIR__, 4).'/src/Zet/DeliveryServiceBundle/Entity'), 4 => (\dirname(__DIR__, 4).'/src/Zet/CrossBundle/Entity'), 5 => (\dirname(__DIR__, 4).'/src/Zet/ImageCrawler/Entity')]);
}
/**
* Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
*
* @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
*/
protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
}
return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
}
/**
* Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
*
* @return \Doctrine\ORM\Tools\AttachEntityListenersListener
*/
protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
}
/**
* Gets the private 'doctrine.orm.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']);
$instance->setGlobalBasename('mapping');
return $instance;
}
/**
* Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
*/
protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
}
/**
* Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
*/
protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0));
}
/**
* Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
*/
protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
}
/**
* Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
*/
protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
yield 0 => ($this->privates['messenger.transport.async'] ?? $this->getMessenger_Transport_AsyncService());
}, 1));
}
/**
* Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
*
* @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
*/
protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
*
* @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
*/
protected function getDoctrine_Orm_ProxyCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.validator.unique' shared service.
*
* @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
*/
protected function getDoctrine_Orm_Validator_UniqueService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.query_dql_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
*/
protected function getDoctrine_QueryDqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
$this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:query:dql');
return $instance;
}
/**
* Gets the private 'doctrine.query_sql_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
*/
protected function getDoctrine_QuerySqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
$this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
$instance->setName('doctrine:query:sql');
return $instance;
}
/**
* Gets the private 'doctrine.schema_create_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
$this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:create');
return $instance;
}
/**
* Gets the private 'doctrine.schema_drop_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaDropCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
$this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:drop');
return $instance;
}
/**
* Gets the private 'doctrine.schema_update_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaUpdateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
$this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:update');
return $instance;
}
/**
* Gets the private 'doctrine.schema_validate_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
*/
protected function getDoctrine_SchemaValidateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
$this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:validate');
return $instance;
}
/**
* Gets the private 'doctrine.ulid_generator' shared service.
*
* @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
*/
protected function getDoctrine_UlidGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/uid/Factory/UlidFactory.php';
return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(new \Symfony\Component\Uid\Factory\UlidFactory());
}
/**
* Gets the private 'doctrine.uuid_generator' shared service.
*
* @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
*/
protected function getDoctrine_UuidGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/uid/Factory/UuidFactory.php';
return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(new \Symfony\Component\Uid\Factory\UuidFactory(6, 6, 5, 'Symfony\\Component\\Uid\\UuidV4', NULL, NULL));
}
/**
* Gets the private 'doctrine_migrations.diff_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
*/
protected function getDoctrineMigrations_DiffCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
$this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
$instance->setName('doctrine:migrations:diff');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.dump_schema_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
*/
protected function getDoctrineMigrations_DumpSchemaCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
$this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
$instance->setName('doctrine:migrations:dump-schema');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.execute_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
*/
protected function getDoctrineMigrations_ExecuteCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
$this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
$instance->setName('doctrine:migrations:execute');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.generate_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
*/
protected function getDoctrineMigrations_GenerateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
$this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
$instance->setName('doctrine:migrations:generate');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.latest_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
*/
protected function getDoctrineMigrations_LatestCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
$this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
$instance->setName('doctrine:migrations:latest');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.migrate_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
*/
protected function getDoctrineMigrations_MigrateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
$this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
$instance->setName('doctrine:migrations:migrate');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.rollup_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
*/
protected function getDoctrineMigrations_RollupCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
$this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
$instance->setName('doctrine:migrations:rollup');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.status_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
*/
protected function getDoctrineMigrations_StatusCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
$this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
$instance->setName('doctrine:migrations:status');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.up_to_date_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
*/
protected function getDoctrineMigrations_UpToDateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
$this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
$instance->setName('doctrine:migrations:up-to-date');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.version_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
*/
protected function getDoctrineMigrations_VersionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
$this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
$instance->setName('doctrine:migrations:version');
return $instance;
}
/**
* Gets the private 'error_handler.error_renderer.html' shared service.
*
* @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
*/
protected function getErrorHandler_ErrorRenderer_HtmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__, 4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListener2Service()
{
return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
}
/**
* Gets the private 'form.choice_list_factory.cached' shared service.
*
* @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
*/
protected function getForm_ChoiceListFactory_CachedService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
}
/**
* Gets the private 'form.registry' shared service.
*
* @return \Symfony\Component\Form\FormRegistry
*/
protected function getForm_RegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([0 => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'A2lix\\AutoFormBundle\\Form\\Type\\AutoFormType' => ['privates', 'a2lix_auto_form.form.type.auto_form_type', 'getA2lixAutoForm_Form_Type_AutoFormTypeService', false],
'A2lix\\TranslationFormBundle\\Form\\Type\\TranslatedEntityType' => ['privates', 'a2lix_translation_form.form.type.translated_entity_type', 'getA2lixTranslationForm_Form_Type_TranslatedEntityTypeService', false],
'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType' => ['privates', 'a2lix_translation_form.form.type.translations_forms_type', 'getA2lixTranslationForm_Form_Type_TranslationsFormsTypeService', false],
'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType' => ['privates', 'a2lix_translation_form.form.type.translations_locales_selector_type', 'getA2lixTranslationForm_Form_Type_TranslationsLocalesSelectorTypeService', false],
'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType' => ['privates', 'a2lix_translation_form.form.type.translations_type', 'getA2lixTranslationForm_Form_Type_TranslationsTypeService', false],
'App\\Admin\\Type\\ProductDetailType' => ['privates', 'App\\Admin\\Type\\ProductDetailType', 'getProductDetailTypeService', false],
'App\\Admin\\Type\\Product\\AttachmentsType' => ['privates', 'App\\Admin\\Type\\Product\\AttachmentsType', 'getAttachmentsTypeService', false],
'App\\Admin\\Type\\Product\\AvailableItemsType' => ['privates', 'App\\Admin\\Type\\Product\\AvailableItemsType', 'getAvailableItemsTypeService', false],
'App\\Admin\\Type\\Product\\GalleriesType' => ['privates', 'App\\Admin\\Type\\Product\\GalleriesType', 'getGalleriesTypeService', false],
'App\\Admin\\Type\\Product\\Labels' => ['privates', 'App\\Admin\\Type\\Product\\Labels', 'getLabelsService', false],
'App\\Admin\\Type\\Product\\PricesType' => ['privates', 'App\\Admin\\Type\\Product\\PricesType', 'getPricesTypeService', false],
'App\\Admin\\Type\\Product\\PropertiesType' => ['privates', 'App\\Admin\\Type\\Product\\PropertiesType', 'getPropertiesTypeService', false],
'App\\Admin\\Type\\Product\\StocksType' => ['privates', 'App\\Admin\\Type\\Product\\StocksType', 'getStocksTypeService', false],
'App\\Form\\Type\\EntityReferenceType' => ['privates', 'App\\Form\\Type\\EntityReferenceType', 'getEntityReferenceTypeService', false],
'App\\Zet\\ContentBundle\\Admin\\Type\\InfographicsType' => ['privates', 'App\\Zet\\ContentBundle\\Admin\\Type\\InfographicsType', 'getInfographicsTypeService', false],
'App\\Zet\\V8Bundle\\Form\\Type\\EntityColumnsType' => ['privates', 'App\\Zet\\V8Bundle\\Form\\Type\\EntityColumnsType', 'getEntityColumnsTypeService', false],
'App\\Zet\\V8Bundle\\Form\\Type\\SubEntityType' => ['privates', 'App\\Zet\\V8Bundle\\Form\\Type\\SubEntityType', 'getSubEntityTypeService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType', 'getCrudFormTypeService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType', 'getFileUploadTypeService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType', 'getFiltersFormTypeService', false],
'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates', 'fos_ck_editor.form.type', 'getFosCkEditor_Form_TypeService', false],
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', false],
'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services', 'vich_uploader.form.type.file', 'getVichUploader_Form_Type_FileService', false],
'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services', 'vich_uploader.form.type.image', 'getVichUploader_Form_Type_ImageService', false],
], [
'A2lix\\AutoFormBundle\\Form\\Type\\AutoFormType' => '?',
'A2lix\\TranslationFormBundle\\Form\\Type\\TranslatedEntityType' => '?',
'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType' => '?',
'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType' => '?',
'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType' => '?',
'App\\Admin\\Type\\ProductDetailType' => '?',
'App\\Admin\\Type\\Product\\AttachmentsType' => '?',
'App\\Admin\\Type\\Product\\AvailableItemsType' => '?',
'App\\Admin\\Type\\Product\\GalleriesType' => '?',
'App\\Admin\\Type\\Product\\Labels' => '?',
'App\\Admin\\Type\\Product\\PricesType' => '?',
'App\\Admin\\Type\\Product\\PropertiesType' => '?',
'App\\Admin\\Type\\Product\\StocksType' => '?',
'App\\Form\\Type\\EntityReferenceType' => '?',
'App\\Zet\\ContentBundle\\Admin\\Type\\InfographicsType' => '?',
'App\\Zet\\V8Bundle\\Form\\Type\\EntityColumnsType' => '?',
'App\\Zet\\V8Bundle\\Form\\Type\\SubEntityType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType' => '?',
'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
yield 6 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EaCrudFormTypeExtension'] ?? $this->getEaCrudFormTypeExtensionService());
}, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\CollectionTypeExtension'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\CollectionTypeExtension'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\CollectionTypeExtension()));
}, 1)], new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
}, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
}
/**
* Gets the private 'form.server_params' shared service.
*
* @return \Symfony\Component\Form\Util\ServerParams
*/
protected function getForm_ServerParamsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Util/ServerParams.php';
return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'form.type.choice' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
*/
protected function getForm_Type_ChoiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type.color' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\ColorType
*/
protected function getForm_Type_ColorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type.entity' shared service.
*
* @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
*/
protected function getForm_Type_EntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'form.type.form' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\FormType
*/
protected function getForm_Type_FormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the private 'form.type_extension.csrf' shared service.
*
* @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
*/
protected function getForm_TypeExtension_CsrfService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true, '_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
}
/**
* Gets the private 'form.type_extension.form.data_collector' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
*/
protected function getForm_TypeExtension_Form_DataCollectorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
}
/**
* Gets the private 'form.type_extension.form.http_foundation' shared service.
*
* @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
*/
protected function getForm_TypeExtension_Form_HttpFoundationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/RequestHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
}
/**
* Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
*/
protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type_extension.form.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
*/
protected function getForm_TypeExtension_Form_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type_extension.upload.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
*/
protected function getForm_TypeExtension_Upload_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
}
/**
* Gets the private 'form.type_guesser.doctrine' shared service.
*
* @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
*/
protected function getForm_TypeGuesser_DoctrineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'form.type_guesser.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
*/
protected function getForm_TypeGuesser_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
}
/**
* Gets the private 'fos_ck_editor.command.installer' shared service.
*
* @return \FOS\CKEditorBundle\Command\CKEditorInstallerCommand
*/
protected function getFosCkEditor_Command_InstallerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Command/CKEditorInstallerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Installer/CKEditorInstaller.php';
$this->privates['fos_ck_editor.command.installer'] = $instance = new \FOS\CKEditorBundle\Command\CKEditorInstallerCommand(new \FOS\CKEditorBundle\Installer\CKEditorInstaller());
$instance->setName('ckeditor:install');
return $instance;
}
/**
* Gets the private 'fos_ck_editor.form.type' shared service.
*
* @return \FOS\CKEditorBundle\Form\Type\CKEditorType
*/
protected function getFosCkEditor_Form_TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Form/Type/CKEditorType.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfigurationInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfiguration.php';
return $this->privates['fos_ck_editor.form.type'] = new \FOS\CKEditorBundle\Form\Type\CKEditorType(new \FOS\CKEditorBundle\Config\CKEditorConfiguration(['default_config' => 'default', 'configs' => ['default' => ['versionCheck' => false, 'filebrowserImageUploadUrl' => '/en/inner/ckeditor/upload?', 'removePlugins' => [0 => 'Image', 1 => 'exportpdf']]], 'plugins' => ['base64image' => ['path' => 'bundles/ckeditor/base64image/', 'filename' => 'plugin.js']], 'enable' => true, 'async' => false, 'auto_inline' => true, 'inline' => false, 'autoload' => true, 'jquery' => false, 'require_js' => false, 'input_sync' => false, 'base_path' => 'bundles/fosckeditor/', 'js_path' => 'bundles/fosckeditor/ckeditor.js', 'jquery_path' => 'bundles/fosckeditor/adapters/jquery.js', 'styles' => [], 'templates' => [], 'filebrowsers' => [], 'toolbars' => ['configs' => [], 'items' => []]]));
}
/**
* Gets the private 'fos_elastica.command.create' shared service.
*
* @return \FOS\ElasticaBundle\Command\CreateCommand
*/
protected function getFosElastica_Command_CreateService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/CreateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/MappingBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/AliasProcessor.php';
$this->privates['fos_elastica.command.create'] = $instance = new \FOS\ElasticaBundle\Command\CreateCommand(($this->privates['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()), ($this->privates['fos_elastica.mapping_builder'] ?? ($this->privates['fos_elastica.mapping_builder'] = new \FOS\ElasticaBundle\Index\MappingBuilder())), ($this->privates['fos_elastica.config_manager'] ?? $this->getFosElastica_ConfigManagerService()), ($this->privates['fos_elastica.alias_processor'] ?? ($this->privates['fos_elastica.alias_processor'] = new \FOS\ElasticaBundle\Index\AliasProcessor())));
$instance->setName('fos:elastica:create');
return $instance;
}
/**
* Gets the private 'fos_elastica.command.delete' shared service.
*
* @return \FOS\ElasticaBundle\Command\DeleteCommand
*/
protected function getFosElastica_Command_DeleteService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/DeleteCommand.php';
$this->privates['fos_elastica.command.delete'] = $instance = new \FOS\ElasticaBundle\Command\DeleteCommand(($this->services['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService()), ($this->privates['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()));
$instance->setName('fos:elastica:delete');
return $instance;
}
/**
* Gets the private 'fos_elastica.command.populate' shared service.
*
* @return \FOS\ElasticaBundle\Command\PopulateCommand
*/
protected function getFosElastica_Command_PopulateService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/PopulateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/PagerProviderRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/PagerPersisterRegistry.php';
$this->privates['fos_elastica.command.populate'] = $instance = new \FOS\ElasticaBundle\Command\PopulateCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()), new \FOS\ElasticaBundle\Provider\PagerProviderRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'v25_product' => ['privates', 'fos_elastica.pager_provider.v25_product', 'getFosElastica_PagerProvider_V25ProductService', false],
], [
'v25_product' => 'FOS\\ElasticaBundle\\Doctrine\\ORMPagerProvider',
])), new \FOS\ElasticaBundle\Persister\PagerPersisterRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'in_place' => ['privates', 'fos_elastica.in_place_pager_persister', 'getFosElastica_InPlacePagerPersisterService', false],
], [
'in_place' => 'FOS\\ElasticaBundle\\Persister\\InPlacePagerPersister',
])), ($this->privates['fos_elastica.resetter'] ?? $this->getFosElastica_ResetterService()));
$instance->setName('fos:elastica:populate');
return $instance;
}
/**
* Gets the private 'fos_elastica.command.reset' shared service.
*
* @return \FOS\ElasticaBundle\Command\ResetCommand
*/
protected function getFosElastica_Command_ResetService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/ResetCommand.php';
$this->privates['fos_elastica.command.reset'] = $instance = new \FOS\ElasticaBundle\Command\ResetCommand(($this->privates['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()), ($this->privates['fos_elastica.resetter'] ?? $this->getFosElastica_ResetterService()));
$instance->setName('fos:elastica:reset');
return $instance;
}
/**
* Gets the private 'fos_elastica.command.search' shared service.
*
* @return \FOS\ElasticaBundle\Command\SearchCommand
*/
protected function getFosElastica_Command_SearchService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/SearchCommand.php';
$this->privates['fos_elastica.command.search'] = $instance = new \FOS\ElasticaBundle\Command\SearchCommand(($this->privates['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()));
$instance->setName('fos:elastica:search');
return $instance;
}
/**
* Gets the private 'fos_elastica.command.templates_reset' shared service.
*
* @return \FOS\ElasticaBundle\Command\ResetTemplatesCommand
*/
protected function getFosElastica_Command_TemplatesResetService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/ResetTemplatesCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/ResetterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/TemplateResetter.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ConfigManager.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/SourceInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/TemplateContainerSource.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/IndexTemplateManager.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/MappingBuilder.php';
$this->privates['fos_elastica.command.templates_reset'] = $instance = new \FOS\ElasticaBundle\Command\ResetTemplatesCommand(new \FOS\ElasticaBundle\Index\TemplateResetter(new \FOS\ElasticaBundle\Configuration\ConfigManager([0 => new \FOS\ElasticaBundle\Configuration\Source\TemplateContainerSource([])]), ($this->privates['fos_elastica.mapping_builder'] ?? ($this->privates['fos_elastica.mapping_builder'] = new \FOS\ElasticaBundle\Index\MappingBuilder())), ($this->services['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService()), new \FOS\ElasticaBundle\Index\IndexTemplateManager([])));
$instance->setName('fos:elastica:reset-templates');
return $instance;
}
/**
* Gets the private 'fos_elastica.config_manager' shared service.
*
* @return \FOS\ElasticaBundle\Configuration\ConfigManager
*/
protected function getFosElastica_ConfigManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ConfigManager.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/SourceInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/ContainerSource.php';
return $this->privates['fos_elastica.config_manager'] = new \FOS\ElasticaBundle\Configuration\ConfigManager([0 => new \FOS\ElasticaBundle\Configuration\Source\ContainerSource(['v25_product' => ['elasticsearch_name' => 'v25_product', 'reference' => ($this->services['fos_elastica.index.v25_product'] ?? $this->getFosElastica_Index_V25ProductService()), 'model' => 'App\\Entity\\Product', 'name' => 'v25_product', 'settings' => [], 'index_prototype' => [], 'use_alias' => false, 'mapping' => ['dynamic_templates' => [], 'properties' => ['name_original' => [], 'description_original' => [], 'comment' => [], 'code' => [], 'search_number' => [], 'article' => []]], 'config' => ['analyzer' => NULL, 'search_analyzer' => NULL, 'dynamic' => NULL, 'date_detection' => NULL, 'dynamic_date_formats' => [], 'numeric_detection' => NULL]]])]);
}
/**
* Gets the private 'fos_elastica.filter_objects_listener' shared service.
*
* @return \FOS\ElasticaBundle\Persister\Listener\FilterObjectsListener
*/
protected function getFosElastica_FilterObjectsListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/Listener/FilterObjectsListener.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/IndexableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/Indexable.php';
return $this->privates['fos_elastica.filter_objects_listener'] = new \FOS\ElasticaBundle\Persister\Listener\FilterObjectsListener(($this->privates['fos_elastica.indexable'] ?? ($this->privates['fos_elastica.indexable'] = new \FOS\ElasticaBundle\Provider\Indexable([]))));
}
/**
* Gets the private 'fos_elastica.in_place_pager_persister' shared service.
*
* @return \FOS\ElasticaBundle\Persister\InPlacePagerPersister
*/
protected function getFosElastica_InPlacePagerPersisterService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/PagerPersisterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/InPlacePagerPersister.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/PersisterRegistry.php';
return $this->privates['fos_elastica.in_place_pager_persister'] = new \FOS\ElasticaBundle\Persister\InPlacePagerPersister(new \FOS\ElasticaBundle\Persister\PersisterRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'v25_product' => ['privates', 'fos_elastica.object_persister.v25_product', 'getFosElastica_ObjectPersister_V25ProductService', false],
], [
'v25_product' => 'FOS\\ElasticaBundle\\Persister\\ObjectPersister',
])), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'fos_elastica.index_manager' shared service.
*
* @return \FOS\ElasticaBundle\Index\IndexManager
*/
protected function getFosElastica_IndexManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/IndexManager.php';
$a = ($this->services['fos_elastica.index.v25_product'] ?? $this->getFosElastica_Index_V25ProductService());
return $this->privates['fos_elastica.index_manager'] = new \FOS\ElasticaBundle\Index\IndexManager(['v25_product' => $a], $a);
}
/**
* Gets the private 'fos_elastica.listener.v25_product' shared service.
*
* @return \FOS\ElasticaBundle\Doctrine\Listener
*/
protected function getFosElastica_Listener_V25ProductService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/Listener.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/IndexableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/Indexable.php';
$a = ($this->privates['fos_elastica.object_persister.v25_product'] ?? $this->getFosElastica_ObjectPersister_V25ProductService());
if (isset($this->privates['fos_elastica.listener.v25_product'])) {
return $this->privates['fos_elastica.listener.v25_product'];
}
return $this->privates['fos_elastica.listener.v25_product'] = new \FOS\ElasticaBundle\Doctrine\Listener($a, ($this->privates['fos_elastica.indexable'] ?? ($this->privates['fos_elastica.indexable'] = new \FOS\ElasticaBundle\Provider\Indexable([]))), ['identifier' => 'id', 'indexName' => 'v25_product'], NULL);
}
/**
* Gets the private 'fos_elastica.logger' shared service.
*
* @return \FOS\ElasticaBundle\Logger\ElasticaLogger
*/
protected function getFosElastica_LoggerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('elastica');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($a, true);
}
/**
* Gets the private 'fos_elastica.object_persister.v25_product' shared service.
*
* @return \FOS\ElasticaBundle\Persister\ObjectPersister
*/
protected function getFosElastica_ObjectPersister_V25ProductService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersisterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersister.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaTransformerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaAutoTransformer.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['fos_elastica.object_persister.v25_product'])) {
return $this->privates['fos_elastica.object_persister.v25_product'];
}
$b = new \FOS\ElasticaBundle\Transformer\ModelToElasticaAutoTransformer(['identifier' => 'id', 'index' => 'v25_product'], $a);
$b->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(false, false))));
return $this->privates['fos_elastica.object_persister.v25_product'] = new \FOS\ElasticaBundle\Persister\ObjectPersister(($this->services['fos_elastica.index.v25_product'] ?? $this->getFosElastica_Index_V25ProductService()), $b, 'App\\Entity\\Product', ['name_original' => [], 'description_original' => [], 'comment' => [], 'code' => [], 'search_number' => [], 'article' => []], []);
}
/**
* Gets the private 'fos_elastica.pager_provider.v25_product' shared service.
*
* @return \FOS\ElasticaBundle\Doctrine\ORMPagerProvider
*/
protected function getFosElastica_PagerProvider_V25ProductService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/PagerProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/ORMPagerProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/RegisterListenersService.php';
return $this->privates['fos_elastica.pager_provider.v25_product'] = new \FOS\ElasticaBundle\Doctrine\ORMPagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), new \FOS\ElasticaBundle\Doctrine\RegisterListenersService(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())), 'App\\Entity\\Product', ['batch_size' => 100, 'clear_object_manager' => true, 'debug_logging' => true, 'query_builder_method' => 'createQueryBuilder']);
}
/**
* Gets the private 'fos_elastica.paginator.subscriber' shared service.
*
* @return \FOS\ElasticaBundle\Subscriber\PaginateElasticaQuerySubscriber
*/
protected function getFosElastica_Paginator_SubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Subscriber/PaginateElasticaQuerySubscriber.php';
return $this->privates['fos_elastica.paginator.subscriber'] = new \FOS\ElasticaBundle\Subscriber\PaginateElasticaQuerySubscriber(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'fos_elastica.populate_listener' shared service.
*
* @return \FOS\ElasticaBundle\EventListener\PopulateListener
*/
protected function getFosElastica_PopulateListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/EventListener/PopulateListener.php';
$a = ($this->privates['fos_elastica.resetter'] ?? $this->getFosElastica_ResetterService());
if (isset($this->privates['fos_elastica.populate_listener'])) {
return $this->privates['fos_elastica.populate_listener'];
}
return $this->privates['fos_elastica.populate_listener'] = new \FOS\ElasticaBundle\EventListener\PopulateListener($a);
}
/**
* Gets the private 'fos_elastica.resetter' shared service.
*
* @return \FOS\ElasticaBundle\Index\Resetter
*/
protected function getFosElastica_ResetterService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/ResetterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/Resetter.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/AliasProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/MappingBuilder.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['fos_elastica.resetter'])) {
return $this->privates['fos_elastica.resetter'];
}
return $this->privates['fos_elastica.resetter'] = new \FOS\ElasticaBundle\Index\Resetter(($this->privates['fos_elastica.config_manager'] ?? $this->getFosElastica_ConfigManagerService()), ($this->privates['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()), ($this->privates['fos_elastica.alias_processor'] ?? ($this->privates['fos_elastica.alias_processor'] = new \FOS\ElasticaBundle\Index\AliasProcessor())), ($this->privates['fos_elastica.mapping_builder'] ?? ($this->privates['fos_elastica.mapping_builder'] = new \FOS\ElasticaBundle\Index\MappingBuilder())), $a);
}
/**
* Gets the private 'fragment.renderer.inline' shared service.
*
* @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
*/
protected function getFragment_Renderer_InlineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
$a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
if (isset($this->privates['fragment.renderer.inline'])) {
return $this->privates['fragment.renderer.inline'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['fragment.renderer.inline'])) {
return $this->privates['fragment.renderer.inline'];
}
$this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a, $b);
$instance->setFragmentPath('/_fragment');
return $instance;
}
/**
* Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
*/
protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
{
return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
}
/**
* Gets the private 'framework_extra_bundle.event.is_granted' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
*/
protected function getFrameworkExtraBundle_Event_IsGrantedService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
return $this->privates['framework_extra_bundle.event.is_granted'];
}
return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
}
/**
* Gets the private 'journal_batch_listener' shared autowired service.
*
* @return \App\Listeners\JournalBatchListener
*/
protected function getJournalBatchListenerService()
{
include_once \dirname(__DIR__, 4).'/src/Listeners/JournalBatchListener.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['journal_batch_listener'])) {
return $this->privates['journal_batch_listener'];
}
return $this->privates['journal_batch_listener'] = new \App\Listeners\JournalBatchListener($a);
}
/**
* Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
*
* @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
*/
protected function getKnpPaginator_Subscriber_SlidingPaginationService()
{
return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig', 'defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig', 'defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig', 'defaultPageRange' => 5, 'defaultPageLimit' => NULL]);
}
/**
* Gets the private '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('uk')));
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())), 'uk', ($this->services['router'] ?? $this->getRouterService()), false, []);
}
/**
* Gets the private 'mailer.transport_factory.native' shared service.
*
* @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
*/
protected function getMailer_TransportFactory_NativeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.native'])) {
return $this->privates['mailer.transport_factory.native'];
}
return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* Gets the private 'mailer.transport_factory.null' shared service.
*
* @return \Symfony\Component\Mailer\Transport\NullTransportFactory
*/
protected function getMailer_TransportFactory_NullService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.null'])) {
return $this->privates['mailer.transport_factory.null'];
}
return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* Gets the private 'mailer.transport_factory.sendmail' shared service.
*
* @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
*/
protected function getMailer_TransportFactory_SendmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.sendmail'])) {
return $this->privates['mailer.transport_factory.sendmail'];
}
return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* Gets the private 'mailer.transport_factory.smtp' shared service.
*
* @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
*/
protected function getMailer_TransportFactory_SmtpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.smtp'])) {
return $this->privates['mailer.transport_factory.smtp'];
}
return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* Gets the private 'maker.auto_command.make_auth' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeAuthService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
$this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a, $b);
$instance->setName('make:auth');
$instance->setDescription('Creates a Guard authenticator of different flavors');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_command' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
$this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:command');
$instance->setDescription('Creates a new console command class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_controller' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
$this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:controller');
$instance->setDescription('Creates a new controller class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_crud' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeCrudService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
$this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:crud');
$instance->setDescription('Creates CRUD for Doctrine entity class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_docker_database' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeDockerDatabaseService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:docker:database');
$instance->setDescription('Adds a database container to your docker-compose.yaml file');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_entity' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeEntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
$this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), NULL, $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a, $b);
$instance->setName('make:entity');
$instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_fixtures' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeFixturesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
$this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:fixtures');
$instance->setDescription('Creates a new class to load Doctrine fixtures');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_form' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
$this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:form');
$instance->setDescription('Creates a new form class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_message' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMessageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:message');
$instance->setDescription('Creates a new message and handler');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
$this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:messenger-middleware');
$instance->setDescription('Creates a new messenger middleware');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_migration' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMigrationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
$this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__, 4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:migration');
$instance->setDescription('Creates a new migration based on database changes');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_registration_form' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeRegistrationFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:registration-form');
$instance->setDescription('Creates a new registration form system');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_reset_password' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeResetPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:reset-password');
$instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSerializerEncoderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
$this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:serializer:encoder');
$instance->setDescription('Creates a new serializer encoder class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
$this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:serializer:normalizer');
$instance->setDescription('Creates a new serializer normalizer class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeStimulusControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
$this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:stimulus-controller');
$instance->setDescription('Creates a new Stimulus controller');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_subscriber' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
$this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:subscriber');
$instance->setDescription('Creates a new event subscriber class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_test' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTestService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
$this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:test');
$instance->setAliases([0 => 'make:unit-test', 1 => 'make:functional-test']);
$instance->setDescription('Creates a new test class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_twig_extension' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTwigExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
$this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:twig-extension');
$instance->setDescription('Creates a new Twig extension class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_user' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeUserService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:user');
$instance->setDescription('Creates a new security user class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_validator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
$this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:validator');
$instance->setDescription('Creates a new validator and constraint class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_voter' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
$this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:voter');
$instance->setDescription('Creates a new security voter class');
return $instance;
}
/**
* Gets the private 'maker.doctrine_helper' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
*/
protected function getMaker_DoctrineHelperService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
$a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [0 => [0 => 'App\\Entity', 1 => $a], 1 => [0 => 'App\\Zet\\ContentBundle\\Entity', 1 => $a], 2 => [0 => 'App\\Zet\\V8Bundle\\Entity', 1 => $a], 3 => [0 => 'App\\Zet\\DeliveryServiceBundle\\Entity', 1 => $a], 4 => [0 => 'App\\Zet\\CrossBundle\\Entity', 1 => $a], 5 => [0 => 'App\\Zet\\ImageCrawler\\Entity', 1 => $a], 6 => [0 => 'Vich\\UploaderBundle\\Entity', 1 => ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService())]]]);
}
/**
* Gets the private 'maker.entity_class_generator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
*/
protected function getMaker_EntityClassGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
return $this->privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
}
/**
* Gets the private 'maker.file_manager' shared service.
*
* @return \Symfony\Bundle\MakerBundle\FileManager
*/
protected function getMaker_FileManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/FileManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__, 4), (\dirname(__DIR__, 4).'/templates'));
}
/**
* Gets the private 'maker.generator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Generator
*/
protected function getMaker_GeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Generator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
$a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App', $a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
}
/**
* Gets the private 'maker.php_compat_util' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
*/
protected function getMaker_PhpCompatUtilService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
}
/**
* Gets the private 'maker.renderer.form_type_renderer' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
*/
protected function getMaker_Renderer_FormTypeRendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
}
/**
* Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
*
* @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
*/
protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
$this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['App\\Message\\BrandMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.1BoSXbZ'] ?? $this->get_Messenger_HandlerDescriptor_1BoSXbZService());
}, 1), 'App\\Message\\DumpMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.50PhWJg'] ?? $this->get_Messenger_HandlerDescriptor_50PhWJgService());
}, 1), 'App\\Zet\\CrossBundle\\Message\\AssignBrandMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.Byn6DL9'] ?? $this->get_Messenger_HandlerDescriptor_Byn6DL9Service());
}, 1), 'App\\Zet\\CrossBundle\\Message\\UploadMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.7CQ6wmI'] ?? $this->get_Messenger_HandlerDescriptor_7CQ6wmIService());
}, 1), 'App\\Zet\\ImageCrawler\\Message\\ImageMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.t3xPzKK'] ?? $this->get_Messenger_HandlerDescriptor_T3xPzKKService());
}, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
}, 1), 'Symfony\\Component\\Notifier\\Message\\ChatMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.vMw0m61'] ?? $this->get_Messenger_HandlerDescriptor_VMw0m61Service());
}, 1), 'Symfony\\Component\\Notifier\\Message\\SmsMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.XZowc.T'] ?? $this->get_Messenger_HandlerDescriptor_XZowc_TService());
}, 1), 'Symfony\\Component\\Notifier\\Message\\PushMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.Lml2ICs'] ?? $this->get_Messenger_HandlerDescriptor_Lml2ICsService());
}, 1)]));
$instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
return $instance;
}
/**
* Gets the private 'messenger.bus.default.middleware.traceable' shared service.
*
* @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
*/
protected function getMessenger_Bus_Default_Middleware_TraceableService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
return $this->privates['messenger.bus.default.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.default');
}
/**
* Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
*
* @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
*/
protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
}
/**
* Gets the private 'messenger.listener.stop_worker_on_sigterm_signal_listener' shared service.
*
* @return \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener
*/
protected function getMessenger_Listener_StopWorkerOnSigtermSignalListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/StopWorkerOnSigtermSignalListener.php';
return $this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
}
/**
* Gets the private 'messenger.middleware.send_message' shared service.
*
* @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
*/
protected function getMessenger_Middleware_SendMessageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
$a = ($this->privates['.service_locator.B4dyivW'] ?? $this->get_ServiceLocator_B4dyivWService());
if (isset($this->privates['messenger.middleware.send_message'])) {
return $this->privates['messenger.middleware.send_message'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['messenger.middleware.send_message'])) {
return $this->privates['messenger.middleware.send_message'];
}
$this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['App\\Zet\\CrossBundle\\Message\\UploadMessage' => [0 => 'async'], 'App\\Zet\\CrossBundle\\Message\\AssignBrandMessage' => [0 => 'async'], 'App\\Message\\BrandMessage' => [0 => 'async'], 'App\\Message\\DumpMessage' => [0 => 'async'], 'App\\Zet\\ImageCrawler\\Message\\ImageMessage' => [0 => 'async']], $a), $b);
$instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
return $instance;
}
/**
* Gets the private 'messenger.receiver_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getMessenger_ReceiverLocatorService()
{
return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
'messenger.transport.async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
], [
'async' => '?',
'messenger.transport.async' => '?',
]);
}
/**
* Gets the private 'messenger.retry.multiplier_retry_strategy.async' shared service.
*
* @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
*/
protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
return $this->privates['messenger.retry.multiplier_retry_strategy.async'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3, 1000, 2, 0);
}
/**
* Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
*
* @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
*/
protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
}
return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.B4dyivW'] ?? $this->get_ServiceLocator_B4dyivWService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'async' => ['privates', 'messenger.retry.multiplier_retry_strategy.async', 'getMessenger_Retry_MultiplierRetryStrategy_AsyncService', false],
], [
'async' => '?',
]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $a);
}
/**
* Gets the private 'messenger.routable_message_bus' shared service.
*
* @return \Symfony\Component\Messenger\RoutableMessageBus
*/
protected function getMessenger_RoutableMessageBusService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/RoutableMessageBus.php';
$a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['messenger.routable_message_bus'])) {
return $this->privates['messenger.routable_message_bus'];
}
return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'messenger.bus.default' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
], [
'messenger.bus.default' => '?',
]), $a);
}
/**
* Gets the private 'messenger.transport.async' shared service.
*
* @return \Symfony\Component\Messenger\Transport\TransportInterface
*/
protected function getMessenger_Transport_AsyncService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
return $this->privates['messenger.transport.async'] = (new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
yield 0 => (new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory());
yield 1 => (new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory());
yield 2 => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
yield 3 => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
yield 4 => $this->getMessenger_Transport_Doctrine_FactoryService();
}, 5)))->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['transport_name' => 'async'], new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer());
}
/**
* Gets the private 'messenger.transport.doctrine.factory' shared service.
*
* @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
*/
protected function getMessenger_Transport_Doctrine_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
return new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'messenger.transport.sync.factory' shared service.
*
* @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
*/
protected function getMessenger_Transport_Sync_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
$a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
if (isset($this->privates['messenger.transport.sync.factory'])) {
return $this->privates['messenger.transport.sync.factory'];
}
return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
}
/**
* Gets the private 'mime_types' shared service.
*
* @return \Symfony\Component\Mime\MimeTypes
*/
protected function getMimeTypesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
$this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
$instance->setDefault($instance);
return $instance;
}
/**
* Gets the private 'monolog.command.server_log' shared service.
*
* @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
*/
protected function getMonolog_Command_ServerLogService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
$this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
$instance->setName('server:log');
$instance->setDescription('Start a log server that displays logs in real time');
return $instance;
}
/**
* Gets the private 'monolog.handler.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
*/
protected function getMonolog_Handler_ConsoleService()
{
return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\StreamHandler
*/
protected function getMonolog_Handler_MainService()
{
$this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
$instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
return $instance;
}
/**
* Gets the private 'monolog.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService()
{
$this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.mailer' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_MailerService()
{
$this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.messenger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_MessengerService()
{
$this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService()
{
$this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.security' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_SecurityService()
{
$this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'notifier.transport_factory.null' shared service.
*
* @return \Symfony\Component\Notifier\Transport\NullTransportFactory
*/
protected function getNotifier_TransportFactory_NullService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/Transport/NullTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['notifier.transport_factory.null'])) {
return $this->privates['notifier.transport_factory.null'];
}
return $this->privates['notifier.transport_factory.null'] = new \Symfony\Component\Notifier\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
}
/**
* Gets the private 'order_batch_listener' shared autowired service.
*
* @return \App\Listeners\OrderBatchListener
*/
protected function getOrderBatchListenerService()
{
include_once \dirname(__DIR__, 4).'/src/Listeners/OrderBatchListener.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['order_batch_listener'])) {
return $this->privates['order_batch_listener'];
}
$b = ($this->privates['App\\Util\\OrderHandler'] ?? $this->getOrderHandlerService());
if (isset($this->privates['order_batch_listener'])) {
return $this->privates['order_batch_listener'];
}
return $this->privates['order_batch_listener'] = new \App\Listeners\OrderBatchListener($a, $b);
}
/**
* 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 'product_batch_listener' shared autowired service.
*
* @return \App\Listeners\ProductBatchListener
*/
protected function getProductBatchListenerService()
{
include_once \dirname(__DIR__, 4).'/src/Listeners/ProductBatchListener.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['product_batch_listener'])) {
return $this->privates['product_batch_listener'];
}
$b = ($this->services['App\\Util\\ProductHandler'] ?? $this->getProductHandlerService());
if (isset($this->privates['product_batch_listener'])) {
return $this->privates['product_batch_listener'];
}
return $this->privates['product_batch_listener'] = new \App\Listeners\ProductBatchListener($a, $b);
}
/**
* Gets the private 'product_shapshot_listener' shared autowired service.
*
* @return \App\Listeners\ProductSnapshotListener
*/
protected function getProductShapshotListenerService()
{
include_once \dirname(__DIR__, 4).'/src/Listeners/ProductSnapshotListener.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['product_shapshot_listener'])) {
return $this->privates['product_shapshot_listener'];
}
$b = ($this->services['App\\Util\\ProductHandler'] ?? $this->getProductHandlerService());
if (isset($this->privates['product_shapshot_listener'])) {
return $this->privates['product_shapshot_listener'];
}
return $this->privates['product_shapshot_listener'] = new \App\Listeners\ProductSnapshotListener($a, $b);
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
$a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
if (isset($this->privates['profiler_listener'])) {
return $this->privates['profiler_listener'];
}
return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false, NULL);
}
/**
* Gets the private 'property_accessor' shared service.
*
* @return \Symfony\Component\PropertyAccess\PropertyAccessor
*/
protected function getPropertyAccessorService()
{
$a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
}
/**
* Gets the private 'property_info' shared service.
*
* @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
*/
protected function getPropertyInfoService()
{
return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 4), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
}, 1), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 2), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 1));
}
/**
* Gets the private 'property_info.serializer_extractor' shared service.
*
* @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
*/
protected function getPropertyInfo_SerializerExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
}
/**
* Gets the private 'router.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
*/
protected function getRouter_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'router' => ['services', 'router', 'getRouterService', false],
], [
'router' => '?',
]))->withContext('router.cache_warmer', $this));
}
/**
* Gets the private 'router.expression_language_provider' shared service.
*
* @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
*/
protected function getRouter_ExpressionLanguageProviderService()
{
return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', false],
], [
'env' => 'Closure',
]));
}
/**
* Gets the private 'router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getRouter_RequestContextService()
{
$this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
$instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);
}
/**
* Gets the private 'secrets.vault' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
*/
protected function getSecrets_VaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/LazyString.php';
return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__, 4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
}
/**
* Gets the private 'security.access_listener' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AccessListener
*/
protected function getSecurity_AccessListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->privates['security.access_listener'])) {
return $this->privates['security.access_listener'];
}
$b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
if (isset($this->privates['security.access_listener'])) {
return $this->privates['security.access_listener'];
}
return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), $b);
}
/**
* Gets the private 'security.access_map' shared service.
*
* @return \Symfony\Component\Security\Http\AccessMap
*/
protected function getSecurity_AccessMapService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
$this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/inner/env'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [0 => 'ROLE_ADMIN'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/inner/user'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/inner/manager'), [0 => 'ROLE_MANAGER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/inner'), [0 => 'IS_AUTHENTICATED_FULLY'], NULL);
return $instance;
}
/**
* Gets the private 'security.authentication.guard_handler' shared service.
*
* @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_GuardHandlerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['security.authentication.guard_handler'])) {
return $this->privates['security.authentication.guard_handler'];
}
$this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, [0 => 'main']);
$instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
return $instance;
}
/**
* Gets the private 'security.authentication.listener.anonymous.main' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Anonymous_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
$a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
return $this->privates['security.authentication.listener.anonymous.main'];
}
return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a);
}
/**
* Gets the private 'security.authentication.listener.form.main' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Form_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
$a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
if (isset($this->privates['security.authentication.listener.form.main'])) {
return $this->privates['security.authentication.listener.form.main'];
}
$b = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
if (isset($this->privates['security.authentication.listener.form.main'])) {
return $this->privates['security.authentication.listener.form.main'];
}
$c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['security.authentication.listener.form.main'])) {
return $this->privates['security.authentication.listener.form.main'];
}
$d = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
$e = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($d, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$e->setOptions(['login_path' => 'login', 'use_referer' => true, 'always_use_default_target_path' => false, 'default_target_path' => '/', 'target_path_parameter' => '_target_path']);
$e->setFirewallName('main');
$f = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
$g = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($b, $d, [], $f);
$g->setOptions(['login_path' => 'login', 'failure_path' => NULL, 'failure_forward' => false, 'failure_path_parameter' => '_failure_path']);
return $this->privates['security.authentication.listener.form.main'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), $d, 'main', $e, $g, ['login_path' => 'login', 'check_path' => 'login', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'enable_csrf' => false, 'post_only' => true, 'form_only' => false], $f, $c, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
}
/**
* Gets the private 'security.authentication.listener.guard.main' shared service.
*
* @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Guard_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
$a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
if (isset($this->privates['security.authentication.listener.guard.main'])) {
return $this->privates['security.authentication.listener.guard.main'];
}
$b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
if (isset($this->privates['security.authentication.listener.guard.main'])) {
return $this->privates['security.authentication.listener.guard.main'];
}
return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, $b, 'main', new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
yield 1 => ($this->privates['App\\Security\\TokenAuthenticator'] ?? $this->getTokenAuthenticatorService());
yield 2 => ($this->privates['App\\Security\\SessionIdAuthenticator'] ?? $this->getSessionIdAuthenticatorService());
}, 3), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'security.authentication.manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_ManagerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
$this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
yield 1 => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
yield 2 => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
}, 3), true);
$instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
return $instance;
}
/**
* Gets the private 'security.authentication.provider.anonymous.main' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Anonymous_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
}
/**
* Gets the private 'security.authentication.provider.dao.main' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Dao_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Security/UserChecker.php';
return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['App\\Security\\UserChecker'] ?? ($this->privates['App\\Security\\UserChecker'] = new \App\Security\UserChecker())), 'main', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);
}
/**
* Gets the private 'security.authentication.provider.guard.main' shared service.
*
* @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Guard_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Security/UserChecker.php';
return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
yield 1 => ($this->privates['App\\Security\\TokenAuthenticator'] ?? $this->getTokenAuthenticatorService());
yield 2 => ($this->privates['App\\Security\\SessionIdAuthenticator'] ?? $this->getSessionIdAuthenticatorService());
}, 3), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', ($this->privates['App\\Security\\UserChecker'] ?? ($this->privates['App\\Security\\UserChecker'] = new \App\Security\UserChecker())), new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService())));
}
/**
* Gets the private 'security.authentication.session_strategy' shared service.
*
* @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
*/
protected function getSecurity_Authentication_SessionStrategyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
return $this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
}
/**
* Gets the private 'security.authentication_utils' shared service.
*
* @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
*/
protected function getSecurity_AuthenticationUtilsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'security.channel_listener' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ChannelListener
*/
protected function getSecurity_ChannelListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
}
/**
* Gets the private 'security.command.debug_firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
*/
protected function getSecurity_Command_DebugFirewallService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
$this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), ($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()), [], false);
$instance->setName('debug:firewall');
$instance->setDescription('Display information about your security firewall(s)');
return $instance;
}
/**
* Gets the private 'security.command.user_password_encoder' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
*
* @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
*/
protected function getSecurity_Command_UserPasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
$this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [0 => 'App\\Entity\\User']);
$instance->setName('security:encode-password');
$instance->setDescription('Encode a password');
return $instance;
}
/**
* Gets the private 'security.command.user_password_hash' shared service.
*
* @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
*/
protected function getSecurity_Command_UserPasswordHashService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
$this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [0 => 'App\\Entity\\User']);
$instance->setName('security:hash-password');
$instance->setDescription('Hash a user password');
return $instance;
}
/**
* Gets the private 'security.csrf.token_storage' shared service.
*
* @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
*/
protected function getSecurity_Csrf_TokenStorageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'security.encoder_factory.generic' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
*
* @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
*/
protected function getSecurity_EncoderFactory_GenericService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['algorithm' => 'auto', 'migrate_from' => [], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL]]);
}
/**
* Gets the private 'security.event_dispatcher.main' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_MainService()
{
$this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.legacy_handler.0'] ?? $this->getSecurity_Logout_Listener_LegacyHandler_0Service());
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
$a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
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.main' => NULL;
}, 2));
}
/**
* Gets the private 'security.firewall.map.context.dev' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_DevService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0), NULL, NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev', 'security.user_checker', '.security.request_matcher.Iy.T22O', false, false, NULL, NULL, NULL, NULL, NULL, [], NULL));
}
/**
* Gets the private 'security.firewall.map.context.main' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
$a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
if (isset($this->privates['security.firewall.map.context.main'])) {
return $this->privates['security.firewall.map.context.main'];
}
$b = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
if (isset($this->privates['security.firewall.map.context.main'])) {
return $this->privates['security.firewall.map.context.main'];
}
$c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$d = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
yield 2 => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
yield 3 => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
yield 4 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($c, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $d, 'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint($a, $d, 'login', false), NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), new \Symfony\Component\Security\Http\Firewall\LogoutListener($c, $d, $b, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'App\\Security\\UserChecker', NULL, true, true, 'security.user.provider.concrete.app_user_provider', NULL, 'security.authentication.form_entry_point.main', NULL, NULL, [0 => 'guard', 1 => 'form_login', 2 => 'anonymous'], NULL));
}
/**
* Gets the private 'security.helper' shared service.
*
* @return \Symfony\Component\Security\Core\Security
*/
protected function getSecurity_HelperService()
{
return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
], [
'security.authorization_checker' => '?',
'security.token_storage' => '?',
]));
}
/**
* Gets the private 'security.http_utils' shared service.
*
* @return \Symfony\Component\Security\Http\HttpUtils
*/
protected function getSecurity_HttpUtilsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
$a = ($this->services['router'] ?? $this->getRouterService());
return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', '{^https://%s$}i');
}
/**
* Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
*/
protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
}
/**
* Gets the private 'security.logout.listener.default.main' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
*/
protected function getSecurity_Logout_Listener_Default_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
}
/**
* Gets the private 'security.logout.listener.legacy_handler.0' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\LegacyLogoutHandlerListener
*/
protected function getSecurity_Logout_Listener_LegacyHandler_0Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/LegacyLogoutHandlerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Listeners/LogoutListener.php';
$a = ($this->privates['App\\Util\\EnvHandler'] ?? $this->getEnvHandlerService());
if (isset($this->privates['security.logout.listener.legacy_handler.0'])) {
return $this->privates['security.logout.listener.legacy_handler.0'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['security.logout.listener.legacy_handler.0'])) {
return $this->privates['security.logout.listener.legacy_handler.0'];
}
return $this->privates['security.logout.listener.legacy_handler.0'] = new \Symfony\Bundle\SecurityBundle\Security\LegacyLogoutHandlerListener(new \App\Listeners\LogoutListener($a, $b));
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->registerListener('main', 'app_logout', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* Gets the private 'security.password_hasher_factory' shared service.
*
* @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
*/
protected function getSecurity_PasswordHasherFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\User' => ['algorithm' => 'auto', 'migrate_from' => [], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL]]);
}
/**
* Gets the private 'security.role_hierarchy' shared service.
*
* @return \Symfony\Component\Security\Core\Role\RoleHierarchy
*/
protected function getSecurity_RoleHierarchyService()
{
return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
}
/**
* Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
*
* @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
*/
protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User', 'email', NULL);
}
/**
* Gets the private 'security.validator.user_password' shared service.
*
* @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
*/
protected function getSecurity_Validator_UserPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* Gets the private 'sensio_framework_extra.controller.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
*/
protected function getSensioFrameworkExtra_Controller_ListenerService()
{
return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
$a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['sensio_framework_extra.security.listener'])) {
return $this->privates['sensio_framework_extra.security.listener'];
}
return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'sensio_framework_extra.view.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
*/
protected function getSensioFrameworkExtra_View_ListenerService()
{
$this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1))));
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->withContext('sensio_framework_extra.view.listener', $this));
return $instance;
}
/**
* Gets the private 'serializer.mapping.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
*/
protected function getSerializer_Mapping_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
}
/**
* Gets the private 'serializer.mapping.class_metadata_factory' shared service.
*
* @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
*/
protected function getSerializer_Mapping_ClassMetadataFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
}
/**
* Gets the private 'session.factory' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\SessionFactory
*/
protected function getSession_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
$a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
if (isset($this->privates['session.factory'])) {
return $this->privates['session.factory'];
}
return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [0 => $a, 1 => 'onSessionUsage']);
}
/**
* Gets the private 'session.flash_bag' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Flash\FlashBag
*
* @deprecated Since symfony/framework-bundle 5.1: The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.
*/
protected function getSession_FlashBagService()
{
trigger_deprecation('symfony/framework-bundle', '5.1', 'The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.');
return ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService())->getFlashBag();
}
/**
* Gets the private 'session.storage.factory.service' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
*
* @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
*/
protected function getSession_Storage_Factory_ServiceService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
}
/**
* Gets the private 'session.storage.metadata_bag' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
*
* @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
*/
protected function getSession_Storage_MetadataBagService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0);
}
/**
* Gets the private 'session.storage.native' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
*
* @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
*/
protected function getSession_Storage_NativeService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), $this->getSession_Storage_MetadataBagService());
}
/**
* Gets the private 'session_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getSessionListenerService()
{
return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'initialized_session' => ['services', '.container.private.session', NULL, false],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', false],
'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', false],
], [
'initialized_session' => '?',
'logger' => '?',
'request_stack' => '?',
'session' => '?',
'session_collector' => '?',
'session_factory' => '?',
'session_storage' => '?',
]), true, $this->parameters['session.storage.options']);
}
/**
* Gets the private 'swiftmailer.command.debug' shared service.
*
* @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
*/
protected function getSwiftmailer_Command_DebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
$this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
$instance->setName('debug:swiftmailer');
return $instance;
}
/**
* Gets the private 'swiftmailer.command.new_email' shared service.
*
* @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
*/
protected function getSwiftmailer_Command_NewEmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
$this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
$instance->setName('swiftmailer:email:send');
return $instance;
}
/**
* Gets the private 'swiftmailer.command.send_email' shared service.
*
* @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
*/
protected function getSwiftmailer_Command_SendEmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
$this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
$instance->setName('swiftmailer:spool:send');
return $instance;
}
/**
* Gets the private 'swiftmailer.email_sender.listener' shared service.
*
* @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
*/
protected function getSwiftmailer_EmailSender_ListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'texter.transports' shared service.
*
* @return \Symfony\Component\Notifier\Transport\Transports
*/
protected function getTexter_TransportsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/Transport/Transports.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/Transport.php';
return $this->privates['texter.transports'] = (new \Symfony\Component\Notifier\Transport(new RewindableGenerator(function () {
yield 0 => ($this->privates['notifier.transport_factory.null'] ?? $this->getNotifier_TransportFactory_NullService());
}, 1)))->fromStrings([]);
}
/**
* Gets the private 'translation.extractor' shared service.
*
* @return \Symfony\Component\Translation\Extractor\ChainExtractor
*/
protected function getTranslation_ExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
$this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
$instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
$instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
return $instance;
}
/**
* Gets the private 'translation.loader.csv' shared service.
*
* @return \Symfony\Component\Translation\Loader\CsvFileLoader
*/
protected function getTranslation_Loader_CsvService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
}
/**
* Gets the private 'translation.loader.dat' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
*/
protected function getTranslation_Loader_DatService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
}
/**
* Gets the private 'translation.loader.ini' shared service.
*
* @return \Symfony\Component\Translation\Loader\IniFileLoader
*/
protected function getTranslation_Loader_IniService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
}
/**
* Gets the private 'translation.loader.json' shared service.
*
* @return \Symfony\Component\Translation\Loader\JsonFileLoader
*/
protected function getTranslation_Loader_JsonService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
}
/**
* Gets the private 'translation.loader.mo' shared service.
*
* @return \Symfony\Component\Translation\Loader\MoFileLoader
*/
protected function getTranslation_Loader_MoService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
}
/**
* Gets the private 'translation.loader.php' shared service.
*
* @return \Symfony\Component\Translation\Loader\PhpFileLoader
*/
protected function getTranslation_Loader_PhpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
}
/**
* Gets the private 'translation.loader.po' shared service.
*
* @return \Symfony\Component\Translation\Loader\PoFileLoader
*/
protected function getTranslation_Loader_PoService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
}
/**
* Gets the private 'translation.loader.qt' shared service.
*
* @return \Symfony\Component\Translation\Loader\QtFileLoader
*/
protected function getTranslation_Loader_QtService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
}
/**
* Gets the private 'translation.loader.res' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuResFileLoader
*/
protected function getTranslation_Loader_ResService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
}
/**
* Gets the private 'translation.loader.xliff' shared service.
*
* @return \Symfony\Component\Translation\Loader\XliffFileLoader
*/
protected function getTranslation_Loader_XliffService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
}
/**
* Gets the private 'translation.loader.yml' shared service.
*
* @return \Symfony\Component\Translation\Loader\YamlFileLoader
*/
protected function getTranslation_Loader_YmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
}
/**
* Gets the private 'translation.provider_collection' shared service.
*
* @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
*/
protected function getTranslation_ProviderCollectionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
yield 0 => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
}, 1), []))->fromConfig([]);
}
/**
* Gets the private 'translation.reader' shared service.
*
* @return \Symfony\Component\Translation\Reader\TranslationReader
*/
protected function getTranslation_ReaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
$this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
$a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
$b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
$instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
$instance->addLoader('yaml', $a);
$instance->addLoader('yml', $a);
$instance->addLoader('xlf', $b);
$instance->addLoader('xliff', $b);
$instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
$instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
$instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
$instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
$instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
$instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
$instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
$instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
return $instance;
}
/**
* Gets the private 'translation.warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
*/
protected function getTranslation_WarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'translator' => '?',
]))->withContext('translation.warmer', $this));
}
/**
* Gets the private 'translation.writer' shared service.
*
* @return \Symfony\Component\Translation\Writer\TranslationWriter
*/
protected function getTranslation_WriterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
$this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
$instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
$instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
$instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
$instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
$instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
$instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
$instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
$instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
$instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
$instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
$instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
return $instance;
}
/**
* Gets the private 'translator.default' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
*/
protected function getTranslator_DefaultService()
{
$this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', false],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', false],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', false],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', false],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', false],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', false],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', false],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', false],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', false],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', false],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', false],
], [
'translation.loader.csv' => '?',
'translation.loader.dat' => '?',
'translation.loader.ini' => '?',
'translation.loader.json' => '?',
'translation.loader.mo' => '?',
'translation.loader.php' => '?',
'translation.loader.po' => '?',
'translation.loader.qt' => '?',
'translation.loader.res' => '?',
'translation.loader.xliff' => '?',
'translation.loader.yml' => '?',
]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'uk', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/artgris/filemanager-bundle/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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.php'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/artgris/filemanager-bundle/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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/artgris/filemanager-bundle/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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/artgris/filemanager-bundle/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')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.php'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.php'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/artgris/filemanager-bundle/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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.php')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.php'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/artgris/filemanager-bundle/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')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.php'), 4 => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.php'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/artgris/filemanager-bundle/Resources/translations/messages.pt_BR.yml')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.php'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/artgris/filemanager-bundle/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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/artgris/filemanager-bundle/Resources/translations/messages.ru.yml'), 7 => (\dirname(__DIR__, 4).'/translations/messages.ru.yaml')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), 6 => (\dirname(__DIR__, 4).'/translations/messages.uk.yaml')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.php')], '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')], 'sr_RS' => [0 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.php')], 'vn' => [0 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/artgris/filemanager-bundle/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/Bundle/translations'), 21 => (\dirname(__DIR__, 4).'/src/Zet/ContentBundle/translations'), 22 => (\dirname(__DIR__, 4).'/src/Zet/V8Bundle/translations'), 23 => (\dirname(__DIR__, 4).'/src/Zet/DeliveryServiceBundle/translations'), 24 => (\dirname(__DIR__, 4).'/src/Zet/CrossBundle/translations'), 25 => (\dirname(__DIR__, 4).'/src/Zet/ImageCrawler/translations'), 26 => (\dirname(__DIR__, 4).'/src/Zet/ManagerBundle/translations'), 27 => (\dirname(__DIR__, 4).'/vendor/a2lix/auto-form-bundle/src/translations'), 28 => (\dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/translations'), 29 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 30 => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/translations'), 31 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-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/easycorp/easyadmin-bundle/src/Resources/translations', 4 => 'vendor/vich/uploader-bundle/translations', 5 => 'vendor/knplabs/knp-paginator-bundle/translations', 6 => 'vendor/artgris/filemanager-bundle/Resources/translations', 7 => 'translations', 8 => 'vendor/symfony/framework-bundle/translations', 9 => 'vendor/symfony/twig-bundle/translations', 10 => 'vendor/twig/extra-bundle/translations', 11 => 'vendor/symfony/web-profiler-bundle/translations', 12 => 'vendor/symfony/monolog-bundle/translations', 13 => 'vendor/symfony/debug-bundle/translations', 14 => 'vendor/sensio/framework-extra-bundle/src/translations', 15 => 'vendor/doctrine/doctrine-bundle/translations', 16 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 17 => 'vendor/symfony/security-bundle/translations', 18 => 'vendor/symfony/maker-bundle/src/translations', 19 => 'vendor/symfony/webpack-encore-bundle/src/translations', 20 => 'vendor/knplabs/doctrine-behaviors/src/Bundle/translations', 21 => 'src/Zet/ContentBundle/translations', 22 => 'src/Zet/V8Bundle/translations', 23 => 'src/Zet/DeliveryServiceBundle/translations', 24 => 'src/Zet/CrossBundle/translations', 25 => 'src/Zet/ImageCrawler/translations', 26 => 'src/Zet/ManagerBundle/translations', 27 => 'vendor/a2lix/auto-form-bundle/src/translations', 28 => 'vendor/a2lix/translation-form-bundle/src/translations', 29 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations', 30 => 'vendor/symfony/swiftmailer-bundle/translations', 31 => 'vendor/friendsofsymfony/elastica-bundle/src/translations']]], []);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'en']);
return $instance;
}
/**
* Gets the private 'twig.command.debug' shared service.
*
* @return \Symfony\Bridge\Twig\Command\DebugCommand
*/
protected function getTwig_Command_DebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
$this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__, 4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__, 4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:twig');
$instance->setDescription('Show a list of twig functions, filters, globals and tests');
return $instance;
}
/**
* Gets the private 'twig.command.lint' shared service.
*
* @return \Symfony\Bundle\TwigBundle\Command\LintCommand
*/
protected function getTwig_Command_LintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
$this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
$instance->setName('lint:twig');
$instance->setDescription('Lint a Twig template and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'twig.form.engine' shared service.
*
* @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
*/
protected function getTwig_Form_EngineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererEngineInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractRendererEngine.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['twig.form.engine'])) {
return $this->privates['twig.form.engine'];
}
return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
}
/**
* Gets the private 'twig.form.renderer' shared service.
*
* @return \Symfony\Component\Form\FormRenderer
*/
protected function getTwig_Form_RendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRenderer.php';
$a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
if (isset($this->privates['twig.form.renderer'])) {
return $this->privates['twig.form.renderer'];
}
return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
}
/**
* Gets the private 'twig.mailer.message_listener' shared service.
*
* @return \Symfony\Component\Mailer\EventListener\MessageListener
*/
protected function getTwig_Mailer_MessageListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/BodyRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['twig.mailer.message_listener'])) {
return $this->privates['twig.mailer.message_listener'];
}
return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
}
/**
* Gets the private 'twig.runtime.httpkernel' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
*/
protected function getTwig_Runtime_HttpkernelService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
], [
'inline' => '?',
]), $a, true), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
}
/**
* Gets the private 'twig.runtime.security_csrf' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
*/
protected function getTwig_Runtime_SecurityCsrfService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
}
/**
* Gets the private 'twig.runtime.serializer' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
*/
protected function getTwig_Runtime_SerializerService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
$a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
if (isset($this->privates['twig.runtime.serializer'])) {
return $this->privates['twig.runtime.serializer'];
}
return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime($a);
}
/**
* Gets the private 'twig.template_cache_warmer' shared service.
*
* @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
*/
protected function getTwig_TemplateCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->withContext('twig.template_cache_warmer', $this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel', 1)), [(\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__, 4).'/templates')));
}
/**
* Gets the private '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 'user_listener' shared autowired service.
*
* @return \App\Listeners\UserListener
*/
protected function getUserListenerService()
{
include_once \dirname(__DIR__, 4).'/src/Listeners/UserListener.php';
$a = ($this->privates['App\\Util\\UserHandler'] ?? $this->getUserHandlerService());
if (isset($this->privates['user_listener'])) {
return $this->privates['user_listener'];
}
$b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['user_listener'])) {
return $this->privates['user_listener'];
}
return $this->privates['user_listener'] = new \App\Listeners\UserListener($a, $b, ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()));
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilder
*/
protected function getValidator_BuilderService()
{
$this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Validator\\CategoryClassValidator' => ['privates', 'App\\Validator\\CategoryClassValidator', 'getCategoryClassValidatorService', false],
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', false],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', false],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
], [
'App\\Validator\\CategoryClassValidator' => '?',
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
'doctrine.orm.validator.unique' => '?',
'security.validator.user_password' => '?',
'validator.expression' => '?',
])));
if ($this->has('translator')) {
$instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
}
$instance->setTranslationDomain('validators');
$instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
$instance->enableAnnotationMapping(true);
$instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
$instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
return $instance;
}
/**
* Gets the private 'validator.email' shared service.
*
* @return \Symfony\Component\Validator\Constraints\EmailValidator
*/
protected function getValidator_EmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
}
/**
* Gets the private 'validator.expression' shared service.
*
* @return \Symfony\Component\Validator\Constraints\ExpressionValidator
*/
protected function getValidator_ExpressionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
}
/**
* Gets the private 'validator.mapping.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
*/
protected function getValidator_Mapping_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
}
/**
* Gets the private 'validator.not_compromised_password' shared service.
*
* @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
*/
protected function getValidator_NotCompromisedPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8', true, NULL);
}
/**
* Gets the private 'var_dumper.command.server_dump' shared service.
*
* @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
*/
protected function getVarDumper_Command_ServerDumpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
$a = new \Symfony\Bridge\Monolog\Logger('debug');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
$instance->setName('server:dump');
$instance->setDescription('Start a dump server that collects and displays dumps in a single place');
return $instance;
}
/**
* Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\CliDumper
*/
protected function getVarDumper_ContextualizedCliDumper_InnerService()
{
$this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'var_dumper.html_dumper' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
*/
protected function getVarDumper_HtmlDumperService()
{
$this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'var_dumper.server_connection' shared service.
*
* @return \Symfony\Component\VarDumper\Server\Connection
*/
protected function getVarDumper_ServerConnectionService()
{
return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__, 4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
}
/**
* Gets the private 'vich_uploader.command.mapping_debug' shared service.
*
* @return \Vich\UploaderBundle\Command\MappingDebugCommand
*/
protected function getVichUploader_Command_MappingDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
$this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->parameters['vich_uploader.mappings']);
$instance->setName('vich:mapping:debug');
return $instance;
}
/**
* Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
*
* @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
*/
protected function getVichUploader_Command_MappingDebugClassService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
$this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
$instance->setName('vich:mapping:debug-class');
return $instance;
}
/**
* Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
*
* @return \Vich\UploaderBundle\Command\MappingListClassesCommand
*/
protected function getVichUploader_Command_MappingListClassesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
$this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
$instance->setName('vich:mapping:list-classes');
return $instance;
}
/**
* Gets the private 'vich_uploader.listener.clean.banner_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
*/
protected function getVichUploader_Listener_Clean_BannerImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
$a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
if (isset($this->privates['vich_uploader.listener.clean.banner_images'])) {
return $this->privates['vich_uploader.listener.clean.banner_images'];
}
return $this->privates['vich_uploader.listener.clean.banner_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('banner_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $a);
}
/**
* Gets the private 'vich_uploader.listener.clean.brand_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
*/
protected function getVichUploader_Listener_Clean_BrandImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.clean.brand_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('brand_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.clean.content_category_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
*/
protected function getVichUploader_Listener_Clean_ContentCategoryImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.clean.content_category_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('content_category_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.clean.content_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
*/
protected function getVichUploader_Listener_Clean_ContentImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.clean.content_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('content_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.clean.content_infographics_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
*/
protected function getVichUploader_Listener_Clean_ContentInfographicsImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.clean.content_infographics_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('content_infographics_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.clean.manager_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
*/
protected function getVichUploader_Listener_Clean_ManagerImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.clean.manager_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('manager_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.clean.product_category_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
*/
protected function getVichUploader_Listener_Clean_ProductCategoryImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.clean.product_category_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('product_category_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.clean.product_gallery_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
*/
protected function getVichUploader_Listener_Clean_ProductGalleryImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.clean.product_gallery_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('product_gallery_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.clean.product_type_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
*/
protected function getVichUploader_Listener_Clean_ProductTypeImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.clean.product_type_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('product_type_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.clean.promo_label_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
*/
protected function getVichUploader_Listener_Clean_PromoLabelImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.clean.promo_label_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('promo_label_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.inject.banner_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
*/
protected function getVichUploader_Listener_Inject_BannerImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.inject.banner_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('banner_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.inject.brand_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
*/
protected function getVichUploader_Listener_Inject_BrandImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.inject.brand_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('brand_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.inject.content_category_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
*/
protected function getVichUploader_Listener_Inject_ContentCategoryImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.inject.content_category_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('content_category_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.inject.content_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
*/
protected function getVichUploader_Listener_Inject_ContentImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.inject.content_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('content_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.inject.content_infographics_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
*/
protected function getVichUploader_Listener_Inject_ContentInfographicsImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.inject.content_infographics_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('content_infographics_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.inject.manager_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
*/
protected function getVichUploader_Listener_Inject_ManagerImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.inject.manager_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('manager_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.inject.product_category_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
*/
protected function getVichUploader_Listener_Inject_ProductCategoryImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.inject.product_category_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('product_category_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.inject.product_gallery_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
*/
protected function getVichUploader_Listener_Inject_ProductGalleryImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.inject.product_gallery_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('product_gallery_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.inject.product_type_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
*/
protected function getVichUploader_Listener_Inject_ProductTypeImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.inject.product_type_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('product_type_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.inject.promo_label_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
*/
protected function getVichUploader_Listener_Inject_PromoLabelImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.inject.promo_label_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('promo_label_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.banner_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_BannerImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.banner_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('banner_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.brand_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_BrandImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.brand_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('brand_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.content_category_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_ContentCategoryImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.content_category_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('content_category_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.content_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_ContentImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.content_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('content_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.content_infographics_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_ContentInfographicsImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.content_infographics_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('content_infographics_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.manager_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_ManagerImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.manager_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('manager_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.product_category_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_ProductCategoryImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.product_category_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('product_category_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.product_gallery_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_ProductGalleryImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.product_gallery_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('product_gallery_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.product_type_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_ProductTypeImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.product_type_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('product_type_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.promo_label_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_PromoLabelImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.promo_label_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('promo_label_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.banner_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_BannerImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.banner_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('banner_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.brand_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_BrandImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.brand_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('brand_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.content_category_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_ContentCategoryImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.content_category_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('content_category_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.content_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_ContentImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.content_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('content_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.content_infographics_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_ContentInfographicsImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.content_infographics_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('content_infographics_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.manager_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_ManagerImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.manager_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('manager_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.product_category_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_ProductCategoryImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.product_category_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('product_category_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.product_gallery_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_ProductGalleryImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.product_gallery_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('product_gallery_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.product_type_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_ProductTypeImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.product_type_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('product_type_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.promo_label_images' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_PromoLabelImagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.promo_label_images'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('promo_label_images', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.metadata_reader' shared service.
*
* @return \Vich\UploaderBundle\Metadata\MetadataReader
*/
protected function getVichUploader_MetadataReaderService()
{
$a = new \Metadata\Driver\FileLocator([]);
$b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([0 => new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), 1 => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [0 => ($this->services['doctrine'] ?? $this->getDoctrineService())]), 2 => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), 3 => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata', true);
$b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
}
/**
* Gets the private 'vich_uploader.property_mapping_factory' shared service.
*
* @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
*/
protected function getVichUploader_PropertyMappingFactoryService()
{
return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->parameters['vich_uploader.mappings'], '_name');
}
/**
* Gets the private 'vich_uploader.storage.file_system' shared service.
*
* @return \Vich\UploaderBundle\Storage\FileSystemStorage
*/
protected function getVichUploader_Storage_FileSystemService()
{
return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService()
{
return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['web_profiler.debug_toolbar'])) {
return $this->privates['web_profiler.debug_toolbar'];
}
return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
}
/**
* Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
*/
protected function getWebpackEncore_EntrypointLookupDefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__, 4).'/public/build/entrypoints.json'), NULL, '_default', true);
}
/**
* Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
*/
protected function getWebpackEncore_EntrypointLookupCollectionService()
{
return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', false],
], [
'_default' => '?',
]), '_default');
}
/**
* Gets the private 'webpack_encore.exception_listener' shared service.
*
* @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
*/
protected function getWebpackEncore_ExceptionListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
}
/**
* Gets the private 'webpack_encore.tag_renderer' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
*/
protected function getWebpackEncore_TagRendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['webpack_encore.tag_renderer'])) {
return $this->privates['webpack_encore.tag_renderer'];
}
return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], [], [], $a);
}
/**
* Gets the public 'cache_clearer' alias.
*
* @return object The ".container.private.cache_clearer" service.
*/
protected function getCacheClearerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.cache_clearer');
}
/**
* Gets the public 'filesystem' alias.
*
* @return object The ".container.private.filesystem" service.
*/
protected function getFilesystemService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.filesystem');
}
/**
* Gets the public 'serializer' alias.
*
* @return object The ".container.private.serializer" service.
*/
protected function getSerializerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.serializer');
}
/**
* Gets the public 'security.csrf.token_manager' alias.
*
* @return object The ".container.private.security.csrf.token_manager" service.
*/
protected function getSecurity_Csrf_TokenManagerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.csrf.token_manager');
}
/**
* Gets the public 'form.factory' alias.
*
* @return object The ".container.private.form.factory" service.
*/
protected function getForm_FactoryService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.factory');
}
/**
* Gets the public 'form.type.file' alias.
*
* @return object The ".container.private.form.type.file" service.
*/
protected function getForm_Type_FileService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.type.file');
}
/**
* Gets the public 'profiler' alias.
*
* @return object The ".container.private.profiler" service.
*/
protected function getProfilerService()
{
trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.profiler');
}
/**
* Gets the public 'twig' alias.
*
* @return object The ".container.private.twig" service.
*/
protected function getTwigService()
{
trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.twig');
}
/**
* Gets the public 'security.authorization_checker' alias.
*
* @return object The ".container.private.security.authorization_checker" service.
*/
protected function getSecurity_AuthorizationCheckerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.authorization_checker');
}
/**
* Gets the public 'security.token_storage' alias.
*
* @return object The ".container.private.security.token_storage" service.
*/
protected function getSecurity_TokenStorageService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.token_storage');
}
/**
* Gets the public 'security.password_encoder' alias.
*
* @return object The ".container.private.security.password_encoder" service.
*/
protected function getSecurity_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.password_encoder');
}
/**
* Gets the public 'session' alias.
*
* @return object The ".container.private.session" service.
*/
protected function getSessionService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.session');
}
/**
* Gets the public 'validator' alias.
*
* @return object The ".container.private.validator" service.
*/
protected function getValidatorService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.validator');
}
/**
* @return array|bool|float|int|string|\UnitEnum|null
*/
public function getParameter(string $name)
{
if (isset($this->buildParameters[$name])) {
return $this->buildParameters[$name];
}
if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
}
if (isset($this->loadedDynamicParameters[$name])) {
return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
return $this->parameters[$name];
}
public function hasParameter(string $name): bool
{
if (isset($this->buildParameters[$name])) {
return true;
}
return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
}
public function setParameter(string $name, $value): void
{
throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
}
public function getParameterBag(): ParameterBagInterface
{
if (null === $this->parameterBag) {
$parameters = $this->parameters;
foreach ($this->loadedDynamicParameters as $name => $loaded) {
$parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
foreach ($this->buildParameters as $name => $value) {
$parameters[$name] = $value;
}
$this->parameterBag = new FrozenParameterBag($parameters);
}
return $this->parameterBag;
}
private $loadedDynamicParameters = [
'kernel.runtime_environment' => false,
'kernel.build_dir' => false,
'kernel.cache_dir' => false,
'kernel.secret' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'doctrine.orm.proxy_dir' => false,
'zet.v8.client.entry_point' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
case 'kernel.build_dir': $value = $this->targetDir.''; break;
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
case 'zet.v8.client.entry_point': $value = $this->getEnv('V8_ENTRYPOINT'); break;
default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
}
$this->loadedDynamicParameters[$name] = true;
return $this->dynamicParameters[$name] = $value;
}
protected function getDefaultParameters(): array
{
return [
'kernel.project_dir' => \dirname(__DIR__, 4),
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
'DoctrineBehaviorsBundle' => 'Knp\\DoctrineBehaviors\\Bundle\\DoctrineBehaviorsBundle',
'ZetContentBundle' => 'App\\Zet\\ContentBundle\\ZetContentBundle',
'ZetV8Bundle' => 'App\\Zet\\V8Bundle\\ZetV8Bundle',
'ZetDeliveryServiceBundle' => 'App\\Zet\\DeliveryServiceBundle\\ZetDeliveryServiceBundle',
'ZetCrossBundle' => 'App\\Zet\\CrossBundle\\ZetCrossBundle',
'ImageCrawlerBundle' => 'App\\Zet\\ImageCrawler\\ImageCrawlerBundle',
'ZetManagerBundle' => 'App\\Zet\\ManagerBundle\\ZetManagerBundle',
'A2lixAutoFormBundle' => 'A2lix\\AutoFormBundle\\A2lixAutoFormBundle',
'A2lixTranslationFormBundle' => 'A2lix\\TranslationFormBundle\\A2lixTranslationFormBundle',
'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
'ArtgrisFileManagerBundle' => 'Artgris\\Bundle\\FileManagerBundle\\ArtgrisFileManagerBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'TwigExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
'namespace' => 'Twig\\Extra\\TwigExtraBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'DebugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'MakerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'WebpackEncoreBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
'namespace' => 'Symfony\\WebpackEncoreBundle',
],
'EasyAdminBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src'),
'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
],
'DoctrineBehaviorsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/Bundle'),
'namespace' => 'Knp\\DoctrineBehaviors\\Bundle',
],
'ZetContentBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/Zet/ContentBundle'),
'namespace' => 'App\\Zet\\ContentBundle',
],
'ZetV8Bundle' => [
'path' => (\dirname(__DIR__, 4).'/src/Zet/V8Bundle'),
'namespace' => 'App\\Zet\\V8Bundle',
],
'ZetDeliveryServiceBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/Zet/DeliveryServiceBundle'),
'namespace' => 'App\\Zet\\DeliveryServiceBundle',
],
'ZetCrossBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/Zet/CrossBundle'),
'namespace' => 'App\\Zet\\CrossBundle',
],
'ImageCrawlerBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/Zet/ImageCrawler'),
'namespace' => 'App\\Zet\\ImageCrawler',
],
'ZetManagerBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/Zet/ManagerBundle'),
'namespace' => 'App\\Zet\\ManagerBundle',
],
'A2lixAutoFormBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/a2lix/auto-form-bundle/src'),
'namespace' => 'A2lix\\AutoFormBundle',
],
'A2lixTranslationFormBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src'),
'namespace' => 'A2lix\\TranslationFormBundle',
],
'FOSCKEditorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
'namespace' => 'FOS\\CKEditorBundle',
],
'VichUploaderBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
'namespace' => 'Vich\\UploaderBundle',
],
'SwiftmailerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle'),
'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
],
'KnpPaginatorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
'namespace' => 'Knp\\Bundle\\PaginatorBundle',
],
'FOSElasticaBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src'),
'namespace' => 'FOS\\ElasticaBundle',
],
'ArtgrisFileManagerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/artgris/filemanager-bundle'),
'namespace' => 'Artgris\\Bundle\\FileManagerBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'App_KernelDevDebugContainer',
'container.dumper.inline_class_loader' => true,
'container.dumper.inline_factories' => true,
'app.path.content_images' => '/gallery/content',
'app.path.content_infographics_images' => '/gallery/content_infographics',
'app.path.manager_images' => '/gallery/manager',
'app.path.brand_images' => '/gallery/brand',
'app.path.content_category_images' => '/gallery/content_category',
'app.path.product_category_images' => '/gallery/product_category',
'app.path.product_gallery_images' => '/gallery/product_gallery',
'app.path.product_type_images' => '/gallery/product_type',
'app.path.banner_images' => '/gallery/banner',
'app.path.promo_label_images' => '/gallery/promo_label',
'locale' => 'en',
'app_locales' => 'en|ru|uk',
'runtime_directory' => (\dirname(__DIR__, 4).'/runtime'),
'default_admin_email' => 'argat@ukr.net',
'event_dispatcher.event_aliases' => [
'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
],
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'uk',
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'debug.file_link_format' => NULL,
'asset.request_context.base_path' => NULL,
'asset.request_context.secure' => NULL,
'translator.logging' => false,
'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
'debug.error_handler.throw_at' => -1,
'router.request_context.host' => 'localhost',
'router.request_context.scheme' => 'http',
'router.request_context.base_url' => '',
'router.resource' => 'kernel::loadRoutes',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'cookie_secure' => 'auto',
'cookie_httponly' => true,
'cookie_samesite' => 'lax',
'gc_probability' => 1,
],
'session.save_path' => NULL,
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'validator.translation_domain' => 'validators',
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_main_requests' => false,
'twig.form.resources' => [
0 => '@VichUploader/Form/fields.html.twig',
1 => 'form_div_layout.html.twig',
2 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
3 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
4 => '@ZetContent/Form/fields.html.twig',
5 => '@ZetV8/Form/fields.html.twig',
6 => '@A2lixTranslationForm/bootstrap_4_layout.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
],
],
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
],
],
],
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
'doctrine.entity_managers' => [
'default' => 'doctrine.orm.default_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
'uuid' => [
'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
],
'ulid' => [
'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
],
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
],
'doctrine.default_connection' => 'default',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
'doctrine.orm.auto_generate_proxy_classes' => true,
'doctrine.orm.proxy_namespace' => 'Proxies',
'doctrine_migrations.name' => 'Application Migrations',
'doctrine_migrations.dir_name' => (\dirname(__DIR__, 4).'/src/Migrations'),
'doctrine_migrations.namespace' => 'DoctrineMigrations',
'doctrine_migrations.table_name' => 'migration_versions',
'doctrine_migrations.column_name' => 'version',
'doctrine_migrations.column_length' => 14,
'doctrine_migrations.executed_at_column_name' => 'executed_at',
'doctrine_migrations.all_or_nothing' => false,
'doctrine_migrations.custom_template' => NULL,
'doctrine_migrations.organize_migrations' => false,
'security.role_hierarchy.roles' => [
'ROLE_CUSTOMER' => [
0 => 'ROLE_USER',
],
'ROLE_MANAGER' => [
0 => 'ROLE_CUSTOMER',
1 => 'ROLE_USER',
],
'ROLE_ADMIN' => [
0 => 'ROLE_MANAGER',
1 => 'ROLE_CUSTOMER',
2 => 'ROLE_USER',
],
'ROLE_SUPER_ADMIN' => [
0 => 'ROLE_ADMIN',
1 => 'ROLE_MANAGER',
2 => 'ROLE_CUSTOMER',
3 => 'ROLE_USER',
],
],
'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 => 'main',
],
'security.main._indexed_authenticators' => [
],
'easyadmin.config' => [
],
'doctrine_behaviors_translatable_fetch_mode' => 'LAZY',
'doctrine_behaviors_translation_fetch_mode' => 'LAZY',
'doctrine_behaviors_blameable_user_entity' => NULL,
'doctrine_behaviors_timestampable_date_field_type' => 'datetime',
'zet.v8.admin_email' => 'nick.zotc@gmail.com',
'a2lix_translation_form.locale_provider' => 'default',
'a2lix_translation_form.locales' => [
0 => 'en',
1 => 'ru',
2 => 'uk',
],
'a2lix_translation_form.required_locales' => [
],
'a2lix_translation_form.default_locale' => 'en',
'a2lix_translation_form.templating' => '@A2lixTranslationForm/bootstrap_4_layout.html.twig',
'vich_uploader.default_filename_attribute_suffix' => '_name',
'vich_uploader.mappings' => [
'content_images' => [
'uri_prefix' => '/gallery/content',
'upload_destination' => (\dirname(__DIR__, 4).'/public/gallery/content'),
'inject_on_load' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.content_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'db_driver' => 'orm',
],
'content_infographics_images' => [
'uri_prefix' => '/gallery/content_infographics',
'upload_destination' => (\dirname(__DIR__, 4).'/public/gallery/content_infographics'),
'inject_on_load' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.content_infographics_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'db_driver' => 'orm',
],
'manager_images' => [
'uri_prefix' => '/gallery/manager',
'upload_destination' => (\dirname(__DIR__, 4).'/public/gallery/manager'),
'inject_on_load' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.manager_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'db_driver' => 'orm',
],
'brand_images' => [
'uri_prefix' => '/gallery/brand',
'upload_destination' => (\dirname(__DIR__, 4).'/public/gallery/brand'),
'inject_on_load' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.brand_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'db_driver' => 'orm',
],
'content_category_images' => [
'uri_prefix' => '/gallery/content_category',
'upload_destination' => (\dirname(__DIR__, 4).'/public/gallery/content_category'),
'inject_on_load' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.content_category_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'db_driver' => 'orm',
],
'banner_images' => [
'uri_prefix' => '/gallery/banner',
'upload_destination' => (\dirname(__DIR__, 4).'/public/gallery/banner'),
'inject_on_load' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.banner_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'db_driver' => 'orm',
],
'product_category_images' => [
'uri_prefix' => '/gallery/product_category',
'upload_destination' => (\dirname(__DIR__, 4).'/public/gallery/product_category'),
'inject_on_load' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.product_category_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'db_driver' => 'orm',
],
'product_gallery_images' => [
'uri_prefix' => '/gallery/product_gallery',
'upload_destination' => (\dirname(__DIR__, 4).'/public/gallery/product_gallery'),
'inject_on_load' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.product_gallery_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'db_driver' => 'orm',
],
'product_type_images' => [
'uri_prefix' => '/gallery/product_type',
'upload_destination' => (\dirname(__DIR__, 4).'/public/gallery/product_type'),
'inject_on_load' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.product_type_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'db_driver' => 'orm',
],
'promo_label_images' => [
'uri_prefix' => '/gallery/promo_label',
'upload_destination' => (\dirname(__DIR__, 4).'/public/gallery/promo_label'),
'inject_on_load' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.promo_label_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'db_driver' => 'orm',
],
],
'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
'swiftmailer.mailer.default.transport.name' => 'dynamic',
'swiftmailer.spool.default.file.path' => (\dirname(__DIR__, 3).'/spool/default'),
'swiftmailer.mailer.default.spool.enabled' => true,
'swiftmailer.mailer.default.plugin.impersonate' => NULL,
'swiftmailer.mailer.default.single_address' => NULL,
'swiftmailer.mailer.default.delivery.enabled' => true,
'swiftmailer.spool.enabled' => true,
'swiftmailer.delivery.enabled' => true,
'swiftmailer.single_address' => NULL,
'swiftmailer.mailers' => [
'default' => 'swiftmailer.mailer.default',
],
'swiftmailer.default_mailer' => 'default',
'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
'knp_paginator.page_range' => 5,
'knp_paginator.page_limit' => NULL,
'fos_elastica.property_accessor.magicCall' => false,
'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => false,
'fos_elastica.default_index' => 'v25_product',
'artgris_file_manager' => [
'conf' => [
'default' => [
'dir' => (\dirname(__DIR__, 4).'/public/uploads'),
'cachebreaker' => true,
'view' => 'list',
],
],
'web_dir' => 'public',
],
'maker.compatible_check.doctrine.supports_attributes' => true,
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'data_collector.time' => [
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
],
'data_collector.memory' => [
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
],
'data_collector.validator' => [
0 => 'validator',
1 => '@WebProfiler/Collector/validator.html.twig',
],
'data_collector.ajax' => [
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
],
'data_collector.form' => [
0 => 'form',
1 => '@WebProfiler/Collector/form.html.twig',
],
'data_collector.exception' => [
0 => 'exception',
1 => '@WebProfiler/Collector/exception.html.twig',
],
'data_collector.logger' => [
0 => 'logger',
1 => '@WebProfiler/Collector/logger.html.twig',
],
'data_collector.events' => [
0 => 'events',
1 => '@WebProfiler/Collector/events.html.twig',
],
'data_collector.router' => [
0 => 'router',
1 => '@WebProfiler/Collector/router.html.twig',
],
'data_collector.cache' => [
0 => 'cache',
1 => '@WebProfiler/Collector/cache.html.twig',
],
'data_collector.translation' => [
0 => 'translation',
1 => '@WebProfiler/Collector/translation.html.twig',
],
'data_collector.security' => [
0 => 'security',
1 => '@Security/Collector/security.html.twig',
],
'data_collector.twig' => [
0 => 'twig',
1 => '@WebProfiler/Collector/twig.html.twig',
],
'data_collector.http_client' => [
0 => 'http_client',
1 => '@WebProfiler/Collector/http_client.html.twig',
],
'data_collector.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'swiftmailer.data_collector' => [
0 => 'swiftmailer',
1 => '@Swiftmailer/Collector/swiftmailer.html.twig',
],
'data_collector.dump' => [
0 => 'dump',
1 => '@Debug/Profiler/dump.html.twig',
],
'data_collector.messenger' => [
0 => 'messenger',
1 => '@WebProfiler/Collector/messenger.html.twig',
],
'mailer.data_collector' => [
0 => 'mailer',
1 => '@WebProfiler/Collector/mailer.html.twig',
],
'notifier.data_collector' => [
0 => 'notifier',
1 => '@WebProfiler/Collector/notifier.html.twig',
],
'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
0 => 'easyadmin',
1 => '@EasyAdmin/inspector/data_collector.html.twig',
],
'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
0 => 'vich_uploader.mapping_collector',
1 => '@VichUploader/Collector/mapping_collector.html.twig',
],
'fos_elastica.data_collector' => [
0 => 'elastica',
1 => '@FOSElastica/Collector/elastica.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}