<?php
namespace ContainerMhdHbrh;
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_KernelTestingDebugContainer 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 = [
'Pimcore\\Cache\\Runtime' => true,
'Pimcore\\Extension\\Config' => true,
'kernel' => true,
];
$this->methodMap = [
'.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
'.container.private.profiler' => 'get_Container_Private_ProfilerService',
'.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
'.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
'.container.private.session' => 'get_Container_Private_SessionService',
'.container.private.twig' => 'get_Container_Private_TwigService',
'.container.private.validator' => 'get_Container_Private_ValidatorService',
'Pimcore\\Bundle\\AdminBundle\\Security\\ContentSecurityPolicyHandler' => 'getContentSecurityPolicyHandlerService',
'Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler' => 'getCsrfProtectionHandlerService',
'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener' => 'getFullPageCacheListenerService',
'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener' => 'getGoogleAnalyticsCodeListenerService',
'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener' => 'getGoogleTagManagerListenerService',
'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\ElasticSearchConfigService' => 'getElasticSearchConfigServiceService',
'Pimcore\\Cache\\Core\\CoreCacheHandler' => 'getCoreCacheHandlerService',
'Pimcore\\Config' => 'getConfigService',
'Pimcore\\Document\\Editable\\Block\\BlockStateStack' => 'getBlockStateStackService',
'Pimcore\\Document\\Renderer\\DocumentRenderer' => 'getDocumentRendererService',
'Pimcore\\Document\\StaticPageGenerator' => 'getStaticPageGeneratorService',
'Pimcore\\Extension\\Bundle\\PimcoreBundleManager' => 'getPimcoreBundleManagerService',
'Pimcore\\Extension\\Document\\Areabrick\\AreabrickManagerInterface' => 'getAreabrickManagerInterfaceService',
'Pimcore\\Http\\RequestHelper' => 'getRequestHelperService',
'Pimcore\\Http\\Request\\Resolver\\DocumentResolver' => 'getDocumentResolverService',
'Pimcore\\Http\\Request\\Resolver\\EditmodeResolver' => 'getEditmodeResolverService',
'Pimcore\\Http\\Request\\Resolver\\OutputTimestampResolver' => 'getOutputTimestampResolverService',
'Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver' => 'getPimcoreContextResolverService',
'Pimcore\\Http\\Request\\Resolver\\ResponseHeaderResolver' => 'getResponseHeaderResolverService',
'Pimcore\\Http\\Request\\Resolver\\SiteResolver' => 'getSiteResolverService',
'Pimcore\\Http\\Request\\Resolver\\StaticPageResolver' => 'getStaticPageResolverService',
'Pimcore\\Http\\ResponseHelper' => 'getResponseHelperService',
'Pimcore\\Localization\\LocaleServiceInterface' => 'getLocaleServiceInterfaceService',
'Pimcore\\Model\\Document\\Editable\\Loader\\EditableLoader' => 'getEditableLoaderService',
'Pimcore\\Model\\Document\\Service' => 'getServiceService',
'Pimcore\\Security\\User\\TokenStorageUserResolver' => 'getTokenStorageUserResolverService',
'Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator' => 'getDocumentTargetingConfiguratorService',
'Pimcore\\Templating\\Renderer\\EditableRenderer' => 'getEditableRendererService',
'Pimcore\\Workflow\\ExpressionService' => 'getExpressionServiceService',
'Pimcore\\Workflow\\Manager' => 'getManagerService',
'Pimcore\\Workflow\\Place\\StatusInfo' => 'getStatusInfoService',
'Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension' => 'getWebLinkExtensionService',
'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener' => 'getSessionListenerService',
'Symfony\\Component\\Lock\\LockFactory' => 'getLockFactoryService',
'Symfony\\Contracts\\Translation\\TranslatorInterface' => 'getTranslatorInterfaceService',
'cache.app' => 'getCache_AppService',
'cache.system' => 'getCache_SystemService',
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
'cmf_routing.route_provider' => 'getCmfRouting_RouteProviderService',
'data_collector.dump' => 'getDataCollector_DumpService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.orm.pimcore_direct_edit_entity_manager' => 'getDoctrine_Orm_PimcoreDirectEditEntityManagerService',
'doctrine.orm.portal_engine_entity_manager' => 'getDoctrine_Orm_PortalEngineEntityManagerService',
'doctrine.orm.statistics_explorer_entity_manager' => 'getDoctrine_Orm_StatisticsExplorerEntityManagerService',
'event_dispatcher' => 'getEventDispatcherService',
'http_kernel' => 'getHttpKernelService',
'messenger.default_bus' => 'getMessenger_DefaultBusService',
'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
'monolog.logger.cache' => 'getMonolog_Logger_CacheService',
'monolog.logger.doctrine' => 'getMonolog_Logger_DoctrineService',
'monolog.logger.event' => 'getMonolog_Logger_EventService',
'monolog.logger.http_client' => 'getMonolog_Logger_HttpClientService',
'monolog.logger.init' => 'getMonolog_Logger_InitService',
'monolog.logger.php' => 'getMonolog_Logger_PhpService',
'monolog.logger.portalengine.es' => 'getMonolog_Logger_Portalengine_EsService',
'monolog.logger.profiler' => 'getMonolog_Logger_ProfilerService',
'monolog.logger.request' => 'getMonolog_Logger_RequestService',
'monolog.logger.router' => 'getMonolog_Logger_RouterService',
'monolog.logger.routing' => 'getMonolog_Logger_RoutingService',
'monolog.logger.security' => 'getMonolog_Logger_SecurityService',
'pimcore.cache.pool' => 'getPimcore_Cache_PoolService',
'pimcore.routing.router.request_context' => 'getPimcore_Routing_Router_RequestContextService',
'pimcore.templating.engine.delegating' => 'getPimcore_Templating_Engine_DelegatingService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'pimcore.templating.engine.twig' => 'getPimcore_Templating_Engine_TwigService',
'Doctrine\\Common\\Persistence\\ConnectionRegistry' => 'getConnectionRegistryService',
'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',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'twig' => 'getTwigService',
'security.password_encoder' => 'getSecurity_PasswordEncoderService',
'pimcore_admin.security.user_provider' => 'getPimcoreAdmin_Security_UserProviderService',
'pimcore_admin.security.user_loader' => 'getPimcoreAdmin_Security_UserLoaderService',
'pimcore_admin.security.user_checker' => 'getPimcoreAdmin_Security_UserCheckerService',
'session' => 'getSessionService',
'validator' => 'getValidatorService',
];
$this->fileMap = [
'.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
'.container.private.filesystem' => 'get_Container_Private_FilesystemService',
'.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
'.container.private.pimcore_admin.security.user_checker' => 'get_Container_Private_PimcoreAdmin_Security_UserCheckerService',
'.container.private.pimcore_admin.security.user_loader' => 'get_Container_Private_PimcoreAdmin_Security_UserLoaderService',
'.container.private.pimcore_admin.security.user_provider' => 'get_Container_Private_PimcoreAdmin_Security_UserProviderService',
'.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
'.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
'.container.private.serializer' => 'get_Container_Private_SerializerService',
'AdvancedObjectSearchBundle\\Controller\\AdminController' => 'getAdminControllerService',
'AdvancedObjectSearchBundle\\Installer' => 'getInstallerService',
'AdvancedObjectSearchBundle\\Tools\\ElasticSearchConfigService' => 'getElasticSearchConfigService2Service',
'App\\Controller\\AdminController' => 'getAdminController2Service',
'App\\Controller\\DefaultController' => 'getDefaultControllerService',
'App\\Controller\\Web2printController' => 'getWeb2printControllerService',
'Basilicom\\ERDiagramXMLExportBundle\\Command\\CreateERDiagramXMLExportCommand' => 'getCreateERDiagramXMLExportCommandService',
'Blackbit\\DataDirectorBundle\\Controller\\DocumentController' => 'getDocumentControllerService',
'Blackbit\\DataDirectorBundle\\Controller\\FieldTypeController' => 'getFieldTypeControllerService',
'Blackbit\\DataDirectorBundle\\Controller\\ImportController' => 'getImportControllerService',
'Blackbit\\DataDirectorBundle\\Controller\\ImportconfigController' => 'getImportconfigControllerService',
'Blackbit\\DataDirectorBundle\\Controller\\MappingconfigController' => 'getMappingconfigControllerService',
'Blackbit\\DataDirectorBundle\\Controller\\RestController' => 'getRestControllerService',
'Blackbit\\DataDirectorBundle\\Controller\\Web2PrintController' => 'getWeb2PrintController2Service',
'Blackbit\\DataDirectorBundle\\Maintenance\\CleanupImportStatus' => 'getCleanupImportStatusService',
'Blackbit\\DataDirectorBundle\\Tools\\Installer' => 'getInstaller2Service',
'Blackbit\\DataDirectorBundle\\lib\\Pim\\EventDispatcher' => 'getEventDispatcher2Service',
'Blackbit\\DataDirectorBundle\\lib\\Pim\\Helper' => 'getHelperService',
'Blackbit\\DataDirectorBundle\\lib\\Pim\\Item\\ImporterInterface' => 'getImporterInterfaceService',
'Blackbit\\DataDirectorBundle\\lib\\Pim\\Item\\ItemMoldBuilder' => 'getItemMoldBuilderService',
'Blackbit\\DataDirectorBundle\\lib\\Pim\\Item\\TranslationHelper' => 'getTranslationHelperService',
'Blackbit\\DataDirectorBundle\\lib\\Pim\\Logger\\EmailReportingLogger' => 'getEmailReportingLoggerService',
'Blackbit\\DataDirectorBundle\\lib\\Pim\\Parser\\GridParser' => 'getGridParserService',
'Blackbit\\DataDirectorBundle\\lib\\Pim\\RawData\\Importmanager' => 'getImportmanagerService',
'Blackbit\\DataDirectorBundle\\lib\\Pim\\TextGeneration\\TextGenerator' => 'getTextGeneratorService',
'Blackbit\\DataDirectorBundle\\lib\\Pim\\Translate\\TranslationProvider' => 'getTranslationProviderService',
'DataDirectorCurrencyConverter' => 'getDataDirectorCurrencyConverterService',
'DataDirectorGridViewPathFormatter' => 'getDataDirectorGridViewPathFormatterService',
'DataDirectorObjectBrickFieldsOptionProvider' => 'getDataDirectorObjectBrickFieldsOptionProviderService',
'DataDirectorOptionProvider' => 'getDataDirectorOptionProviderService',
'DataDirectorPreview' => 'getDataDirectorPreviewService',
'DataDirectorSearchViewPathFormatter' => 'getDataDirectorSearchViewPathFormatterService',
'DefaultPathFormatter' => 'getDefaultPathFormatterService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'Elements\\Bundle\\ProcessManagerBundle\\Controller\\CallbackSettingsController' => 'getCallbackSettingsControllerService',
'Elements\\Bundle\\ProcessManagerBundle\\Controller\\ConfigController' => 'getConfigControllerService',
'Elements\\Bundle\\ProcessManagerBundle\\Controller\\IndexController' => 'getIndexControllerService',
'Elements\\Bundle\\ProcessManagerBundle\\Controller\\MonitoringItemController' => 'getMonitoringItemControllerService',
'Elements\\Bundle\\ProcessManagerBundle\\Controller\\RestController' => 'getRestController2Service',
'Elements\\Bundle\\ProcessManagerBundle\\Installer' => 'getInstaller3Service',
'Elements\\Bundle\\ProcessManagerBundle\\Service\\CommandsValidator' => 'getCommandsValidatorService',
'FrontendPermissionToolkitBundle\\Service' => 'getService2Service',
'GuzzleHttp\\Client' => 'getClientService',
'Knp\\Component\\Pager\\PaginatorInterface' => 'getPaginatorInterfaceService',
'Pimcore\\Admin\\Serializer' => 'getSerializer2Service',
'Pimcore\\AssetMetadataClassDefinitionsBundle\\Controller\\BackendController' => 'getBackendControllerService',
'Pimcore\\AssetMetadataClassDefinitionsBundle\\Controller\\DefaultController' => 'getDefaultController2Service',
'Pimcore\\AssetMetadataClassDefinitionsBundle\\Installer' => 'getInstaller4Service',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetController' => 'getAssetControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetHelperController' => 'getAssetHelperControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassController' => 'getClassControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassificationstoreController' => 'getClassificationstoreControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectController' => 'getDataObjectControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectHelperController' => 'getDataObjectHelperControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\QuantityValueController' => 'getQuantityValueControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\VariantsController' => 'getVariantsControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\DocumentController' => 'getDocumentController2Service',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\EmailController' => 'getEmailControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\FolderController' => 'getFolderControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\HardlinkController' => 'getHardlinkControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\LinkController' => 'getLinkControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\NewsletterController' => 'getNewsletterControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PageController' => 'getPageControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintcontainerController' => 'getPrintcontainerControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintpageController' => 'getPrintpageControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\RenderletController' => 'getRenderletControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\SnippetController' => 'getSnippetControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\ElementController' => 'getElementControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\EmailController' => 'getEmailController2Service',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\AdminerController' => 'getAdminerControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\OpcacheController' => 'getOpcacheControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\IndexController' => 'getIndexController2Service',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\InstallController' => 'getInstallControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LogController' => 'getLogControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LoginController' => 'getLoginControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\MiscController' => 'getMiscControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\NotificationController' => 'getNotificationControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\PortalController' => 'getPortalControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RecyclebinController' => 'getRecyclebinControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RedirectsController' => 'getRedirectsControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\SettingsController' => 'getSettingsControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TagsController' => 'getTagsControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TargetingController' => 'getTargetingControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TranslationController' => 'getTranslationControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\UserController' => 'getUserControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\WorkflowController' => 'getWorkflowControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\ExtensionManager\\ExtensionManagerController' => 'getExtensionManagerControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AdminController' => 'getAdminController3Service',
'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AssetController' => 'getAssetController2Service',
'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\DataObjectController' => 'getDataObjectController2Service',
'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\PimcoreUsersController' => 'getPimcoreUsersControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\SentMailController' => 'getSentMailControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\AnalyticsController' => 'getAnalyticsControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\CustomReportController' => 'getCustomReportControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\SettingsController' => 'getSettingsController2Service',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Searchadmin\\SearchController' => 'getSearchControllerService',
'Pimcore\\Bundle\\AdminBundle\\Security\\User\\TokenStorageUserResolver' => 'getTokenStorageUserResolver2Service',
'Pimcore\\Bundle\\AdminBundle\\Session\\Handler\\AdminSessionHandler' => 'getAdminSessionHandlerService',
'Pimcore\\Bundle\\CoreBundle\\Controller\\PublicServicesController' => 'getPublicServicesControllerService',
'Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener' => 'getWorkflowManagementListenerService',
'Pimcore\\Bundle\\DataHubBundle\\Controller\\ConfigController' => 'getConfigController2Service',
'Pimcore\\Bundle\\DataHubBundle\\Controller\\GraphQLExplorerController' => 'getGraphQLExplorerControllerService',
'Pimcore\\Bundle\\DataHubBundle\\Controller\\WebserviceController' => 'getWebserviceControllerService',
'Pimcore\\Bundle\\DataHubBundle\\GraphQL\\Service' => 'getService3Service',
'Pimcore\\Bundle\\DataHubBundle\\Installer' => 'getInstaller5Service',
'Pimcore\\Bundle\\DataHubBundle\\Service\\CheckConsumerPermissionsService' => 'getCheckConsumerPermissionsServiceService',
'Pimcore\\Bundle\\DataHubBundle\\Service\\ExportService' => 'getExportServiceService',
'Pimcore\\Bundle\\DataHubBundle\\Service\\FileUploadService' => 'getFileUploadServiceService',
'Pimcore\\Bundle\\DataHubBundle\\Service\\ImportService' => 'getImportServiceService',
'Pimcore\\Bundle\\DataHubBundle\\Service\\OutputCacheService' => 'getOutputCacheServiceService',
'Pimcore\\Bundle\\DataHubCiHubBundle\\Installer' => 'getInstaller6Service',
'Pimcore\\Bundle\\DataHubFileExportBundle\\Controller\\ConfigController' => 'getConfigController3Service',
'Pimcore\\Bundle\\DataHubFileExportBundle\\Controller\\DownloadController' => 'getDownloadControllerService',
'Pimcore\\Bundle\\DataHubFileExportBundle\\Exporter\\File' => 'getFileService',
'Pimcore\\Bundle\\DataHubFileExportBundle\\Installer' => 'getInstaller7Service',
'Pimcore\\Bundle\\DataHubSimpleRestBundle\\Controller\\AbstractController' => 'getAbstractControllerService',
'Pimcore\\Bundle\\DataHubSimpleRestBundle\\Controller\\ConfigController' => 'getConfigController4Service',
'Pimcore\\Bundle\\DataHubSimpleRestBundle\\Controller\\EndpointController' => 'getEndpointControllerService',
'Pimcore\\Bundle\\DataHubSimpleRestBundle\\Controller\\SwaggerController' => 'getSwaggerControllerService',
'Pimcore\\Bundle\\DataHubSimpleRestBundle\\Installer' => 'getInstaller8Service',
'Pimcore\\Bundle\\DataImporterBundle\\Controller\\ConfigDataObjectController' => 'getConfigDataObjectControllerService',
'Pimcore\\Bundle\\DataImporterBundle\\Controller\\PushImportController' => 'getPushImportControllerService',
'Pimcore\\Bundle\\DataImporterBundle\\Installer' => 'getInstaller9Service',
'Pimcore\\Bundle\\DirectEditBundle\\Controller\\AssetEditController' => 'getAssetEditControllerService',
'Pimcore\\Bundle\\DirectEditBundle\\Controller\\ClientController' => 'getClientControllerService',
'Pimcore\\Bundle\\DirectEditBundle\\Installer' => 'getInstaller10Service',
'Pimcore\\Bundle\\DirectEditBundle\\Service\\MercureUrlService' => 'getMercureUrlServiceService',
'Pimcore\\Bundle\\EnterpriseSubscriptionToolsBundle\\Controller\\LicenseCheckController' => 'getLicenseCheckControllerService',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\AbstractSiteController' => 'getAbstractSiteControllerService',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Admin\\CollectionsController' => 'getCollectionsControllerService',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Admin\\FrontendBuildController' => 'getFrontendBuildControllerService',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Admin\\WizardController' => 'getWizardControllerService',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\AuthController' => 'getAuthControllerService',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\CollectionController' => 'getCollectionControllerService',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\DataPool\\AssetController' => 'getAssetController3Service',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\DataPool\\DataObjectController' => 'getDataObjectController3Service',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\DownloadCartController' => 'getDownloadCartControllerService',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\EmailController' => 'getEmailController3Service',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\LanguageVariantController' => 'getLanguageVariantControllerService',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\PortalController' => 'getPortalController2Service',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\PublicShareController' => 'getPublicShareControllerService',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\AssetUploadController' => 'getAssetUploadControllerService',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\BatchTaskController' => 'getBatchTaskControllerService',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\CollectionController' => 'getCollectionController2Service',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\AssetController' => 'getAssetController4Service',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\DataObjectController' => 'getDataObjectController4Service',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\PublicShare\\AssetController' => 'getAssetController5Service',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\PublicShare\\DataObjectController' => 'getDataObjectController5Service',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DirectEditController' => 'getDirectEditControllerService',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DownloadController' => 'getDownloadController2Service',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\FolderController' => 'getFolderController2Service',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\PublicShareController' => 'getPublicShareController2Service',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\PublicShare\\DetailActionsController' => 'getDetailActionsControllerService',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\PublicShare\\DownloadController' => 'getDownloadController3Service',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\SavedSearchController' => 'getSavedSearchControllerService',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\SearchController' => 'getSearchController2Service',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\TranslationController' => 'getTranslationController2Service',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\SavedSearchController' => 'getSavedSearchController2Service',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\SearchController' => 'getSearchController3Service',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\SnippetController' => 'getSnippetController2Service',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\StatisticExplorerController' => 'getStatisticExplorerControllerService',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\UserController' => 'getUserController2Service',
'Pimcore\\Bundle\\PortalEngineBundle\\Installer' => 'getInstaller11Service',
'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\IndexUpdateService' => 'getIndexUpdateServiceService',
'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\FrontendPermissionToolkit\\DataProvider' => 'getDataProviderService',
'Pimcore\\Bundle\\PortalEngineBundle\\Tools\\MigrationServiceLocator' => 'getMigrationServiceLocatorService',
'Pimcore\\Bundle\\StatisticsExplorerBundle\\Controller\\StatisticsController' => 'getStatisticsControllerService',
'Pimcore\\Bundle\\StatisticsExplorerBundle\\Installer' => 'getInstaller12Service',
'Pimcore\\Bundle\\WorkflowDesignerBundle\\Controller\\AdminController' => 'getAdminController4Service',
'Pimcore\\Bundle\\WorkflowDesignerBundle\\Controller\\ConfigController' => 'getConfigController5Service',
'Pimcore\\Bundle\\WorkflowDesignerBundle\\Installer' => 'getInstaller13Service',
'Pimcore\\Cache\\Symfony\\CacheClearer' => 'getCacheClearer2Service',
'Pimcore\\Controller\\Config\\ControllerDataProvider' => 'getControllerDataProviderService',
'Pimcore\\DataObject\\BlockDataMarshaller\\Consent' => 'getConsentService',
'Pimcore\\DataObject\\BlockDataMarshaller\\Date' => 'getDateService',
'Pimcore\\DataObject\\BlockDataMarshaller\\ExternalImage' => 'getExternalImageService',
'Pimcore\\DataObject\\BlockDataMarshaller\\Geobounds' => 'getGeoboundsService',
'Pimcore\\DataObject\\BlockDataMarshaller\\Geopoint' => 'getGeopointService',
'Pimcore\\DataObject\\BlockDataMarshaller\\Geopolygon' => 'getGeopolygonService',
'Pimcore\\DataObject\\BlockDataMarshaller\\Localizedfields' => 'getLocalizedfieldsService',
'Pimcore\\DataObject\\BlockDataMarshaller\\RgbaColor' => 'getRgbaColorService',
'Pimcore\\DataObject\\BlockDataMarshaller\\StructuredTable' => 'getStructuredTableService',
'Pimcore\\DataObject\\ClassBuilder\\FieldDefinitionDocBlockBuilderInterface' => 'getFieldDefinitionDocBlockBuilderInterfaceService',
'Pimcore\\DataObject\\ClassBuilder\\PHPClassDumperInterface' => 'getPHPClassDumperInterfaceService',
'Pimcore\\DataObject\\ClassBuilder\\PHPFieldCollectionClassDumperInterface' => 'getPHPFieldCollectionClassDumperInterfaceService',
'Pimcore\\DataObject\\ClassBuilder\\PHPObjectBrickClassDumperInterface' => 'getPHPObjectBrickClassDumperInterfaceService',
'Pimcore\\DataObject\\ClassBuilder\\PHPObjectBrickContainerClassDumperInterface' => 'getPHPObjectBrickContainerClassDumperInterfaceService',
'Pimcore\\DataObject\\Consent\\Service' => 'getService4Service',
'Pimcore\\DataObject\\FielddefinitionMarshaller\\BlockDataMarshaller\\EncryptedField' => 'getEncryptedFieldService',
'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\BooleanSelect' => 'getBooleanSelectService',
'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\EncryptedField' => 'getEncryptedField2Service',
'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\Multiselect' => 'getMultiselectService',
'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\QuantityValue' => 'getQuantityValueService',
'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\RgbaColor' => 'getRgbaColor2Service',
'Pimcore\\DataObject\\FielddefinitionMarshaller\\Classificationstore\\Table' => 'getTableService',
'Pimcore\\DataObject\\GridColumnConfig\\Service' => 'getService5Service',
'Pimcore\\Document\\Editable\\EditableHandler' => 'getEditableHandlerService',
'Pimcore\\Document\\Editable\\EditableUsageResolver' => 'getEditableUsageResolverService',
'Pimcore\\Element\\MarshallerService' => 'getMarshallerServiceService',
'Pimcore\\Helper\\LongRunningHelper' => 'getLongRunningHelperService',
'Pimcore\\Http\\ClientFactory' => 'getClientFactoryService',
'Pimcore\\Http\\Request\\Resolver\\TemplateResolver' => 'getTemplateResolverService',
'Pimcore\\Image\\Adapter\\GD' => 'getGDService',
'Pimcore\\Image\\Adapter\\Imagick' => 'getImagickService',
'Pimcore\\Image\\Optimizer' => 'getOptimizerService',
'Pimcore\\Localization\\IntlFormatter' => 'getIntlFormatterService',
'Pimcore\\Log\\ApplicationLogger' => 'getApplicationLoggerService',
'Pimcore\\Log\\Handler\\ApplicationLoggerDb' => 'getApplicationLoggerDbService',
'Pimcore\\Mail\\Mailer' => 'getMailerService',
'Pimcore\\Migrations\\FilteredMigrationsRepository' => 'getFilteredMigrationsRepositoryService',
'Pimcore\\Migrations\\FilteredTableMetadataStorage' => 'getFilteredTableMetadataStorageService',
'Pimcore\\Model\\DataObject\\ClassDefinition\\ClassDefinitionManager' => 'getClassDefinitionManagerService',
'Pimcore\\Model\\DataObject\\ClassDefinition\\ClassLayoutDefinitionManager' => 'getClassLayoutDefinitionManagerService',
'Pimcore\\Model\\DataObject\\ClassDefinition\\DynamicOptionsProvider\\CountryOptionsProvider' => 'getCountryOptionsProviderService',
'Pimcore\\Model\\DataObject\\QuantityValue\\QuantityValueConverterInterface' => 'getQuantityValueConverterInterfaceService',
'Pimcore\\Model\\DataObject\\QuantityValue\\UnitConversionService' => 'getUnitConversionServiceService',
'Pimcore\\Model\\Notification\\Service\\NotificationService' => 'getNotificationServiceService',
'Pimcore\\Model\\Version\\Adapter\\VersionStorageAdapterInterface' => 'getVersionStorageAdapterInterfaceService',
'Pimcore\\Serializer\\Serializer' => 'getSerializer3Service',
'Pimcore\\Tool\\AssetsInstaller' => 'getAssetsInstallerService',
'Pimcore\\Tool\\Storage' => 'getStorageService',
'Pimcore\\Workflow\\Dumper\\GraphvizDumper' => 'getGraphvizDumperService',
'Pimcore\\Workflow\\Dumper\\StateMachineGraphvizDumper' => 'getStateMachineGraphvizDumperService',
'Pimcore\\Workflow\\Notification\\NotificationEmailService' => 'getNotificationEmailServiceService',
'Scheb\\TwoFactorBundle\\Model\\PersisterInterface' => 'getPersisterInterfaceService',
'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface' => 'getTwoFactorFormRendererInterfaceService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'app.datahub.full-exporter' => 'getApp_Datahub_FullexporterService',
'app.datahub.variant-exporter' => 'getApp_Datahub_VariantexporterService',
'app.datahub.variant-exporter.at' => 'getApp_Datahub_Variantexporter_AtService',
'app.datahub.variant-exporter.ch' => 'getApp_Datahub_Variantexporter_ChService',
'app.datahub.variant-exporter.cz' => 'getApp_Datahub_Variantexporter_CzService',
'app.datahub.variant-exporter.de' => 'getApp_Datahub_Variantexporter_DeService',
'app.datahub.variant-exporter.gb' => 'getApp_Datahub_Variantexporter_GbService',
'app.datahub.variant-exporter.hu' => 'getApp_Datahub_Variantexporter_HuService',
'app.datahub.variant-exporter.it' => 'getApp_Datahub_Variantexporter_ItService',
'app.datahub.variant-exporter.nl' => 'getApp_Datahub_Variantexporter_NlService',
'app.datahub.variant-exporter.pl' => 'getApp_Datahub_Variantexporter_PlService',
'app.datahub.variant-exporter.sk' => 'getApp_Datahub_Variantexporter_SkService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache_warmer' => 'getCacheWarmerService',
'cmf_routing.redirect_controller' => 'getCmfRouting_RedirectControllerService',
'console.command.public_alias.AdvancedObjectSearchBundle\\Command\\ProcessUpdateQueueCommand' => 'getProcessUpdateQueueCommandService',
'console.command.public_alias.AdvancedObjectSearchBundle\\Command\\ReindexCommand' => 'getReindexCommandService',
'console.command.public_alias.AdvancedObjectSearchBundle\\Command\\UpdateMappingCommand' => 'getUpdateMappingCommandService',
'console.command.public_alias.Elements\\Bundle\\ProcessManagerBundle\\Command\\ClassMethodExecutorCommand' => 'getClassMethodExecutorCommandService',
'console.command.public_alias.Elements\\Bundle\\ProcessManagerBundle\\Command\\MaintenanceCommand' => 'getMaintenanceCommandService',
'console.command.public_alias.Elements\\Bundle\\ProcessManagerBundle\\Command\\MigrationGeneratorCommand' => 'getMigrationGeneratorCommandService',
'console.command.public_alias.Pimcore\\AssetMetadataClassDefinitionsBundle\\Command\\MigrateToCustomSettingsCommand' => 'getMigrateToCustomSettingsCommandService',
'console.command.public_alias.Pimcore\\AssetMetadataClassDefinitionsBundle\\Command\\PopulateCommand' => 'getPopulateCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Bundle\\ListCommand' => 'getListCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\CacheWarmingCommand' => 'getCacheWarmingCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ClassesDefinitionsBuildCommand' => 'getClassesDefinitionsBuildCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\ClassCommand' => 'getClassCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\CustomLayoutCommand' => 'getCustomLayoutCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\FieldCollectionCommand' => 'getFieldCollectionCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\ObjectBrickCommand' => 'getObjectBrickCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\DeleteClassificationStoreCommand' => 'getDeleteClassificationStoreCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\DeleteUnusedLocaleDataCommand' => 'getDeleteUnusedLocaleDataCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Document\\GeneratePagePreviews' => 'getGeneratePagePreviewsService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Document\\MigrateElementsCommand' => 'getMigrateElementsCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\EmailLogsCleanupCommand' => 'getEmailLogsCleanupCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\GenerateStaticPagesCommand' => 'getGenerateStaticPagesCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalMigrationHelpersCommand' => 'getInternalMigrationHelpersCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalModelDaoMappingGeneratorCommand' => 'getInternalModelDaoMappingGeneratorCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalUnicodeCldrLanguageTerritoryGeneratorCommand' => 'getInternalUnicodeCldrLanguageTerritoryGeneratorCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\LowQualityImagePreviewCommand' => 'getLowQualityImagePreviewCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MaintenanceModeCommand' => 'getMaintenanceModeCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Migrate\\StorageCommand' => 'getStorageCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Migrate\\ThumbnailsFolderStructureCommand' => 'getThumbnailsFolderStructureCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MysqlToolsCommand' => 'getMysqlToolsCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RecyclebinCleanupCommand' => 'getRecyclebinCleanupCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RequirementsCheckCommand' => 'getRequirementsCheckCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ResetPasswordCommand' => 'getResetPasswordCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RunScriptCommand' => 'getRunScriptCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\SearchBackendReindexCommand' => 'getSearchBackendReindexCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsClearCommand' => 'getThumbnailsClearCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsImageCommand' => 'getThumbnailsImageCommandService',
'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsVideoCommand' => 'getThumbnailsVideoCommandService',
'console.command.public_alias.Pimcore\\Bundle\\DataHubBundle\\Command\\Configuration\\MigrateLegacyConfig' => 'getMigrateLegacyConfigService',
'console.command.public_alias.Pimcore\\Bundle\\DataHubBundle\\Command\\Configuration\\RebuildWorkspacesCommand' => 'getRebuildWorkspacesCommandService',
'console.command.public_alias.Pimcore\\Bundle\\DataHubBundle\\Command\\GraphQL\\RebuildDefinitionsCommand' => 'getRebuildDefinitionsCommandService',
'console.command.public_alias.Pimcore\\Bundle\\DataHubFileExportBundle\\Command\\CronExecutionCommand' => 'getCronExecutionCommandService',
'console.command.public_alias.Pimcore\\Bundle\\DataHubFileExportBundle\\Command\\ExportFileCommand' => 'getExportFileCommandService',
'console.command.public_alias.Pimcore\\Bundle\\DataHubSimpleRestBundle\\Command\\CreateOrUpdateMappingCommand' => 'getCreateOrUpdateMappingCommandService',
'console.command.public_alias.Pimcore\\Bundle\\DataHubSimpleRestBundle\\Command\\ProcessQueueCommand' => 'getProcessQueueCommandService',
'console.command.public_alias.Pimcore\\Bundle\\DataHubSimpleRestBundle\\Command\\ResetQueueCommand' => 'getResetQueueCommandService',
'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\CronExecutionCommand' => 'getCronExecutionCommand2Service',
'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\DummyDataCommand' => 'getDummyDataCommandService',
'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\ParallelProcessQueueCommand' => 'getParallelProcessQueueCommandService',
'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\PrepareImportCommand' => 'getPrepareImportCommandService',
'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\SequentialProcessQueueCommand' => 'getSequentialProcessQueueCommandService',
'console.command.public_alias.Pimcore\\Bundle\\DirectEditBundle\\Command\\CleanupCommand' => 'getCleanupCommandService',
'console.command.public_alias.Pimcore\\Bundle\\PortalEngineBundle\\Command\\SizeEstimationCommand' => 'getSizeEstimationCommandService',
'console.command.public_alias.Pimcore\\Bundle\\PortalEngineBundle\\Command\\Update\\IndexRecreateCommand' => 'getIndexRecreateCommandService',
'console.command.public_alias.Pimcore\\Bundle\\PortalEngineBundle\\Command\\Update\\IndexUpdateCommand' => 'getIndexUpdateCommandService',
'console.command.public_alias.Pimcore\\Bundle\\PortalEngineBundle\\Command\\Update\\UpdateFrontendBuildCommand' => 'getUpdateFrontendBuildCommandService',
'console.command.public_alias.Pimcore\\Bundle\\PortalEngineBundle\\Command\\WizardCommand' => 'getWizardCommandService',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'error_controller' => 'getErrorControllerService',
'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
'monolog.logger.DATA-IMPORTER' => 'getMonolog_Logger_DATAIMPORTERService',
'monolog.logger.advanced_object_search.es' => 'getMonolog_Logger_AdvancedObjectSearch_EsService',
'monolog.logger.console' => 'getMonolog_Logger_ConsoleService',
'monolog.logger.debug' => 'getMonolog_Logger_DebugService',
'monolog.logger.lock' => 'getMonolog_Logger_LockService',
'monolog.logger.mailer' => 'getMonolog_Logger_MailerService',
'monolog.logger.messenger' => 'getMonolog_Logger_MessengerService',
'monolog.logger.pimcore' => 'getMonolog_Logger_PimcoreService',
'monolog.logger.pimcore_admin.session' => 'getMonolog_Logger_PimcoreAdmin_SessionService',
'monolog.logger.pimcore_advanced_object_search' => 'getMonolog_Logger_PimcoreAdvancedObjectSearchService',
'monolog.logger.pimcore_api' => 'getMonolog_Logger_PimcoreApiService',
'monolog.logger.pimcore_datahub_simplerest' => 'getMonolog_Logger_PimcoreDatahubSimplerestService',
'monolog.logger.pimcore_statistics_explorer.es' => 'getMonolog_Logger_PimcoreStatisticsExplorer_EsService',
'monolog.logger.portalengine' => 'getMonolog_Logger_PortalengineService',
'monolog.logger.session' => 'getMonolog_Logger_SessionService',
'monolog.logger.translation' => 'getMonolog_Logger_TranslationService',
'pim.logger' => 'getPim_LoggerService',
'pimcore.analytics.google.fallback_service_locator' => 'getPimcore_Analytics_Google_FallbackServiceLocatorService',
'pimcore.cache.adapter.null_tag_aware' => 'getPimcore_Cache_Adapter_NullTagAwareService',
'pimcore.class.resolver.document' => 'getPimcore_Class_Resolver_DocumentService',
'pimcore.custom_report.adapter.factories' => 'getPimcore_CustomReport_Adapter_FactoriesService',
'pimcore.implementation_loader.asset.metadata.data' => 'getPimcore_ImplementationLoader_Asset_Metadata_DataService',
'pimcore.implementation_loader.object.data' => 'getPimcore_ImplementationLoader_Object_DataService',
'pimcore.implementation_loader.object.layout' => 'getPimcore_ImplementationLoader_Object_LayoutService',
'pimcore.model.factory' => 'getPimcore_Model_FactoryService',
'pimcore.newsletter.address_source_adapter.factories' => 'getPimcore_Newsletter_AddressSourceAdapter_FactoriesService',
'pimcore.workflow.place-options-provider' => 'getPimcore_Workflow_PlaceoptionsproviderService',
'pimcore_asset_metadata_classdefinitions.implementation_loader.data' => 'getPimcoreAssetMetadataClassdefinitions_ImplementationLoader_DataService',
'pimcore_asset_metadata_classdefinitions.implementation_loader.layout' => 'getPimcoreAssetMetadataClassdefinitions_ImplementationLoader_LayoutService',
'presta_sitemap.controller' => 'getPrestaSitemap_ControllerService',
'presta_sitemap.dump_command' => 'getPrestaSitemap_DumpCommandService',
'presta_sitemap.dumper' => 'getPrestaSitemap_DumperService',
'presta_sitemap.generator' => 'getPrestaSitemap_GeneratorService',
'routing.loader' => 'getRouting_LoaderService',
'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
'scheb_two_factor.security.google_authenticator' => 'getSchebTwoFactor_Security_GoogleAuthenticatorService',
'services_resetter' => 'getServicesResetterService',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
];
$this->aliases = [
'App\\Kernel' => 'kernel',
'Doctrine\\Persistence\\ConnectionRegistry' => 'doctrine',
'GuzzleHttp\\ClientInterface' => 'GuzzleHttp\\Client',
'Pimcore\\Db\\Connection' => 'doctrine.dbal.default_connection',
'Pimcore\\Db\\ConnectionInterface' => 'doctrine.dbal.default_connection',
'Pimcore\\Kernel' => 'kernel',
'Pimcore\\Localization\\LocaleService' => 'Pimcore\\Localization\\LocaleServiceInterface',
'Presta\\SitemapBundle\\Controller\\SitemapController' => 'presta_sitemap.controller',
'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Google\\GoogleAuthenticator' => 'scheb_two_factor.security.google_authenticator',
'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Google\\GoogleAuthenticatorInterface' => 'scheb_two_factor.security.google_authenticator',
'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\TwoFactorFirewallContext' => 'scheb_two_factor.firewall_context',
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.pimcore_direct_edit_entity_manager',
'messenger.bus.pimcore-core' => 'messenger.default_bus',
'pimcore.app_logger' => 'Pimcore\\Log\\ApplicationLogger',
'pimcore.app_logger.default' => 'Pimcore\\Log\\ApplicationLogger',
'pimcore.datahub.fileExport.exporter.file' => 'Pimcore\\Bundle\\DataHubFileExportBundle\\Exporter\\File',
'pimcore.http_client' => 'GuzzleHttp\\Client',
'pimcore.locale' => 'Pimcore\\Localization\\LocaleServiceInterface',
'pimcore_admin.security.token_storage_user_resolver' => 'Pimcore\\Bundle\\AdminBundle\\Security\\User\\TokenStorageUserResolver',
'pimcore_admin.serializer' => 'Pimcore\\Admin\\Serializer',
'translator' => 'Symfony\\Contracts\\Translation\\TranslatorInterface',
];
$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).'/vendor/pimcore/pimcore/lib/Kernel.php';
include_once \dirname(__DIR__, 4).'/src/Kernel.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/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/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';
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/contracts/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/Service/ResetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/Cache/CacheTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ProxyAdapter.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/Adapter/AbstractAdapter.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/EmptyVersionStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/Translation/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/Translation/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/contracts/Service/ServiceProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/Service/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/contracts/Translation/TranslatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.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/Adapter/PhpArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/Cache/TagAwareCacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableTagAwareAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.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/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/HttpUtils.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallConfig.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Utils/RequestDataReader.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/TwoFactorFormListener.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
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';
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/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.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/pimcore/pimcore/lib/Db/ConnectionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Db/PimcoreExtensionsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Db/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/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/BlacklistSchemaAssetFilter.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/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.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/contracts/Service/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/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.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/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/pimcore/pimcore/bundles/AdminBundle/EventListener/AdminSessionBagListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Session/SessionConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Session/AdminSessionBagConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Security/CsrfProtectionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Security/ContentSecurityPolicyHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/PimcoreContextAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/AdminSecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/Traits/ControllerTypeTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/AdminAuthenticationDoubleCheckListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/CsrfProtectionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/CustomAdminEntryPointCheckListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/UserPerspectiveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/UsageStatisticsListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/ResponseInjectionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/EnablePreviewTimeSliderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Config.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/lock/LockFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/lock/PersistingStoreInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/lock/Store/DatabaseTableTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/lock/Store/ExpiringStoreTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/lock/Store/DoctrineDbalStore.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Security/User/TokenStorageUserResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Security/User/UserLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Routing/Dynamic/DynamicRouteHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Routing/Dynamic/DocumentRouteHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Event/Traits/RecursionBlockingEventDispatchHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Routing/RedirectHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Workflow/Manager.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Workflow/Place/StatusInfo.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Workflow/ExpressionService.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Workflow/EventSubscriber/NotesSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Workflow/ActionsButtonService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Extension/Bundle/PimcoreBundleManager.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Extension/Bundle/Config/StateConfig.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Extension/Bundle/PimcoreBundleLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Composer/PackageInfo.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/RequestHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/ResponseHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/RequestMatcherFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/ResponseStack.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/Response/CodeInjector.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/AbstractRequestResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/PimcoreContextResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/Context/PimcoreContextGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/StaticPageResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/OutputTimestampResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/SiteResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/EditmodeResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/DocumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Http/Request/Resolver/ResponseHeaderResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Localization/LocaleServiceInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Localization/LocaleService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/ClassNameLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/ImplementationLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Model/Document/Editable/Loader/EditableLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Model/Document/Editable/Loader/EditableLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/AbstractClassNameLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Loader/ImplementationLoader/PrefixLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Model/Document/Editable/Loader/PrefixLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Document/Editable/Block/BlockStateStack.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Document/Editable/EditmodeEditableDefinitionCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Model/ModelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/models/DataObject/Traits/ObjectVarTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Model/AbstractModel.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/models/Element/Service.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/models/Document/Service.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Document/Renderer/DocumentRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Document/Renderer/DocumentRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Document/StaticPageGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/RoutingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/PimcoreContextListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/DocumentFallbackListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/PimcoreHeaderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/TranslationDebugListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/ElementListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GlobalTemplateVariablesListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/HardlinkCanonicalListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/BlockStateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/DocumentMetaDataListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/StaticPageContextAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/StaticPageGeneratorListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/EventedControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/ResponseHeaderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/EditmodeListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/ResponseStackListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/InternalWysiwygHtmlAttributeFilterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/EnabledTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Traits/PreviewRequestTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GoogleAnalyticsCodeListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GoogleTagManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/FullPageCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Cache/FullPage/SessionStatus.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/MaintenancePageListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/GoogleSearchConsoleVerificationListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/Frontend/OutputTimestampListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Templating/Renderer/ActionRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Templating/Renderer/IncludeRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Templating/Renderer/EditableRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Navigation/Renderer/RendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Navigation/Renderer/AbstractRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Navigation/Renderer/Breadcrumbs.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/EngineInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/StreamingEngineInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/DelegatingEngine.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Templating/TwigDefaultDelegatingEngine.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Traits/HelperCharsetTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/PimcoreUrl.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Placeholder/AbstractExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Placeholder/CacheBusterAware.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Traits/WebLinksTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadLink.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Traits/TextUtilsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadMeta.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadScript.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadStyle.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/HeadTitle.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Inc.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/InlineScript.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Placeholder.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Placeholder/ContainerService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/DataCollector/PimcoreDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/DataCollector/PimcoreTargetingDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Analytics/SiteId/SiteIdProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Analytics/Google/Config/ConfigProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Analytics/TrackerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Analytics/AbstractTracker.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Analytics/Google/Tracker.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Cache/Core/CoreCacheHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Cache/Core/WriteLock.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/TargetingStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/Traits/TimestampsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/CookieStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/Cookie/CookieSaveHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/Cookie/AbstractCookieSaveHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Storage/Cookie/JWTCookieSaveHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/VisitorInfoStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/VisitorInfoStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/DataLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Debug/Traits/StopwatchTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/DataLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/ConditionMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/ConditionMatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/ConditionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/ConditionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/ActionHandler/ActionHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/ActionHandler/DelegatingActionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Document/DocumentTargetingConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/TargetingDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/EventListener/TargetingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/VisitorInfoResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Code/TargetingCodeGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/EventListener/ToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/EventListener/TargetingSessionBagListener.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/Asset/SearchIndexFieldDefinitionService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/Asset/ThumbnailService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/Asset/NameExtractorService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/DataObject/SearchIndexFieldDefinitionService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/DataObject/NameExtractorService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/DataObject/MainImageExtractorService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/DataPool/DataPoolConfigService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/DataPool/TranslatorService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/Content/HeadTitleService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/Content/NavigationService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/Content/PageConfigService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/Element/NameExtractorService.php';
include_once \dirname(__DIR__, 4).'/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Client.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Tools/EsClientFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/SearchIndex/ElasticSearchConfigService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/SearchIndex/IndexQueueService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/SearchIndex/IndexServiceInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Traits/LoggerAware.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/SearchIndex/AbstractIndexService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/SearchIndex/DataObject/IndexService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/SearchIndex/Asset/IndexService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/PortalConfig/PortalConfigService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/Entity/EntityManagerService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/Security/SecurityService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/Collection/CollectionService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/PublicShare/PublicShareService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/Workflow/WorkflowService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/Document/LanguageVariantService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/Document/PrefixService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/User/AvatarService.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/pimcore/portal-engine/src/Twig/ContentExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Twig/EditmodeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/EventSubscriber/PrefixSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/EventSubscriber/RequestSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/EventSubscriber/SecuritySubscriber.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/blackbit/data-director/EventListener/ContextListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/HttpClient/HttpClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Translation/Translator.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-cmf/routing/src/ChainRouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/ChainRouter.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-cmf/routing/src/VersatileGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/ChainedRouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/DynamicRouter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/NestedMatcher/FinalMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/NestedMatcher/UrlMatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouteCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/ProviderBasedGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/ContentAwareGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteContentEnhancer.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Routing/Element/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Routing/Staticroute/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony-cmf/routing/src/RouteProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Routing/DynamicRouteProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Routing/Dynamic/DataObjectRouteHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Extension/Document/Areabrick/AreabrickManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Extension/Document/Areabrick/AreabrickManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.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/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.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/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/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.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/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/http-foundation/UrlHelper.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/twig/string-extra/StringExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/HelpersExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/DocumentEditableExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/PimcoreObjectExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/PimcoreToolExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/NavigationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/GlossaryExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Tool/Glossary/Processor.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/HeaderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/AssetCompressExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/WebsiteConfigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/DumpExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/CacheExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/AssetHelperExtensions.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/DataObjectHelperExtensions.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/DocumentHelperExtensions.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/ImageThumbnailExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/rybakit/twig-deferred-extension/src/DeferredExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Sandbox/SecurityPolicy.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/AdminExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Twig/ConfigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/Frontend/FrontendConfigService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Twig/HeadTitleExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Twig/PortalImagesExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Twig/PortalLanguagesExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Twig/TranslatorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/Security/Traits/SecurityServiceAware.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Twig/UserExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Twig/WebpackExtension.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/blackbit/data-director/lib/Pim/Twig/DachcomToolboxExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Session/SessionConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
};
}
public function compile(): void
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled(): bool
{
return true;
}
public function getRemovedIds(): array
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
protected function load($file, $lazyLoad = true)
{
if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
return $class::do($this, $lazyLoad);
}
if ('.' === $file[-4]) {
$class = substr($class, 0, -4);
} else {
$file .= '.php';
}
$service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
}
protected function createProxy($class, \Closure $factory)
{
class_exists($class, false) || require __DIR__.'/'.$class.'.php';
return $factory();
}
/**
* Gets the public '.container.private.form.factory' shared service.
*
* @return \Symfony\Component\Form\FormFactory
*/
protected function get_Container_Private_Form_FactoryService()
{
$a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
if (isset($this->services['.container.private.form.factory'])) {
return $this->services['.container.private.form.factory'];
}
return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
}
/**
* Gets the public '.container.private.profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function get_Container_Private_ProfilerService()
{
$a = ($this->services['monolog.logger.profiler'] ?? $this->getMonolog_Logger_ProfilerService());
$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.rate_limiter', ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
$d->addInstance('pimcore.cache.pool', ($this->privates['.pimcore.cache.pool.inner'] ?? $this->get_Pimcore_Cache_Pool_InnerService()));
$d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
$d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
$d->addInstance('cache.doctrine.orm.pimcore_direct_edit.result', ($this->privates['cache.doctrine.orm.pimcore_direct_edit.result'] ?? $this->getCache_Doctrine_Orm_PimcoreDirectEdit_ResultService()));
$d->addInstance('cache.doctrine.orm.pimcore_direct_edit.query', ($this->privates['cache.doctrine.orm.pimcore_direct_edit.query'] ?? $this->getCache_Doctrine_Orm_PimcoreDirectEdit_QueryService()));
$d->addInstance('cache.doctrine.orm.portal_engine.result', ($this->privates['cache.doctrine.orm.portal_engine.result'] ?? $this->getCache_Doctrine_Orm_PortalEngine_ResultService()));
$d->addInstance('cache.doctrine.orm.portal_engine.query', ($this->privates['cache.doctrine.orm.portal_engine.query'] ?? $this->getCache_Doctrine_Orm_PortalEngine_QueryService()));
$d->addInstance('cache.doctrine.orm.statistics_explorer.result', ($this->privates['cache.doctrine.orm.statistics_explorer.result'] ?? $this->getCache_Doctrine_Orm_StatisticsExplorer_ResultService()));
$d->addInstance('cache.doctrine.orm.statistics_explorer.query', ($this->privates['cache.doctrine.orm.statistics_explorer.query'] ?? $this->getCache_Doctrine_Orm_StatisticsExplorer_QueryService()));
$d->addInstance('pimcore.cache.adapter.redis_tag_aware', ($this->privates['pimcore.cache.adapter.redis_tag_aware'] ?? $this->getPimcore_Cache_Adapter_RedisTagAwareService()));
$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.pimcore-core', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$g->registerBus('messenger.bus.portal-engine', ($this->privates['debug.traced.messenger.bus.portal-engine'] ?? $this->getDebug_Traced_Messenger_Bus_PortalengineService()));
$h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$h->setKernel($b);
}
$instance->add(($this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreDataCollector'] ?? $this->getPimcoreDataCollectorService()));
$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['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreTargetingDataCollector'] ?? $this->getPimcoreTargetingDataCollectorService()));
$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_KernelTestingDebugContainer'), $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->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService())));
$instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
$instance->add($e);
$instance->add($f);
$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($h);
return $instance;
}
/**
* Gets the public '.container.private.security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function get_Container_Private_Security_AuthorizationCheckerService()
{
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->services['.container.private.security.authorization_checker'])) {
return $this->services['.container.private.security.authorization_checker'];
}
return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, false, false, false);
}
/**
* Gets the public '.container.private.security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function get_Container_Private_Security_TokenStorageService()
{
return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
], [
'request_stack' => '?',
]));
}
/**
* Gets the public '.container.private.session' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Session
*/
protected function get_Container_Private_SessionService()
{
$a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
if (isset($this->services['.container.private.session'])) {
return $this->services['.container.private.session'];
}
$this->services['.container.private.session'] = $instance = $a->createSession();
$b = new \Pimcore\Session\SessionConfigurator();
$b->addConfigurator(($this->privates['Pimcore\\Bundle\\AdminBundle\\Session\\AdminSessionBagConfigurator'] ?? $this->getAdminSessionBagConfiguratorService()));
$b->configure($instance);
return $instance;
}
/**
* Gets the public '.container.private.twig' shared service.
*
* @return \Twig\Environment
*/
protected function get_Container_Private_TwigService()
{
$this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$c = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$d = ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService());
$e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$f = ($this->services['router'] ?? $this->getRouterService());
$g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$g->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $e]);
$h = ($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService());
$i = ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PortalConfig\\PortalConfigService'] ?? $this->getPortalConfigServiceService());
$j = new \Pimcore\Bundle\PortalEngineBundle\Service\Frontend\FrontendConfigService();
$j->setConfig('geo.tileLayerUrl', 'https://a.tile.openstreetmap.org/{z}/{x}/{y}.png');
$j->setConfig('geo.copyright', '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors');
$k = ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\SecurityService'] ?? $this->getSecurityServiceService());
$l = new \Pimcore\Bundle\PortalEngineBundle\Twig\UserExtension();
$l->setSecurityService($k);
$m = new \Symfony\Bridge\Twig\AppVariable();
$m->setEnvironment('testing');
$m->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$m->setTokenStorage($b);
}
if ($this->has('request_stack')) {
$m->setRequestStack($a);
}
$n = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
$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($a, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $b)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $c));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($d));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
$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($c, true));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($a, $f)));
$instance->addExtension(($this->services['Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension'] ?? $this->getWebLinkExtensionService()));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($d));
$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 \Twig\Extra\String\StringExtension());
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
$instance->addExtension(new \Pimcore\Twig\Extension\HelpersExtension(($this->privates['Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl'] ?? $this->getPimcoreUrlService())));
$instance->addExtension(new \Pimcore\Twig\Extension\DocumentEditableExtension(($this->services['Pimcore\\Templating\\Renderer\\EditableRenderer'] ?? $this->getEditableRendererService())));
$instance->addExtension(($this->privates['Pimcore\\Twig\\Extension\\SubrequestExtension'] ?? $this->getSubrequestExtensionService()));
$instance->addExtension(new \Pimcore\Twig\Extension\PimcoreObjectExtension());
$instance->addExtension(new \Pimcore\Twig\Extension\PimcoreToolExtension());
$instance->addExtension(new \Pimcore\Twig\Extension\NavigationExtension(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Navigation'] ?? $this->getNavigationService())));
$instance->addExtension(new \Pimcore\Twig\Extension\GlossaryExtension(new \Pimcore\Tool\Glossary\Processor(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), $h, ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), $this->parameters['pimcore.glossary.blocked_tags'])));
$instance->addExtension(new \Pimcore\Twig\Extension\HeaderExtension(($this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadLink'] ?? $this->getHeadLinkService()), ($this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadMeta'] ?? $this->getHeadMetaService()), ($this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadScript'] ?? $this->getHeadScriptService()), ($this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadStyle'] ?? $this->getHeadStyleService()), ($this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadTitle'] ?? $this->getHeadTitleService()), ($this->privates['Pimcore\\Twig\\Extension\\Templating\\InlineScript'] ?? $this->getInlineScriptService()), ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder'] ?? $this->getPlaceholderService())));
$instance->addExtension(new \Pimcore\Twig\Extension\AssetCompressExtension());
$instance->addExtension(new \Pimcore\Twig\Extension\WebsiteConfigExtension());
$instance->addExtension(new \Pimcore\Twig\Extension\DumpExtension());
$instance->addExtension(new \Pimcore\Twig\Extension\CacheExtension($h));
$instance->addExtension(new \Pimcore\Twig\Extension\AssetHelperExtensions());
$instance->addExtension(new \Pimcore\Twig\Extension\DataObjectHelperExtensions());
$instance->addExtension(new \Pimcore\Twig\Extension\DocumentHelperExtensions());
$instance->addExtension(new \Pimcore\Twig\Extension\ImageThumbnailExtension());
$instance->addExtension(new \Twig\DeferredExtension\DeferredExtension());
$instance->addExtension(new \Twig\Extension\SandboxExtension(new \Pimcore\Twig\Sandbox\SecurityPolicy($this->parameters['pimcore.templating.twig.sandbox_security_policy.tags'], $this->parameters['pimcore.templating.twig.sandbox_security_policy.filters'], $this->parameters['pimcore.templating.twig.sandbox_security_policy.functions'])));
$instance->addExtension(new \Pimcore\Twig\Extension\AdminExtension($f, $h, ($this->privates['Pimcore\\Security\\User\\UserLoader'] ?? $this->getUserLoaderService())));
$instance->addExtension(new \Pimcore\Bundle\PortalEngineBundle\Twig\ConfigExtension($i, ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataPool\\DataPoolConfigService'] ?? $this->getDataPoolConfigServiceService()), $j));
$instance->addExtension(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Twig\\ContentExtension'] ?? $this->getContentExtensionService()));
$instance->addExtension(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Twig\\EditmodeExtension'] ?? $this->getEditmodeExtensionService()));
$instance->addExtension(new \Pimcore\Bundle\PortalEngineBundle\Twig\HeadTitleExtension(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Content\\HeadTitleService'] ?? $this->getHeadTitleServiceService())));
$instance->addExtension(new \Pimcore\Bundle\PortalEngineBundle\Twig\PortalImagesExtension($f, $i, $h, $k, ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\User\\AvatarService'] ?? $this->getAvatarServiceService())));
$instance->addExtension(new \Pimcore\Bundle\PortalEngineBundle\Twig\PortalLanguagesExtension(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Document\\LanguageVariantService'] ?? $this->getLanguageVariantServiceService())));
$instance->addExtension(new \Pimcore\Bundle\PortalEngineBundle\Twig\TranslatorExtension(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataPool\\TranslatorService'] ?? $this->getTranslatorServiceService())));
$instance->addExtension($l);
$instance->addExtension(new \Pimcore\Bundle\PortalEngineBundle\Twig\WebpackExtension($i));
$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', true],
], [
'webpack_encore.entrypoint_lookup_collection' => '?',
'webpack_encore.tag_renderer' => '?',
])));
$instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
$instance->addExtension(new \Blackbit\DataDirectorBundle\lib\Pim\Twig\DachcomToolboxExtension());
$instance->addGlobal('app', $m);
$instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
'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', true],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
'Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl' => ['privates', 'Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl', 'getPimcoreUrlService', false],
'Pimcore\\Twig\\Extension\\Templating\\HeadLink' => ['privates', 'Pimcore\\Twig\\Extension\\Templating\\HeadLink', 'getHeadLinkService', false],
'Pimcore\\Twig\\Extension\\Templating\\HeadMeta' => ['privates', 'Pimcore\\Twig\\Extension\\Templating\\HeadMeta', 'getHeadMetaService', false],
'Pimcore\\Twig\\Extension\\Templating\\HeadScript' => ['privates', 'Pimcore\\Twig\\Extension\\Templating\\HeadScript', 'getHeadScriptService', false],
'Pimcore\\Twig\\Extension\\Templating\\HeadStyle' => ['privates', 'Pimcore\\Twig\\Extension\\Templating\\HeadStyle', 'getHeadStyleService', false],
'Pimcore\\Twig\\Extension\\Templating\\HeadTitle' => ['privates', 'Pimcore\\Twig\\Extension\\Templating\\HeadTitle', 'getHeadTitleService', false],
'Pimcore\\Twig\\Extension\\Templating\\Inc' => ['privates', 'Pimcore\\Twig\\Extension\\Templating\\Inc', 'getIncService', false],
'Pimcore\\Twig\\Extension\\Templating\\InlineScript' => ['privates', 'Pimcore\\Twig\\Extension\\Templating\\InlineScript', 'getInlineScriptService', false],
'Pimcore\\Twig\\Extension\\Templating\\Navigation' => ['privates', 'Pimcore\\Twig\\Extension\\Templating\\Navigation', 'getNavigationService', false],
'Pimcore\\Twig\\Extension\\Templating\\Placeholder' => ['privates', 'Pimcore\\Twig\\Extension\\Templating\\Placeholder', 'getPlaceholderService', false],
'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\AbstractExtension' => ['privates', 'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\AbstractExtension', 'getAbstractExtensionService', true],
'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\CacheBusterAware' => ['privates', 'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\CacheBusterAware', 'getCacheBusterAwareService', true],
], [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
'Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl' => '?',
'Pimcore\\Twig\\Extension\\Templating\\HeadLink' => '?',
'Pimcore\\Twig\\Extension\\Templating\\HeadMeta' => '?',
'Pimcore\\Twig\\Extension\\Templating\\HeadScript' => '?',
'Pimcore\\Twig\\Extension\\Templating\\HeadStyle' => '?',
'Pimcore\\Twig\\Extension\\Templating\\HeadTitle' => '?',
'Pimcore\\Twig\\Extension\\Templating\\Inc' => '?',
'Pimcore\\Twig\\Extension\\Templating\\InlineScript' => '?',
'Pimcore\\Twig\\Extension\\Templating\\Navigation' => '?',
'Pimcore\\Twig\\Extension\\Templating\\Placeholder' => '?',
'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\AbstractExtension' => '?',
'Pimcore\\Twig\\Extension\\Templating\\Placeholder\\CacheBusterAware' => '?',
])));
$instance->addGlobal('container', $this);
$instance->addGlobal('pimcore_csrf', ($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'] ?? $this->getCsrfProtectionHandlerService()));
$instance->addGlobal('pimcore_csp', ($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\ContentSecurityPolicyHandler'] ?? $this->getContentSecurityPolicyHandlerService()));
$instance->registerUndefinedFilterCallback([0 => $n, 1 => 'suggestFilter']);
$instance->registerUndefinedFunctionCallback([0 => $n, 1 => 'suggestFunction']);
$instance->registerUndefinedTokenParserCallback([0 => $n, 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 'Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler
*/
protected function getContentSecurityPolicyHandlerService()
{
$this->services['Pimcore\\Bundle\\AdminBundle\\Security\\ContentSecurityPolicyHandler'] = $instance = new \Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler(($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
$a = ($this->services['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
$instance->setLogger($a);
$instance->setLogger($a);
$instance->addAllowedUrls('default-src', []);
$instance->addAllowedUrls('img-src', []);
$instance->addAllowedUrls('script-src', []);
$instance->addAllowedUrls('style-src', []);
$instance->addAllowedUrls('connect-src', []);
$instance->addAllowedUrls('font-src', []);
$instance->addAllowedUrls('media-src', []);
$instance->addAllowedUrls('frame-src', []);
$instance->addAllowedUrls('connect-src', [0 => 'https://license.pimcore.com/']);
return $instance;
}
/**
* Gets the public 'Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler
*/
protected function getCsrfProtectionHandlerService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'])) {
return $this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'];
}
$this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'] = $instance = new \Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler([], $a);
$b = ($this->services['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
$instance->setLogger($b);
$instance->setLogger($b);
return $instance;
}
/**
* Gets the public 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener
*/
protected function getFullPageCacheListenerService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'])) {
return $this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'];
}
$this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener(($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] ?? ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] = new \Pimcore\Targeting\VisitorInfoStorage())), new \Pimcore\Cache\FullPage\SessionStatus('_sf2_meta', $a), $a, ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
$instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
return $instance;
}
/**
* Gets the public 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener
*/
protected function getGoogleAnalyticsCodeListenerService()
{
$a = ($this->privates['Pimcore\\Analytics\\Google\\Tracker'] ?? $this->getTrackerService());
if (isset($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener'])) {
return $this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener'];
}
$this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener($a);
$instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
$instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
return $instance;
}
/**
* Gets the public 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener
*/
protected function getGoogleTagManagerListenerService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener'])) {
return $this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener'];
}
$this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener(($this->privates['Pimcore\\Analytics\\SiteId\\SiteIdProvider'] ?? $this->getSiteIdProviderService()), $a, ($this->services['pimcore.templating.engine.delegating'] ?? $this->getPimcore_Templating_Engine_DelegatingService()));
$instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the public 'Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\ElasticSearchConfigService' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\ElasticSearchConfigService
*/
protected function getElasticSearchConfigServiceService()
{
$this->services['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\ElasticSearchConfigService'] = $instance = new \Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\ElasticSearchConfigService('localhost:9201', 'portal_engine_', ['index' => ['mapping' => ['nested_fields' => ['limit' => 200], 'total_fields' => ['limit' => 100000]]], 'number_of_shards' => 1, 'number_of_replicas' => 0, 'max_ngram_diff' => 30, 'analysis' => ['analyzer' => ['portal_engine_ngram_analyzer' => ['tokenizer' => 'portal_engine_ngram_tokenzier', 'filter' => [0 => 'lowercase']], 'portal_engine_whitespace_analyzer' => ['tokenizer' => 'portal_engine_whitespace_tokenzier', 'filter' => [0 => 'lowercase']], 'portal_engine_path_analyzer' => ['tokenizer' => 'portal_engine_path_tokenizer']], 'tokenizer' => ['portal_engine_ngram_tokenzier' => ['type' => 'ngram', 'min_gram' => 3, 'max_gram' => 25, 'token_chars' => [0 => 'letter', 1 => 'digit']], 'portal_engine_whitespace_tokenzier' => ['type' => 'whitespace'], 'portal_engine_path_tokenizer' => ['type' => 'path_hierarchy']]]], ['list_page_size' => 60, 'list_max_filter_options' => 500, 'search_analyzer_attributes' => ['keyword' => ['fields' => ['analyzed_ngram' => ['type' => 'text', 'analyzer' => 'portal_engine_ngram_analyzer', 'search_analyzer' => 'portal_engine_whitespace_analyzer'], 'analyzed' => ['type' => 'text', 'analyzer' => 'standard', 'search_analyzer' => 'portal_engine_whitespace_analyzer']]]], 'max_synchronous_children_rename_limit' => 500], []);
$instance->setLogger(($this->services['monolog.logger.portalengine.es'] ?? $this->getMonolog_Logger_Portalengine_EsService()));
return $instance;
}
/**
* Gets the public 'Pimcore\Cache\Core\CoreCacheHandler' shared autowired service.
*
* @return \Pimcore\Cache\Core\CoreCacheHandler
*/
protected function getCoreCacheHandlerService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['Pimcore\\Cache\\Core\\CoreCacheHandler'])) {
return $this->services['Pimcore\\Cache\\Core\\CoreCacheHandler'];
}
$b = ($this->services['pimcore.cache.pool'] ?? $this->getPimcore_Cache_PoolService());
$c = new \Pimcore\Cache\Core\WriteLock($b);
$d = ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
$c->setLogger($d);
$c->setLogger($d);
$this->services['Pimcore\\Cache\\Core\\CoreCacheHandler'] = $instance = new \Pimcore\Cache\Core\CoreCacheHandler($b, $c, $a);
$instance->setLogger($d);
$instance->setLogger($d);
return $instance;
}
/**
* Gets the public 'Pimcore\Config' shared autowired service.
*
* @return \Pimcore\Config
*/
protected function getConfigService()
{
return $this->services['Pimcore\\Config'] = new \Pimcore\Config();
}
/**
* Gets the public 'Pimcore\Document\Editable\Block\BlockStateStack' shared autowired service.
*
* @return \Pimcore\Document\Editable\Block\BlockStateStack
*/
protected function getBlockStateStackService()
{
return $this->services['Pimcore\\Document\\Editable\\Block\\BlockStateStack'] = new \Pimcore\Document\Editable\Block\BlockStateStack();
}
/**
* Gets the public 'Pimcore\Document\Renderer\DocumentRenderer' shared autowired service.
*
* @return \Pimcore\Document\Renderer\DocumentRenderer
*/
protected function getDocumentRendererService()
{
$a = ($this->privates['Pimcore\\Templating\\Renderer\\ActionRenderer'] ?? $this->getActionRendererService());
if (isset($this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'])) {
return $this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'];
}
$b = ($this->privates['fragment.renderer.inline'] ?? $this->getFragment_Renderer_InlineService());
if (isset($this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'])) {
return $this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'];
}
$c = ($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService());
if (isset($this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'])) {
return $this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'];
}
$d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'])) {
return $this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'];
}
$this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'] = $instance = new \Pimcore\Document\Renderer\DocumentRenderer(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), $a, $b, ($this->privates['Pimcore\\Routing\\Dynamic\\DocumentRouteHandler'] ?? $this->getDocumentRouteHandlerService()), $c, $d, ($this->services['Pimcore\\Localization\\LocaleServiceInterface'] ?? $this->getLocaleServiceInterfaceService()));
$instance->setContainerService(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())));
return $instance;
}
/**
* Gets the public 'Pimcore\Document\StaticPageGenerator' shared autowired service.
*
* @return \Pimcore\Document\StaticPageGenerator
*/
protected function getStaticPageGeneratorService()
{
$a = ($this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'] ?? $this->getDocumentRendererService());
if (isset($this->services['Pimcore\\Document\\StaticPageGenerator'])) {
return $this->services['Pimcore\\Document\\StaticPageGenerator'];
}
$b = ($this->services['Symfony\\Component\\Lock\\LockFactory'] ?? $this->getLockFactoryService());
if (isset($this->services['Pimcore\\Document\\StaticPageGenerator'])) {
return $this->services['Pimcore\\Document\\StaticPageGenerator'];
}
return $this->services['Pimcore\\Document\\StaticPageGenerator'] = new \Pimcore\Document\StaticPageGenerator($a, $b);
}
/**
* Gets the public 'Pimcore\Extension\Bundle\PimcoreBundleManager' shared autowired service.
*
* @return \Pimcore\Extension\Bundle\PimcoreBundleManager
*/
protected function getPimcoreBundleManagerService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['Pimcore\\Extension\\Bundle\\PimcoreBundleManager'])) {
return $this->services['Pimcore\\Extension\\Bundle\\PimcoreBundleManager'];
}
$b = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->services['Pimcore\\Extension\\Bundle\\PimcoreBundleManager'])) {
return $this->services['Pimcore\\Extension\\Bundle\\PimcoreBundleManager'];
}
return $this->services['Pimcore\\Extension\\Bundle\\PimcoreBundleManager'] = new \Pimcore\Extension\Bundle\PimcoreBundleManager(new \Pimcore\Extension\Bundle\Config\StateConfig(($this->services['Pimcore\\Extension\\Config'] ?? $this->get('Pimcore\\Extension\\Config', 1))), new \Pimcore\Extension\Bundle\PimcoreBundleLocator(new \Pimcore\Composer\PackageInfo(), $this->parameters['pimcore.extensions.bundles.search_paths'], true), ($this->services['kernel'] ?? $this->get('kernel', 1)), $a, $b);
}
/**
* Gets the public 'Pimcore\Extension\Document\Areabrick\AreabrickManagerInterface' shared autowired service.
*
* @return \Pimcore\Extension\Document\Areabrick\AreabrickManager
*/
protected function getAreabrickManagerInterfaceService()
{
$this->services['Pimcore\\Extension\\Document\\Areabrick\\AreabrickManagerInterface'] = $instance = new \Pimcore\Extension\Document\Areabrick\AreabrickManager(($this->services['Pimcore\\Extension\\Config'] ?? $this->get('Pimcore\\Extension\\Config', 1)), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'portal-engine-statistics' => ['privates', 'pimcore_portal_engine.area.brick.portal_engine_statistics', 'getPimcorePortalEngine_Area_Brick_PortalEngineStatisticsService', true],
'portal-engine-teaser-cta' => ['privates', 'pimcore_portal_engine.area.brick.portal_engine_teaser_cta', 'getPimcorePortalEngine_Area_Brick_PortalEngineTeaserCtaService', true],
'portal-engine-teasers' => ['privates', 'pimcore_portal_engine.area.brick.portal_engine_teasers', 'getPimcorePortalEngine_Area_Brick_PortalEngineTeasersService', true],
'portal-engine-wysiwyg' => ['privates', 'pimcore_portal_engine.area.brick.portal_engine_wysiwyg', 'getPimcorePortalEngine_Area_Brick_PortalEngineWysiwygService', true],
], [
'portal-engine-statistics' => '?',
'portal-engine-teaser-cta' => '?',
'portal-engine-teasers' => '?',
'portal-engine-wysiwyg' => '?',
]));
$instance->registerService('portal-engine-statistics', 'pimcore_portal_engine.area.brick.portal_engine_statistics');
$instance->registerService('portal-engine-teaser-cta', 'pimcore_portal_engine.area.brick.portal_engine_teaser_cta');
$instance->registerService('portal-engine-teasers', 'pimcore_portal_engine.area.brick.portal_engine_teasers');
$instance->registerService('portal-engine-wysiwyg', 'pimcore_portal_engine.area.brick.portal_engine_wysiwyg');
return $instance;
}
/**
* Gets the public 'Pimcore\Http\RequestHelper' shared autowired service.
*
* @return \Pimcore\Http\RequestHelper
*/
protected function getRequestHelperService()
{
return $this->services['Pimcore\\Http\\RequestHelper'] = new \Pimcore\Http\RequestHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['pimcore.routing.router.request_context'] ?? $this->getPimcore_Routing_Router_RequestContextService()));
}
/**
* Gets the public 'Pimcore\Http\Request\Resolver\DocumentResolver' shared autowired service.
*
* @return \Pimcore\Http\Request\Resolver\DocumentResolver
*/
protected function getDocumentResolverService()
{
return $this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] = new \Pimcore\Http\Request\Resolver\DocumentResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'Pimcore\Http\Request\Resolver\EditmodeResolver' shared autowired service.
*
* @return \Pimcore\Http\Request\Resolver\EditmodeResolver
*/
protected function getEditmodeResolverService()
{
$this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] = $instance = new \Pimcore\Http\Request\Resolver\EditmodeResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Pimcore\\Security\\User\\UserLoader'] ?? $this->getUserLoaderService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()));
$a = ($this->services['monolog.logger.init'] ?? $this->getMonolog_Logger_InitService());
$instance->setLogger($a);
$instance->setLogger($a);
return $instance;
}
/**
* Gets the public 'Pimcore\Http\Request\Resolver\OutputTimestampResolver' shared autowired service.
*
* @return \Pimcore\Http\Request\Resolver\OutputTimestampResolver
*/
protected function getOutputTimestampResolverService()
{
return $this->services['Pimcore\\Http\\Request\\Resolver\\OutputTimestampResolver'] = new \Pimcore\Http\Request\Resolver\OutputTimestampResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'Pimcore\Http\Request\Resolver\PimcoreContextResolver' shared autowired service.
*
* @return \Pimcore\Http\Request\Resolver\PimcoreContextResolver
*/
protected function getPimcoreContextResolverService()
{
$a = new \Pimcore\Http\Context\PimcoreContextGuesser(($this->privates['Pimcore\\Http\\RequestMatcherFactory'] ?? ($this->privates['Pimcore\\Http\\RequestMatcherFactory'] = new \Pimcore\Http\RequestMatcherFactory())));
$a->addContextRoutes('profiler', [0 => ['path' => '^/_(profiler|wdt)(/.*)?$', 'route' => false, 'host' => false, 'methods' => []]]);
$a->addContextRoutes('admin', [0 => ['path' => '^/admin(/.*)?$', 'route' => false, 'host' => false, 'methods' => []], 1 => ['route' => '^pimcore_admin_', 'path' => false, 'host' => false, 'methods' => []]]);
$a->addContextRoutes('plugin', [0 => ['path' => '^/plugin(/.*)?$', 'route' => false, 'host' => false, 'methods' => []]]);
$a->addContextRoutes('dummy_to_not_get_array_index_0', []);
$a->addContextRoutes('webservice', [0 => ['path' => '^/api/rest/(import|export|status)', 'route' => false, 'host' => false, 'methods' => []], 1 => ['route' => '^dataport_', 'path' => false, 'host' => false, 'methods' => []], 2 => ['path' => '^/webservice(/.*)?$', 'route' => false, 'host' => false, 'methods' => []]]);
return $this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] = new \Pimcore\Http\Request\Resolver\PimcoreContextResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
}
/**
* Gets the public 'Pimcore\Http\Request\Resolver\ResponseHeaderResolver' shared autowired service.
*
* @return \Pimcore\Http\Request\Resolver\ResponseHeaderResolver
*/
protected function getResponseHeaderResolverService()
{
return $this->services['Pimcore\\Http\\Request\\Resolver\\ResponseHeaderResolver'] = new \Pimcore\Http\Request\Resolver\ResponseHeaderResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'Pimcore\Http\Request\Resolver\SiteResolver' shared autowired service.
*
* @return \Pimcore\Http\Request\Resolver\SiteResolver
*/
protected function getSiteResolverService()
{
return $this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] = new \Pimcore\Http\Request\Resolver\SiteResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'Pimcore\Http\Request\Resolver\StaticPageResolver' shared autowired service.
*
* @return \Pimcore\Http\Request\Resolver\StaticPageResolver
*/
protected function getStaticPageResolverService()
{
return $this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] = new \Pimcore\Http\Request\Resolver\StaticPageResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'Pimcore\Http\ResponseHelper' shared autowired service.
*
* @return \Pimcore\Http\ResponseHelper
*/
protected function getResponseHelperService()
{
return $this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper();
}
/**
* Gets the public 'Pimcore\Localization\LocaleServiceInterface' shared autowired service.
*
* @return \Pimcore\Localization\LocaleService
*/
protected function getLocaleServiceInterfaceService()
{
return $this->services['Pimcore\\Localization\\LocaleServiceInterface'] = new \Pimcore\Localization\LocaleService(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()));
}
/**
* Gets the public 'Pimcore\Model\Document\Editable\Loader\EditableLoader' shared autowired service.
*
* @return \Pimcore\Model\Document\Editable\Loader\EditableLoader
*/
protected function getEditableLoaderService()
{
return $this->services['Pimcore\\Model\\Document\\Editable\\Loader\\EditableLoader'] = new \Pimcore\Model\Document\Editable\Loader\EditableLoader([0 => new \Pimcore\Model\Document\Editable\Loader\PrefixLoader([0 => '\\Pimcore\\Model\\Document\\Editable\\'])]);
}
/**
* Gets the public 'Pimcore\Model\Document\Service' shared autowired service.
*
* @return \Pimcore\Model\Document\Service
*/
protected function getServiceService()
{
return $this->services['Pimcore\\Model\\Document\\Service'] = new \Pimcore\Model\Document\Service();
}
/**
* Gets the public 'Pimcore\Security\User\TokenStorageUserResolver' shared autowired service.
*
* @return \Pimcore\Security\User\TokenStorageUserResolver
*/
protected function getTokenStorageUserResolverService()
{
return $this->services['Pimcore\\Security\\User\\TokenStorageUserResolver'] = new \Pimcore\Security\User\TokenStorageUserResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the public 'Pimcore\Targeting\Document\DocumentTargetingConfigurator' shared autowired service.
*
* @return \Pimcore\Targeting\Document\DocumentTargetingConfigurator
*/
protected function getDocumentTargetingConfiguratorService()
{
$a = ($this->services['Pimcore\\Cache\\Core\\CoreCacheHandler'] ?? $this->getCoreCacheHandlerService());
if (isset($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'])) {
return $this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'];
}
return $this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] = new \Pimcore\Targeting\Document\DocumentTargetingConfigurator(($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] ?? ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] = new \Pimcore\Targeting\VisitorInfoStorage())), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->privates['Pimcore\\Security\\User\\UserLoader'] ?? $this->getUserLoaderService()), $a);
}
/**
* Gets the public 'Pimcore\Templating\Renderer\EditableRenderer' shared autowired service.
*
* @return \Pimcore\Templating\Renderer\EditableRenderer
*/
protected function getEditableRendererService()
{
$this->services['Pimcore\\Templating\\Renderer\\EditableRenderer'] = $instance = new \Pimcore\Templating\Renderer\EditableRenderer(($this->services['Pimcore\\Model\\Document\\Editable\\Loader\\EditableLoader'] ?? $this->getEditableLoaderService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService()), ($this->privates['Pimcore\\Document\\Editable\\EditmodeEditableDefinitionCollector'] ?? ($this->privates['Pimcore\\Document\\Editable\\EditmodeEditableDefinitionCollector'] = new \Pimcore\Document\Editable\EditmodeEditableDefinitionCollector())));
$a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
$instance->setLogger($a);
$instance->setLogger($a);
return $instance;
}
/**
* Gets the public 'Pimcore\Workflow\ExpressionService' shared autowired service.
*
* @return \Pimcore\Workflow\ExpressionService
*/
protected function getExpressionServiceService()
{
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->services['Pimcore\\Workflow\\ExpressionService'])) {
return $this->services['Pimcore\\Workflow\\ExpressionService'];
}
$b = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
if (isset($this->services['Pimcore\\Workflow\\ExpressionService'])) {
return $this->services['Pimcore\\Workflow\\ExpressionService'];
}
$c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
return $this->services['Pimcore\\Workflow\\ExpressionService'] = new \Pimcore\Workflow\ExpressionService(new \Symfony\Component\Workflow\EventListener\ExpressionLanguage(($this->services['cache.app'] ?? $this->getCache_AppService())), $c, new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker($c, $a, false, false), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), $b);
}
/**
* Gets the public 'Pimcore\Workflow\Manager' shared autowired service.
*
* @return \Pimcore\Workflow\Manager
*/
protected function getManagerService()
{
$a = ($this->services['Pimcore\\Workflow\\ExpressionService'] ?? $this->getExpressionServiceService());
if (isset($this->services['Pimcore\\Workflow\\Manager'])) {
return $this->services['Pimcore\\Workflow\\Manager'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['Pimcore\\Workflow\\Manager'])) {
return $this->services['Pimcore\\Workflow\\Manager'];
}
return $this->services['Pimcore\\Workflow\\Manager'] = new \Pimcore\Workflow\Manager(($this->privates['workflow.registry'] ?? ($this->privates['workflow.registry'] = new \Symfony\Component\Workflow\Registry())), ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->getNotesSubscriberService()), $a, $b);
}
/**
* Gets the public 'Pimcore\Workflow\Place\StatusInfo' shared autowired service.
*
* @return \Pimcore\Workflow\Place\StatusInfo
*/
protected function getStatusInfoService()
{
$a = ($this->services['Pimcore\\Workflow\\Manager'] ?? $this->getManagerService());
if (isset($this->services['Pimcore\\Workflow\\Place\\StatusInfo'])) {
return $this->services['Pimcore\\Workflow\\Place\\StatusInfo'];
}
$b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->services['Pimcore\\Workflow\\Place\\StatusInfo'])) {
return $this->services['Pimcore\\Workflow\\Place\\StatusInfo'];
}
return $this->services['Pimcore\\Workflow\\Place\\StatusInfo'] = new \Pimcore\Workflow\Place\StatusInfo($a, $b, ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()));
}
/**
* Gets the public 'Symfony\Bridge\Twig\Extension\WebLinkExtension' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\WebLinkExtension
*/
protected function getWebLinkExtensionService()
{
return $this->services['Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension'] = new \Symfony\Bridge\Twig\Extension\WebLinkExtension(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'Symfony\Component\HttpKernel\EventListener\SessionListener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getSessionListenerService()
{
return $this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'initialized_session' => ['services', '.container.private.session', NULL, false],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
], [
'initialized_session' => '?',
'logger' => '?',
'session' => '?',
'session_collector' => '?',
'session_factory' => '?',
]), true, $this->parameters['session.storage.options']);
}
/**
* Gets the public 'Symfony\Component\Lock\LockFactory' shared autowired service.
*
* @return \Symfony\Component\Lock\LockFactory
*/
protected function getLockFactoryService()
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->services['Symfony\\Component\\Lock\\LockFactory'])) {
return $this->services['Symfony\\Component\\Lock\\LockFactory'];
}
$this->services['Symfony\\Component\\Lock\\LockFactory'] = $instance = new \Symfony\Component\Lock\LockFactory(new \Symfony\Component\Lock\Store\DoctrineDbalStore($a));
$instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* Gets the public 'Symfony\Contracts\Translation\TranslatorInterface' shared autowired service.
*
* @return \Pimcore\Translation\Translator
*/
protected function getTranslatorInterfaceService()
{
$this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] = $instance = new \Pimcore\Translation\Translator(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
$instance->setKernel(($this->services['kernel'] ?? $this->get('kernel', 1)));
$instance->setAdminPath('@PimcoreCoreBundle/Resources/translations');
$instance->setAdminTranslationMapping([]);
return $instance;
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ProxyAdapter(($this->services['pimcore.cache.pool'] ?? $this->getPimcore_Cache_PoolService()), 'app'));
}
/**
* 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('sgsRVj7yRK', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'cache.validator_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorExpressionLanguageService()
{
return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mbzMeFfupO', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'cmf_routing.route_provider' shared autowired service.
*
* @return \Pimcore\Routing\DynamicRouteProvider
*/
protected function getCmfRouting_RouteProviderService()
{
$a = ($this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] ?? $this->getSiteResolverService());
$this->services['cmf_routing.route_provider'] = $instance = new \Pimcore\Routing\DynamicRouteProvider($a);
$instance->addHandler(($this->privates['Pimcore\\Routing\\Dynamic\\DocumentRouteHandler'] ?? $this->getDocumentRouteHandlerService()));
$instance->addHandler(new \Pimcore\Routing\Dynamic\DataObjectRouteHandler($a, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config()))));
return $instance;
}
/**
* 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())), NULL);
}
/**
* 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', 'pimcore_direct_edit');
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Pimcore\Db\Connection
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = new \Doctrine\DBAL\Configuration();
$a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([0 => new \Symfony\Bridge\Doctrine\Logger\DbalLogger(($this->services['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService()), ($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()))]));
$a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([0 => 'lock_keys', 1 => 'cache_items', 2 => 'cache_items'])]));
return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_mysql', 'charset' => 'UTF8MB4', 'host' => 'localhost', 'port' => 3306, 'user' => 'db-user-2', 'password' => '1rBEHqJcRBzXEuJJOUPy', 'dbname' => 'db-2', 'driverOptions' => [1002 => 'SET sql_mode = \'\';'], 'wrapperClass' => '\\Pimcore\\Db\\Connection', 'serverVersion' => '10.5.15-MariaDB-1:10.5.15+maria~focal', 'defaultTableOptions' => ['charset' => 'UTF8MB4', 'engine' => 'InnoDB', 'collate' => 'utf8mb4_general_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => ['privates', 'cmf_routing.persistence.doctrine.route_condition_metadata_listener', 'getCmfRouting_Persistence_Doctrine_RouteConditionMetadataListenerService', true],
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
'doctrine.orm.pimcore_direct_edit_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.pimcore_direct_edit_listeners.attach_entity_listeners', 'getDoctrine_Orm_PimcoreDirectEditListeners_AttachEntityListenersService', true],
'doctrine.orm.portal_engine_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.portal_engine_listeners.attach_entity_listeners', 'getDoctrine_Orm_PortalEngineListeners_AttachEntityListenersService', true],
'doctrine.orm.statistics_explorer_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.statistics_explorer_listeners.attach_entity_listeners', 'getDoctrine_Orm_StatisticsExplorerListeners_AttachEntityListenersService', true],
], [
'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => '?',
'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' => '?',
'doctrine.orm.pimcore_direct_edit_listeners.attach_entity_listeners' => '?',
'doctrine.orm.portal_engine_listeners.attach_entity_listeners' => '?',
'doctrine.orm.statistics_explorer_listeners.attach_entity_listeners' => '?',
]), [0 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 1 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 2 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 3 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 4 => 'cmf_routing.persistence.doctrine.route_condition_metadata_listener', 5 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.pimcore_direct_edit_listeners.attach_entity_listeners'], 6 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.portal_engine_listeners.attach_entity_listeners'], 7 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.statistics_explorer_listeners.attach_entity_listeners']]), ['enum' => 'string', 'bit' => 'boolean']);
}
/**
* Gets the public 'doctrine.orm.pimcore_direct_edit_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_PimcoreDirectEditEntityManagerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['doctrine.orm.pimcore_direct_edit_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getDoctrine_Orm_PimcoreDirectEditEntityManagerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.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/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/vendor/pimcore/direct-edit/src/Entity')]), 'Pimcore\\Bundle\\DirectEditBundle\\Entity');
$a->setEntityNamespaces(['PimcoreDirectEdit' => 'Pimcore\\Bundle\\DirectEditBundle\\Entity']);
$a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$a->setQueryCache(($this->privates['cache.doctrine.orm.pimcore_direct_edit.query'] ?? $this->getCache_Doctrine_Orm_PimcoreDirectEdit_QueryService()));
$a->setResultCache(($this->privates['cache.doctrine.orm.pimcore_direct_edit.result'] ?? $this->getCache_Doctrine_Orm_PimcoreDirectEdit_ResultService()));
$a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(false);
$a->setSchemaIgnoreClasses([]);
$a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
$a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
$a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
$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 'doctrine.orm.portal_engine_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_PortalEngineEntityManagerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['doctrine.orm.portal_engine_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getDoctrine_Orm_PortalEngineEntityManagerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.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/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Entity')]), 'Pimcore\\Bundle\\PortalEngineBundle\\Entity');
$a->setEntityNamespaces(['PimcorePortalEngine' => 'Pimcore\\Bundle\\PortalEngineBundle\\Entity']);
$a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$a->setQueryCache(($this->privates['cache.doctrine.orm.portal_engine.query'] ?? $this->getCache_Doctrine_Orm_PortalEngine_QueryService()));
$a->setResultCache(($this->privates['cache.doctrine.orm.portal_engine.result'] ?? $this->getCache_Doctrine_Orm_PortalEngine_ResultService()));
$a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(false);
$a->setSchemaIgnoreClasses([]);
$a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
$a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
$a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
$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 'doctrine.orm.statistics_explorer_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_StatisticsExplorerEntityManagerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['doctrine.orm.statistics_explorer_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getDoctrine_Orm_StatisticsExplorerEntityManagerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.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/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/vendor/pimcore/statistics-explorer/src/Entity')]), 'Pimcore\\Bundle\\StatisticsExplorerBundle\\Entity');
$a->setEntityNamespaces(['PimcoreStatisticsExplorerBundle' => 'Pimcore\\Bundle\\StatisticsExplorerBundle\\Entity']);
$a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$a->setQueryCache(($this->privates['cache.doctrine.orm.statistics_explorer.query'] ?? $this->getCache_Doctrine_Orm_StatisticsExplorer_QueryService()));
$a->setResultCache(($this->privates['cache.doctrine.orm.statistics_explorer.result'] ?? $this->getCache_Doctrine_Orm_StatisticsExplorer_ResultService()));
$a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(false);
$a->setSchemaIgnoreClasses([]);
$a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
$a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
$a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
$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 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$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))), ($this->services['monolog.logger.event'] ?? $this->getMonolog_Logger_EventService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$instance->addListener('scheb_two_factor.authentication.complete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\TwoFactorListener'] ?? $this->load('getTwoFactorListenerService'));
}, 1 => 'onAuthenticationComplete'], 0);
$instance->addListener('scheb_two_factor.authentication.attempt', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\TwoFactorListener'] ?? $this->load('getTwoFactorListenerService'));
}, 1 => 'onAuthenticationAttempt'], 0);
$instance->addListener('pimcore.dataobject.preAdd', [0 => function () {
return ($this->privates['App\\EventListener\\MarketsShadowListener'] ?? ($this->privates['App\\EventListener\\MarketsShadowListener'] = new \App\EventListener\MarketsShadowListener()));
}, 1 => 'onObjectPreAddOrUpdate'], 0);
$instance->addListener('pimcore.dataobject.preUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\MarketsShadowListener'] ?? ($this->privates['App\\EventListener\\MarketsShadowListener'] = new \App\EventListener\MarketsShadowListener()));
}, 1 => 'onObjectPreAddOrUpdate'], 0);
$instance->addListener('pimcore.admin.dataobject.get.preSendData', [0 => function () {
return ($this->privates['App\\EventListener\\AdminLayoutModificationListener'] ?? ($this->privates['App\\EventListener\\AdminLayoutModificationListener'] = new \App\EventListener\AdminLayoutModificationListener()));
}, 1 => 'onObjectGetPreSendData'], 0);
$instance->addListener('pimcore.bundle_manager.paths.css', [0 => function () {
return ($this->privates['App\\EventListener\\AdminAssetsListener'] ?? ($this->privates['App\\EventListener\\AdminAssetsListener'] = new \App\EventListener\AdminAssetsListener()));
}, 1 => 'onPathsCss'], 0);
$instance->addListener('pimcore.bundle_manager.paths.js', [0 => function () {
return ($this->privates['App\\EventListener\\AdminAssetsListener'] ?? ($this->privates['App\\EventListener\\AdminAssetsListener'] = new \App\EventListener\AdminAssetsListener()));
}, 1 => 'onPathsJs'], 0);
$instance->addListener('pimcore.admin.resolve.elementAdminStyle', [0 => function () {
return ($this->privates['App\\EventListener\\AdminStyleListener'] ?? ($this->privates['App\\EventListener\\AdminStyleListener'] = new \App\EventListener\AdminStyleListener()));
}, 1 => 'onResolveElementAdminStyle'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\ProductPassListener'] ?? $this->load('getProductPassListenerService'));
}, 1 => 'onObjectPostUpdate'], 0);
$instance->addListener('pimcore.asset.postUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\ProductPassListener'] ?? $this->load('getProductPassListenerService'));
}, 1 => 'onAssetPostUpdate'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\DamListener'] ?? $this->load('getDamListenerService'));
}, 1 => 'onObjectPostUpdate'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
}, 1 => 'checkPassport'], 1024);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener'] ?? $this->getGoogleAnalyticsCodeListenerService());
}, 1 => 'onKernelResponse'], -110);
$instance->addListener('kernel.response', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener'] ?? $this->getGoogleTagManagerListenerService());
}, 1 => 'onKernelResponse'], -108);
$instance->addListener('kernel.request', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'] ?? $this->getFullPageCacheListenerService());
}, 1 => 'onKernelRequest'], 610);
$instance->addListener('kernel.response', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'] ?? $this->getFullPageCacheListenerService());
}, 1 => 'onKernelResponse'], -120);
$instance->addListener('kernel.response', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener'] ?? $this->getFullPageCacheListenerService());
}, 1 => 'stopPropagationCheck'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener'] ?? $this->getMaintenancePageListenerService());
}, 1 => 'onKernelRequest'], 620);
$instance->addListener('pimcore.admin.indexAction.settings', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\AdminListener'] ?? $this->load('getAdminListenerService'));
}, 1 => 'addIndexSettings'], 0);
$instance->addListener('Pimcore\\Bundle\\DataImporterBundle\\Event\\PostPreparationEvent', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\DataImporterBundle\\EventListener\\DataImporterListener'] ?? $this->load('getDataImporterListenerService'));
}, 1 => 'importPrepared'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
}, 1 => 'onKernelException'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['bundle.advanced_object_search.eventlisteners'] ?? $this->load('getBundle_AdvancedObjectSearch_EventlistenersService'));
}, 1 => 'updateObject'], 0);
$instance->addListener('pimcore.dataobject.postAdd', [0 => function () {
return ($this->privates['bundle.advanced_object_search.eventlisteners'] ?? $this->load('getBundle_AdvancedObjectSearch_EventlistenersService'));
}, 1 => 'updateObject'], 0);
$instance->addListener('pimcore.dataobject.preDelete', [0 => function () {
return ($this->privates['bundle.advanced_object_search.eventlisteners'] ?? $this->load('getBundle_AdvancedObjectSearch_EventlistenersService'));
}, 1 => 'deleteObject'], 0);
$instance->addListener('pimcore.class.postUpdate', [0 => function () {
return ($this->privates['bundle.advanced_object_search.eventlisteners'] ?? $this->load('getBundle_AdvancedObjectSearch_EventlistenersService'));
}, 1 => 'updateMapping'], 0);
$instance->addListener('pimcore.class.postDelete', [0 => function () {
return ($this->privates['bundle.advanced_object_search.eventlisteners'] ?? $this->load('getBundle_AdvancedObjectSearch_EventlistenersService'));
}, 1 => 'deleteIndex'], 0);
$instance->addListener('pimcore.system.maintenance', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\ImportStatusListener'] ?? ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\ImportStatusListener'] = new \Blackbit\DataDirectorBundle\EventListener\ImportStatusListener(2, 3600)));
}, 1 => 'maintenance'], 0);
$instance->addListener('pimcore.asset.postUpdate', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AutomaticImportListener'] ?? $this->load('getAutomaticImportListenerService'));
}, 1 => 'startImports'], 0);
$instance->addListener('pimcore.asset.postAdd', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AutomaticImportListener'] ?? $this->load('getAutomaticImportListenerService'));
}, 1 => 'startImports'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AutomaticImportListener'] ?? $this->load('getAutomaticImportListenerService'));
}, 1 => 'startImports'], 0);
$instance->addListener('pimcore.dataobject.postAdd', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AutomaticImportListener'] ?? $this->load('getAutomaticImportListenerService'));
}, 1 => 'startImports'], 0);
$instance->addListener('pimcore.document.postUpdate', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AutomaticImportListener'] ?? $this->load('getAutomaticImportListenerService'));
}, 1 => 'startImports'], 0);
$instance->addListener('pimcore.document.postAdd', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AutomaticImportListener'] ?? $this->load('getAutomaticImportListenerService'));
}, 1 => 'startImports'], 0);
$instance->addListener('pimcore.dataobject.preDelete', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AutomaticImportListener'] ?? $this->load('getAutomaticImportListenerService'));
}, 1 => 'deleteRawdata'], 0);
$instance->addListener('pimcore.asset.preDelete', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AutomaticImportListener'] ?? $this->load('getAutomaticImportListenerService'));
}, 1 => 'deleteRawdata'], 0);
$instance->addListener('pimcore.document.preDelete', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AutomaticImportListener'] ?? $this->load('getAutomaticImportListenerService'));
}, 1 => 'deleteRawdata'], 0);
$instance->addListener('pimcore.asset.postUpdate', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\MappingPreviewListener'] ?? ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\MappingPreviewListener'] = new \Blackbit\DataDirectorBundle\EventListener\MappingPreviewListener()));
}, 1 => 'clearMappingPreviewCache'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\MappingPreviewListener'] ?? ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\MappingPreviewListener'] = new \Blackbit\DataDirectorBundle\EventListener\MappingPreviewListener()));
}, 1 => 'clearMappingPreviewCache'], 0);
$instance->addListener('pimcore.document.postUpdate', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\MappingPreviewListener'] ?? ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\MappingPreviewListener'] = new \Blackbit\DataDirectorBundle\EventListener\MappingPreviewListener()));
}, 1 => 'clearMappingPreviewCache'], 0);
$instance->addListener('pimcore.dataobject.preDelete', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\MappingPreviewListener'] ?? ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\MappingPreviewListener'] = new \Blackbit\DataDirectorBundle\EventListener\MappingPreviewListener()));
}, 1 => 'clearMappingPreviewCache'], 0);
$instance->addListener('pimcore.asset.preDelete', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\MappingPreviewListener'] ?? ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\MappingPreviewListener'] = new \Blackbit\DataDirectorBundle\EventListener\MappingPreviewListener()));
}, 1 => 'clearMappingPreviewCache'], 0);
$instance->addListener('pimcore.document.preDelete', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\MappingPreviewListener'] ?? ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\MappingPreviewListener'] = new \Blackbit\DataDirectorBundle\EventListener\MappingPreviewListener()));
}, 1 => 'clearMappingPreviewCache'], 0);
$instance->addListener('pimcore.class.postUpdate', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\ClassChangedListener'] ?? $this->load('getClassChangedListenerService'));
}, 1 => 'removeCompiledDataQuerySelectors'], 0);
$instance->addListener('pimcore.class.postDelete', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\ClassChangedListener'] ?? $this->load('getClassChangedListenerService'));
}, 1 => 'removeCompiledDataQuerySelectors'], 0);
$instance->addListener('pimcore.system.cache.clear', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\ClassChangedListener'] ?? $this->load('getClassChangedListenerService'));
}, 1 => 'removeAllCompiledDataQuerySelectors'], 0);
$instance->addListener('pimcore.class.postUpdate', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\ClassChangedListener'] ?? $this->load('getClassChangedListenerService'));
}, 1 => 'createStoreView'], 0);
$instance->addListener('pimcore.class.postAdd', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\ClassChangedListener'] ?? $this->load('getClassChangedListenerService'));
}, 1 => 'createStoreView'], 0);
$instance->addListener('pimcore.class.postDelete', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\ClassChangedListener'] ?? $this->load('getClassChangedListenerService'));
}, 1 => 'removeStoreView'], 0);
$instance->addListener('pimcore.class.preAdd', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\ClassChangedListener'] ?? $this->load('getClassChangedListenerService'));
}, 1 => 'addPreviewService'], 0);
$instance->addListener('pimcore.class.preUpdate', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\ClassChangedListener'] ?? $this->load('getClassChangedListenerService'));
}, 1 => 'addPathFormatterService'], 0);
$instance->addListener('pimcore.objectbrick.preUpdate', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\ClassChangedListener'] ?? $this->load('getClassChangedListenerService'));
}, 1 => 'addPathFormatterService'], 0);
$instance->addListener('pimcore.class.postUpdate', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\ClassChangedListener'] ?? $this->load('getClassChangedListenerService'));
}, 1 => 'updatePerspective'], 0);
$instance->addListener('pimcore.class.postAdd', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\ClassChangedListener'] ?? $this->load('getClassChangedListenerService'));
}, 1 => 'updatePerspective'], 0);
$instance->addListener('pimcore.asset.preUpdate', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AssetHashListener'] ?? ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AssetHashListener'] = new \Blackbit\DataDirectorBundle\EventListener\AssetHashListener()));
}, 1 => 'updateHash'], 0);
$instance->addListener('pimcore.system.service.preGetDeepCopy', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\DeepCopyListener'] ?? ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\DeepCopyListener'] = new \Blackbit\DataDirectorBundle\EventListener\DeepCopyListener()));
}, 1 => 'getDeepCopyInstance'], 0);
$instance->addListener('pimcore.asset.preUpdate', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AddDataportIdListener'] ?? ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AddDataportIdListener'] = new \Blackbit\DataDirectorBundle\EventListener\AddDataportIdListener()));
}, 1 => 'addDataportId'], 255);
$instance->addListener('pimcore.asset.postUpdate', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AddDataportIdListener'] ?? ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AddDataportIdListener'] = new \Blackbit\DataDirectorBundle\EventListener\AddDataportIdListener()));
}, 1 => 'addDataportId'], 255);
$instance->addListener('pimcore.document.preUpdate', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AddDataportIdListener'] ?? ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AddDataportIdListener'] = new \Blackbit\DataDirectorBundle\EventListener\AddDataportIdListener()));
}, 1 => 'addDataportId'], 255);
$instance->addListener('pimcore.document.postUpdate', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AddDataportIdListener'] ?? ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AddDataportIdListener'] = new \Blackbit\DataDirectorBundle\EventListener\AddDataportIdListener()));
}, 1 => 'addDataportId'], 255);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\ContextListener'] ?? ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\ContextListener'] = new \Blackbit\DataDirectorBundle\EventListener\ContextListener()));
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('pimcore.bundle_manager.paths.css', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\PimcoreAdminListener'] ?? ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\PimcoreAdminListener'] = new \Blackbit\DataDirectorBundle\EventListener\PimcoreAdminListener()));
}, 1 => 'addCSSFiles'], 0);
$instance->addListener('pimcore.bundle_manager.paths.js', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\PimcoreAdminListener'] ?? ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\PimcoreAdminListener'] = new \Blackbit\DataDirectorBundle\EventListener\PimcoreAdminListener()));
}, 1 => 'addJSFiles'], 0);
$instance->addListener('pimcore.admin.resolve.elementAdminStyle', [0 => function () {
return ($this->privates['Blackbit\\DataDirectorBundle\\EventListener\\AdminStyleListener'] ?? $this->load('getAdminStyleListener2Service'));
}, 1 => 'onResolveElementAdminStyle'], -200);
$instance->addListener('Pimcore\\Bundle\\PortalEngineBundle\\Event\\DataObject\\UpdateIndexDataEvent', [0 => function () {
return ($this->privates['App\\PortalEngine\\EventListener\\MarketsActiveSubscriber'] ?? ($this->privates['App\\PortalEngine\\EventListener\\MarketsActiveSubscriber'] = new \App\PortalEngine\EventListener\MarketsActiveSubscriber()));
}, 1 => 'onUpdateIndexData'], 0);
$instance->addListener('Pimcore\\Bundle\\PortalEngineBundle\\Event\\DataObject\\ExtractMappingEvent', [0 => function () {
return ($this->privates['App\\PortalEngine\\EventListener\\MarketsActiveSubscriber'] ?? ($this->privates['App\\PortalEngine\\EventListener\\MarketsActiveSubscriber'] = new \App\PortalEngine\EventListener\MarketsActiveSubscriber()));
}, 1 => 'onExtractMapping'], 0);
$instance->addListener('Pimcore\\Bundle\\PortalEngineBundle\\Event\\DataObject\\ExtractMainImageEvent', [0 => function () {
return ($this->privates['App\\PortalEngine\\EventListener\\ExtractMainImageSubscriber'] ?? ($this->privates['App\\PortalEngine\\EventListener\\ExtractMainImageSubscriber'] = new \App\PortalEngine\EventListener\ExtractMainImageSubscriber()));
}, 1 => 'onExtractMainImage'], 0);
$instance->addListener('Pimcore\\Bundle\\PortalEngineBundle\\Event\\DataObject\\ExtractNameEvent', [0 => function () {
return ($this->privates['App\\PortalEngine\\EventListener\\ExtractNameSubscriber'] ?? ($this->privates['App\\PortalEngine\\EventListener\\ExtractNameSubscriber'] = new \App\PortalEngine\EventListener\ExtractNameSubscriber()));
}, 1 => 'onExtractName'], 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->getLocaleListener2Service());
}, 1 => 'setDefaultLocale'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
}, 1 => 'onKernelRequest'], 256);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
}, 1 => 'onResponse'], -255);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'removeCspHeader'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
}, 1 => 'onMessage'], -255);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
}, 1 => 'onMessage'], -255);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] ?? $this->getSessionListenerService());
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
}, 1 => 'onMessageFailed'], 100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
}, 1 => 'onMessageFailed'], 200);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
}, 1 => 'onWorkerStarted'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
}, 1 => 'onMessageFailed'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
}, 1 => 'onNotification'], -255);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
}, 1 => 'onVoterVote'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'configureLogoutUrlGenerator'], 8);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['security.authentication.kernel_exception_listener.two_factor.pimcore_admin'] ?? $this->load('getSecurity_Authentication_KernelExceptionListener_TwoFactor_PimcoreAdminService'));
}, 1 => 'onKernelException'], 2);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['security.authentication.form_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_PimcoreAdminService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
}, 1 => 'onLogin'], 9223372036854775807);
$instance->addListener('scheb_two_factor.authentication.require', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
}, 1 => 'onAccessDenied'], 0);
$instance->addListener('scheb_two_factor.authentication.form', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
}, 1 => 'onTwoFactorForm'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
}, 1 => 'onKernelResponse'], 1);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
}, 1 => 'onMessage'], 0);
$instance->addListener('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('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
}, 1 => 'onWorkerMessageHandled'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
}, 1 => 'onWorkerMessageFailed'], 0);
$instance->addListener('kernel.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('presta_sitemap.populate', [0 => function () {
return ($this->privates['presta_sitemap.eventlistener.route_annotation'] ?? $this->load('getPrestaSitemap_Eventlistener_RouteAnnotationService'));
}, 1 => 'registerRouteAnnotation'], 0);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
}, 1 => 'onLogin'], 9223372036854775806);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
}, 1 => 'onSuccessfulLogin'], -63);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
}, 1 => 'configure'], 1024);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\Session\\AdminSessionBagConfigurator'] ?? $this->getAdminSessionBagConfiguratorService());
}, 1 => 'onKernelRequest'], 127);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\Security\\Event\\LogoutListener'] ?? $this->load('getLogoutListenerService'));
}, 1 => 'onLogout'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener'] ?? $this->getAdminSecurityListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminAuthenticationDoubleCheckListener'] ?? $this->getAdminAuthenticationDoubleCheckListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] ?? $this->getCsrfProtectionListenerService());
}, 1 => 'handleRequest'], 11);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminExceptionListener'] ?? $this->load('getAdminExceptionListenerService'));
}, 1 => 'onKernelException'], 0);
$instance->addListener('pimcore.class.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener()));
}, 1 => 'onClassDelete'], 0);
$instance->addListener('pimcore.user.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener()));
}, 1 => 'onUserDelete'], 0);
$instance->addListener('pimcore.dataobject.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\GridConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener()));
}, 1 => 'onObjectDelete'], 0);
$instance->addListener('pimcore.class.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\ImportConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\ImportConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener()));
}, 1 => 'onClassDelete'], 0);
$instance->addListener('pimcore.user.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\ImportConfigListener'] ?? ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\ImportConfigListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener()));
}, 1 => 'onUserDelete'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSessionBagListener'] ?? $this->getAdminSessionBagListenerService());
}, 1 => 'onKernelRequest'], 127);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\HttpCacheListener'] ?? $this->getHttpCacheListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener'] ?? $this->getCustomAdminEntryPointCheckListenerService());
}, 1 => 'onKernelRequest'], 560);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener'] ?? $this->getUserPerspectiveListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener'] ?? $this->getUsageStatisticsListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\EnablePreviewTimeSliderListener'] ?? $this->getEnablePreviewTimeSliderListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('knp_pager.items', [0 => function () {
return ($this->privates['Pimcore\\Model\\Paginator\\EventSubscriber\\PaginateListingSubscriber'] ?? ($this->privates['Pimcore\\Model\\Paginator\\EventSubscriber\\PaginateListingSubscriber'] = new \Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber()));
}, 1 => 'items'], -5);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\PaginationSubscriber'] ?? ($this->privates['Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\PaginationSubscriber'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
}, 1 => 'before'], 0);
$instance->addListener('knp_pager.pagination', [0 => function () {
return ($this->privates['Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\PaginationSubscriber'] ?? ($this->privates['Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\PaginationSubscriber'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
}, 1 => 'pagination'], 0);
$instance->addListener('workflow.completed', [0 => function () {
return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotificationSubscriber'] ?? $this->load('getNotificationSubscriberService'));
}, 1 => 'onWorkflowCompleted'], 0);
$instance->addListener('workflow.completed', [0 => function () {
return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->getNotesSubscriberService());
}, 1 => 'onWorkflowCompleted'], 1);
$instance->addListener('workflow.enter', [0 => function () {
return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->getNotesSubscriberService());
}, 1 => 'onWorkflowEnter'], 0);
$instance->addListener('pimcore.workflow.preGlobalAction', [0 => function () {
return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->getNotesSubscriberService());
}, 1 => 'onPreGlobalAction'], 0);
$instance->addListener('pimcore.workflow.postGlobalAction', [0 => function () {
return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->getNotesSubscriberService());
}, 1 => 'onPostGlobalAction'], 0);
$instance->addListener('workflow.completed', [0 => function () {
return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\ChangePublishedStateSubscriber'] ?? ($this->privates['Pimcore\\Workflow\\EventSubscriber\\ChangePublishedStateSubscriber'] = new \Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber()));
}, 1 => 'onWorkflowCompleted'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener'] ?? $this->getRoutingListenerService());
}, 1 => 'onKernelRequest'], 512);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener'] ?? $this->getRoutingListenerService());
}, 1 => 'onKernelException'], 64);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener'] ?? $this->getPimcoreContextListenerService());
}, 1 => 'onKernelRequest'], 24);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener'] ?? $this->getDocumentFallbackListenerService());
}, 1 => 'onKernelRequest'], 20);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener'] ?? $this->getDocumentFallbackListenerService());
}, 1 => 'onKernelController'], 50);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelRequest'], 1);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener'] ?? $this->getTranslationDebugListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\DumpTranslationEntriesListener'] ?? $this->load('getDumpTranslationEntriesListenerService'));
}, 1 => 'onKernelTerminate'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\DumpTranslationEntriesListener'] ?? $this->load('getDumpTranslationEntriesListenerService'));
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener'] ?? $this->getElementListenerService());
}, 1 => 'onKernelController'], 30);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());
}, 1 => 'onKernelController'], 15);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());
}, 1 => 'onKernelRequest'], 700);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\HardlinkCanonicalListener'] ?? $this->getHardlinkCanonicalListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener'] ?? $this->getBlockStateListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener'] ?? $this->getBlockStateListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentMetaDataListener'] ?? $this->getDocumentMetaDataListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('pimcore.document.renderer.pre_render', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentRendererListener'] ?? $this->load('getDocumentRendererListenerService'));
}, 1 => 'onPreRender'], 0);
$instance->addListener('pimcore.document.renderer.post_render', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentRendererListener'] ?? $this->load('getDocumentRendererListenerService'));
}, 1 => 'onPostRender'], 0);
$instance->addListener('pimcore.document.postAdd', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
}, 1 => 'onPostAddUpdateDeleteDocument'], 0);
$instance->addListener('pimcore.document.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
}, 1 => 'onPostAddUpdateDeleteDocument'], 0);
$instance->addListener('pimcore.document.postUpdate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
}, 1 => 'onPostAddUpdateDeleteDocument'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
}, 1 => 'onKernelRequest'], 510);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? $this->getStaticPageGeneratorListenerService());
}, 1 => 'onKernelResponse'], -120);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ContentTemplateListener'] ?? $this->load('getContentTemplateListenerService'));
}, 1 => 'onKernelView'], 16);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('pimcore.dataobject.postAdd', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
}, 1 => 'onElementPostAdd'], 0);
$instance->addListener('pimcore.document.postAdd', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
}, 1 => 'onElementPostAdd'], 0);
$instance->addListener('pimcore.asset.postAdd', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
}, 1 => 'onElementPostAdd'], 0);
$instance->addListener('pimcore.dataobject.postDelete', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
}, 1 => 'onElementPostDelete'], 0);
$instance->addListener('pimcore.document.postDelete', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
}, 1 => 'onElementPostDelete'], 0);
$instance->addListener('pimcore.asset.postDelete', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
}, 1 => 'onElementPostDelete'], 0);
$instance->addListener('pimcore.admin.dataobject.get.preSendData', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
}, 1 => 'onAdminElementGetPreSendData'], 0);
$instance->addListener('pimcore.admin.asset.get.preSendData', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
}, 1 => 'onAdminElementGetPreSendData'], 0);
$instance->addListener('pimcore.admin.document.get.preSendData', [0 => function () {
return ($this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener'] ?? $this->load('getWorkflowManagementListenerService'));
}, 1 => 'onAdminElementGetPreSendData'], 0);
$instance->addListener('pimcore.dataobject.postCopy', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener()));
}, 1 => 'onPostCopy'], 0);
$instance->addListener('pimcore.document.postCopy', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener()));
}, 1 => 'onPostCopy'], 0);
$instance->addListener('pimcore.asset.postCopy', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener()));
}, 1 => 'onPostCopy'], 0);
$instance->addListener('pimcore.asset.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ElementTagsListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener()));
}, 1 => 'onPostAssetDelete'], -9999);
$instance->addListener('pimcore.dataobject.postAdd', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
}, 1 => 'onPostAddUpdateElement'], 0);
$instance->addListener('pimcore.document.postAdd', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
}, 1 => 'onPostAddUpdateElement'], 0);
$instance->addListener('pimcore.asset.postAdd', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
}, 1 => 'onPostAddUpdateElement'], 0);
$instance->addListener('pimcore.dataobject.preDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
}, 1 => 'onPreDeleteElement'], 0);
$instance->addListener('pimcore.document.preDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
}, 1 => 'onPreDeleteElement'], 0);
$instance->addListener('pimcore.asset.preDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
}, 1 => 'onPreDeleteElement'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
}, 1 => 'onPostAddUpdateElement'], 0);
$instance->addListener('pimcore.document.postUpdate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
}, 1 => 'onPostAddUpdateElement'], 0);
$instance->addListener('pimcore.asset.postUpdate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\SearchBackendListener'] ?? $this->load('getSearchBackendListenerService'));
}, 1 => 'onPostAddUpdateElement'], 0);
$instance->addListener('pimcore.dataobject.postAdd', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
}, 1 => 'onPostAdd'], 0);
$instance->addListener('pimcore.document.postAdd', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
}, 1 => 'onPostAdd'], 0);
$instance->addListener('pimcore.asset.postAdd', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
}, 1 => 'onPostAdd'], 0);
$instance->addListener('pimcore.class.postAdd', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
}, 1 => 'onPostAdd'], 0);
$instance->addListener('pimcore.dataobject.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
}, 1 => 'onPostDelete'], 0);
$instance->addListener('pimcore.document.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
}, 1 => 'onPostDelete'], 0);
$instance->addListener('pimcore.asset.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
}, 1 => 'onPostDelete'], 0);
$instance->addListener('pimcore.class.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\UUIDListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\UUIDListener()));
}, 1 => 'onPostDelete'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseExceptionListener'] ?? $this->load('getResponseExceptionListenerService'));
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener'] ?? $this->getResponseHeaderListenerService());
}, 1 => 'onKernelResponse'], 32);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'] ?? $this->getEditmodeListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'] ?? $this->getEditmodeListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseStackListener'] ?? $this->getResponseStackListenerService());
}, 1 => 'onKernelResponse'], 24);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\InternalWysiwygHtmlAttributeFilterListener'] ?? $this->getInternalWysiwygHtmlAttributeFilterListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener'] ?? $this->getGoogleSearchConsoleVerificationListenerService());
}, 1 => 'onKernelRequest'], 64);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\OutputTimestampListener'] ?? $this->getOutputTimestampListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener'] ?? $this->getWebDebugToolbarListenerService());
}, 1 => 'onKernelResponse'], -118);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageReceivedEvent', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\MessengerClearRuntimeCacheListener'] ?? ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\MessengerClearRuntimeCacheListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener()));
}, 1 => 'handle'], 0);
$instance->addListener('presta_sitemap.populate', [0 => function () {
return ($this->privates['Pimcore\\Sitemap\\EventListener\\SitemapGeneratorListener'] ?? $this->load('getSitemapGeneratorListenerService'));
}, 1 => 'onPopulateSitemap'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
}, 1 => 'onKernelRequest'], 7);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
}, 1 => 'onKernelResponse'], -115);
$instance->addListener('pimcore.targeting.pre_resolve', [0 => function () {
return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] ?? $this->getTargetingListenerService());
}, 1 => 'onPreResolve'], 0);
$instance->addListener('pimcore.targeting.pre_resolve', [0 => function () {
return ($this->privates['Pimcore\\Targeting\\EventListener\\DocumentTargetGroupListener'] ?? $this->load('getDocumentTargetGroupListenerService'));
}, 1 => 'onVisitorInfoResolve'], 0);
$instance->addListener('pimcore.cache.full_page.prepare_response', [0 => function () {
return ($this->privates['Pimcore\\Targeting\\EventListener\\FullPageCacheCookieCleanupListener'] ?? ($this->privates['Pimcore\\Targeting\\EventListener\\FullPageCacheCookieCleanupListener'] = new \Pimcore\Targeting\EventListener\FullPageCacheCookieCleanupListener()));
}, 1 => 'onPrepareFullPageCacheResponse'], 0);
$instance->addListener('pimcore.targeting.visited_pages_count_match', [0 => function () {
return ($this->privates['Pimcore\\Targeting\\EventListener\\VisitedPagesCountListener'] ?? $this->load('getVisitedPagesCountListenerService'));
}, 1 => 'onVisitedPagesCountMatch'], 0);
$instance->addListener('pimcore.targeting.post_resolve', [0 => function () {
return ($this->privates['Pimcore\\Targeting\\EventListener\\VisitedPagesCountListener'] ?? $this->load('getVisitedPagesCountListenerService'));
}, 1 => 'onPostResolveVisitorInfo'], 0);
$instance->addListener('pimcore.targeting.pre_resolve', [0 => function () {
return ($this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'] ?? $this->getToolbarListenerService());
}, 1 => 'onPreResolve'], -10);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'] ?? $this->getToolbarListenerService());
}, 1 => 'onKernelResponse'], -127);
$instance->addListener('pimcore.cache.full_page.ignored_session_keys', [0 => function () {
return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] ?? ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] = new \Pimcore\Targeting\EventListener\TargetingSessionBagListener()));
}, 1 => 'configureIgnoredSessionKeys'], 0);
$instance->addListener('pimcore.cache.full_page.prepare_response', [0 => function () {
return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] ?? ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] = new \Pimcore\Targeting\EventListener\TargetingSessionBagListener()));
}, 1 => 'prepareFullPageCacheResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] ?? ($this->privates['Pimcore\\Targeting\\EventListener\\TargetingSessionBagListener'] = new \Pimcore\Targeting\EventListener\TargetingSessionBagListener()));
}, 1 => 'onKernelRequest'], 127);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
}, 1 => 'onObjectUpdate'], 0);
$instance->addListener('pimcore.dataobject.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
}, 1 => 'onObjectDelete'], 0);
$instance->addListener('pimcore.document.postUpdate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
}, 1 => 'onDocumentUpdate'], 0);
$instance->addListener('pimcore.document.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
}, 1 => 'onDocumentDelete'], 0);
$instance->addListener('pimcore.asset.postUpdate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
}, 1 => 'onAssetUpdate'], 0);
$instance->addListener('pimcore.asset.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] ?? ($this->privates['Pimcore\\Bundle\\DataHubBundle\\EventListener\\DataChangeListener'] = new \Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener()));
}, 1 => 'onAssetDelete'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\DataHubSimpleRestBundle\\EventSubscriber\\ChangedEventSubscriber'] ?? $this->load('getChangedEventSubscriberService'));
}, 1 => 'updateElement'], 0);
$instance->addListener('pimcore.asset.postUpdate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\DataHubSimpleRestBundle\\EventSubscriber\\ChangedEventSubscriber'] ?? $this->load('getChangedEventSubscriberService'));
}, 1 => 'updateElement'], 0);
$instance->addListener('pimcore.asset.postAdd', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\DataHubSimpleRestBundle\\EventSubscriber\\ChangedEventSubscriber'] ?? $this->load('getChangedEventSubscriberService'));
}, 1 => 'updateElement'], 0);
$instance->addListener('pimcore.dataobject.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\DataHubSimpleRestBundle\\EventSubscriber\\ChangedEventSubscriber'] ?? $this->load('getChangedEventSubscriberService'));
}, 1 => 'deleteElement'], 0);
$instance->addListener('pimcore.asset.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\DataHubSimpleRestBundle\\EventSubscriber\\ChangedEventSubscriber'] ?? $this->load('getChangedEventSubscriberService'));
}, 1 => 'deleteElement'], 0);
$instance->addListener('pimcore.datahub.configuration.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\DataHubSimpleRestBundle\\EventSubscriber\\ConfigurationEventSubscriber'] ?? $this->load('getConfigurationEventSubscriber2Service'));
}, 1 => 'postDelete'], 0);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['Elements\\Bundle\\ProcessManagerBundle\\SystemEventsListener'] ?? ($this->privates['Elements\\Bundle\\ProcessManagerBundle\\SystemEventsListener'] = new \Elements\Bundle\ProcessManagerBundle\SystemEventsListener()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['Elements\\Bundle\\ProcessManagerBundle\\SystemEventsListener'] ?? ($this->privates['Elements\\Bundle\\ProcessManagerBundle\\SystemEventsListener'] = new \Elements\Bundle\ProcessManagerBundle\SystemEventsListener()));
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('pimcore.datahub.configuration.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\DataImporterBundle\\EventListener\\ConfigurationEventSubscriber'] ?? $this->load('getConfigurationEventSubscriber3Service'));
}, 1 => 'postDelete'], 0);
$instance->addListener('pimcore.datahub.configuration.postSave', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\DataImporterBundle\\EventListener\\ConfigurationEventSubscriber'] ?? $this->load('getConfigurationEventSubscriber3Service'));
}, 1 => 'postSave'], 0);
$instance->addListener('Pimcore\\Bundle\\DataHubFileExportBundle\\Event\\Admin\\ValidateConfigEvent', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\DataHubFileExportBundle\\EventSubscriber\\AdminSubscriber'] ?? ($this->privates['Pimcore\\Bundle\\DataHubFileExportBundle\\EventSubscriber\\AdminSubscriber'] = new \Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\AdminSubscriber()));
}, 1 => 'isValidConfig'], 0);
$instance->addListener('Pimcore\\Bundle\\DataHubFileExportBundle\\Event\\Admin\\ResetConfigEvent', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\DataHubFileExportBundle\\EventSubscriber\\AdminSubscriber'] ?? ($this->privates['Pimcore\\Bundle\\DataHubFileExportBundle\\EventSubscriber\\AdminSubscriber'] = new \Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\AdminSubscriber()));
}, 1 => 'resetConfig'], 0);
$instance->addListener('pimcore.datahub.configuration.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\DataHubFileExportBundle\\EventSubscriber\\ConfigurationEventSubscriber'] ?? ($this->privates['Pimcore\\Bundle\\DataHubFileExportBundle\\EventSubscriber\\ConfigurationEventSubscriber'] = new \Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\ConfigurationEventSubscriber()));
}, 1 => 'postDelete'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\DataHubFileExportBundle\\EventSubscriber\\DataObjectSubscriber'] ?? ($this->privates['Pimcore\\Bundle\\DataHubFileExportBundle\\EventSubscriber\\DataObjectSubscriber'] = new \Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\DataObjectSubscriber()));
}, 1 => 'doExport'], 0);
$instance->addListener('pimcore.dataobject.postAdd', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\DataHubFileExportBundle\\EventSubscriber\\DataObjectSubscriber'] ?? ($this->privates['Pimcore\\Bundle\\DataHubFileExportBundle\\EventSubscriber\\DataObjectSubscriber'] = new \Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\DataObjectSubscriber()));
}, 1 => 'doExport'], 0);
$instance->addListener('pimcore.dataobject.preDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\DataHubFileExportBundle\\EventSubscriber\\DataObjectSubscriber'] ?? ($this->privates['Pimcore\\Bundle\\DataHubFileExportBundle\\EventSubscriber\\DataObjectSubscriber'] = new \Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\DataObjectSubscriber()));
}, 1 => 'preDelete'], 0);
$instance->addListener('pimcore.admin.indexAction.settings', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\AdminSettingsSubscriber'] ?? ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\AdminSettingsSubscriber'] = new \Pimcore\Bundle\PortalEngineBundle\EventSubscriber\AdminSettingsSubscriber([])));
}, 1 => 'getSettings'], 0);
$instance->addListener('pimcore.asset.postUpdate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\AssetUpdateSubscriber'] ?? $this->load('getAssetUpdateSubscriberService'));
}, 1 => 'updateAsset'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\BatchTaskSubscriber'] ?? $this->load('getBatchTaskSubscriberService'));
}, 1 => 'onBatchTaskMessageFailed'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\BatchTaskSubscriber'] ?? $this->load('getBatchTaskSubscriberService'));
}, 1 => 'onWorkerMessageHandled'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\BatchTaskSubscriber'] ?? $this->load('getBatchTaskSubscriberService'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('pimcore.dataobject.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DeleteElementSubscriber'] ?? $this->load('getDeleteElementSubscriberService'));
}, 1 => 'onDataObjectPostDelete'], 0);
$instance->addListener('pimcore.asset.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DeleteElementSubscriber'] ?? $this->load('getDeleteElementSubscriberService'));
}, 1 => 'onAssetPostDelete'], 0);
$instance->addListener('Pimcore\\Bundle\\PortalEngineBundle\\Event\\Permission\\DataPoolUpdateItemEvent', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DenyPermissionsForFolders'] ?? $this->load('getDenyPermissionsForFoldersService'));
}, 1 => 'denyAccessForRootAndUploadFolder'], 0);
$instance->addListener('Pimcore\\Bundle\\PortalEngineBundle\\Event\\Permission\\DataPoolDeleteItemEvent', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DenyPermissionsForFolders'] ?? $this->load('getDenyPermissionsForFoldersService'));
}, 1 => 'denyAccessForRootAndUploadFolder'], 0);
$instance->addListener('Pimcore\\Bundle\\PortalEngineBundle\\Event\\Permission\\DataPoolSubfolderItemEvent', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DenyPermissionsForFolders'] ?? $this->load('getDenyPermissionsForFoldersService'));
}, 1 => 'denyAccessForUploadFolderOnly'], 0);
$instance->addListener('pimcore.document.postUpdate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DocumentCacheClearSubscriber'] ?? $this->load('getDocumentCacheClearSubscriberService'));
}, 1 => 'onDocumentSave'], 0);
$instance->addListener('pimcore.document.preUpdate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DocumentConfigSubscriber'] ?? $this->load('getDocumentConfigSubscriberService'));
}, 1 => 'onDocumentSave'], 0);
$instance->addListener('pimcore.document.preAdd', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DocumentConfigSubscriber'] ?? $this->load('getDocumentConfigSubscriberService'));
}, 1 => 'onDocumentAdd'], 0);
$instance->addListener('pimcore.document.postAdd', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DocumentConfigSubscriber'] ?? $this->load('getDocumentConfigSubscriberService'));
}, 1 => 'triggerUpdatePortalsJson'], 0);
$instance->addListener('pimcore.document.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DocumentConfigSubscriber'] ?? $this->load('getDocumentConfigSubscriberService'));
}, 1 => 'triggerUpdatePortalsJson'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DocumentConfigSubscriber'] ?? $this->load('getDocumentConfigSubscriberService'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DocumentConfigSubscriber'] ?? $this->load('getDocumentConfigSubscriberService'));
}, 1 => 'onTerminate'], -1000);
$instance->addListener('Pimcore\\Bundle\\PortalEngineBundle\\Event\\Download\\DownloadAssetEvent', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DownloadTrackerSubscriber'] ?? $this->load('getDownloadTrackerSubscriberService'));
}, 1 => 'onDownloadAsset'], 0);
$instance->addListener('pimcore.dataobject.postUpdate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
}, 1 => 'updateDataObject'], 0);
$instance->addListener('pimcore.dataobject.postAdd', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
}, 1 => 'updateDataObject'], 0);
$instance->addListener('pimcore.dataobject.preDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
}, 1 => 'deleteDataObject'], 0);
$instance->addListener('pimcore.class.postUpdate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
}, 1 => 'updateDataObjectMapping'], 0);
$instance->addListener('pimcore.class.postAdd', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
}, 1 => 'addDataObjectMapping'], 0);
$instance->addListener('pimcore.class.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
}, 1 => 'deleteDataObjectIndex'], 0);
$instance->addListener('pimcore.asset.postUpdate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
}, 1 => 'updateAsset'], 0);
$instance->addListener('pimcore.asset.postAdd', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
}, 1 => 'updateAsset'], 0);
$instance->addListener('pimcore.asset.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
}, 1 => 'deleteAsset'], 0);
$instance->addListener('pimcore.asset.metadata.configuration.postUpdate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
}, 1 => 'updateAssetMapping'], 0);
$instance->addListener('pimcore.asset.metadata.configuration.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
}, 1 => 'updateAssetMapping'], 0);
$instance->addListener('pimcore.tag.preDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
}, 1 => 'deleteTag'], 0);
$instance->addListener('pimcore.tag.postAddToElement', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
}, 1 => 'updateTagAssignment'], 0);
$instance->addListener('pimcore.tag.postRemoveFromElement', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\IndexUpdateSubscriber'] ?? $this->load('getIndexUpdateSubscriberService'));
}, 1 => 'updateTagAssignment'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\PrefixSubscriber'] ?? $this->getPrefixSubscriberService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\RequestSubscriber'] ?? $this->getRequestSubscriberService());
}, 1 => 'onKernelRequest'], 33);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\ResponseExceptionSubscriber'] ?? $this->load('getResponseExceptionSubscriberService'));
}, 1 => 'onKernelException'], -5);
$instance->addListener('pimcore.dataobject.preUpdate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $this->load('getSaveUserSubscriberService'));
}, 1 => 'onPreUpdate'], 0);
$instance->addListener('pimcore.dataobject.preAdd', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $this->load('getSaveUserSubscriberService'));
}, 1 => 'onPreUpdate'], 0);
$instance->addListener('pimcore.dataobject.postDelete', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $this->load('getSaveUserSubscriberService'));
}, 1 => 'onPostDelete'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? $this->getSecuritySubscriberService());
}, 1 => 'onKernelController'], 19);
$instance->addListener('pimcore.dataobject.preUpdate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? $this->getSecuritySubscriberService());
}, 1 => 'onPreUpdate'], 0);
$instance->addListener('pimcore.asset.preUpdate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? $this->getSecuritySubscriberService());
}, 1 => 'onPreUpdate'], 0);
$instance->addListener('Pimcore\\Bundle\\PortalEngineBundle\\Event\\DataObject\\ExtractMappingEvent', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SizeEstimationStrategyListener'] ?? $this->load('getSizeEstimationStrategyListenerService'));
}, 1 => 'onExtractMapping'], 0);
$instance->addListener('Pimcore\\Bundle\\PortalEngineBundle\\Event\\DataObject\\UpdateIndexDataEvent', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SizeEstimationStrategyListener'] ?? $this->load('getSizeEstimationStrategyListenerService'));
}, 1 => 'onUpdateIndexData'], 0);
$instance->addListener('Pimcore\\Bundle\\StatisticsExplorerBundle\\Events\\DataFilterModificationEvent', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\StatisticsSubscriber'] ?? $this->load('getStatisticsSubscriberService'));
}, 1 => 'modifyStatisticsFilter'], 0);
$instance->addListener('Pimcore\\Bundle\\StatisticsExplorerBundle\\Events\\DataResultEvent', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\StatisticsSubscriber'] ?? $this->load('getStatisticsSubscriberService'));
}, 1 => 'modifyDataResult'], 0);
$instance->addListener('Pimcore\\Bundle\\StatisticsExplorerBundle\\Events\\StatisticsServiceInitEvent', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\StatisticsSubscriber'] ?? $this->load('getStatisticsSubscriberService'));
}, 1 => 'addDataObjectClassSources'], 0);
$instance->addListener('Pimcore\\Bundle\\StatisticsExplorerBundle\\Events\\TableRenderEvent', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\StatisticsSubscriber'] ?? $this->load('getStatisticsSubscriberService'));
}, 1 => 'renderAssetListing'], 0);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
}, 1 => 'resetAssets'], 0);
$instance->addListener('pimcore.admin.asset.get.preSendData', [0 => function () {
return ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] ?? ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] = new \Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener()));
}, 1 => 'getPreSendData'], 0);
$instance->addListener('pimcore.admin.asset.list.beforeBatchUpdate', [0 => function () {
return ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] ?? ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] = new \Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener()));
}, 1 => 'assetListBeforeBatchUpdate'], 0);
$instance->addListener('pimcore.admin.asset.list.beforeUpdate', [0 => function () {
return ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] ?? ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] = new \Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener()));
}, 1 => 'assetListBeforeUpdate'], 0);
$instance->addListener('pimcore.admin.asset.getFieldGridConfig', [0 => function () {
return ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] ?? ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] = new \Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener()));
}, 1 => 'assetListGetFieldGridConfig'], 0);
$instance->addListener('pimcore.admin.asset.metadata.preSave', [0 => function () {
return ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] ?? ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] = new \Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener()));
}, 1 => 'assetMetadataPreSet'], 0);
$instance->addListener('pimcore.asset.preGetMetadata', [0 => function () {
return ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] ?? ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] = new \Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener()));
}, 1 => 'preGetMetadata'], 0);
$instance->addListener('pimcore.asset.preUpdate', [0 => function () {
return ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] ?? ($this->privates['pimcore_asset_metadata_classdefinitions.event_listener.main_listener'] = new \Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener()));
}, 1 => 'preUpdate'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\WorkflowDesignerBundle\\EventSubscriber\\ContainerClearSubscriber'] ?? $this->load('getContainerClearSubscriberService'));
}, 1 => 'onTerminate'], -5000);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['http_kernel'])) {
return $this->services['http_kernel'];
}
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.Pimcore\\Bundle\\CoreBundle\\Request\\ParamConverter\\DataObjectParamResolver'] ?? $this->load('getDataObjectParamResolverService'));
yield 1 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
yield 2 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
yield 3 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
yield 4 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
yield 5 => ($this->privates['debug.Pimcore\\Controller\\ArgumentValueResolver\\DocumentValueResolver'] ?? $this->load('getDocumentValueResolverService'));
yield 6 => ($this->privates['debug.Pimcore\\Controller\\ArgumentValueResolver\\EditmodeValueResolver'] ?? $this->load('getEditmodeValueResolverService'));
yield 7 => ($this->privates['debug.Pimcore\\Controller\\ArgumentValueResolver\\WebsiteConfigValueResolver'] ?? $this->load('getWebsiteConfigValueResolverService'));
yield 8 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
yield 9 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
yield 10 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
yield 11 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
}, 12)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
}
/**
* 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.pimcore-core.middleware.traceable'] ?? $this->load('getMessenger_Bus_Pimcorecore_Middleware_TraceableService'));
yield 1 => ($this->privates['messenger.bus.pimcore-core.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.pimcore-core.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.pimcore-core')));
yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
yield 6 => ($this->privates['messenger.bus.pimcore-core.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Pimcorecore_Middleware_HandleMessageService'));
}, 7)));
}
/**
* Gets the public 'monolog.logger.admin' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_AdminService()
{
$this->services['monolog.logger.admin'] = $instance = new \Symfony\Bridge\Monolog\Logger('admin');
$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 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->services['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.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'monolog.logger.doctrine' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_DoctrineService()
{
$this->services['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'monolog.logger.event' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_EventService()
{
$this->services['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'monolog.logger.http_client' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_HttpClientService()
{
$this->services['monolog.logger.http_client'] = $instance = new \Symfony\Bridge\Monolog\Logger('http_client');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'monolog.logger.init' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_InitService()
{
$this->services['monolog.logger.init'] = $instance = new \Symfony\Bridge\Monolog\Logger('init');
$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 'monolog.logger.php' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_PhpService()
{
$this->services['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'monolog.logger.portalengine.es' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_Portalengine_EsService()
{
$this->services['monolog.logger.portalengine.es'] = $instance = new \Symfony\Bridge\Monolog\Logger('portalengine.es');
$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 'monolog.logger.profiler' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_ProfilerService()
{
$this->services['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService()
{
$this->services['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 public 'monolog.logger.router' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RouterService()
{
$this->services['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'monolog.logger.routing' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RoutingService()
{
$this->services['monolog.logger.routing'] = $instance = new \Symfony\Bridge\Monolog\Logger('routing');
$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 'monolog.logger.security' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_SecurityService()
{
$this->services['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 public 'pimcore.cache.pool' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
*/
protected function getPimcore_Cache_PoolService()
{
$this->services['pimcore.cache.pool'] = $instance = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->privates['.pimcore.cache.pool.inner'] ?? $this->get_Pimcore_Cache_Pool_InnerService()), NULL);
if ($this->has('monolog.logger.cache')) {
$instance->setLogger(($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
}
return $instance;
}
/**
* Gets the public 'pimcore.routing.router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getPimcore_Routing_Router_RequestContextService()
{
$this->services['pimcore.routing.router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'testing.huegli-foodservice.c-2248.maxcluster.net', 'https', 80, 443);
$instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the public 'pimcore.templating.engine.delegating' shared autowired service.
*
* @return \Pimcore\Templating\TwigDefaultDelegatingEngine
*/
protected function getPimcore_Templating_Engine_DelegatingService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->services['pimcore.templating.engine.delegating'])) {
return $this->services['pimcore.templating.engine.delegating'];
}
return $this->services['pimcore.templating.engine.delegating'] = new \Pimcore\Templating\TwigDefaultDelegatingEngine($a, ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
}
/**
* 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\Cmf\Component\Routing\ChainRouter
*/
protected function getRouterService()
{
$a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
$this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
$b = ($this->services['pimcore.routing.router.request_context'] ?? $this->getPimcore_Routing_Router_RequestContextService());
$c = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper', 'strict_requirements' => true, 'resource_type' => 'service'], $b, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['monolog.logger.router'] ?? $this->getMonolog_Logger_RouterService()), 'en');
$c->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$c->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
$d = ($this->services['cmf_routing.route_provider'] ?? $this->getCmfRouting_RouteProviderService());
$e = new \Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter($b, new \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher($d, new \Symfony\Cmf\Component\Routing\NestedMatcher\UrlMatcher(new \Symfony\Component\Routing\RouteCollection(), new \Symfony\Component\Routing\RequestContext())), new \Symfony\Cmf\Component\Routing\ContentAwareGenerator($d, $a), '', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $d);
$e->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$e->addRouteEnhancer(new \Symfony\Cmf\Component\Routing\Enhancer\RouteContentEnhancer('_route_object', '_content'), 100);
$f = new \Pimcore\Routing\Staticroute\Router($b, ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
$g = ($this->services['monolog.logger.routing'] ?? $this->getMonolog_Logger_RoutingService());
$f->setLogger($g);
$f->setLocaleParams([]);
$f->setLogger($g);
$instance->setContext($b);
$instance->add($c, '300');
$instance->add($e, '200');
$instance->add(new \Pimcore\Routing\Element\Router($b, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService())), 110);
$instance->add($f, 100);
return $instance;
}
/**
* Gets the public 'var_dumper.cloner' shared service.
*
* @return \Symfony\Component\VarDumper\Cloner\VarCloner
*/
protected function getVarDumper_ClonerService()
{
$this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
$instance->setMaxItems(2500);
$instance->setMinDepth(1);
$instance->setMaxString(-1);
$instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
return $instance;
}
/**
* Gets the private '.debug.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\TraceableHttpClient
*/
protected function get_Debug_HttpClientService()
{
$a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
if ($this->has('monolog.logger.http_client')) {
$a->setLogger(($this->services['monolog.logger.http_client'] ?? $this->getMonolog_Logger_HttpClientService()));
}
return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private '.pimcore.cache.pool.inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableTagAwareAdapter
*/
protected function get_Pimcore_Cache_Pool_InnerService()
{
return $this->privates['.pimcore.cache.pool.inner'] = new \Symfony\Component\Cache\Adapter\TraceableTagAwareAdapter(($this->privates['.pimcore.cache.pool.inner.recorder_inner'] ?? $this->get_Pimcore_Cache_Pool_Inner_RecorderInnerService()));
}
/**
* Gets the private '.pimcore.cache.pool.inner.recorder_inner' shared autowired service.
*
* @return \Symfony\Component\Cache\Adapter\RedisTagAwareAdapter
*/
protected function get_Pimcore_Cache_Pool_Inner_RecorderInnerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['.pimcore.cache.pool.inner.recorder_inner'] = $this->createProxy('RedisTagAwareAdapter_310208a', function () {
return \RedisTagAwareAdapter_310208a::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->get_Pimcore_Cache_Pool_Inner_RecorderInnerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractTagAwareAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/RedisTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/RedisTagAwareAdapter.php';
$instance = new \Symfony\Component\Cache\Adapter\RedisTagAwareAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection('redis://localhost:6380', ['lazy' => true]), 'ce6bg0jXPI', 31536000, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$a = ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
$instance->setLogger($a);
$instance->setLogger($a);
return $instance;
}
/**
* Gets the private '.service_locator.KLVvNIq' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KLVvNIqService()
{
return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
], [
'doctrine.ulid_generator' => '?',
'doctrine.uuid_generator' => '?',
]);
}
/**
* Gets the private '.service_locator.VMNzrGt' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VMNzrGtService()
{
return $this->privates['.service_locator.VMNzrGt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
'security.firewall.map.context.pimcore_admin' => ['privates', 'security.firewall.map.context.pimcore_admin', 'getSecurity_Firewall_Map_Context_PimcoreAdminService', true],
'security.firewall.map.context.pimcore_admin_webdav' => ['privates', 'security.firewall.map.context.pimcore_admin_webdav', 'getSecurity_Firewall_Map_Context_PimcoreAdminWebdavService', true],
'security.firewall.map.context.portal_engine' => ['privates', 'security.firewall.map.context.portal_engine', 'getSecurity_Firewall_Map_Context_PortalEngineService', true],
], [
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.pimcore_admin' => '?',
'security.firewall.map.context.pimcore_admin_webdav' => '?',
'security.firewall.map.context.portal_engine' => '?',
]);
}
/**
* Gets the private 'Pimcore\Analytics\Google\Tracker' shared autowired service.
*
* @return \Pimcore\Analytics\Google\Tracker
*/
protected function getTrackerService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['Pimcore\\Analytics\\Google\\Tracker'])) {
return $this->privates['Pimcore\\Analytics\\Google\\Tracker'];
}
$b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['Pimcore\\Analytics\\Google\\Tracker'])) {
return $this->privates['Pimcore\\Analytics\\Google\\Tracker'];
}
$this->privates['Pimcore\\Analytics\\Google\\Tracker'] = $instance = new \Pimcore\Analytics\Google\Tracker(($this->privates['Pimcore\\Analytics\\SiteId\\SiteIdProvider'] ?? $this->getSiteIdProviderService()), ($this->privates['Pimcore\\Analytics\\Google\\Config\\ConfigProvider'] ?? ($this->privates['Pimcore\\Analytics\\Google\\Config\\ConfigProvider'] = new \Pimcore\Analytics\Google\Config\ConfigProvider())), $a, $b);
$instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Analytics\SiteId\SiteIdProvider' shared autowired service.
*
* @return \Pimcore\Analytics\SiteId\SiteIdProvider
*/
protected function getSiteIdProviderService()
{
return $this->privates['Pimcore\\Analytics\\SiteId\\SiteIdProvider'] = new \Pimcore\Analytics\SiteId\SiteIdProvider(($this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] ?? $this->getSiteResolverService()));
}
/**
* Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener
*/
protected function getAdminAuthenticationDoubleCheckListenerService()
{
$this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminAuthenticationDoubleCheckListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener(($this->privates['Pimcore\\Http\\RequestMatcherFactory'] ?? ($this->privates['Pimcore\\Http\\RequestMatcherFactory'] = new \Pimcore\Http\RequestMatcherFactory())), ($this->services['Pimcore\\Security\\User\\TokenStorageUserResolver'] ?? $this->getTokenStorageUserResolverService()), $this->parameters['pimcore.admin.unauthenticated_routes']);
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener
*/
protected function getAdminSecurityListenerService()
{
$this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\ContentSecurityPolicyHandler'] ?? $this->getContentSecurityPolicyHandlerService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener
*/
protected function getAdminSessionBagListenerService()
{
return $this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSessionBagListener'] = new \Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener(($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
}
/**
* Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener
*/
protected function getCsrfProtectionListenerService()
{
$this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener(($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler'] ?? $this->getCsrfProtectionHandlerService()));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener
*/
protected function getCustomAdminEntryPointCheckListenerService()
{
$this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener(NULL);
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener
*/
protected function getEnablePreviewTimeSliderListenerService()
{
$this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\EnablePreviewTimeSliderListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener(($this->services['Pimcore\\Http\\Request\\Resolver\\OutputTimestampResolver'] ?? $this->getOutputTimestampResolverService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()));
$instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener
*/
protected function getHttpCacheListenerService()
{
$this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\HttpCacheListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener
*/
protected function getUsageStatisticsListenerService()
{
$this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener(($this->services['Pimcore\\Security\\User\\TokenStorageUserResolver'] ?? $this->getTokenStorageUserResolverService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener
*/
protected function getUserPerspectiveListenerService()
{
$this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener(($this->services['Pimcore\\Security\\User\\TokenStorageUserResolver'] ?? $this->getTokenStorageUserResolverService()));
$a = ($this->services['monolog.logger.admin'] ?? $this->getMonolog_Logger_AdminService());
$instance->setLogger($a);
$instance->setLogger($a);
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\AdminBundle\Session\AdminSessionBagConfigurator' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\Session\AdminSessionBagConfigurator
*/
protected function getAdminSessionBagConfiguratorService()
{
return $this->privates['Pimcore\\Bundle\\AdminBundle\\Session\\AdminSessionBagConfigurator'] = new \Pimcore\Bundle\AdminBundle\Session\AdminSessionBagConfigurator(($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector
*/
protected function getPimcoreDataCollectorService()
{
return $this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreDataCollector'] = new \Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector
*/
protected function getPimcoreTargetingDataCollectorService()
{
$a = ($this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'] ?? $this->getTargetingDataCollectorService());
if (isset($this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreTargetingDataCollector'])) {
return $this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreTargetingDataCollector'];
}
return $this->privates['Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreTargetingDataCollector'] = new \Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector(($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] ?? ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] = new \Pimcore\Targeting\VisitorInfoStorage())), ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), $a);
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener
*/
protected function getBlockStateListenerService()
{
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener(($this->services['Pimcore\\Document\\Editable\\Block\\BlockStateStack'] ?? ($this->services['Pimcore\\Document\\Editable\\Block\\BlockStateStack'] = new \Pimcore\Document\Editable\Block\BlockStateStack())));
$a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
$instance->setLogger($a);
$instance->setLogger($a);
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener
*/
protected function getDocumentFallbackListenerService()
{
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] ?? $this->getSiteResolverService()), ($this->services['Pimcore\\Model\\Document\\Service'] ?? ($this->services['Pimcore\\Model\\Document\\Service'] = new \Pimcore\Model\Document\Service())));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener
*/
protected function getDocumentMetaDataListenerService()
{
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentMetaDataListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener(($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadMeta'] ?? $this->getHeadMetaService()));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener
*/
protected function getEditmodeListenerService()
{
$a = ($this->services['Pimcore\\Extension\\Bundle\\PimcoreBundleManager'] ?? $this->getPimcoreBundleManagerService());
if (isset($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'])) {
return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'];
}
$b = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'])) {
return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'];
}
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener(($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->privates['Pimcore\\Security\\User\\UserLoader'] ?? $this->getUserLoaderService()), $a, $b, ($this->privates['Pimcore\\Document\\Editable\\EditmodeEditableDefinitionCollector'] ?? ($this->privates['Pimcore\\Document\\Editable\\EditmodeEditableDefinitionCollector'] = new \Pimcore\Document\Editable\EditmodeEditableDefinitionCollector())));
$instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener
*/
protected function getElementListenerService()
{
$a = ($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService());
if (isset($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener'])) {
return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener'];
}
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener(($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->privates['Pimcore\\Security\\User\\UserLoader'] ?? $this->getUserLoaderService()), $a, ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
$b = ($this->services['monolog.logger.init'] ?? $this->getMonolog_Logger_InitService());
$instance->setLogger($b);
$instance->setLogger($b);
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener
*/
protected function getGlobalTemplateVariablesListenerService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'])) {
return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'];
}
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener(($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService()), $a);
$instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener
*/
protected function getGoogleSearchConsoleVerificationListenerService()
{
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener();
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener
*/
protected function getHardlinkCanonicalListenerService()
{
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\HardlinkCanonicalListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener(($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener
*/
protected function getInternalWysiwygHtmlAttributeFilterListenerService()
{
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\InternalWysiwygHtmlAttributeFilterListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener();
$instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
$instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener
*/
protected function getLocaleListenerService()
{
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener();
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener
*/
protected function getOutputTimestampListenerService()
{
return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\OutputTimestampListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener(($this->services['Pimcore\\Http\\Request\\Resolver\\OutputTimestampResolver'] ?? $this->getOutputTimestampResolverService()));
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener
*/
protected function getRoutingListenerService()
{
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->privates['Pimcore\\Routing\\RedirectHandler'] ?? $this->getRedirectHandlerService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] ?? $this->getSiteResolverService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener
*/
protected function getStaticPageGeneratorListenerService()
{
$a = ($this->services['Pimcore\\Document\\StaticPageGenerator'] ?? $this->getStaticPageGeneratorService());
if (isset($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'])) {
return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'];
}
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener($a, ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
$instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener
*/
protected function getMaintenancePageListenerService()
{
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener(($this->services['kernel'] ?? $this->get('kernel', 1)));
$instance->loadTemplateFromResource('@PimcoreCoreBundle/Resources/misc/maintenance.html');
$instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener
*/
protected function getPimcoreContextListenerService()
{
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
$instance->setLogger($a);
$instance->setLogger($a);
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener
*/
protected function getResponseHeaderListenerService()
{
return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener(($this->services['Pimcore\\Http\\Request\\Resolver\\ResponseHeaderResolver'] ?? $this->getResponseHeaderResolverService()));
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener
*/
protected function getResponseStackListenerService()
{
return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseStackListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener(($this->privates['Pimcore\\Http\\ResponseStack'] ?? ($this->privates['Pimcore\\Http\\ResponseStack'] = new \Pimcore\Http\ResponseStack())));
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener
*/
protected function getTranslationDebugListenerService()
{
return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener(($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()), 'pimcore_debug_translations');
}
/**
* Gets the private 'Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebDebugToolbarListenerService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener'])) {
return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener'];
}
return $this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener'] = new \Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->privates['Pimcore\\Http\\RequestMatcherFactory'] ?? ($this->privates['Pimcore\\Http\\RequestMatcherFactory'] = new \Pimcore\Http\RequestMatcherFactory())), ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService()), $a, $this->parameters['pimcore.web_profiler.toolbar.excluded_routes']);
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber
*/
protected function getPrefixSubscriberService()
{
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\PrefixSubscriber'] = new \Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Document\\PrefixService'] ?? $this->getPrefixServiceService()));
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber
*/
protected function getRequestSubscriberService()
{
$a = ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PortalConfig\\PortalConfigService'] ?? $this->getPortalConfigServiceService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\RequestSubscriber'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\RequestSubscriber'];
}
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\RequestSubscriber'] = new \Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber($a, ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\SecurityService'] ?? $this->getSecurityServiceService()));
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber
*/
protected function getSecuritySubscriberService()
{
$a = ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PortalConfig\\PortalConfigService'] ?? $this->getPortalConfigServiceService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'];
}
$b = ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? $this->getPublicShareServiceService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'];
}
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] = new \Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\SecurityService'] ?? $this->getSecurityServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b, []);
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\Asset\NameExtractorService' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\Service\Asset\NameExtractorService
*/
protected function getNameExtractorServiceService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Asset\\NameExtractorService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Asset\\NameExtractorService'];
}
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Asset\\NameExtractorService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\Asset\NameExtractorService($a);
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\Asset\SearchIndexFieldDefinitionService' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\Service\Asset\SearchIndexFieldDefinitionService
*/
protected function getSearchIndexFieldDefinitionServiceService()
{
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Asset\\SearchIndexFieldDefinitionService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\Asset\SearchIndexFieldDefinitionService(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'asset' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\AssetRelationAdapter', 'getAssetRelationAdapterService', true],
'calculatedValue' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\TextAdapter', 'getTextAdapterService', true],
'checkbox' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\BooleanAdapter', 'getBooleanAdapter2Service', true],
'country' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\CountryAdapter', 'getCountryAdapterService', true],
'date' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\DateAdapter', 'getDateAdapter2Service', true],
'datetime' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\DateTimeAdapter', 'getDateTimeAdapterService', true],
'input' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\TextAdapter', 'getTextAdapterService', true],
'language' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\LanguageAdapter', 'getLanguageAdapterService', true],
'manyToManyRelation' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\ManyToManyRelationAdapter', 'getManyToManyRelationAdapterService', true],
'multiselect' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\MultiSelectAdapter', 'getMultiSelectAdapter2Service', true],
'numeric' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\NumericAdapter', 'getNumericAdapterService', true],
'object' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\ObjectRelationAdapter', 'getObjectRelationAdapterService', true],
'select' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\SelectAdapter', 'getSelectAdapter2Service', true],
'textarea' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\TextAdapter', 'getTextAdapterService', true],
'wysiwyg' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\FieldDefinitionAdapter\\DefaultAdapter', 'getDefaultAdapter2Service', true],
], [
'asset' => '?',
'calculatedValue' => '?',
'checkbox' => '?',
'country' => '?',
'date' => '?',
'datetime' => '?',
'input' => '?',
'language' => '?',
'manyToManyRelation' => '?',
'multiselect' => '?',
'numeric' => '?',
'object' => '?',
'select' => '?',
'textarea' => '?',
'wysiwyg' => '?',
]));
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\Asset\ThumbnailService' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\Service\Asset\ThumbnailService
*/
protected function getThumbnailServiceService()
{
$a = ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataObject\\MainImageExtractorService'] ?? $this->getMainImageExtractorServiceService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Asset\\ThumbnailService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Asset\\ThumbnailService'];
}
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Asset\\ThumbnailService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\Asset\ThumbnailService($a);
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\Collection\CollectionService' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\Service\Collection\CollectionService
*/
protected function getCollectionServiceService()
{
$a = ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\IndexQueueService'] ?? $this->getIndexQueueServiceService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'];
}
$b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'];
}
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\Collection\CollectionService(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Entity\\EntityManagerService'] ?? $this->getEntityManagerServiceService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\SecurityService'] ?? $this->getSecurityServiceService()), $a, ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataPool\\DataPoolConfigService'] ?? $this->getDataPoolConfigServiceService()), $b);
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\Content\HeadTitleService' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\Service\Content\HeadTitleService
*/
protected function getHeadTitleServiceService()
{
$a = ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PortalConfig\\PortalConfigService'] ?? $this->getPortalConfigServiceService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Content\\HeadTitleService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Content\\HeadTitleService'];
}
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Content\\HeadTitleService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\Content\HeadTitleService(($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()), $a);
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\Content\NavigationService' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\Service\Content\NavigationService
*/
protected function getNavigationServiceService()
{
$a = ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Navigation'] ?? $this->getNavigationService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Content\\NavigationService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Content\\NavigationService'];
}
$b = ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PortalConfig\\PortalConfigService'] ?? $this->getPortalConfigServiceService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Content\\NavigationService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Content\\NavigationService'];
}
$c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Content\\NavigationService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Content\\NavigationService'];
}
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Content\\NavigationService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\Content\NavigationService($a, $b, new \Pimcore\Bundle\PortalEngineBundle\Service\Content\PageConfigService(), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataPool\\DataPoolConfigService'] ?? $this->getDataPoolConfigServiceService()), $c, ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()));
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\DataObject\MainImageExtractorService' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\Service\DataObject\MainImageExtractorService
*/
protected function getMainImageExtractorServiceService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataObject\\MainImageExtractorService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataObject\\MainImageExtractorService'];
}
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataObject\\MainImageExtractorService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\DataObject\MainImageExtractorService($a);
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\DataObject\NameExtractorService' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\Service\DataObject\NameExtractorService
*/
protected function getNameExtractorService3Service()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataObject\\NameExtractorService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataObject\\NameExtractorService'];
}
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataObject\\NameExtractorService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\DataObject\NameExtractorService($a);
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\DataObject\SearchIndexFieldDefinitionService' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\Service\DataObject\SearchIndexFieldDefinitionService
*/
protected function getSearchIndexFieldDefinitionService2Service()
{
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataObject\\SearchIndexFieldDefinitionService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\DataObject\SearchIndexFieldDefinitionService(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'advancedManyToManyObjectRelation' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\AdvancedManyToManyObjectRelationAdapter', 'getAdvancedManyToManyObjectRelationAdapter2Service', true],
'advancedManyToManyRelation' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\AdvancedManyToManyRelationAdapter', 'getAdvancedManyToManyRelationAdapter2Service', true],
'calculatedValue' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\TextAdapter', 'getTextAdapter2Service', true],
'checkbox' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\BooleanAdapter', 'getBooleanAdapter4Service', true],
'country' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\CountryAdapter', 'getCountryAdapter3Service', true],
'countrymultiselect' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\CountryMultiSelectAdapter', 'getCountryMultiSelectAdapter2Service', true],
'date' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\DateAdapter', 'getDateAdapter4Service', true],
'datetime' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\DateTimeAdapter', 'getDateTimeAdapter3Service', true],
'input' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\TextAdapter', 'getTextAdapter2Service', true],
'inputQuantityValue' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\QuantityValueAdapter', 'getQuantityValueAdapter2Service', true],
'language' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\LanguageAdapter', 'getLanguageAdapter3Service', true],
'languagemultiselect' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\LanguageMultiSelectAdapter', 'getLanguageMultiSelectAdapter2Service', true],
'localizedfields' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\LocalizedFieldsAdapter', 'getLocalizedFieldsAdapter2Service', true],
'manyToManyObjectRelation' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\ManyToManyObjectRelationAdapter', 'getManyToManyObjectRelationAdapter2Service', true],
'manyToManyRelation' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\ManyToManyRelationAdapter', 'getManyToManyRelationAdapter3Service', true],
'manyToOneRelation' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\ManyToOneRelationAdapter', 'getManyToOneRelationAdapter2Service', true],
'multiselect' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\MultiSelectAdapter', 'getMultiSelectAdapter4Service', true],
'numeric' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\NumericAdapter', 'getNumericAdapter2Service', true],
'quantityValue' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\QuantityValueAdapter', 'getQuantityValueAdapter2Service', true],
'select' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\SelectAdapter', 'getSelectAdapter4Service', true],
'slider' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\NumericAdapter', 'getNumericAdapter2Service', true],
'textarea' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\TextAdapter', 'getTextAdapter2Service', true],
'wysiwyg' => [false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\FieldDefinitionAdapter\\DefaultAdapter', 'getDefaultAdapter4Service', true],
], [
'advancedManyToManyObjectRelation' => '?',
'advancedManyToManyRelation' => '?',
'calculatedValue' => '?',
'checkbox' => '?',
'country' => '?',
'countrymultiselect' => '?',
'date' => '?',
'datetime' => '?',
'input' => '?',
'inputQuantityValue' => '?',
'language' => '?',
'languagemultiselect' => '?',
'localizedfields' => '?',
'manyToManyObjectRelation' => '?',
'manyToManyRelation' => '?',
'manyToOneRelation' => '?',
'multiselect' => '?',
'numeric' => '?',
'quantityValue' => '?',
'select' => '?',
'slider' => '?',
'textarea' => '?',
'wysiwyg' => '?',
]));
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\DataPool\DataPoolConfigService' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\Service\DataPool\DataPoolConfigService
*/
protected function getDataPoolConfigServiceService()
{
$a = ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PortalConfig\\PortalConfigService'] ?? $this->getPortalConfigServiceService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataPool\\DataPoolConfigService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataPool\\DataPoolConfigService'];
}
$b = ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Document\\LanguageVariantService'] ?? $this->getLanguageVariantServiceService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataPool\\DataPoolConfigService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataPool\\DataPoolConfigService'];
}
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataPool\\DataPoolConfigService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\DataPool\DataPoolConfigService(($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), $a, $b);
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\DataPool\TranslatorService' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\Service\DataPool\TranslatorService
*/
protected function getTranslatorServiceService()
{
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataPool\\TranslatorService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\DataPool\TranslatorService(($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()), ($this->services['Pimcore\\Localization\\LocaleServiceInterface'] ?? $this->getLocaleServiceInterfaceService()));
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\Document\LanguageVariantService' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\Service\Document\LanguageVariantService
*/
protected function getLanguageVariantServiceService()
{
$a = ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PortalConfig\\PortalConfigService'] ?? $this->getPortalConfigServiceService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Document\\LanguageVariantService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Document\\LanguageVariantService'];
}
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Document\\LanguageVariantService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\Document\LanguageVariantService(($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), $a);
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\Document\PrefixService' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\Service\Document\PrefixService
*/
protected function getPrefixServiceService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Document\\PrefixService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Document\\PrefixService'];
}
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Document\\PrefixService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\Document\PrefixService($a, ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataPool\\DataPoolConfigService'] ?? $this->getDataPoolConfigServiceService()));
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\Element\NameExtractorService' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\Service\Element\NameExtractorService
*/
protected function getNameExtractorService2Service()
{
$a = ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Asset\\NameExtractorService'] ?? $this->getNameExtractorServiceService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Element\\NameExtractorService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Element\\NameExtractorService'];
}
$b = ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataObject\\NameExtractorService'] ?? $this->getNameExtractorService3Service());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Element\\NameExtractorService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Element\\NameExtractorService'];
}
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Element\\NameExtractorService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\Element\NameExtractorService($a, $b);
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\Entity\EntityManagerService' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\Service\Entity\EntityManagerService
*/
protected function getEntityManagerServiceService()
{
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Entity\\EntityManagerService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\Entity\EntityManagerService(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\PortalConfig\PortalConfigService' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\Service\PortalConfig\PortalConfigService
*/
protected function getPortalConfigServiceService()
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PortalConfig\\PortalConfigService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PortalConfig\\PortalConfigService'];
}
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PortalConfig\\PortalConfigService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\PortalConfig\PortalConfigService($a, ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\PublicShare\PublicShareService' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\Service\PublicShare\PublicShareService
*/
protected function getPublicShareServiceService()
{
$a = ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? $this->getCollectionServiceService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'];
}
$b = ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\IndexQueueService'] ?? $this->getIndexQueueServiceService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'];
}
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\PublicShare\PublicShareService(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Entity\\EntityManagerService'] ?? $this->getEntityManagerServiceService()), $a, ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\SecurityService'] ?? $this->getSecurityServiceService()), $b, ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataPool\\DataPoolConfigService'] ?? $this->getDataPoolConfigServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\Asset\IndexService' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\Asset\IndexService
*/
protected function getIndexService2Service()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\IndexService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\IndexService'];
}
$b = ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Element\\NameExtractorService'] ?? $this->getNameExtractorService2Service());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\IndexService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\IndexService'];
}
$c = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
$this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\IndexService'] = $instance = new \Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\Asset\IndexService($c, $a, ($this->services['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\ElasticSearchConfigService'] ?? $this->getElasticSearchConfigServiceService()), $b, ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Entity\\EntityManagerService'] ?? $this->getEntityManagerServiceService()));
$instance->setEsClient(($this->privates['pimcore.portal_engine.es_client'] ?? $this->getPimcore_PortalEngine_EsClientService()));
$instance->setCoreFieldsConfig($this->parameters['pimcore_portal_engine.core_fields_configuration']);
$instance->setFieldDefinitionService(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Asset\\SearchIndexFieldDefinitionService'] ?? $this->getSearchIndexFieldDefinitionServiceService()));
$instance->setThumbnailService(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Asset\\ThumbnailService'] ?? $this->getThumbnailServiceService()));
$instance->setWorkflowService(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Workflow\\WorkflowService'] ?? $this->getWorkflowServiceService()));
$instance->setLogger($c);
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\DataObject\IndexService' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\DataObject\IndexService
*/
protected function getIndexService3Service()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\IndexService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\IndexService'];
}
$b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
$this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\IndexService'] = $instance = new \Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\DataObject\IndexService($b, $a, ($this->services['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\ElasticSearchConfigService'] ?? $this->getElasticSearchConfigServiceService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Element\\NameExtractorService'] ?? $this->getNameExtractorService2Service()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Entity\\EntityManagerService'] ?? $this->getEntityManagerServiceService()));
$instance->setEsClient(($this->privates['pimcore.portal_engine.es_client'] ?? $this->getPimcore_PortalEngine_EsClientService()));
$instance->setCoreFieldsConfig($this->parameters['pimcore_portal_engine.core_fields_configuration']);
$instance->setFieldDefinitionService(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataObject\\SearchIndexFieldDefinitionService'] ?? $this->getSearchIndexFieldDefinitionService2Service()));
$instance->setMainImageExtractorService(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataObject\\MainImageExtractorService'] ?? $this->getMainImageExtractorServiceService()));
$instance->setContainerParamBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
$instance->setLogger($b);
return $instance;
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\IndexQueueService' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\IndexQueueService
*/
protected function getIndexQueueServiceService()
{
$a = ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\DataObject\\IndexService'] ?? $this->getIndexService3Service());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\IndexQueueService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\IndexQueueService'];
}
$b = ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\Asset\\IndexService'] ?? $this->getIndexService2Service());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\IndexQueueService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\IndexQueueService'];
}
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\IndexQueueService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\IndexQueueService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\ElasticSearchConfigService'] ?? $this->getElasticSearchConfigServiceService()), $a, $b);
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\Security\SecurityService' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\Service\Security\SecurityService
*/
protected function getSecurityServiceService()
{
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\SecurityService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\Security\SecurityService(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\User\AvatarService' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\Service\User\AvatarService
*/
protected function getAvatarServiceService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\User\\AvatarService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\User\\AvatarService'];
}
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\User\\AvatarService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\User\AvatarService(($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\SecurityService'] ?? $this->getSecurityServiceService()), $a);
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\Service\Workflow\WorkflowService' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\Service\Workflow\WorkflowService
*/
protected function getWorkflowServiceService()
{
$a = ($this->services['Pimcore\\Workflow\\Manager'] ?? $this->getManagerService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Workflow\\WorkflowService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Workflow\\WorkflowService'];
}
$b = ($this->privates['Pimcore\\Workflow\\ActionsButtonService'] ?? $this->getActionsButtonServiceService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Workflow\\WorkflowService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Workflow\\WorkflowService'];
}
$c = ($this->services['Pimcore\\Workflow\\Place\\StatusInfo'] ?? $this->getStatusInfoService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Workflow\\WorkflowService'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Workflow\\WorkflowService'];
}
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Workflow\\WorkflowService'] = new \Pimcore\Bundle\PortalEngineBundle\Service\Workflow\WorkflowService($a, ($this->privates['workflow.registry'] ?? ($this->privates['workflow.registry'] = new \Symfony\Component\Workflow\Registry())), $b, $c, ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataPool\\TranslatorService'] ?? $this->getTranslatorServiceService()), ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\SecurityService'] ?? $this->getSecurityServiceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\Twig\ContentExtension' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\Twig\ContentExtension
*/
protected function getContentExtensionService()
{
$a = ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Content\\NavigationService'] ?? $this->getNavigationServiceService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Twig\\ContentExtension'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Twig\\ContentExtension'];
}
$b = ($this->privates['Pimcore\\Templating\\Renderer\\IncludeRenderer'] ?? $this->getIncludeRendererService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Twig\\ContentExtension'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Twig\\ContentExtension'];
}
$c = ($this->privates['Pimcore\\Navigation\\Renderer\\Breadcrumbs'] ?? $this->getBreadcrumbsService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Twig\\ContentExtension'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Twig\\ContentExtension'];
}
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Twig\\ContentExtension'] = new \Pimcore\Bundle\PortalEngineBundle\Twig\ContentExtension(($this->services['kernel'] ?? $this->get('kernel', 1)), $a, $b, ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Document\\PrefixService'] ?? $this->getPrefixServiceService()), $c);
}
/**
* Gets the private 'Pimcore\Bundle\PortalEngineBundle\Twig\EditmodeExtension' shared autowired service.
*
* @return \Pimcore\Bundle\PortalEngineBundle\Twig\EditmodeExtension
*/
protected function getEditmodeExtensionService()
{
$a = ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Twig\\ContentExtension'] ?? $this->getContentExtensionService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Twig\\EditmodeExtension'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Twig\\EditmodeExtension'];
}
$b = ($this->services['Pimcore\\Extension\\Document\\Areabrick\\AreabrickManagerInterface'] ?? $this->getAreabrickManagerInterfaceService());
if (isset($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Twig\\EditmodeExtension'])) {
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Twig\\EditmodeExtension'];
}
return $this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Twig\\EditmodeExtension'] = new \Pimcore\Bundle\PortalEngineBundle\Twig\EditmodeExtension(($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService()), ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()), $a, ($this->services['Pimcore\\Templating\\Renderer\\EditableRenderer'] ?? $this->getEditableRendererService()), $b, ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\SecurityService'] ?? $this->getSecurityServiceService()));
}
/**
* Gets the private 'Pimcore\Document\Editable\EditmodeEditableDefinitionCollector' shared autowired service.
*
* @return \Pimcore\Document\Editable\EditmodeEditableDefinitionCollector
*/
protected function getEditmodeEditableDefinitionCollectorService()
{
return $this->privates['Pimcore\\Document\\Editable\\EditmodeEditableDefinitionCollector'] = new \Pimcore\Document\Editable\EditmodeEditableDefinitionCollector();
}
/**
* Gets the private 'Pimcore\Http\Response\CodeInjector' shared autowired service.
*
* @return \Pimcore\Http\Response\CodeInjector
*/
protected function getCodeInjectorService()
{
return $this->privates['Pimcore\\Http\\Response\\CodeInjector'] = new \Pimcore\Http\Response\CodeInjector(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
}
/**
* Gets the private 'Pimcore\Navigation\Renderer\Breadcrumbs' shared autowired service.
*
* @return \Pimcore\Navigation\Renderer\Breadcrumbs
*/
protected function getBreadcrumbsService()
{
$a = ($this->services['pimcore.templating.engine.delegating'] ?? $this->getPimcore_Templating_Engine_DelegatingService());
if (isset($this->privates['Pimcore\\Navigation\\Renderer\\Breadcrumbs'])) {
return $this->privates['Pimcore\\Navigation\\Renderer\\Breadcrumbs'];
}
return $this->privates['Pimcore\\Navigation\\Renderer\\Breadcrumbs'] = new \Pimcore\Navigation\Renderer\Breadcrumbs($a);
}
/**
* Gets the private 'Pimcore\Routing\Dynamic\DocumentRouteHandler' shared autowired service.
*
* @return \Pimcore\Routing\Dynamic\DocumentRouteHandler
*/
protected function getDocumentRouteHandlerService()
{
return $this->privates['Pimcore\\Routing\\Dynamic\\DocumentRouteHandler'] = new \Pimcore\Routing\Dynamic\DocumentRouteHandler(($this->services['Pimcore\\Model\\Document\\Service'] ?? ($this->services['Pimcore\\Model\\Document\\Service'] = new \Pimcore\Model\Document\Service())), ($this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] ?? $this->getSiteResolverService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())), ($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
}
/**
* Gets the private 'Pimcore\Routing\RedirectHandler' shared autowired service.
*
* @return \Pimcore\Routing\RedirectHandler
*/
protected function getRedirectHandlerService()
{
$a = ($this->services['Symfony\\Component\\Lock\\LockFactory'] ?? $this->getLockFactoryService());
if (isset($this->privates['Pimcore\\Routing\\RedirectHandler'])) {
return $this->privates['Pimcore\\Routing\\RedirectHandler'];
}
$this->privates['Pimcore\\Routing\\RedirectHandler'] = $instance = new \Pimcore\Routing\RedirectHandler(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['Pimcore\\Http\\Request\\Resolver\\SiteResolver'] ?? $this->getSiteResolverService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())), $a);
$b = ($this->services['monolog.logger.routing'] ?? $this->getMonolog_Logger_RoutingService());
$instance->setLogger($b);
$instance->setLogger($b);
return $instance;
}
/**
* Gets the private 'Pimcore\Security\User\UserLoader' shared autowired service.
*
* @return \Pimcore\Security\User\UserLoader
*/
protected function getUserLoaderService()
{
return $this->privates['Pimcore\\Security\\User\\UserLoader'] = new \Pimcore\Security\User\UserLoader(($this->services['Pimcore\\Security\\User\\TokenStorageUserResolver'] ?? $this->getTokenStorageUserResolverService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()));
}
/**
* Gets the private 'Pimcore\Targeting\ActionHandler\DelegatingActionHandler' shared autowired service.
*
* @return \Pimcore\Targeting\ActionHandler\DelegatingActionHandler
*/
protected function getDelegatingActionHandlerService()
{
return $this->privates['Pimcore\\Targeting\\ActionHandler\\DelegatingActionHandler'] = new \Pimcore\Targeting\ActionHandler\DelegatingActionHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'assign_target_group' => ['privates', 'Pimcore\\Targeting\\ActionHandler\\AssignTargetGroup', 'getAssignTargetGroupService', true],
'codesnippet' => ['privates', 'Pimcore\\Targeting\\ActionHandler\\CodeSnippet', 'getCodeSnippetService', true],
'redirect' => ['privates', 'Pimcore\\Targeting\\ActionHandler\\Redirect', 'getRedirectService', true],
], [
'assign_target_group' => '?',
'codesnippet' => '?',
'redirect' => '?',
]), ($this->privates['Pimcore\\Targeting\\DataLoader'] ?? $this->getDataLoaderService()));
}
/**
* Gets the private 'Pimcore\Targeting\ConditionMatcher' shared autowired service.
*
* @return \Pimcore\Targeting\ConditionMatcher
*/
protected function getConditionMatcherService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['Pimcore\\Targeting\\ConditionMatcher'])) {
return $this->privates['Pimcore\\Targeting\\ConditionMatcher'];
}
$b = ($this->privates['Pimcore\\Targeting\\DataLoader'] ?? $this->getDataLoaderService());
if (isset($this->privates['Pimcore\\Targeting\\ConditionMatcher'])) {
return $this->privates['Pimcore\\Targeting\\ConditionMatcher'];
}
return $this->privates['Pimcore\\Targeting\\ConditionMatcher'] = new \Pimcore\Targeting\ConditionMatcher(new \Pimcore\Targeting\ConditionFactory($a, $this->parameters['pimcore.targeting.conditions']), $b, $a, new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['pimcore.cache.pool'] ?? $this->getPimcore_Cache_PoolService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'Pimcore\Targeting\DataLoader' shared autowired service.
*
* @return \Pimcore\Targeting\DataLoader
*/
protected function getDataLoaderService()
{
$this->privates['Pimcore\\Targeting\\DataLoader'] = $instance = new \Pimcore\Targeting\DataLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'device' => ['privates', 'Pimcore\\Targeting\\DataProvider\\Device', 'getDeviceService', true],
'geoip' => ['privates', 'Pimcore\\Targeting\\DataProvider\\GeoIp', 'getGeoIpService', true],
'geolocation' => ['privates', 'Pimcore\\Targeting\\DataProvider\\GeoLocation', 'getGeoLocationService', true],
'targeting_storage' => ['privates', 'Pimcore\\Targeting\\DataProvider\\TargetingStorage', 'getTargetingStorageService', true],
'visited_pages_counter' => ['privates', 'Pimcore\\Targeting\\DataProvider\\VisitedPagesCounter', 'getVisitedPagesCounterService', true],
], [
'device' => '?',
'geoip' => '?',
'geolocation' => '?',
'targeting_storage' => '?',
'visited_pages_counter' => '?',
]));
$instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
return $instance;
}
/**
* Gets the private 'Pimcore\Targeting\Debug\OverrideHandler' shared autowired service.
*
* @return \Pimcore\Targeting\Debug\OverrideHandler
*/
protected function getOverrideHandlerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['Pimcore\\Targeting\\Debug\\OverrideHandler'] = $this->createProxy('OverrideHandler_fb58919', function () {
return \OverrideHandler_fb58919::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getOverrideHandlerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/OverrideHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/OverrideHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/Override/DocumentTargetingOverrideHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/Override/LanguageOverrideHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/Override/DeviceOverrideHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Targeting/Debug/Override/LocationOverrideHandler.php';
return new \Pimcore\Targeting\Debug\OverrideHandler(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), [0 => new \Pimcore\Targeting\Debug\Override\DocumentTargetingOverrideHandler(($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService())), 1 => new \Pimcore\Targeting\Debug\Override\LanguageOverrideHandler(), 2 => new \Pimcore\Targeting\Debug\Override\DeviceOverrideHandler(), 3 => new \Pimcore\Targeting\Debug\Override\LocationOverrideHandler()]);
}
/**
* Gets the private 'Pimcore\Targeting\Debug\TargetingDataCollector' shared autowired service.
*
* @return \Pimcore\Targeting\Debug\TargetingDataCollector
*/
protected function getTargetingDataCollectorService()
{
$a = ($this->privates['Pimcore\\Targeting\\Storage\\CookieStorage'] ?? $this->getCookieStorageService());
if (isset($this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'])) {
return $this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'];
}
$b = ($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService());
if (isset($this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'])) {
return $this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'];
}
$this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'] = $instance = new \Pimcore\Targeting\Debug\TargetingDataCollector($a, $b);
$instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
return $instance;
}
/**
* Gets the private 'Pimcore\Targeting\EventListener\TargetingListener' shared autowired service.
*
* @return \Pimcore\Targeting\EventListener\TargetingListener
*/
protected function getTargetingListenerService()
{
$a = ($this->privates['Pimcore\\Targeting\\Storage\\CookieStorage'] ?? $this->getCookieStorageService());
if (isset($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'])) {
return $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'];
}
$b = ($this->privates['Pimcore\\Targeting\\ConditionMatcher'] ?? $this->getConditionMatcherService());
if (isset($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'])) {
return $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'];
}
$c = ($this->privates['Pimcore\\Targeting\\ActionHandler\\DelegatingActionHandler'] ?? $this->getDelegatingActionHandlerService());
if (isset($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'])) {
return $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'];
}
$d = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'])) {
return $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'];
}
$e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'])) {
return $this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'];
}
$f = ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] ?? ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] = new \Pimcore\Targeting\VisitorInfoStorage()));
$g = new \Pimcore\Targeting\VisitorInfoResolver($a, $f, $b, $c, $d, $e);
$h = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$g->setStopwatch($h);
$this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] = $instance = new \Pimcore\Targeting\EventListener\TargetingListener($g, $c, $f, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), new \Pimcore\Targeting\Code\TargetingCodeGenerator($e, ($this->services['pimcore.templating.engine.delegating'] ?? $this->getPimcore_Templating_Engine_DelegatingService())));
$instance->setStopwatch($h);
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
$instance->setResponseHelper(($this->services['Pimcore\\Http\\ResponseHelper'] ?? ($this->services['Pimcore\\Http\\ResponseHelper'] = new \Pimcore\Http\ResponseHelper())));
$instance->setStaticPageResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\StaticPageResolver'] ?? $this->getStaticPageResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Targeting\EventListener\ToolbarListener' shared autowired service.
*
* @return \Pimcore\Targeting\EventListener\ToolbarListener
*/
protected function getToolbarListenerService()
{
$a = ($this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'] ?? $this->getTargetingDataCollectorService());
if (isset($this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'])) {
return $this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'];
}
$b = ($this->privates['Pimcore\\Targeting\\Debug\\OverrideHandler'] ?? $this->getOverrideHandlerService());
if (isset($this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'])) {
return $this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'];
}
$c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'])) {
return $this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'];
}
$this->privates['Pimcore\\Targeting\\EventListener\\ToolbarListener'] = $instance = new \Pimcore\Targeting\EventListener\ToolbarListener(($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] ?? ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] = new \Pimcore\Targeting\VisitorInfoStorage())), ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()), $a, $b, $c, ($this->services['pimcore.templating.engine.delegating'] ?? $this->getPimcore_Templating_Engine_DelegatingService()), ($this->privates['Pimcore\\Http\\Response\\CodeInjector'] ?? $this->getCodeInjectorService()));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* Gets the private 'Pimcore\Targeting\Storage\CookieStorage' shared autowired service.
*
* @return \Pimcore\Targeting\Storage\CookieStorage
*/
protected function getCookieStorageService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['Pimcore\\Targeting\\Storage\\CookieStorage'])) {
return $this->privates['Pimcore\\Targeting\\Storage\\CookieStorage'];
}
return $this->privates['Pimcore\\Targeting\\Storage\\CookieStorage'] = new \Pimcore\Targeting\Storage\CookieStorage(new \Pimcore\Targeting\Storage\Cookie\JWTCookieSaveHandler('blFuZM6tSjr2Xw5HUXrcgkjF51qOCtMxKsep6DQUEo4=', [], NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), $a);
}
/**
* Gets the private 'Pimcore\Templating\Renderer\ActionRenderer' shared autowired service.
*
* @return \Pimcore\Templating\Renderer\ActionRenderer
*/
protected function getActionRendererService()
{
$a = ($this->privates['twig.runtime.httpkernel'] ?? $this->getTwig_Runtime_HttpkernelService());
if (isset($this->privates['Pimcore\\Templating\\Renderer\\ActionRenderer'])) {
return $this->privates['Pimcore\\Templating\\Renderer\\ActionRenderer'];
}
return $this->privates['Pimcore\\Templating\\Renderer\\ActionRenderer'] = new \Pimcore\Templating\Renderer\ActionRenderer($a);
}
/**
* Gets the private 'Pimcore\Templating\Renderer\IncludeRenderer' shared autowired service.
*
* @return \Pimcore\Templating\Renderer\IncludeRenderer
*/
protected function getIncludeRendererService()
{
$a = ($this->privates['Pimcore\\Templating\\Renderer\\ActionRenderer'] ?? $this->getActionRendererService());
if (isset($this->privates['Pimcore\\Templating\\Renderer\\IncludeRenderer'])) {
return $this->privates['Pimcore\\Templating\\Renderer\\IncludeRenderer'];
}
$b = ($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService());
if (isset($this->privates['Pimcore\\Templating\\Renderer\\IncludeRenderer'])) {
return $this->privates['Pimcore\\Templating\\Renderer\\IncludeRenderer'];
}
return $this->privates['Pimcore\\Templating\\Renderer\\IncludeRenderer'] = new \Pimcore\Templating\Renderer\IncludeRenderer($a, $b);
}
/**
* Gets the private 'Pimcore\Twig\Extension\SubrequestExtension' shared autowired service.
*
* @return \Pimcore\Twig\Extension\SubrequestExtension
*/
protected function getSubrequestExtensionService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['Pimcore\\Twig\\Extension\\SubrequestExtension'] = $this->createProxy('SubrequestExtension_ac4dffd', function () {
return \SubrequestExtension_ac4dffd::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getSubrequestExtensionService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/SubrequestExtension.php';
return new \Pimcore\Twig\Extension\SubrequestExtension(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Inc'] ?? $this->getIncService()));
}
/**
* Gets the private 'Pimcore\Twig\Extension\Templating\HeadLink' shared autowired service.
*
* @return \Pimcore\Twig\Extension\Templating\HeadLink
*/
protected function getHeadLinkService()
{
return $this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadLink'] = new \Pimcore\Twig\Extension\Templating\HeadLink(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())), ($this->services['Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension'] ?? $this->getWebLinkExtensionService()));
}
/**
* Gets the private 'Pimcore\Twig\Extension\Templating\HeadMeta' shared autowired service.
*
* @return \Pimcore\Twig\Extension\Templating\HeadMeta
*/
protected function getHeadMetaService()
{
return $this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadMeta'] = new \Pimcore\Twig\Extension\Templating\HeadMeta(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())));
}
/**
* Gets the private 'Pimcore\Twig\Extension\Templating\HeadScript' shared autowired service.
*
* @return \Pimcore\Twig\Extension\Templating\HeadScript
*/
protected function getHeadScriptService()
{
return $this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadScript'] = new \Pimcore\Twig\Extension\Templating\HeadScript(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())), ($this->services['Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension'] ?? $this->getWebLinkExtensionService()));
}
/**
* Gets the private 'Pimcore\Twig\Extension\Templating\HeadStyle' shared autowired service.
*
* @return \Pimcore\Twig\Extension\Templating\HeadStyle
*/
protected function getHeadStyleService()
{
return $this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadStyle'] = new \Pimcore\Twig\Extension\Templating\HeadStyle(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())));
}
/**
* Gets the private 'Pimcore\Twig\Extension\Templating\HeadTitle' shared autowired service.
*
* @return \Pimcore\Twig\Extension\Templating\HeadTitle
*/
protected function getHeadTitleService()
{
return $this->privates['Pimcore\\Twig\\Extension\\Templating\\HeadTitle'] = new \Pimcore\Twig\Extension\Templating\HeadTitle(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())));
}
/**
* Gets the private 'Pimcore\Twig\Extension\Templating\Inc' shared autowired service.
*
* @return \Pimcore\Twig\Extension\Templating\Inc
*/
protected function getIncService()
{
$a = ($this->privates['Pimcore\\Templating\\Renderer\\IncludeRenderer'] ?? $this->getIncludeRendererService());
if (isset($this->privates['Pimcore\\Twig\\Extension\\Templating\\Inc'])) {
return $this->privates['Pimcore\\Twig\\Extension\\Templating\\Inc'];
}
return $this->privates['Pimcore\\Twig\\Extension\\Templating\\Inc'] = new \Pimcore\Twig\Extension\Templating\Inc($a, ($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService()));
}
/**
* Gets the private 'Pimcore\Twig\Extension\Templating\InlineScript' shared autowired service.
*
* @return \Pimcore\Twig\Extension\Templating\InlineScript
*/
protected function getInlineScriptService()
{
return $this->privates['Pimcore\\Twig\\Extension\\Templating\\InlineScript'] = new \Pimcore\Twig\Extension\Templating\InlineScript(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())), ($this->services['Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension'] ?? $this->getWebLinkExtensionService()));
}
/**
* Gets the private 'Pimcore\Twig\Extension\Templating\Navigation' shared autowired service.
*
* @return \Pimcore\Twig\Extension\Templating\Navigation
*/
protected function getNavigationService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['Pimcore\\Twig\\Extension\\Templating\\Navigation'] = $this->createProxy('Navigation_62d2b4b', function () {
return \Navigation_62d2b4b::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getNavigationService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/Templating/Navigation.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Navigation/Builder.php';
return new \Pimcore\Twig\Extension\Templating\Navigation(new \Pimcore\Navigation\Builder(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'breadcrumbs' => ['privates', 'Pimcore\\Navigation\\Renderer\\Breadcrumbs', 'getBreadcrumbsService', false],
'menu' => ['privates', 'Pimcore\\Navigation\\Renderer\\Menu', 'getMenuService', true],
], [
'breadcrumbs' => '?',
'menu' => '?',
]));
}
/**
* Gets the private 'Pimcore\Twig\Extension\Templating\PimcoreUrl' shared autowired service.
*
* @return \Pimcore\Twig\Extension\Templating\PimcoreUrl
*/
protected function getPimcoreUrlService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl'])) {
return $this->privates['Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl'];
}
return $this->privates['Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl'] = new \Pimcore\Twig\Extension\Templating\PimcoreUrl($a, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()));
}
/**
* Gets the private 'Pimcore\Twig\Extension\Templating\Placeholder' shared autowired service.
*
* @return \Pimcore\Twig\Extension\Templating\Placeholder
*/
protected function getPlaceholderService()
{
return $this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder'] = new \Pimcore\Twig\Extension\Templating\Placeholder(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] ?? ($this->privates['Pimcore\\Twig\\Extension\\Templating\\Placeholder\\ContainerService'] = new \Pimcore\Twig\Extension\Templating\Placeholder\ContainerService())));
}
/**
* Gets the private 'Pimcore\Workflow\ActionsButtonService' shared autowired service.
*
* @return \Pimcore\Workflow\ActionsButtonService
*/
protected function getActionsButtonServiceService()
{
$a = ($this->services['Pimcore\\Workflow\\Manager'] ?? $this->getManagerService());
if (isset($this->privates['Pimcore\\Workflow\\ActionsButtonService'])) {
return $this->privates['Pimcore\\Workflow\\ActionsButtonService'];
}
return $this->privates['Pimcore\\Workflow\\ActionsButtonService'] = new \Pimcore\Workflow\ActionsButtonService($a);
}
/**
* Gets the private 'Pimcore\Workflow\EventSubscriber\NotesSubscriber' shared autowired service.
*
* @return \Pimcore\Workflow\EventSubscriber\NotesSubscriber
*/
protected function getNotesSubscriberService()
{
return $this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] = new \Pimcore\Workflow\EventSubscriber\NotesSubscriber(($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()));
}
/**
* 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 => 'pimcoreWorkflowDesigner', 1 => 'pimcoreStatisticsExplorer', 2 => 'portalEngineBundle', 3 => 'portalEngineAppPortalConfig_17']);
}
/**
* 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.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->services['pimcore.routing.router.request_context'] ?? $this->getPimcore_Routing_Router_RequestContextService());
return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0));
}
/**
* Gets the private 'cache.annotations' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AnnotationsService()
{
return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bz6YdIyvoV', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.doctrine.orm.pimcore_direct_edit.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_PimcoreDirectEdit_QueryService()
{
return $this->privates['cache.doctrine.orm.pimcore_direct_edit.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.pimcore_direct_edit.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_PimcoreDirectEdit_ResultService()
{
return $this->privates['cache.doctrine.orm.pimcore_direct_edit.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.portal_engine.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_PortalEngine_QueryService()
{
return $this->privates['cache.doctrine.orm.portal_engine.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.portal_engine.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_PortalEngine_ResultService()
{
return $this->privates['cache.doctrine.orm.portal_engine.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.statistics_explorer.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_StatisticsExplorer_QueryService()
{
return $this->privates['cache.doctrine.orm.statistics_explorer.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.statistics_explorer.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_StatisticsExplorer_ResultService()
{
return $this->privates['cache.doctrine.orm.statistics_explorer.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()
{
return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ProxyAdapter(($this->services['pimcore.cache.pool'] ?? $this->getPimcore_Cache_PoolService()), 'app'));
}
/**
* 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('wnC5FgRy8o', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.rate_limiter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_RateLimiterService()
{
return $this->privates['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ProxyAdapter(($this->services['pimcore.cache.pool'] ?? $this->getPimcore_Cache_PoolService()), 'app'));
}
/**
* 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('Vabf66T9Lv', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.security_token_verifier' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityTokenVerifierService()
{
return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3VL0CTggeE', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['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('hQwcUR6Jzl', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['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('rnvaMJpKor', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['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('SpJGl8kBYr', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'config_cache_factory' shared service.
*
* @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
*/
protected function getConfigCacheFactoryService()
{
return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
yield 0 => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
}, 2));
}
/**
* Gets the private 'data_collector.form' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
*/
protected function getDataCollector_FormService()
{
return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
}
/**
* Gets the private 'data_collector.request' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
*/
protected function getDataCollector_RequestService()
{
return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'debug.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->services['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()
{
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, ($this->services['monolog.logger.php'] ?? $this->getMonolog_Logger_PhpService()), NULL, -1, true, true, NULL);
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__, 4), function () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
});
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
yield 1 => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService'));
yield 2 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
yield 3 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
yield 4 => ($this->privates['debug.security.voter.Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Voter\\DataPoolAccessVoter'] ?? $this->load('getDataPoolAccessVoterService'));
yield 5 => ($this->privates['debug.security.voter.Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Voter\\DataPoolAssetUploadFolderReviewingVoter'] ?? $this->load('getDataPoolAssetUploadFolderReviewingVoterService'));
yield 6 => ($this->privates['debug.security.voter.Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Voter\\DataPoolDownloadVoter'] ?? $this->load('getDataPoolDownloadVoterService'));
yield 7 => ($this->privates['debug.security.voter.Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Voter\\DataPoolItemPermissionVoter'] ?? $this->load('getDataPoolItemPermissionVoterService'));
yield 8 => ($this->privates['debug.security.voter.Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Voter\\DataPoolVersionHistoryVoter'] ?? $this->load('getDataPoolVersionHistoryVoterService'));
yield 9 => ($this->privates['debug.security.voter.Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Voter\\GuestUserPermissionVoter'] ?? $this->load('getGuestUserPermissionVoterService'));
yield 10 => ($this->privates['debug.security.voter.Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Voter\\PortalAccessVoter'] ?? $this->load('getPortalAccessVoterService'));
yield 11 => ($this->privates['debug.security.voter.Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Voter\\StatisticExplorerAccessVoter'] ?? $this->load('getStatisticExplorerAccessVoterService'));
}, 12), 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'];
}
$c = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
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, $c);
}
/**
* Gets the private 'debug.traced.messenger.bus.portal-engine' shared service.
*
* @return \Symfony\Component\Messenger\TraceableMessageBus
*/
protected function getDebug_Traced_Messenger_Bus_PortalengineService()
{
return $this->privates['debug.traced.messenger.bus.portal-engine'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
yield 0 => ($this->privates['messenger.bus.portal-engine.middleware.traceable'] ?? $this->load('getMessenger_Bus_Portalengine_Middleware_TraceableService'));
yield 1 => ($this->privates['messenger.bus.portal-engine.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.portal-engine.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.portal-engine')));
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['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Messenger\\Middleware\\CollectGarbageMiddleware'] ?? $this->load('getCollectGarbageMiddlewareService'));
yield 6 => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
yield 7 => ($this->privates['messenger.bus.portal-engine.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Portalengine_Middleware_HandleMessageService'));
}, 8)));
}
/**
* Gets the private 'doctrine.orm.container_repository_factory' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
*/
protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
{
return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []));
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListenerService()
{
return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->services['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
}
/**
* Gets the private 'form.registry' shared service.
*
* @return \Symfony\Component\Form\FormRegistry
*/
protected function getForm_RegistryService()
{
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, [
'Pimcore\\Bundle\\PortalEngineBundle\\Form\\ChangeUserDataForm' => ['privates', 'Pimcore\\Bundle\\PortalEngineBundle\\Form\\ChangeUserDataForm', 'getChangeUserDataFormService', true],
'Pimcore\\Bundle\\PortalEngineBundle\\Form\\LoginForm' => ['privates', 'Pimcore\\Bundle\\PortalEngineBundle\\Form\\LoginForm', 'getLoginFormService', true],
'Pimcore\\Bundle\\PortalEngineBundle\\Form\\RecoverPasswordForm' => ['privates', 'Pimcore\\Bundle\\PortalEngineBundle\\Form\\RecoverPasswordForm', 'getRecoverPasswordFormService', true],
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', true],
'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => ['privates', 'cmf_routing.route_type_form_type', 'getCmfRouting_RouteTypeFormTypeService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', true],
], [
'Pimcore\\Bundle\\PortalEngineBundle\\Form\\ChangeUserDataForm' => '?',
'Pimcore\\Bundle\\PortalEngineBundle\\Form\\LoginForm' => '?',
'Pimcore\\Bundle\\PortalEngineBundle\\Form\\RecoverPasswordForm' => '?',
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
}, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
}, 1)], new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('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 'fragment.renderer.inline' shared service.
*
* @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
*/
protected function getFragment_Renderer_InlineService()
{
$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 '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('en')));
yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
yield 2 => ($this->privates['Pimcore\\Bundle\\AdminBundle\\Translation\\AdminUserTranslator'] ?? $this->load('getAdminUserTranslatorService'));
yield 3 => ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService());
}, 4), ($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 getLocaleListener2Service()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['locale_listener'])) {
return $this->privates['locale_listener'];
}
return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', $a, false, []);
}
/**
* 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/testing.log'), 100, true, NULL, false);
$instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
return $instance;
}
/**
* Gets the private 'monolog.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService()
{
$this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'parameter_bag' shared service.
*
* @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
*/
protected function getParameterBagService()
{
return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
}
/**
* Gets the private 'pimcore.cache.adapter.redis_tag_aware' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableTagAwareAdapter
*/
protected function getPimcore_Cache_Adapter_RedisTagAwareService()
{
return $this->privates['pimcore.cache.adapter.redis_tag_aware'] = new \Symfony\Component\Cache\Adapter\TraceableTagAwareAdapter(($this->privates['pimcore.cache.adapter.redis_tag_aware.recorder_inner'] ?? $this->getPimcore_Cache_Adapter_RedisTagAware_RecorderInnerService()));
}
/**
* Gets the private 'pimcore.cache.adapter.redis_tag_aware.recorder_inner' shared autowired service.
*
* @return \Symfony\Component\Cache\Adapter\RedisTagAwareAdapter
*/
protected function getPimcore_Cache_Adapter_RedisTagAware_RecorderInnerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['pimcore.cache.adapter.redis_tag_aware.recorder_inner'] = $this->createProxy('RedisTagAwareAdapter_310208a', function () {
return \RedisTagAwareAdapter_310208a::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getPimcore_Cache_Adapter_RedisTagAware_RecorderInnerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractTagAwareAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/RedisTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/RedisTagAwareAdapter.php';
$instance = new \Symfony\Component\Cache\Adapter\RedisTagAwareAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection('redis://localhost', ['lazy' => true]), 'PTXSu17p0Y', 0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$a = ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
$instance->setLogger($a);
$instance->setLogger($a);
return $instance;
}
/**
* Gets the private 'pimcore.portal_engine.es_client' shared autowired service.
*
* @return \Elasticsearch\Client
*/
protected function getPimcore_PortalEngine_EsClientService()
{
return $this->privates['pimcore.portal_engine.es_client'] = \Pimcore\Bundle\PortalEngineBundle\Tools\EsClientFactory::getESClient(($this->services['Pimcore\\Bundle\\PortalEngineBundle\\Service\\SearchIndex\\ElasticSearchConfigService'] ?? $this->getElasticSearchConfigServiceService()));
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
$a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
if (isset($this->privates['profiler_listener'])) {
return $this->privates['profiler_listener'];
}
return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false, NULL);
}
/**
* Gets the private 'property_info' shared service.
*
* @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
*/
protected function getPropertyInfoService()
{
return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
yield 2 => ($this->privates['doctrine.orm.pimcore_direct_edit_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_PimcoreDirectEditEntityManager_PropertyInfoExtractorService'));
yield 3 => ($this->privates['doctrine.orm.portal_engine_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_PortalEngineEntityManager_PropertyInfoExtractorService'));
yield 4 => ($this->privates['doctrine.orm.statistics_explorer_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_StatisticsExplorerEntityManager_PropertyInfoExtractorService'));
}, 5), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.pimcore_direct_edit_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_PimcoreDirectEditEntityManager_PropertyInfoExtractorService'));
yield 1 => ($this->privates['doctrine.orm.portal_engine_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_PortalEngineEntityManager_PropertyInfoExtractorService'));
yield 2 => ($this->privates['doctrine.orm.statistics_explorer_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_StatisticsExplorerEntityManager_PropertyInfoExtractorService'));
yield 3 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
yield 4 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 5), 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.pimcore_direct_edit_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_PimcoreDirectEditEntityManager_PropertyInfoExtractorService'));
yield 1 => ($this->privates['doctrine.orm.portal_engine_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_PortalEngineEntityManager_PropertyInfoExtractorService'));
yield 2 => ($this->privates['doctrine.orm.statistics_explorer_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_StatisticsExplorerEntityManager_PropertyInfoExtractorService'));
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.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 1));
}
/**
* Gets the private 'router.expression_language_provider' shared service.
*
* @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
*/
protected function getRouter_ExpressionLanguageProviderService()
{
return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
], [
'env' => 'Closure',
]));
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['router_listener'])) {
return $this->privates['router_listener'];
}
return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['pimcore.routing.router.request_context'] ?? $this->getPimcore_Routing_Router_RequestContextService()), ($this->services['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);
}
/**
* Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
*/
protected function getSchebTwoFactor_ProviderPreparationRecorderService()
{
return $this->privates['scheb_two_factor.provider_preparation_recorder'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'scheb_two_factor.provider_registry' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
*/
protected function getSchebTwoFactor_ProviderRegistryService()
{
return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
yield 'google' => ($this->privates['scheb_two_factor.security.google.provider'] ?? $this->load('getSchebTwoFactor_Security_Google_ProviderService'));
}, 1));
}
/**
* Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
*/
protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
{
return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
}
/**
* Gets the private 'security.authentication.form_listener.two_factor.pimcore_admin' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
*/
protected function getSecurity_Authentication_FormListener_TwoFactor_PimcoreAdminService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['security.authentication.form_listener.two_factor.pimcore_admin'])) {
return $this->privates['security.authentication.form_listener.two_factor.pimcore_admin'];
}
return $this->privates['security.authentication.form_listener.two_factor.pimcore_admin'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener(($this->privates['security.firewall_config.two_factor.pimcore_admin'] ?? $this->getSecurity_FirewallConfig_TwoFactor_PimcoreAdminService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
}
/**
* Gets the private 'security.authentication.provider_preparation_listener.two_factor.pimcore_admin' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
*/
protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService()
{
$a = ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService());
if (isset($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'])) {
return $this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'];
}
return $this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener($a, ($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'pimcore_admin', false, false);
}
/**
* Gets the private 'security.context_listener.0' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_0Service()
{
$a = ($this->privates['security.event_dispatcher.pimcore_admin_webdav'] ?? $this->getSecurity_EventDispatcher_PimcoreAdminWebdavService());
if (isset($this->privates['security.context_listener.0'])) {
return $this->privates['security.context_listener.0'];
}
return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
yield 0 => ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authentication\\UserProvider'] ?? $this->load('getUserProviderService'));
yield 1 => ($this->services['.container.private.pimcore_admin.security.user_provider'] ?? $this->load('get_Container_Private_PimcoreAdmin_Security_UserProviderService'));
}, 2), 'pimcore_admin_webdav', ($this->services['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.context_listener.1' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_1Service()
{
$a = ($this->privates['security.event_dispatcher.portal_engine'] ?? $this->getSecurity_EventDispatcher_PortalEngineService());
if (isset($this->privates['security.context_listener.1'])) {
return $this->privates['security.context_listener.1'];
}
return $this->privates['security.context_listener.1'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
yield 0 => ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authentication\\UserProvider'] ?? $this->load('getUserProviderService'));
yield 1 => ($this->services['.container.private.pimcore_admin.security.user_provider'] ?? $this->load('get_Container_Private_PimcoreAdmin_Security_UserProviderService'));
}, 2), 'portal_engine', ($this->services['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.event_dispatcher.pimcore_admin_webdav' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_PimcoreAdminWebdavService()
{
$this->privates['security.event_dispatcher.pimcore_admin_webdav'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.pimcore_admin_webdav.user_provider'] ?? $this->load('getSecurity_Listener_PimcoreAdminWebdav_UserProviderService'));
}, 1 => 'checkPassport'], 2048);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.session.pimcore_admin_webdav'] ?? $this->load('getSecurity_Listener_Session_PimcoreAdminWebdavService'));
}, 1 => 'onSuccessfulLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.pimcore_admin_webdav'] ?? $this->load('getSecurity_Listener_UserChecker_PimcoreAdminWebdavService'));
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.pimcore_admin_webdav'] ?? $this->load('getSecurity_Listener_UserChecker_PimcoreAdminWebdavService'));
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
}, 1 => 'checkPassport'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
}, 1 => 'onLogin'], 9223372036854775807);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
}, 1 => 'onLogin'], 9223372036854775806);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
}, 1 => 'onSuccessfulLogin'], -63);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\Security\\Event\\LogoutListener'] ?? $this->load('getLogoutListenerService'));
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.event_dispatcher.portal_engine' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_PortalEngineService()
{
$this->privates['security.event_dispatcher.portal_engine'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.portal_engine.user_provider'] ?? $this->load('getSecurity_Listener_PortalEngine_UserProviderService'));
}, 1 => 'checkPassport'], 2048);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.session.portal_engine'] ?? $this->load('getSecurity_Listener_Session_PortalEngineService'));
}, 1 => 'onSuccessfulLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.portal_engine'] ?? $this->load('getSecurity_Logout_Listener_Default_PortalEngineService'));
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.check_remember_me_conditions.portal_engine'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_PortalEngineService'));
}, 1 => 'onSuccessfulLogin'], -32);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.portal_engine'] ?? $this->load('getSecurity_Listener_RememberMe_PortalEngineService'));
}, 1 => 'onSuccessfulLogin'], -64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.portal_engine'] ?? $this->load('getSecurity_Listener_RememberMe_PortalEngineService'));
}, 1 => 'clearCookie'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.portal_engine'] ?? $this->load('getSecurity_Listener_RememberMe_PortalEngineService'));
}, 1 => 'clearCookie'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.portal_engine'] ?? $this->load('getSecurity_Listener_RememberMe_PortalEngineService'));
}, 1 => 'clearCookie'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.portal_engine'] ?? $this->load('getSecurity_Listener_UserChecker_PortalEngineService'));
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.portal_engine'] ?? $this->load('getSecurity_Listener_UserChecker_PortalEngineService'));
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
}, 1 => 'checkPassport'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_PimcoreAdminService());
}, 1 => 'onLogin'], 9223372036854775807);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
}, 1 => 'onLogin'], 9223372036854775806);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
}, 1 => 'onSuccessfulLogin'], -63);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\Security\\Event\\LogoutListener'] ?? $this->load('getLogoutListenerService'));
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
$a = ($this->privates['.service_locator.VMNzrGt'] ?? $this->get_ServiceLocator_VMNzrGtService());
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.pimcore_admin_webdav' => ($this->privates['.security.request_matcher.gpN4paB'] ?? ($this->privates['.security.request_matcher.gpN4paB'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/asset/webdav')));
yield 'security.firewall.map.context.pimcore_admin' => ($this->privates['.security.request_matcher.2aAPAae'] ?? ($this->privates['.security.request_matcher.2aAPAae'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin(/.*)?$')));
yield 'security.firewall.map.context.portal_engine' => ($this->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Firewall\\RequestMatcher'] ?? $this->load('getRequestMatcherService'));
}, 4));
}
/**
* Gets the private 'security.firewall_config.two_factor.pimcore_admin' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
*/
protected function getSecurity_FirewallConfig_TwoFactor_PimcoreAdminService()
{
$a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
if (isset($this->privates['security.firewall_config.two_factor.pimcore_admin'])) {
return $this->privates['security.firewall_config.two_factor.pimcore_admin'];
}
return $this->privates['security.firewall_config.two_factor.pimcore_admin'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig(['auth_form_path' => '/admin/login/2fa', 'check_path' => '/admin/login/2fa-verify', 'default_target_path' => '/admin', 'always_use_default_target_path' => false, 'auth_code_parameter_name' => '_auth_code', 'trusted_parameter_name' => '_trusted', 'multi_factor' => false, 'post_only' => true, 'success_handler' => NULL, 'failure_handler' => NULL, 'authentication_required_handler' => NULL, 'remember_me_sets_trusted' => false, 'prepare_on_login' => false, 'prepare_on_access_denied' => false, 'enable_csrf' => false, 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'two_factor', 'provider' => NULL], 'pimcore_admin', $a, new \Scheb\TwoFactorBundle\Security\Http\Utils\RequestDataReader());
}
/**
* 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()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['security.http_utils'])) {
return $this->privates['security.http_utils'];
}
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_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['security.logout_url_generator'])) {
return $this->privates['security.logout_url_generator'];
}
$this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->registerListener('pimcore_admin', 'pimcore_admin_logout', 'logout', '_csrf_token', NULL, NULL);
$instance->registerListener('portal_engine', 'pimcore_portalengine_auth_logout', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* Gets the private 'security.role_hierarchy' shared service.
*
* @return \Symfony\Component\Security\Core\Role\RoleHierarchy
*/
protected function getSecurity_RoleHierarchyService()
{
return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
}
/**
* Gets the private 'sensio_framework_extra.controller.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
*/
protected function getSensioFrameworkExtra_Controller_ListenerService()
{
return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
$a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['sensio_framework_extra.security.listener'])) {
return $this->privates['sensio_framework_extra.security.listener'];
}
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['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($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 'session.factory' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\SessionFactory
*/
protected function getSession_FactoryService()
{
$a = ($this->services['Symfony\\Component\\HttpKernel\\EventListener\\SessionListener'] ?? $this->getSessionListenerService());
if (isset($this->privates['session.factory'])) {
return $this->privates['session.factory'];
}
return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0), true), [0 => $a, 1 => 'onSessionUsage']);
}
/**
* Gets the private 'translator.data_collector' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslator_DataCollectorService()
{
return $this->privates['translator.data_collector'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* Gets the private 'translator.default' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
*/
protected function getTranslator_DefaultService()
{
$this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
], [
'translation.loader.csv' => '?',
'translation.loader.dat' => '?',
'translation.loader.ini' => '?',
'translation.loader.json' => '?',
'translation.loader.mo' => '?',
'translation.loader.php' => '?',
'translation.loader.po' => '?',
'translation.loader.qt' => '?',
'translation.loader.res' => '?',
'translation.loader.xliff' => '?',
'translation.loader.yml' => '?',
]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['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')], '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')], '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')], '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/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.cs.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub/src/Resources/translations/admin.cs.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-importer/src/Resources/translations/admin.cs.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub-file-export/src/Resources/translations/admin.cs.yml')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], '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/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.de.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub/src/Resources/translations/admin.de.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub-simple-rest/src/Resources/translations/admin.de.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-importer/src/Resources/translations/admin.de.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub-file-export/src/Resources/translations/admin.de.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub-ci-hub/src/Resources/translations/admin.de.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/pimcore/frontend-permission-toolkit-bundle/src/Resources/translations/admin.de.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/blackbit/data-director/Resources/translations/admin.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')], '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/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.en.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub/src/Resources/translations/admin.en.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/pimcore/enterprise-subscription-tools/src/Resources/translations/admin.en.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub-simple-rest/src/Resources/translations/admin.en.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/elements/process-manager-bundle/src/Resources/translations/admin.en.csv'), 8 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-importer/src/Resources/translations/admin.en.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub-file-export/src/Resources/translations/admin.en.yml'), 10 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub-ci-hub/src/Resources/translations/admin.en.yml'), 11 => (\dirname(__DIR__, 4).'/vendor/pimcore/frontend-permission-toolkit-bundle/src/Resources/translations/admin.en.yml'), 12 => (\dirname(__DIR__, 4).'/vendor/pimcore/asset-metadata-class-definitions/src/Resources/translations/admin.en.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/pimcore/advanced-object-search/src/Resources/translations/admin.en.yml'), 14 => (\dirname(__DIR__, 4).'/vendor/pimcore/workflow-designer/src/Resources/translations/admin.en.yml'), 15 => (\dirname(__DIR__, 4).'/vendor/blackbit/data-director/Resources/translations/admin.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/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.es.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub/src/Resources/translations/admin.es.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-importer/src/Resources/translations/admin.es.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub-file-export/src/Resources/translations/admin.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')], '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')], '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')], '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/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.fr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub/src/Resources/translations/admin.fr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-importer/src/Resources/translations/admin.fr.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub-file-export/src/Resources/translations/admin.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')], '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/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hr.yml')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hu.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub/src/Resources/translations/admin.hu.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-importer/src/Resources/translations/admin.hu.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub-file-export/src/Resources/translations/admin.hu.yml')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], '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')], '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/pimcore/data-hub/src/Resources/translations/admin.it.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-importer/src/Resources/translations/admin.it.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub-file-export/src/Resources/translations/admin.it.yml')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], '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')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.nl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub/src/Resources/translations/admin.nl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-importer/src/Resources/translations/admin.nl.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub-file-export/src/Resources/translations/admin.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')], '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/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.pl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub/src/Resources/translations/admin.pl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-importer/src/Resources/translations/admin.pl.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub-file-export/src/Resources/translations/admin.pl.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/pimcore/advanced-object-search/src/Resources/translations/admin.pl.yml')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], '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')], '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/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.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/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ru.yml')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sk.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub/src/Resources/translations/admin.sk.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-importer/src/Resources/translations/admin.sk.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub-file-export/src/Resources/translations/admin.sk.yml')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], '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/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sv.yml')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub/src/Resources/translations/admin.th.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-importer/src/Resources/translations/admin.th.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub-file-export/src/Resources/translations/admin.th.yml')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], '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/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.uk.yml')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'extended' => [0 => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/cs.extended.json'), 1 => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/de.extended.json'), 2 => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/en.extended.json'), 3 => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/es.extended.json'), 4 => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/fr.extended.json'), 5 => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/hu.extended.json'), 6 => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/it.extended.json'), 7 => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/nl.extended.json'), 8 => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/pl.extended.json'), 9 => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/sk.extended.json'), 10 => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations/th.extended.json')], 'fr-in-progress' => [0 => (\dirname(__DIR__, 4).'/vendor/blackbit/data-director/Resources/translations/admin.fr-in-progress.yml')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub/src/Resources/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/pimcore/enterprise-subscription-tools/src/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub-simple-rest/src/Resources/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/elements/process-manager-bundle/src/Resources/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-importer/src/Resources/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub-file-export/src/Resources/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub-ci-hub/src/Resources/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/pimcore/frontend-permission-toolkit-bundle/src/Resources/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/pimcore/asset-metadata-class-definitions/src/Resources/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/pimcore/advanced-object-search/src/Resources/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/pimcore/workflow-designer/src/Resources/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/blackbit/data-director/Resources/translations'), 17 => (\dirname(__DIR__, 4).'/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 26 => (\dirname(__DIR__, 4).'/vendor/symfony-cmf/routing-bundle/src/translations'), 27 => (\dirname(__DIR__, 4).'/vendor/presta/sitemap-bundle/translations'), 28 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 29 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 30 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 31 => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/translations'), 32 => (\dirname(__DIR__, 4).'/vendor/league/flysystem-bundle/src/translations'), 33 => (\dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/translations'), 34 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 35 => (\dirname(__DIR__, 4).'/vendor/pimcore/statistics-explorer/src/translations'), 36 => (\dirname(__DIR__, 4).'/vendor/pimcore/direct-edit/src/translations'), 37 => (\dirname(__DIR__, 4).'/vendor/basilicom/er-diagram-xml-export-bundle/ERDiagramXMLExportBundle/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/scheb/2fa-bundle/Resources/translations', 4 => 'vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations', 5 => 'vendor/pimcore/data-hub/src/Resources/translations', 6 => 'vendor/pimcore/enterprise-subscription-tools/src/Resources/translations', 7 => 'vendor/pimcore/data-hub-simple-rest/src/Resources/translations', 8 => 'vendor/elements/process-manager-bundle/src/Resources/translations', 9 => 'vendor/pimcore/data-importer/src/Resources/translations', 10 => 'vendor/pimcore/data-hub-file-export/src/Resources/translations', 11 => 'vendor/pimcore/data-hub-ci-hub/src/Resources/translations', 12 => 'vendor/pimcore/frontend-permission-toolkit-bundle/src/Resources/translations', 13 => 'vendor/pimcore/asset-metadata-class-definitions/src/Resources/translations', 14 => 'vendor/pimcore/advanced-object-search/src/Resources/translations', 15 => 'vendor/pimcore/workflow-designer/src/Resources/translations', 16 => 'vendor/blackbit/data-director/Resources/translations', 17 => 'translations', 18 => 'vendor/symfony/framework-bundle/translations', 19 => 'vendor/symfony/security-bundle/translations', 20 => 'vendor/symfony/twig-bundle/translations', 21 => 'vendor/twig/extra-bundle/translations', 22 => 'vendor/symfony/monolog-bundle/translations', 23 => 'vendor/doctrine/doctrine-bundle/translations', 24 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 25 => 'vendor/sensio/framework-extra-bundle/src/translations', 26 => 'vendor/symfony-cmf/routing-bundle/src/translations', 27 => 'vendor/presta/sitemap-bundle/translations', 28 => 'vendor/friendsofsymfony/jsrouting-bundle/translations', 29 => 'vendor/symfony/debug-bundle/translations', 30 => 'vendor/symfony/web-profiler-bundle/translations', 31 => 'vendor/pimcore/pimcore/bundles/AdminBundle/translations', 32 => 'vendor/league/flysystem-bundle/src/translations', 33 => 'vendor/pimcore/portal-engine/src/translations', 34 => 'vendor/symfony/webpack-encore-bundle/src/translations', 35 => 'vendor/pimcore/statistics-explorer/src/translations', 36 => 'vendor/pimcore/direct-edit/src/translations', 37 => 'vendor/basilicom/er-diagram-xml-export-bundle/ERDiagramXMLExportBundle/translations']]], []);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'en']);
return $instance;
}
/**
* Gets the private 'twig.loader.native_filesystem' shared service.
*
* @return \Twig\Loader\FilesystemLoader
*/
protected function getTwig_Loader_NativeFilesystemService()
{
$this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
$instance->addPath((\dirname(__DIR__, 4).'/templates'), 'App');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/blackbit/data-director/templates'), 'BlackbitDataDirector');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Resources/views'), 'PimcoreAdmin');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Resources/views'), '!PimcoreAdmin');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/views'), 'PimcoreCore');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/views'), '!PimcoreCore');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/pimcore/data-hub/src/Resources/views'), 'PimcoreDataHub');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/pimcore/data-hub/src/Resources/views'), '!PimcoreDataHub');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/pimcore/data-hub-simple-rest/src/Resources/views'), 'PimcoreDataHubSimpleRest');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/pimcore/data-hub-simple-rest/src/Resources/views'), '!PimcoreDataHubSimpleRest');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/elements/process-manager-bundle/src/Resources/views'), 'ElementsProcessManager');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/elements/process-manager-bundle/src/Resources/views'), '!ElementsProcessManager');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Resources/views'), 'PimcorePortalEngine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Resources/views'), '!PimcorePortalEngine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/pimcore/statistics-explorer/src/Resources/views'), 'PimcoreStatisticsExplorer');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/pimcore/statistics-explorer/src/Resources/views'), '!PimcoreStatisticsExplorer');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/pimcore/workflow-designer/src/Resources/views'), 'PimcoreWorkflowDesigner');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/pimcore/workflow-designer/src/Resources/views'), '!PimcoreWorkflowDesigner');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/pimcore/direct-edit/src/Resources/views'), 'PimcoreDirectEdit');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/pimcore/direct-edit/src/Resources/views'), '!PimcoreDirectEdit');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/blackbit/data-director/templates'), 'BlackbitDataDirector');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/blackbit/data-director/templates'), '!BlackbitDataDirector');
$instance->addPath((\dirname(__DIR__, 4).'/templates'));
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
return $instance;
}
/**
* Gets the private 'twig.runtime.httpkernel' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
*/
protected function getTwig_Runtime_HttpkernelService()
{
$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('blFuZM6tSjr2Xw5HUXrcgkjF51qOCtMxKsep6DQUEo4='), $a));
}
/**
* 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, [
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => ['privates', 'cmf_routing.validator.route_defaults', 'getCmfRouting_Validator_RouteDefaultsService', true],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
'cmf_routing.validator.route_defaults' => ['privates', 'cmf_routing.validator.route_defaults', 'getCmfRouting_Validator_RouteDefaultsService', true],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
], [
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => '?',
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
'cmf_routing.validator.route_defaults' => '?',
'doctrine.orm.validator.unique' => '?',
'security.validator.user_password' => '?',
'validator.expression' => '?',
])));
if ($this->has('Symfony\\Contracts\\Translation\\TranslatorInterface')) {
$instance->setTranslator(($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()));
}
$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.pimcore_direct_edit_entity_manager'] ?? $this->getDoctrine_Orm_PimcoreDirectEditEntityManagerService()), NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.portal_engine_entity_manager'] ?? $this->getDoctrine_Orm_PortalEngineEntityManagerService()), NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.statistics_explorer_entity_manager'] ?? $this->getDoctrine_Orm_StatisticsExplorerEntityManagerService()), NULL));
return $instance;
}
/**
* Gets the private 'var_dumper.html_dumper' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
*/
protected function getVarDumper_HtmlDumperService()
{
$this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService()
{
return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['web_profiler.debug_toolbar'])) {
return $this->privates['web_profiler.debug_toolbar'];
}
$b = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['web_profiler.debug_toolbar'])) {
return $this->privates['web_profiler.debug_toolbar'];
}
return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, $b, '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
}
/**
* Gets the 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, [
'pimcoreStatisticsExplorer' => ['privates', 'webpack_encore.entrypoint_lookup[pimcoreStatisticsExplorer]', 'getWebpackEncore_EntrypointLookuppimcoreStatisticsExplorerService', true],
'pimcoreWorkflowDesigner' => ['privates', 'webpack_encore.entrypoint_lookup[pimcoreWorkflowDesigner]', 'getWebpackEncore_EntrypointLookuppimcoreWorkflowDesignerService', true],
'portalEngineAppPortalConfig_17' => ['privates', 'webpack_encore.entrypoint_lookup[portalEngineAppPortalConfig_17]', 'getWebpackEncore_EntrypointLookupportalEngineAppPortalConfig17Service', true],
'portalEngineBundle' => ['privates', 'webpack_encore.entrypoint_lookup[portalEngineBundle]', 'getWebpackEncore_EntrypointLookupportalEngineBundleService', true],
], [
'pimcoreStatisticsExplorer' => '?',
'pimcoreWorkflowDesigner' => '?',
'portalEngineAppPortalConfig_17' => '?',
'portalEngineBundle' => '?',
]));
}
/**
* Gets the private 'workflow.registry' shared autowired service.
*
* @return \Symfony\Component\Workflow\Registry
*/
protected function getWorkflow_RegistryService()
{
return $this->privates['workflow.registry'] = new \Symfony\Component\Workflow\Registry();
}
/**
* Gets the public 'pimcore.templating.engine.twig' alias.
*
* @return object The "twig" service.
*/
protected function getPimcore_Templating_Engine_TwigService()
{
trigger_deprecation('pimcore/pimcore', '10.6', 'The "pimcore.templating.engine.twig" alias is deprecated and will be removed in Pimcore 11');
return $this->get('twig');
}
/**
* Gets the public 'Doctrine\Common\Persistence\ConnectionRegistry' alias.
*
* @return object The "doctrine" service.
*/
protected function getConnectionRegistryService()
{
trigger_deprecation('pimcore/pimcore', '10.6', 'The "Doctrine\\Common\\Persistence\\ConnectionRegistry" alias is deprecated and will be removed in Pimcore 11');
return $this->get('doctrine');
}
/**
* 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 '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 '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.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 'pimcore_admin.security.user_provider' alias.
*
* @return object The ".container.private.pimcore_admin.security.user_provider" service.
*/
protected function getPimcoreAdmin_Security_UserProviderService()
{
trigger_deprecation('pimcore/pimcore', '10.6', 'Accessing the "pimcore_admin.security.user_provider" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.pimcore_admin.security.user_provider');
}
/**
* Gets the public 'pimcore_admin.security.user_loader' alias.
*
* @return object The ".container.private.pimcore_admin.security.user_loader" service.
*/
protected function getPimcoreAdmin_Security_UserLoaderService()
{
trigger_deprecation('pimcore/pimcore', '10.6', 'Accessing the "pimcore_admin.security.user_loader" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.pimcore_admin.security.user_loader');
}
/**
* Gets the public 'pimcore_admin.security.user_checker' alias.
*
* @return object The ".container.private.pimcore_admin.security.user_checker" service.
*/
protected function getPimcoreAdmin_Security_UserCheckerService()
{
trigger_deprecation('pimcore/pimcore', '10.6', 'Accessing the "pimcore_admin.security.user_checker" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.pimcore_admin.security.user_checker');
}
/**
* 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,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'doctrine.orm.proxy_dir' => 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 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelTestingDebugContainer.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;
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' => 'testing',
'kernel.debug' => true,
'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
'PrestaSitemapBundle' => 'Presta\\SitemapBundle\\PrestaSitemapBundle',
'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'PimcoreAdminBundle' => 'Pimcore\\Bundle\\AdminBundle\\PimcoreAdminBundle',
'PimcoreCoreBundle' => 'Pimcore\\Bundle\\CoreBundle\\PimcoreCoreBundle',
'PimcoreDataHubBundle' => 'Pimcore\\Bundle\\DataHubBundle\\PimcoreDataHubBundle',
'PimcoreEnterpriseSubscriptionToolsBundle' => 'Pimcore\\Bundle\\EnterpriseSubscriptionToolsBundle\\PimcoreEnterpriseSubscriptionToolsBundle',
'PimcoreDataHubSimpleRestBundle' => 'Pimcore\\Bundle\\DataHubSimpleRestBundle\\PimcoreDataHubSimpleRestBundle',
'ElementsProcessManagerBundle' => 'Elements\\Bundle\\ProcessManagerBundle\\ElementsProcessManagerBundle',
'PimcoreDataImporterBundle' => 'Pimcore\\Bundle\\DataImporterBundle\\PimcoreDataImporterBundle',
'FlysystemBundle' => 'League\\FlysystemBundle\\FlysystemBundle',
'PimcoreDataHubFileExportBundle' => 'Pimcore\\Bundle\\DataHubFileExportBundle\\PimcoreDataHubFileExportBundle',
'PimcoreDataHubCiHubBundle' => 'Pimcore\\Bundle\\DataHubCiHubBundle\\PimcoreDataHubCiHubBundle',
'PimcorePortalEngineBundle' => 'Pimcore\\Bundle\\PortalEngineBundle\\PimcorePortalEngineBundle',
'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
'FrontendPermissionToolkitBundle' => 'FrontendPermissionToolkitBundle\\FrontendPermissionToolkitBundle',
'PimcoreStatisticsExplorerBundle' => 'Pimcore\\Bundle\\StatisticsExplorerBundle\\PimcoreStatisticsExplorerBundle',
'PimcoreAssetMetadataClassDefinitionsBundle' => 'Pimcore\\AssetMetadataClassDefinitionsBundle\\PimcoreAssetMetadataClassDefinitionsBundle',
'AdvancedObjectSearchBundle' => 'AdvancedObjectSearchBundle\\AdvancedObjectSearchBundle',
'PimcoreWorkflowDesignerBundle' => 'Pimcore\\Bundle\\WorkflowDesignerBundle\\PimcoreWorkflowDesignerBundle',
'PimcoreDirectEditBundle' => 'Pimcore\\Bundle\\DirectEditBundle\\PimcoreDirectEditBundle',
'BlackbitDataDirectorBundle' => 'Blackbit\\DataDirectorBundle\\BlackbitDataDirectorBundle',
'ERDiagramXMLExportBundle' => 'Basilicom\\ERDiagramXMLExportBundle\\ERDiagramXMLExportBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'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',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'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',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'CmfRoutingBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony-cmf/routing-bundle/src'),
'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
],
'PrestaSitemapBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/presta/sitemap-bundle'),
'namespace' => 'Presta\\SitemapBundle',
],
'SchebTwoFactorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle'),
'namespace' => 'Scheb\\TwoFactorBundle',
],
'FOSJsRoutingBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle'),
'namespace' => 'FOS\\JsRoutingBundle',
],
'DebugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'PimcoreAdminBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle'),
'namespace' => 'Pimcore\\Bundle\\AdminBundle',
],
'PimcoreCoreBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle'),
'namespace' => 'Pimcore\\Bundle\\CoreBundle',
],
'PimcoreDataHubBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub/src'),
'namespace' => 'Pimcore\\Bundle\\DataHubBundle',
],
'PimcoreEnterpriseSubscriptionToolsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/pimcore/enterprise-subscription-tools/src'),
'namespace' => 'Pimcore\\Bundle\\EnterpriseSubscriptionToolsBundle',
],
'PimcoreDataHubSimpleRestBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub-simple-rest/src'),
'namespace' => 'Pimcore\\Bundle\\DataHubSimpleRestBundle',
],
'ElementsProcessManagerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/elements/process-manager-bundle/src'),
'namespace' => 'Elements\\Bundle\\ProcessManagerBundle',
],
'PimcoreDataImporterBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/pimcore/data-importer/src'),
'namespace' => 'Pimcore\\Bundle\\DataImporterBundle',
],
'FlysystemBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/league/flysystem-bundle/src'),
'namespace' => 'League\\FlysystemBundle',
],
'PimcoreDataHubFileExportBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub-file-export/src'),
'namespace' => 'Pimcore\\Bundle\\DataHubFileExportBundle',
],
'PimcoreDataHubCiHubBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/pimcore/data-hub-ci-hub/src'),
'namespace' => 'Pimcore\\Bundle\\DataHubCiHubBundle',
],
'PimcorePortalEngineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src'),
'namespace' => 'Pimcore\\Bundle\\PortalEngineBundle',
],
'WebpackEncoreBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
'namespace' => 'Symfony\\WebpackEncoreBundle',
],
'FrontendPermissionToolkitBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/pimcore/frontend-permission-toolkit-bundle/src'),
'namespace' => 'FrontendPermissionToolkitBundle',
],
'PimcoreStatisticsExplorerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/pimcore/statistics-explorer/src'),
'namespace' => 'Pimcore\\Bundle\\StatisticsExplorerBundle',
],
'PimcoreAssetMetadataClassDefinitionsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/pimcore/asset-metadata-class-definitions/src'),
'namespace' => 'Pimcore\\AssetMetadataClassDefinitionsBundle',
],
'AdvancedObjectSearchBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/pimcore/advanced-object-search/src'),
'namespace' => 'AdvancedObjectSearchBundle',
],
'PimcoreWorkflowDesignerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/pimcore/workflow-designer/src'),
'namespace' => 'Pimcore\\Bundle\\WorkflowDesignerBundle',
],
'PimcoreDirectEditBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/pimcore/direct-edit/src'),
'namespace' => 'Pimcore\\Bundle\\DirectEditBundle',
],
'BlackbitDataDirectorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/blackbit/data-director'),
'namespace' => 'Blackbit\\DataDirectorBundle',
],
'ERDiagramXMLExportBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/basilicom/er-diagram-xml-export-bundle/ERDiagramXMLExportBundle'),
'namespace' => 'Basilicom\\ERDiagramXMLExportBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'App_KernelTestingDebugContainer',
'locale' => 'en',
'log.fileobject' => (\dirname(__DIR__, 3).'/application-logger'),
'pimcore_portal_engine.elasticsearch.host' => 'localhost:9201',
'pimcore_portal_engine.elasticsearch.index_prefix' => 'portal_engine_',
'blackbit_pim.importstatus.cleanup_interval' => 2,
'blackbit_pim.importstatus.abortion_threshold' => 3600,
'blackbit_pim.application_logger_log_level' => 'warning',
'blackbit_pim.deepl_api_key' => '',
'blackbit_pim.aws_translate_access_key' => '',
'blackbit_pim.aws_translate_secret_key' => '',
'blackbit_pim.skip_translation_tag' => 'x',
'data_director.security.firewalls.webservice_documentation' => [
'pattern' => '^/webservice/(BlackbitDataDirector|BlackbitPim)/rest/documentation/(.*)$',
'anonymous' => NULL,
'stateless' => true,
'provider' => 'pimcore_admin',
'logout' => [
'path' => '/admin/logout',
'target' => '/admin/login',
'success_handler' => 'Pimcore\\Bundle\\AdminBundle\\Security\\LogoutSuccessHandler',
],
'guard' => [
'entry_point' => 'Pimcore\\Bundle\\AdminBundle\\Security\\Guard\\AdminAuthenticator',
'authenticators' => [
0 => 'Pimcore\\Bundle\\AdminBundle\\Security\\Guard\\AdminAuthenticator',
],
],
'two_factor' => [
'auth_form_path' => '/admin/login/2fa',
'check_path' => '/admin/login/2fa-verify',
'default_target_path' => '/admin',
'always_use_default_target_path' => false,
'auth_code_parameter_name' => '_auth_code',
'trusted_parameter_name' => '_trusted',
'multi_factor' => false,
],
],
'data_director.security.firewalls.webservice' => [
'pattern' => '^/webservice(/.*)?$',
'stateless' => true,
'provider' => 'pimcore_admin',
'guard' => [
'entry_point' => 'Blackbit\\DataDirectorBundle\\lib\\Pim\\Security\\Guard\\RestApiAuthenticator',
'authenticators' => [
0 => 'Blackbit\\DataDirectorBundle\\lib\\Pim\\Security\\Guard\\RestApiAuthenticator',
],
],
],
'data_director.security.firewalls.webservice_short_urls' => [
'pattern' => '^/api/rest/(import|export|status)',
'stateless' => true,
'provider' => 'pimcore_admin',
'guard' => [
'entry_point' => 'Blackbit\\DataDirectorBundle\\lib\\Pim\\Security\\Guard\\RestApiAuthenticator',
'authenticators' => [
0 => 'Blackbit\\DataDirectorBundle\\lib\\Pim\\Security\\Guard\\RestApiAuthenticator',
],
],
],
'data_director.security.access_control.rest_endpoints' => [
'path' => '^/api/rest/(import|export|status)',
'roles' => 'ROLE_PIMCORE_USER',
],
'data_director.security.access_control.legacy_rest_endpoints' => [
'path' => '^/webservice/(BlackbitDataDirector|BlackbitPim)/rest/(import|export|status)',
'roles' => 'ROLE_PIMCORE_USER',
],
'mercure' => [
'hub' => [
'jwt_key' => 'TdOTzVsIsc1tnP0u0UzittuipBU6DNf8PnkAUejt9qS3LR9AOTErOgUpnxTLfwmRvbul',
],
],
'redis.provider' => 'redis://localhost:6380',
'router.request_context.host' => 'testing.huegli-foodservice.c-2248.maxcluster.net',
'router.request_context.scheme' => 'https',
'secret' => 'blFuZM6tSjr2Xw5HUXrcgkjF51qOCtMxKsep6DQUEo4=',
'security.authenticator.manager.enabled' => true,
'pimcore_portal_engine.firewall_settings' => [
'provider' => 'portal_engine',
'request_matcher' => 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Firewall\\RequestMatcher',
'logout' => [
'invalidate_session' => false,
'path' => 'pimcore_portalengine_auth_logout',
'target' => 'pimcore_portalengine_auth_login',
],
'remember_me' => [
'secret' => 'blFuZM6tSjr2Xw5HUXrcgkjF51qOCtMxKsep6DQUEo4=',
'lifetime' => 7776000,
'path' => '/',
],
'custom_authenticators' => [
0 => 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authenticator\\GuestUserAuthenticator',
1 => 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authenticator\\LoginAuthenticator',
2 => 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authenticator\\TokenAuthenticator',
3 => 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authenticator\\OpenIdConnectAuthenticator',
],
'entry_point' => 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authenticator\\LoginAuthenticator',
],
'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\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
'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',
'Presta\\SitemapBundle\\Event\\SitemapAddUrlEvent' => 'presta_sitemap.add_url',
'Presta\\SitemapBundle\\Event\\SitemapPopulateEvent' => 'presta_sitemap.populate',
],
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.secret' => 'blFuZM6tSjr2Xw5HUXrcgkjF51qOCtMxKsep6DQUEo4=',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'en',
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'kernel.trusted_proxies' => '127.0.0.1,192.168.10.0/24,172.25.0.0/16,109.71.72.204/32,2a05:cc00::72:204:10/128',
'kernel.trusted_headers' => 62,
'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.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' => 'strict',
],
'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,
'security.role_hierarchy.roles' => [
'ROLE_PIMCORE_ADMIN' => [
0 => 'ROLE_PIMCORE_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 => 'pimcore_admin_webdav',
2 => 'pimcore_admin',
3 => 'portal_engine',
],
'twig.form.resources' => [
0 => 'form_div_layout.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
3 => 'cache',
],
],
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'cache',
],
],
],
'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' => [
'pimcore_direct_edit' => 'doctrine.orm.pimcore_direct_edit_entity_manager',
'portal_engine' => 'doctrine.orm.portal_engine_entity_manager',
'statistics_explorer' => 'doctrine.orm.statistics_explorer_entity_manager',
],
'doctrine.default_entity_manager' => 'pimcore_direct_edit',
'doctrine.dbal.connection_factory.types' => [
'jsonfy' => [
'class' => 'Pimcore\\Bundle\\PortalEngineBundle\\Tools\\Doctrine\\Type\\Jsonfy',
],
'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' => false,
'doctrine.orm.proxy_namespace' => 'Proxies',
'doctrine.migrations.preferred_em' => NULL,
'doctrine.migrations.preferred_connection' => 'default',
'cmf_routing.uri_filter_regexp' => '',
'cmf_routing.default_controller' => NULL,
'cmf_routing.generic_controller' => NULL,
'cmf_routing.controllers_by_type' => [
],
'cmf_routing.controllers_by_class' => [
],
'cmf_routing.templates_by_class' => [
],
'cmf_routing.route_collection_limit' => 0,
'cmf_routing.dynamic.limit_candidates' => 20,
'cmf_routing.dynamic.locales' => [
],
'cmf_routing.dynamic.auto_locale_pattern' => false,
'cmf_routing.replace_symfony_router' => true,
'presta_sitemap.generator.class' => 'Presta\\SitemapBundle\\Service\\Generator',
'presta_sitemap.dumper.class' => 'Presta\\SitemapBundle\\Service\\Dumper',
'presta_sitemap.routing_loader.class' => 'Presta\\SitemapBundle\\Routing\\SitemapRoutingLoader',
'presta_sitemap.dump_command.class' => 'Presta\\SitemapBundle\\Command\\DumpSitemapsCommand',
'presta_sitemap.dump_directory' => (\dirname(__DIR__, 4).'/public'),
'presta_sitemap.timetolive' => 3600,
'presta_sitemap.sitemap_file_prefix' => 'sitemap',
'presta_sitemap.items_by_set' => 50000,
'presta_sitemap.defaults' => [
'lastmod' => NULL,
'priority' => NULL,
'changefreq' => NULL,
],
'presta_sitemap.default_section' => 'default',
'presta_sitemap.eventlistener.route_annotation.class' => 'Presta\\SitemapBundle\\EventListener\\RouteAnnotationEventListener',
'scheb_two_factor.model_manager_name' => NULL,
'scheb_two_factor.security_tokens' => [
0 => 'Pimcore\\Bundle\\AdminBundle\\Security\\Authentication\\Token\\LegacyTwoFactorRequiredToken',
1 => 'Pimcore\\Bundle\\AdminBundle\\Security\\Authentication\\Token\\TwoFactorRequiredToken',
],
'scheb_two_factor.ip_whitelist' => [
],
'scheb_two_factor.google.server_name' => 'Pimcore',
'scheb_two_factor.google.issuer' => 'Pimcore 2 Factor Authentication',
'scheb_two_factor.google.template' => '@SchebTwoFactor/Authentication/form.html.twig',
'scheb_two_factor.google.digits' => 6,
'scheb_two_factor.google.window' => 1,
'scheb_two_factor.trusted_device.enabled' => false,
'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
'fos_js_routing.request_context_base_url' => NULL,
'fos_js_routing.cache_control' => [
'enabled' => false,
],
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'pimcore.gdpr-data-extrator.dataobjects' => [
'classes' => [
],
],
'pimcore.gdpr-data-extrator.assets' => [
'types' => [
],
],
'pimcore_admin.dataObjects.notes_events.types' => [
0 => '',
1 => 'content',
2 => 'seo',
3 => 'warning',
4 => 'notice',
],
'pimcore_admin.assets.notes_events.types' => [
0 => '',
1 => 'content',
2 => 'seo',
3 => 'warning',
4 => 'notice',
],
'pimcore_admin.documents.notes_events.types' => [
0 => '',
1 => 'content',
2 => 'seo',
3 => 'warning',
4 => 'notice',
],
'pimcore_admin.csrf_protection.excluded_routes' => [
],
'pimcore_admin.admin_languages' => [
],
'pimcore_admin.custom_admin_path_identifier' => NULL,
'pimcore_admin.custom_admin_route_name' => 'my_custom_admin_entry_point',
'pimcore_admin.config' => [
'admin_csp_header' => [
'exclude_paths' => [
0 => '@^/admin/workflow-designer/index@',
],
'enabled' => false,
'additional_urls' => [
'default-src' => [
],
'img-src' => [
],
'script-src' => [
],
'style-src' => [
],
'connect-src' => [
],
'font-src' => [
],
'media-src' => [
],
'frame-src' => [
],
],
],
'branding' => [
'login_screen_invert_colors' => false,
'color_login_screen' => '#00823e',
'color_admin_interface' => '#00823e',
'color_admin_interface_background' => '',
'login_screen_custom_image' => '',
],
'gdpr_data_extractor' => [
'dataObjects' => [
'classes' => [
],
],
'assets' => [
'types' => [
],
],
],
'objects' => [
'notes_events' => [
'types' => [
0 => '',
1 => 'content',
2 => 'seo',
3 => 'warning',
4 => 'notice',
],
],
],
'assets' => [
'notes_events' => [
'types' => [
0 => '',
1 => 'content',
2 => 'seo',
3 => 'warning',
4 => 'notice',
],
],
],
'documents' => [
'notes_events' => [
'types' => [
0 => '',
1 => 'content',
2 => 'seo',
3 => 'warning',
4 => 'notice',
],
],
],
'admin_languages' => [
],
'csrf_protection' => [
'excluded_routes' => [
],
],
'custom_admin_path_identifier' => NULL,
'custom_admin_route_name' => 'my_custom_admin_entry_point',
'config_location' => [
'admin_system_settings' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/admin_system_settings'),
],
],
'read_target' => [
'type' => NULL,
'options' => [
'directory' => NULL,
],
],
],
],
],
'container.dumper.inline_class_loader' => true,
'pimcore.extensions.bundles.search_paths' => [
0 => 'src',
1 => 'vendor/pimcore/pimcore/bundles',
],
'pimcore.extensions.bundles.handle_composer' => true,
'pimcore.admin.unauthenticated_routes' => [
0 => [
'route' => 'pimcore_settings_display_custom_logo',
'path' => false,
'host' => false,
'methods' => [
],
],
1 => [
'route' => 'pimcore_admin_login',
'path' => false,
'host' => false,
'methods' => [
],
],
2 => [
'route' => 'pimcore_admin_webdav',
'path' => false,
'host' => false,
'methods' => [
],
],
],
'pimcore.encryption.secret' => NULL,
'pimcore.admin.session.attribute_bags' => [
'pimcore_admin' => [
'storage_key' => '_pimcore_admin',
],
'pimcore_objects' => [
'storage_key' => '_pimcore_objects',
],
'pimcore_copy' => [
'storage_key' => '_pimcore_copy',
],
'pimcore_gridconfig' => [
'storage_key' => '_pimcore_gridconfig',
],
'pimcore_importconfig' => [
'storage_key' => '_pimcore_importconfig',
],
],
'pimcore.admin.translations.path' => '@PimcoreCoreBundle/Resources/translations',
'pimcore.translations.admin_translation_mapping' => [
],
'pimcore.web_profiler.toolbar.excluded_routes' => [
0 => [
'path' => '^/admin/asset/image-editor',
'route' => false,
'host' => false,
'methods' => [
],
],
],
'pimcore.response_exception_listener.render_error_document' => true,
'pimcore.maintenance.housekeeping.cleanup_tmp_files_atime_older_than' => 7776000,
'pimcore.maintenance.housekeeping.cleanup_profiler_files_atime_older_than' => 1800,
'pimcore.documents.default_controller' => 'App\\Controller\\DefaultController::defaultAction',
'pimcore.documents.web_to_print.default_controller_print_page' => 'App\\Controller\\Web2printController::defaultAction',
'pimcore.documents.web_to_print.default_controller_print_container' => 'App\\Controller\\Web2printController::containerAction',
'pimcore.templating.twig.sandbox_security_policy.tags' => [
0 => 'set',
],
'pimcore.templating.twig.sandbox_security_policy.filters' => [
0 => 'escape',
1 => 'trans',
2 => 'default',
],
'pimcore.templating.twig.sandbox_security_policy.functions' => [
0 => 'path',
1 => 'asset',
],
'pimcore.config' => [
'custom_report' => [
'adapters' => [
'dataDirector' => 'pimcore.custom_report.adapter.factory.dataDirector',
'sql' => 'pimcore.custom_report.adapter.factory.sql',
'analytics' => 'pimcore.custom_report.adapter.factory.analytics',
],
'definitions' => [
'ERP-QM' => [
'name' => 'ERP-QM',
'sql' => '',
'dataSourceConfig' => [
],
'columnConfiguration' => [
],
'niceName' => '',
'group' => '',
'groupIconClass' => '',
'iconClass' => '',
'menuShortcut' => true,
'reportClass' => '',
'chartType' => '',
'pieColumn' => '',
'pieLabelColumn' => '',
'xAxis' => '',
'yAxis' => [
],
'modificationDate' => 1704985353,
'creationDate' => 1704985353,
'shareGlobally' => true,
'sharedUserNames' => [
],
'sharedRoleNames' => [
],
],
],
],
'web_profiler' => [
'toolbar' => [
'excluded_routes' => [
0 => [
'path' => '^/admin/asset/image-editor',
'route' => false,
'host' => false,
'methods' => [
],
],
],
],
],
'security' => [
'encoder_factories' => [
'Pimcore\\Bundle\\AdminBundle\\Security\\User\\User' => [
'id' => 'pimcore_admin.security.password_encoder_factory',
],
],
'factory_type' => 'password_hasher',
'password_hasher_factories' => [
'Pimcore\\Security\\User\\User' => [
'id' => 'pimcore.security.user_password_hasher_factory',
],
],
'password' => [
'algorithm' => '2y',
'options' => [
],
],
],
'bundles' => [
'search_paths' => [
0 => 'src',
1 => 'vendor/pimcore/pimcore/bundles',
],
'handle_composer' => true,
],
'assets' => [
'metadata' => [
'class_definitions' => [
'data' => [
'map' => [
'asset' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Asset',
'checkbox' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Checkbox',
'date' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Date',
'document' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Document',
'input' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Input',
'object' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\DataObject',
'select' => '\\Pimcore\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Select',
'textarea' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Textarea',
'calculatedValue' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\CalculatedValue',
'country' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Country',
'datetime' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Datetime',
'language' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Language',
'multiselect' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Multiselect',
'manyToManyRelation' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\ManyToManyRelation',
'numeric' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Numeric',
'wysiwyg' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Wysiwyg',
'user' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\User',
],
'prefixes' => [
],
],
],
'predefined' => [
'definitions' => [
],
],
],
'image' => [
'thumbnails' => [
'auto_formats' => [
'avif' => [
'enabled' => false,
],
'webp' => [
'enabled' => false,
],
],
'definitions' => [
'2BI' => [
'items' => [
0 => [
'method' => 'contain',
'arguments' => [
'width' => 1000,
'height' => 1000,
'forceResize' => true,
],
],
],
'medias' => [
],
'name' => '2BI',
'description' => '',
'group' => 'Syndication',
'format' => 'SOURCE',
'quality' => 100,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => true,
'modificationDate' => 1709540863,
'creationDate' => 1708330586,
'preserveAnimation' => false,
],
'campaign-interactive' => [
'items' => [
],
'medias' => [
],
'name' => 'campaign-interactive',
'description' => '',
'group' => 'Campaign',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1659358886,
'creationDate' => 1659358872,
'preserveAnimation' => false,
],
'campaign-print' => [
'items' => [
],
'medias' => [
],
'name' => 'campaign-print',
'description' => '',
'group' => 'Campaign',
'format' => 'JPEG',
'quality' => 300,
'highResolution' => 0.0,
'preserveColor' => true,
'preserveMetaData' => true,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1702902539,
'creationDate' => 1659358850,
'preserveAnimation' => false,
],
'icon-preview' => [
'items' => [
0 => [
'method' => 'scaleByHeight',
'arguments' => [
'height' => 100,
'forceResize' => true,
],
],
],
'medias' => [
],
'name' => 'icon-preview',
'description' => '',
'group' => 'PIM',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1691736978,
'creationDate' => 1691736143,
'preserveAnimation' => false,
],
'portal-engine-logo' => [
'items' => [
0 => [
'method' => 'scaleByWidth',
'arguments' => [
'width' => 200,
'forceResize' => false,
],
],
],
'medias' => [
],
'name' => 'portal-engine-logo',
'description' => '',
'group' => 'Portal Engine',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => NULL,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1649850829,
'creationDate' => 1649850829,
'preserveAnimation' => false,
],
'portal-engine_detail-page' => [
'items' => [
0 => [
'method' => 'contain',
'arguments' => [
'width' => 600,
'height' => 400,
'forceResize' => false,
],
],
],
'medias' => [
],
'name' => 'portal-engine_detail-page',
'description' => '',
'group' => 'Portal Engine',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => NULL,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1649850829,
'creationDate' => 1649850829,
'preserveAnimation' => false,
],
'portal-engine_element-detail' => [
'items' => [
0 => [
'method' => 'scaleByWidth',
'arguments' => [
'width' => 1024,
],
],
1 => [
'method' => 'scaleByHeight',
'arguments' => [
'height' => 768,
],
],
],
'medias' => [
],
'name' => 'portal-engine_element-detail',
'description' => '',
'group' => 'Portal Engine',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => NULL,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1649850829,
'creationDate' => 1649850829,
'preserveAnimation' => false,
],
'portal-engine_element-teaser' => [
'items' => [
0 => [
'method' => 'contain',
'arguments' => [
'width' => 294,
'height' => 165,
'forceResize' => false,
],
],
],
'medias' => [
],
'name' => 'portal-engine_element-teaser',
'description' => '',
'group' => 'Portal Engine',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => NULL,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1649850829,
'creationDate' => 1649850829,
'preserveAnimation' => false,
],
'portal-engine_email-logo' => [
'items' => [
0 => [
'method' => 'scaleByHeight',
'arguments' => [
'height' => 42,
],
],
],
'medias' => [
],
'name' => 'portal-engine_email-logo',
'description' => '',
'group' => 'Portal Engine',
'format' => 'png',
'quality' => 85,
'highResolution' => NULL,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => true,
'downloadable' => false,
'modificationDate' => 1649850829,
'creationDate' => 1649850829,
'preserveAnimation' => false,
],
'portal-engine_teaser-1by1' => [
'items' => [
0 => [
'method' => 'cover',
'arguments' => [
'width' => 223,
'height' => 236,
'forceResize' => true,
'positioning' => 'center',
],
],
],
'medias' => [
],
'name' => 'portal-engine_teaser-1by1',
'description' => '',
'group' => 'Portal Engine',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => NULL,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1649850829,
'creationDate' => 1649850829,
'preserveAnimation' => false,
],
'portal-engine_teaser-2by1' => [
'items' => [
0 => [
'method' => 'cover',
'arguments' => [
'width' => 471,
'height' => 235,
'forceResize' => true,
'positioning' => 'center',
],
],
],
'medias' => [
],
'name' => 'portal-engine_teaser-2by1',
'description' => '',
'group' => 'Portal Engine',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => NULL,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1649850829,
'creationDate' => 1649850829,
'preserveAnimation' => false,
],
'portal-engine_teaser-cta' => [
'items' => [
0 => [
'method' => 'cover',
'arguments' => [
'width' => 730,
'height' => 408,
'forceResize' => true,
'positioning' => 'center',
],
],
],
'medias' => [
],
'name' => 'portal-engine_teaser-cta',
'description' => '',
'group' => 'Portal Engine',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => NULL,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1649850829,
'creationDate' => 1649850829,
'preserveAnimation' => false,
],
'productpass-icon' => [
'items' => [
0 => [
'method' => 'contain',
'arguments' => [
'width' => 610,
'height' => 510,
'forceResize' => false,
],
],
],
'medias' => [
],
'name' => 'productpass-icon',
'description' => '',
'group' => 'Product Pass',
'format' => 'PNG',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1662553978,
'creationDate' => 1657633166,
'preserveAnimation' => false,
],
'productpass-product' => [
'items' => [
0 => [
'method' => 'frame',
'arguments' => [
'width' => 1000,
'height' => 750,
'forceResize' => true,
],
],
1 => [
'method' => 'setBackgroundColor',
'arguments' => [
'color' => '#FFFFFF',
],
],
],
'medias' => [
],
'name' => 'productpass-product',
'description' => '',
'group' => 'Product Pass',
'format' => 'PRINT',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1660735354,
'creationDate' => 1659514409,
'preserveAnimation' => false,
],
'shop-generic' => [
'items' => [
],
'medias' => [
],
'name' => 'shop-generic',
'description' => '',
'group' => 'Shop',
'format' => 'JPEG',
'quality' => 100,
'highResolution' => 0.0,
'preserveColor' => true,
'preserveMetaData' => true,
'rasterizeSVG' => false,
'downloadable' => true,
'modificationDate' => 1699616513,
'creationDate' => 1658993561,
'preserveAnimation' => false,
],
],
'clip_auto_support' => true,
'image_optimizers' => [
'enabled' => true,
],
'status_cache' => true,
'auto_clear_temp_files' => true,
],
'max_pixels' => 80000000,
'low_quality_image_preview' => [
'enabled' => true,
],
'focal_point_detection' => [
'enabled' => true,
],
],
'versions' => [
'days' => NULL,
'steps' => 10,
'use_hardlinks' => true,
'disable_stack_trace' => false,
],
'hide_edit_image' => false,
'disable_tree_preview' => true,
'frontend_prefixes' => [
'source' => '',
'thumbnail' => '',
'thumbnail_deferred' => '',
],
'preview_image_thumbnail' => NULL,
'default_upload_path' => '_default_upload_bucket',
'tree_paging_limit' => 100,
'video' => [
'thumbnails' => [
'definitions' => [
],
'auto_clear_temp_files' => true,
],
],
'icc_rgb_profile' => NULL,
'icc_cmyk_profile' => NULL,
],
'objects' => [
'class_definitions' => [
'data' => [
'map' => [
'block' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Block',
'calculatedValue' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\CalculatedValue',
'checkbox' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Checkbox',
'classificationstore' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Classificationstore',
'consent' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Consent',
'country' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Country',
'countrymultiselect' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Countrymultiselect',
'date' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Date',
'datetime' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Datetime',
'email' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Email',
'encryptedField' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\EncryptedField',
'externalImage' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ExternalImage',
'fieldcollections' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Fieldcollections',
'firstname' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Firstname',
'gender' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Gender',
'geobounds' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Geobounds',
'geopoint' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Geopoint',
'geopolygon' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Geopolygon',
'geopolyline' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Geopolyline',
'hotspotimage' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Hotspotimage',
'manyToOneRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ManyToOneRelation',
'image' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Image',
'imageGallery' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ImageGallery',
'input' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Input',
'language' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Language',
'languagemultiselect' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Languagemultiselect',
'lastname' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Lastname',
'link' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Link',
'localizedfields' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Localizedfields',
'manyToManyRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ManyToManyRelation',
'advancedManyToManyRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\AdvancedManyToManyRelation',
'multiselect' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Multiselect',
'newsletterActive' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\NewsletterActive',
'reverseObjectRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ReverseObjectRelation',
'urlSlug' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\UrlSlug',
'numeric' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Numeric',
'objectbricks' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Objectbricks',
'manyToManyObjectRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\ManyToManyObjectRelation',
'advancedManyToManyObjectRelation' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\AdvancedManyToManyObjectRelation',
'password' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Password',
'rgbaColor' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\RgbaColor',
'targetGroup' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\TargetGroup',
'targetGroupMultiselect' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\TargetGroupMultiselect',
'quantityValue' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\QuantityValue',
'inputQuantityValue' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\InputQuantityValue',
'select' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Select',
'slider' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Slider',
'structuredTable' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\StructuredTable',
'table' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Table',
'textarea' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Textarea',
'time' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Time',
'user' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\User',
'video' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Video',
'wysiwyg' => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Wysiwyg',
'permissionManyToOneRelation' => 'FrontendPermissionToolkitBundle\\CoreExtensions\\ClassDefinitions\\PermissionManyToOneRelation',
'permissionManyToManyRelation' => 'FrontendPermissionToolkitBundle\\CoreExtensions\\ClassDefinitions\\PermissionManyToManyRelation',
'permissionResource' => 'FrontendPermissionToolkitBundle\\CoreExtensions\\ClassDefinitions\\PermissionResource',
'dynamicPermissionResource' => 'FrontendPermissionToolkitBundle\\CoreExtensions\\ClassDefinitions\\DynamicPermissionResource',
'dataDirectorInputWithPlaceholders' => '\\Blackbit\\DataDirectorBundle\\lib\\Pim\\FieldType\\InputWithPlaceholders',
'dataDirectorTextareaWithPlaceholders' => '\\Blackbit\\DataDirectorBundle\\lib\\Pim\\FieldType\\TextareaWithPlaceholders',
'dataDirectorCalculatedValueDataQuerySelector' => '\\Blackbit\\DataDirectorBundle\\lib\\Pim\\FieldType\\CalculatedValueDataQuerySelector',
],
'prefixes' => [
0 => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\',
1 => '\\Object_Class_Data_',
],
],
'layout' => [
'prefixes' => [
0 => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Layout\\',
1 => '\\Object_Class_Layout_',
],
'map' => [
'dd_htmlContainer' => '\\Blackbit\\DataDirectorBundle\\lib\\Pim\\FieldType\\HtmlContainer',
],
],
],
'versions' => [
'days' => NULL,
'steps' => 10,
'disable_stack_trace' => false,
],
'ignore_localized_query_fallback' => false,
'tree_paging_limit' => 30,
'auto_save_interval' => 60,
],
'documents' => [
'type_definitions' => [
'map' => [
'folder' => '\\Pimcore\\Model\\Document\\Folder',
'page' => '\\Pimcore\\Model\\Document\\Page',
'snippet' => '\\Pimcore\\Model\\Document\\Snippet',
'link' => '\\Pimcore\\Model\\Document\\Link',
'hardlink' => '\\Pimcore\\Model\\Document\\Hardlink',
'email' => '\\Pimcore\\Model\\Document\\Email',
'newsletter' => '\\Pimcore\\Model\\Document\\Newsletter',
'printpage' => '\\Pimcore\\Model\\Document\\Printpage',
'printcontainer' => '\\Pimcore\\Model\\Document\\Printcontainer',
],
],
'editables' => [
'prefixes' => [
0 => '\\Pimcore\\Model\\Document\\Editable\\',
],
'map' => [
],
],
'types' => [
0 => 'folder',
1 => 'page',
2 => 'snippet',
3 => 'link',
4 => 'hardlink',
5 => 'email',
6 => 'newsletter',
7 => 'printpage',
8 => 'printcontainer',
],
'valid_tables' => [
0 => 'email',
1 => 'newsletter',
2 => 'hardlink',
3 => 'link',
4 => 'page',
5 => 'snippet',
],
'versions' => [
'days' => NULL,
'steps' => 10,
'disable_stack_trace' => false,
],
'error_pages' => [
'default' => '',
'localized' => [
'de' => '',
'en' => '',
'de_CH' => '',
'fr' => '',
'de_AT' => '',
'it' => '',
'nl' => '',
'pl' => '',
'cs' => '',
'sk' => '',
'hu' => '',
'el' => '',
],
],
'doc_types' => [
'definitions' => [
'04e0f9bb-5df1-4e42-aa22-8335a9951212' => [
'name' => 'Portal Engine - Data Pool Language Variant',
'group' => 'Portal Engine',
'controller' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\LanguageVariantController::dataPoolLanguageVariantAction',
'template' => NULL,
'type' => 'page',
'priority' => 0,
'creationDate' => 1649850829,
'modificationDate' => 1649850829,
'staticGeneratorEnabled' => NULL,
],
'159fb508-3d70-4399-a391-b2414a39773d' => [
'name' => 'Portal Engine - Footer Snippet',
'group' => 'Portal Engine',
'controller' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\SnippetController::footerAction',
'template' => NULL,
'type' => 'snippet',
'priority' => 0,
'creationDate' => 1649850829,
'modificationDate' => 1649850829,
'staticGeneratorEnabled' => NULL,
],
'69ba2984-7b87-4123-bdbf-2323a2eaf7ca' => [
'name' => 'Portal Engine - Content Page',
'group' => 'Portal Engine',
'controller' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\PortalController::contentAction',
'template' => NULL,
'type' => 'page',
'priority' => 0,
'creationDate' => 1649850829,
'modificationDate' => 1649850829,
'staticGeneratorEnabled' => NULL,
],
'c7521a8a-2aba-4198-8159-928991b95d71' => [
'name' => 'Portal Engine - Data Object Data Pool',
'group' => 'Portal Engine',
'controller' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\DataPool\\DataObjectController::listAction',
'template' => NULL,
'type' => 'page',
'priority' => 0,
'creationDate' => 1649850829,
'modificationDate' => 1649850829,
'staticGeneratorEnabled' => NULL,
],
'c773506f-e6b2-45e7-8f96-ec9759b20764' => [
'name' => 'Portal Engine - Portal Page',
'group' => 'Portal Engine',
'controller' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\PortalController::pageAction',
'template' => NULL,
'type' => 'page',
'priority' => 0,
'creationDate' => 1649850829,
'modificationDate' => 1649850829,
'staticGeneratorEnabled' => NULL,
],
'fc014067-1e3b-4e61-81e0-9c5bfb68bf67' => [
'name' => 'Portal Engine - Asset Data Pool',
'group' => 'Portal Engine',
'controller' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\DataPool\\AssetController::listAction',
'template' => NULL,
'type' => 'page',
'priority' => 0,
'creationDate' => 1649850829,
'modificationDate' => 1649850829,
'staticGeneratorEnabled' => NULL,
],
],
],
'web_to_print' => [
'enableInDefaultView' => false,
'generalTool' => 'wkhtmltopdf',
'generalDocumentSaveMode' => 'default',
'pdfreactorProtocol' => NULL,
'pdfreactorServer' => 'localhost',
'pdfreactorServerPort' => '9423',
'pdfreactorBaseUrl' => 'http://my.domain.com',
'pdfreactorApiKey' => '',
'pdfreactorLicence' => '',
'pdfreactorEnableLenientHttpsMode' => false,
'pdfreactorEnableDebugMode' => false,
'wkhtmltopdfBin' => 'wkhtmltopdf',
'wkhtml2pdfOptions' => [
'print-media-type' => '',
'page-size' => 'A4',
],
'wkhtml2pdfHostname' => 'https://huegli-foodservice.c-2247.maxcluster.net/',
'headlessChromeSettings' => '',
'pdf_creation_php_memory_limit' => '2048M',
'default_controller_print_page' => 'App\\Controller\\Web2printController::defaultAction',
'default_controller_print_container' => 'App\\Controller\\Web2printController::containerAction',
],
'default_controller' => 'App\\Controller\\DefaultController::defaultAction',
'allow_trailing_slash' => 'no',
'generate_preview' => false,
'preview_url_prefix' => '',
'tree_paging_limit' => 50,
'areas' => [
'autoload' => true,
],
'newsletter' => [
'defaultUrlPrefix' => NULL,
],
'auto_save_interval' => 60,
'static_page_router' => [
'enabled' => false,
'route_pattern' => NULL,
],
],
'routing' => [
'direct_route_document_types' => [
0 => 'page',
1 => 'snippet',
2 => 'email',
3 => 'newsletter',
4 => 'printpage',
5 => 'printcontainer',
],
'allow_processing_unpublished_fallback_document' => false,
'static' => [
'locale_params' => [
],
],
],
'newsletter' => [
'source_adapters' => [
'defaultAdapter' => 'pimcore.document.newsletter.factory.default',
'csvList' => 'pimcore.document.newsletter.factory.csv',
'reportAdapter' => 'pimcore.document.newsletter.factory.report',
],
'method' => NULL,
],
'targeting' => [
'data_providers' => [
'device' => 'Pimcore\\Targeting\\DataProvider\\Device',
'geoip' => 'Pimcore\\Targeting\\DataProvider\\GeoIp',
'geolocation' => 'Pimcore\\Targeting\\DataProvider\\GeoLocation',
'targeting_storage' => 'Pimcore\\Targeting\\DataProvider\\TargetingStorage',
'visited_pages_counter' => 'Pimcore\\Targeting\\DataProvider\\VisitedPagesCounter',
],
'conditions' => [
'browser' => 'Pimcore\\Targeting\\Condition\\Browser',
'country' => 'Pimcore\\Targeting\\Condition\\Country',
'geopoint' => 'Pimcore\\Targeting\\Condition\\GeoPoint',
'hardwareplatform' => 'Pimcore\\Targeting\\Condition\\HardwarePlatform',
'language' => 'Pimcore\\Targeting\\Condition\\Language',
'operatingsystem' => 'Pimcore\\Targeting\\Condition\\OperatingSystem',
'referringsite' => 'Pimcore\\Targeting\\Condition\\ReferringSite',
'searchengine' => 'Pimcore\\Targeting\\Condition\\SearchEngine',
'target_group' => 'Pimcore\\Targeting\\Condition\\TargetGroup',
'timeonsite' => 'Pimcore\\Targeting\\Condition\\TimeOnSite',
'url' => 'Pimcore\\Targeting\\Condition\\Url',
'visitedpagesbefore' => 'Pimcore\\Targeting\\Condition\\VisitedPagesBefore',
],
'action_handlers' => [
'assign_target_group' => 'Pimcore\\Targeting\\ActionHandler\\AssignTargetGroup',
'codesnippet' => 'Pimcore\\Targeting\\ActionHandler\\CodeSnippet',
'redirect' => 'Pimcore\\Targeting\\ActionHandler\\Redirect',
],
'enabled' => true,
'storage_id' => 'Pimcore\\Targeting\\Storage\\CookieStorage',
'session' => [
'enabled' => false,
],
],
'context' => [
'profiler' => [
'routes' => [
0 => [
'path' => '^/_(profiler|wdt)(/.*)?$',
'route' => false,
'host' => false,
'methods' => [
],
],
],
],
'admin' => [
'routes' => [
0 => [
'path' => '^/admin(/.*)?$',
'route' => false,
'host' => false,
'methods' => [
],
],
1 => [
'route' => '^pimcore_admin_',
'path' => false,
'host' => false,
'methods' => [
],
],
],
],
'plugin' => [
'routes' => [
0 => [
'path' => '^/plugin(/.*)?$',
'route' => false,
'host' => false,
'methods' => [
],
],
],
],
'dummy_to_not_get_array_index_0' => [
'routes' => [
],
],
'webservice' => [
'routes' => [
0 => [
'path' => '^/api/rest/(import|export|status)',
'route' => false,
'host' => false,
'methods' => [
],
],
1 => [
'route' => '^dataport_',
'path' => false,
'host' => false,
'methods' => [
],
],
2 => [
'path' => '^/webservice(/.*)?$',
'route' => false,
'host' => false,
'methods' => [
],
],
],
],
],
'admin' => [
'session' => [
'attribute_bags' => [
'pimcore_admin' => [
'storage_key' => '_pimcore_admin',
],
'pimcore_objects' => [
'storage_key' => '_pimcore_objects',
],
'pimcore_copy' => [
'storage_key' => '_pimcore_copy',
],
'pimcore_gridconfig' => [
'storage_key' => '_pimcore_gridconfig',
],
'pimcore_importconfig' => [
'storage_key' => '_pimcore_importconfig',
],
],
],
'unauthenticated_routes' => [
0 => [
'route' => 'pimcore_settings_display_custom_logo',
'path' => false,
'host' => false,
'methods' => [
],
],
1 => [
'route' => 'pimcore_admin_login',
'path' => false,
'host' => false,
'methods' => [
],
],
2 => [
'route' => 'pimcore_admin_webdav',
'path' => false,
'host' => false,
'methods' => [
],
],
],
'translations' => [
'path' => '@PimcoreCoreBundle/Resources/translations',
],
],
'sitemaps' => [
'generators' => [
'pimcore_documents' => [
'enabled' => true,
'priority' => 100,
'generator_id' => 'Pimcore\\Sitemap\\Document\\DocumentTreeGenerator',
],
],
],
'redirects' => [
'status_codes' => [
300 => 'Multiple Choices',
301 => 'Moved Permanently',
302 => 'Found',
303 => 'See Other',
307 => 'Temporary Redirect',
],
],
'glossary' => [
'blocked_tags' => [
0 => 'a',
1 => 'script',
2 => 'style',
3 => 'code',
4 => 'pre',
5 => 'textarea',
6 => 'acronym',
7 => 'abbr',
8 => 'option',
9 => 'h1',
10 => 'h2',
11 => 'h3',
12 => 'h4',
13 => 'h5',
14 => 'h6',
],
],
'templating_engine' => [
'twig' => [
'sandbox_security_policy' => [
'tags' => [
0 => 'set',
],
'filters' => [
0 => 'escape',
1 => 'trans',
2 => 'default',
],
'functions' => [
0 => 'path',
1 => 'asset',
],
],
],
],
'translations' => [
'debugging' => [
'enabled' => true,
'parameter' => 'pimcore_debug_translations',
],
'admin_translation_mapping' => [
],
'data_object' => [
],
],
'general' => [
'timezone' => 'Europe/Berlin',
'domain' => '',
'redirect_to_maindomain' => false,
'language' => 'en',
'valid_languages' => 'de,en,de_CH,fr,de_AT,it,nl,pl,cs,sk,hu,el',
'fallback_languages' => [
'de' => '',
'en' => 'de',
'de_CH' => 'de',
'fr' => 'de',
'de_AT' => 'de',
'it' => 'de',
'nl' => 'de',
'pl' => 'de',
'cs' => 'de',
'sk' => 'de',
'hu' => 'de',
'el' => 'de',
],
'default_language' => 'de',
'debug_admin_translations' => false,
'path_variable' => NULL,
'disable_usage_statistics' => false,
'instance_identifier' => NULL,
],
'email' => [
'sender' => [
'name' => 'Hügli PIM TESTING',
'email' => 'huegli-foodservice@c-2248.maxcluster.net',
],
'return' => [
'name' => '',
'email' => '',
],
'debug' => [
'email_addresses' => '',
],
'usespecific' => false,
],
'perspectives' => [
'definitions' => [
'default' => [
'elementTree' => [
0 => [
'type' => 'documents',
'position' => 'left',
'expanded' => false,
'hidden' => false,
'sort' => 0,
],
1 => [
'type' => 'assets',
'position' => 'left',
'expanded' => false,
'hidden' => false,
'sort' => 1,
],
2 => [
'type' => 'objects',
'position' => 'left',
'expanded' => false,
'hidden' => false,
'sort' => 2,
],
],
'iconCls' => 'pimcore_nav_icon_perspective',
'icon' => NULL,
'dashboards' => [
'predefined' => [
'welcome' => [
'positions' => [
0 => [
0 => [
'id' => 1,
'type' => 'pimcore.layout.portlets.modificationStatistic',
'config' => NULL,
],
1 => [
'id' => 2,
'type' => 'pimcore.layout.portlets.modifiedAssets',
'config' => NULL,
],
],
1 => [
0 => [
'id' => 3,
'type' => 'pimcore.layout.portlets.modifiedObjects',
'config' => NULL,
],
1 => [
'id' => 4,
'type' => 'pimcore.layout.portlets.modifiedDocuments',
'config' => NULL,
],
],
],
],
],
],
],
'pim.perspective.PIM' => [
'iconCls' => 'pimcore_icon_object',
'elementTree' => [
0 => [
'type' => 'assets',
'position' => 'right',
'expanded' => false,
'hidden' => false,
'sort' => 9000,
],
1 => [
'type' => 'customview',
'position' => 'left',
'expanded' => false,
'hidden' => false,
'sort' => 8000,
'id' => 'dd_',
],
2 => [
'type' => 'customview',
'position' => 'right',
'expanded' => false,
'hidden' => false,
'sort' => 0,
'id' => 'dd_system',
],
3 => [
'type' => 'customview',
'position' => 'right',
'expanded' => false,
'hidden' => false,
'sort' => 1,
'id' => 'dd_attributes',
],
4 => [
'type' => 'customview',
'position' => 'right',
'expanded' => false,
'hidden' => false,
'sort' => 2,
'id' => 'dd_output',
],
5 => [
'type' => 'customview',
'position' => 'left',
'expanded' => false,
'hidden' => false,
'sort' => 3,
'id' => 'dd_portalengine',
],
6 => [
'type' => 'customview',
'position' => 'left',
'expanded' => false,
'hidden' => false,
'sort' => 4,
'id' => 'dd_input',
],
7 => [
'type' => 'customview',
'position' => 'left',
'expanded' => false,
'hidden' => false,
'sort' => 5,
'id' => 'dd_classification',
],
],
'dashboards' => [
'predefined' => [
'welcome' => [
'positions' => [
0 => [
0 => [
'id' => 1,
'type' => 'pimcore.layout.portlets.DataDirector_ErrorMonitor',
'config' => NULL,
],
1 => [
'id' => 2,
'type' => 'pimcore.layout.portlets.DataDirector_TaggedElements',
'config' => '{"title":"Objects with import errors","tags":[21]}',
],
],
1 => [
0 => [
'id' => 3,
'type' => 'pimcore.layout.portlets.DataDirector_QueueMonitor',
'config' => NULL,
],
],
],
],
],
],
],
'pim.perspective.default' => [
'elementTree' => [
0 => [
'type' => 'documents',
'position' => 'left',
'expanded' => false,
'hidden' => false,
'sort' => 2,
],
1 => [
'type' => 'assets',
'position' => 'left',
'expanded' => false,
'hidden' => false,
'sort' => 1,
],
2 => [
'type' => 'objects',
'position' => 'left',
'expanded' => false,
'hidden' => false,
'sort' => 0,
],
],
'iconCls' => 'pimcore_nav_icon_perspective',
'icon' => NULL,
'dashboards' => [
'predefined' => [
'welcome' => [
'positions' => [
0 => [
0 => [
'id' => 1,
'type' => 'pimcore.layout.portlets.modificationStatistic',
'config' => NULL,
],
1 => [
'id' => 2,
'type' => 'pimcore.layout.portlets.modifiedAssets',
'config' => NULL,
],
],
1 => [
0 => [
'id' => 3,
'type' => 'pimcore.layout.portlets.modifiedObjects',
'config' => NULL,
],
1 => [
'id' => 4,
'type' => 'pimcore.layout.portlets.modifiedDocuments',
'config' => NULL,
],
],
],
],
],
],
],
],
],
'custom_views' => [
'definitions' => [
'dd_' => [
'id' => 'dd_',
'name' => 'data_objects',
'treetype' => 'object',
'position' => 'left',
'rootfolder' => '/',
'classes' => 'CAT,PROD',
'showroot' => true,
'sort' => 0,
'treeContextMenu' => [
'object' => [
'items' => [
'add' => true,
'addFolder' => true,
'importCsv' => true,
'cut' => true,
'copy' => true,
'paste' => true,
'delete' => true,
'rename' => true,
'reload' => true,
'publish' => true,
'unpublish' => true,
'searchAndMove' => true,
'lock' => true,
'unlock' => true,
'lockAndPropagate' => true,
'unlockAndPropagate' => true,
'changeChildrenSortBy' => true,
],
],
],
'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/parallel_tasks.svg',
'where' => 'o_path LIKE \'/Categories/%\' OR o_path LIKE \'/Products/%\'',
'joins' => [
],
],
'dd_attributes' => [
'id' => 'dd_attributes',
'name' => 'Attributes',
'treetype' => 'object',
'position' => 'left',
'rootfolder' => '/',
'classes' => 'ALRG,ASLINE,BRAND,CONV,CSY,DECL,DEPT,FEAT,INGR,MARK,MKT,NUTBASE,PACK,PCON,POS,PSTATE,STCO,TASTE,USG',
'showroot' => true,
'sort' => 0,
'treeContextMenu' => [
'object' => [
'items' => [
'add' => true,
'addFolder' => true,
'importCsv' => true,
'cut' => true,
'copy' => true,
'paste' => true,
'delete' => true,
'rename' => true,
'reload' => true,
'publish' => true,
'unpublish' => true,
'searchAndMove' => true,
'lock' => true,
'unlock' => true,
'lockAndPropagate' => true,
'unlockAndPropagate' => true,
'changeChildrenSortBy' => true,
],
],
],
'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/cable_release.svg',
'where' => 'o_path LIKE \'/Attributes/Allergens/%\' OR o_path LIKE \'/Attributes/AssortmentLines/%\' OR o_path LIKE \'/Attributes/Brands/%\' OR o_path LIKE \'/Attributes/Conveniences/%\' OR o_path LIKE \'/Attributes/Consistencies/%\' OR o_path LIKE \'/Attributes/Declarations/%\' OR o_path LIKE \'/Attributes/Departments/%\' OR o_path LIKE \'/Attributes/Features/%\' OR o_path LIKE \'/%\' OR o_path LIKE \'/%\' OR o_path LIKE \'/Attributes/Markets/%\' OR o_path LIKE \'/Attributes/NutritionBases/%\' OR o_path LIKE \'/Attributes/Packages/%\' OR o_path LIKE \'/Attributes/ProductConditions/%\' OR o_path LIKE \'/Attributes/Positioning/%\' OR o_path LIKE \'/Attributes/ProductStates/%\' OR o_path LIKE \'/Attributes/StorageConditions/%\' OR o_path LIKE \'/Attributes/Tastes/%\' OR o_path LIKE \'/Attributes/Usages/%\'',
'joins' => [
],
],
'dd_classification' => [
'id' => 'dd_classification',
'name' => 'Classification',
'treetype' => 'object',
'position' => 'left',
'rootfolder' => '/System/GPC/',
'classes' => 'GPC',
'showroot' => true,
'sort' => 0,
'treeContextMenu' => [
'object' => [
'items' => [
'add' => true,
'addFolder' => true,
'importCsv' => true,
'cut' => true,
'copy' => true,
'paste' => true,
'delete' => true,
'rename' => true,
'reload' => true,
'publish' => true,
'unpublish' => true,
'searchAndMove' => true,
'lock' => true,
'unlock' => true,
'lockAndPropagate' => true,
'unlockAndPropagate' => true,
'changeChildrenSortBy' => true,
],
],
],
'icon' => '/bundles/pimcoreadmin/img/flat-white-icons/pimcore-main-icon-object.svg',
'where' => 'o_path LIKE \'/System/GPC/%\'',
'joins' => [
],
],
'dd_input' => [
'id' => 'dd_input',
'name' => 'Input',
'treetype' => 'object',
'position' => 'left',
'rootfolder' => '/',
'classes' => 'MINIMP',
'showroot' => true,
'sort' => 0,
'treeContextMenu' => [
'object' => [
'items' => [
'add' => true,
'addFolder' => true,
'importCsv' => true,
'cut' => true,
'copy' => true,
'paste' => true,
'delete' => true,
'rename' => true,
'reload' => true,
'publish' => true,
'unpublish' => true,
'searchAndMove' => true,
'lock' => true,
'unlock' => true,
'lockAndPropagate' => true,
'unlockAndPropagate' => true,
'changeChildrenSortBy' => true,
],
],
],
'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/import.svg',
'where' => 'o_path LIKE \'/%\'',
'joins' => [
],
],
'dd_output' => [
'id' => 'dd_output',
'name' => 'Output',
'treetype' => 'object',
'position' => 'left',
'rootfolder' => '/Output/',
'classes' => 'CAMP,FTN,STRUCT,TMPL',
'showroot' => true,
'sort' => 0,
'treeContextMenu' => [
'object' => [
'items' => [
'add' => true,
'addFolder' => true,
'importCsv' => true,
'cut' => true,
'copy' => true,
'paste' => true,
'delete' => true,
'rename' => true,
'reload' => true,
'publish' => true,
'unpublish' => true,
'searchAndMove' => true,
'lock' => true,
'unlock' => true,
'lockAndPropagate' => true,
'unlockAndPropagate' => true,
'changeChildrenSortBy' => true,
],
],
],
'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/book.svg',
'where' => 'o_path LIKE \'/Output/Campaigns/%\' OR o_path LIKE \'/Output/Footnotes/%\' OR o_path LIKE \'/Output/Campaigns/%\' OR o_path LIKE \'/Output/Templates/%\'',
'joins' => [
],
],
'dd_portalengine' => [
'id' => 'dd_portalengine',
'name' => 'PortalEngine',
'treetype' => 'object',
'position' => 'left',
'rootfolder' => '/Portal Engine/',
'classes' => 'portaluser,portalusergroup',
'showroot' => true,
'sort' => 0,
'treeContextMenu' => [
'object' => [
'items' => [
'add' => true,
'addFolder' => true,
'importCsv' => true,
'cut' => true,
'copy' => true,
'paste' => true,
'delete' => true,
'rename' => true,
'reload' => true,
'publish' => true,
'unpublish' => true,
'searchAndMove' => true,
'lock' => true,
'unlock' => true,
'lockAndPropagate' => true,
'unlockAndPropagate' => true,
'changeChildrenSortBy' => true,
],
],
],
'icon' => '/bundles/pimcoreadmin/img/flat-white-icons/pimcore-main-icon-object.svg',
'where' => 'o_path LIKE \'/Portal Engine/Users/%\' OR o_path LIKE \'/Portal Engine/Groups/%\'',
'joins' => [
],
],
'dd_system' => [
'id' => 'dd_system',
'name' => 'System',
'treetype' => 'object',
'position' => 'left',
'rootfolder' => '/System/',
'classes' => 'ERPART,RECI,RESP',
'showroot' => true,
'sort' => 0,
'treeContextMenu' => [
'object' => [
'items' => [
'add' => true,
'addFolder' => true,
'importCsv' => true,
'cut' => true,
'copy' => true,
'paste' => true,
'delete' => true,
'rename' => true,
'reload' => true,
'publish' => true,
'unpublish' => true,
'searchAndMove' => true,
'lock' => true,
'unlock' => true,
'lockAndPropagate' => true,
'unlockAndPropagate' => true,
'changeChildrenSortBy' => true,
],
],
],
'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/combo_chart.svg',
'where' => 'o_path LIKE \'/System/ERP/%\' OR o_path LIKE \'/System/Recipes/%\' OR o_path LIKE \'/System/Responsible/%\'',
'joins' => [
],
],
],
],
'workflows' => [
'wfdesigner_freigabe' => [
'label' => 'freigabe',
'custom_extensions' => [
'folder' => 'Recipe',
'description' => '',
'diagram_flow_mappings' => [
'Event_17rw3yx' => [
'Activity_1cmjcqg' => 'Flow_1qa21g0',
],
'Activity_1cmjcqg' => [
'Event_0hp80jy' => 'Flow_0jbpcq1',
],
],
'diagram' => '<bpmndi:BPMNDiagram xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:bioc="http://bpmn.io/schema/bpmn/biocolor/1.0" xmlns:color="http://www.omg.org/spec/BPMN/non-normative/color/1.0">'."\n".' <bpmndi:BPMNPlane bpmnElement="Process_1">'."\n".' <bpmndi:BPMNEdge id="Flow_1qa21g0_di" bpmnElement="Flow_1qa21g0">'."\n".' <di:waypoint x="-342" y="-260"/>'."\n".' <di:waypoint x="-290" y="-260"/>'."\n".' </bpmndi:BPMNEdge>'."\n".' <bpmndi:BPMNEdge id="Flow_0jbpcq1_di" bpmnElement="Flow_0jbpcq1">'."\n".' <di:waypoint x="-190" y="-260"/>'."\n".' <di:waypoint x="-138" y="-260"/>'."\n".' </bpmndi:BPMNEdge>'."\n".' <bpmndi:BPMNShape id="Event_17rw3yx_di" bpmnElement="Event_17rw3yx" bioc:stroke="#e92929" color:border-color="#e92929">'."\n".' <dc:Bounds x="-378" y="-278" width="36" height="36"/>'."\n".' <bpmndi:BPMNLabel>'."\n".' <dc:Bounds x="-376" y="-235" width="32" height="14"/>'."\n".' </bpmndi:BPMNLabel>'."\n".' </bpmndi:BPMNShape>'."\n".' <bpmndi:BPMNShape id="Activity_1cmjcqg_di" bpmnElement="Activity_1cmjcqg">'."\n".' <dc:Bounds x="-290" y="-300" width="100" height="80"/>'."\n".' </bpmndi:BPMNShape>'."\n".' <bpmndi:BPMNShape id="Event_0hp80jy_di" bpmnElement="Event_0hp80jy" bioc:stroke="#000000" color:border-color="#000000">'."\n".' <dc:Bounds x="-138" y="-278" width="36" height="36"/>'."\n".' <bpmndi:BPMNLabel>'."\n".' <dc:Bounds x="-136" y="-235" width="32" height="14"/>'."\n".' </bpmndi:BPMNLabel>'."\n".' </bpmndi:BPMNShape>'."\n".' </bpmndi:BPMNPlane>'."\n".' </bpmndi:BPMNDiagram>',
],
'enabled' => false,
'priority' => 0,
'type' => 'state_machine',
'marking_store' => [
'type' => 'state_table',
'arguments' => [
],
],
'audit_trail' => [
'enabled' => false,
],
'places' => [
'Event_17rw3yx' => [
'label' => 'Enrich',
'title' => 'Ergänzen der Daten',
'visibleInHeader' => true,
'color' => '#e92929',
'colorInverted' => false,
'permissions' => [
0 => [
'condition' => '',
'modify' => true,
'save' => true,
'publish' => false,
'unpublish' => false,
'delete' => false,
'rename' => false,
'view' => true,
'settings' => false,
'versions' => false,
'properties' => false,
],
],
],
'Event_0hp80jy' => [
'label' => 'Ready',
'title' => '',
'visibleInHeader' => true,
'color' => '#000000',
'colorInverted' => false,
'permissions' => [
0 => [
'condition' => '',
'modify' => false,
'publish' => true,
],
],
],
],
'transitions' => [
'Activity_1cmjcqg' => [
'options' => [
'label' => 'xjchva',
'notes' => [
'commentEnabled' => true,
'commentRequired' => false,
'type' => 'Status update',
'additionalFields' => [
],
'title' => 'done',
'commentSetterFn' => '',
'commentGetterFn' => '',
],
'notificationSettings' => [
0 => [
'condition' => '',
'notifyUsers' => [
0 => 'sbrandes',
],
'channelType' => [
0 => 'mail',
1 => 'pimcore_notification',
],
'mailType' => 'template',
'mailPath' => '@PimcoreCore/Workflow/NotificationEmail/notificationEmail.html.twig',
'notifyRoles' => [
],
],
],
'objectLayout' => '',
'changePublishedState' => 'no_change',
'iconClass' => '',
],
'from' => [
0 => 'Event_17rw3yx',
],
'name' => 'Activity_1cmjcqg',
'to' => [
0 => 'Event_0hp80jy',
],
],
],
'globalActions' => [
],
'initial_markings' => [
0 => 'Event_17rw3yx',
],
'placeholders' => [
],
'support_strategy' => [
'type' => 'expression',
'arguments' => [
0 => '\\Pimcore\\Model\\DataObject\\Recipe',
1 => 'subject.getPublished() == FALSE and is_fully_authenticated()',
],
],
'supports' => [
],
],
],
'error_handling' => [
'render_error_document' => true,
],
'flags' => [
],
'maps' => [
'tile_layer_url_template' => 'https://a.tile.openstreetmap.org/{z}/{x}/{y}.png',
'geocoding_url_template' => 'https://nominatim.openstreetmap.org/search?q={q}&addressdetails=1&format=json&limit=1',
'reverse_geocoding_url_template' => 'https://nominatim.openstreetmap.org/reverse?format=json&lat={lat}&lon={lon}&addressdetails=1',
],
'maintenance' => [
'housekeeping' => [
'cleanup_tmp_files_atime_older_than' => 7776000,
'cleanup_profiler_files_atime_older_than' => 1800,
],
],
'services' => [
'google' => [
'client_id' => NULL,
'email' => NULL,
'simple_api_key' => NULL,
'browser_api_key' => NULL,
],
],
'encryption' => [
'secret' => NULL,
],
'models' => [
'class_overrides' => [
],
],
'full_page_cache' => [
'enabled' => true,
'lifetime' => NULL,
],
'httpclient' => [
'adapter' => 'Socket',
'proxy_host' => NULL,
'proxy_port' => NULL,
'proxy_user' => NULL,
'proxy_pass' => NULL,
],
'applicationlog' => [
'archive_treshold' => 30,
'archive_alternative_database' => '',
'delete_archive_threshold' => '6',
],
'properties' => [
'predefined' => [
'definitions' => [
],
],
],
'staticroutes' => [
'definitions' => [
],
],
'config_location' => [
'image_thumbnails' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/image-thumbnails'),
],
],
],
'custom_reports' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/custom_reports'),
],
],
],
'video_thumbnails' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/video-thumbnails'),
],
],
],
'document_types' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/document_types'),
],
],
],
'web_to_print' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/web_to_print'),
],
],
],
'predefined_properties' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/predefined_properties'),
],
],
],
'predefined_asset_metadata' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/predefined_asset_metadata'),
],
],
],
'staticroutes' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/staticroutes'),
],
],
],
'perspectives' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/perspectives'),
],
],
],
'custom_views' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/custom_views'),
],
],
],
'object_custom_layouts' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/object_custom_layouts'),
],
],
],
'system_settings' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/system_settings'),
],
],
'read_target' => [
'type' => NULL,
'options' => [
'directory' => NULL,
],
],
],
],
],
'pimcore.documents.classes.map' => [
'folder' => '\\Pimcore\\Model\\Document\\Folder',
'page' => '\\Pimcore\\Model\\Document\\Page',
'snippet' => '\\Pimcore\\Model\\Document\\Snippet',
'link' => '\\Pimcore\\Model\\Document\\Link',
'hardlink' => '\\Pimcore\\Model\\Document\\Hardlink',
'email' => '\\Pimcore\\Model\\Document\\Email',
'newsletter' => '\\Pimcore\\Model\\Document\\Newsletter',
'printpage' => '\\Pimcore\\Model\\Document\\Printpage',
'printcontainer' => '\\Pimcore\\Model\\Document\\Printcontainer',
],
'pimcore.routing.static.locale_params' => [
],
'pimcore.targeting.enabled' => true,
'pimcore.targeting.conditions' => [
'browser' => 'Pimcore\\Targeting\\Condition\\Browser',
'country' => 'Pimcore\\Targeting\\Condition\\Country',
'geopoint' => 'Pimcore\\Targeting\\Condition\\GeoPoint',
'hardwareplatform' => 'Pimcore\\Targeting\\Condition\\HardwarePlatform',
'language' => 'Pimcore\\Targeting\\Condition\\Language',
'operatingsystem' => 'Pimcore\\Targeting\\Condition\\OperatingSystem',
'referringsite' => 'Pimcore\\Targeting\\Condition\\ReferringSite',
'searchengine' => 'Pimcore\\Targeting\\Condition\\SearchEngine',
'target_group' => 'Pimcore\\Targeting\\Condition\\TargetGroup',
'timeonsite' => 'Pimcore\\Targeting\\Condition\\TimeOnSite',
'url' => 'Pimcore\\Targeting\\Condition\\Url',
'visitedpagesbefore' => 'Pimcore\\Targeting\\Condition\\VisitedPagesBefore',
],
'pimcore.geoip.db_file' => '',
'pimcore.glossary.blocked_tags' => [
0 => 'a',
1 => 'script',
2 => 'style',
3 => 'code',
4 => 'pre',
5 => 'textarea',
6 => 'acronym',
7 => 'abbr',
8 => 'option',
9 => 'h1',
10 => 'h2',
11 => 'h3',
12 => 'h4',
13 => 'h5',
14 => 'h6',
],
'pimcore.workflow' => [
'wfdesigner_freigabe' => [
'label' => 'freigabe',
'custom_extensions' => [
'folder' => 'Recipe',
'description' => '',
'diagram_flow_mappings' => [
'Event_17rw3yx' => [
'Activity_1cmjcqg' => 'Flow_1qa21g0',
],
'Activity_1cmjcqg' => [
'Event_0hp80jy' => 'Flow_0jbpcq1',
],
],
'diagram' => '<bpmndi:BPMNDiagram xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:bioc="http://bpmn.io/schema/bpmn/biocolor/1.0" xmlns:color="http://www.omg.org/spec/BPMN/non-normative/color/1.0">'."\n".' <bpmndi:BPMNPlane bpmnElement="Process_1">'."\n".' <bpmndi:BPMNEdge id="Flow_1qa21g0_di" bpmnElement="Flow_1qa21g0">'."\n".' <di:waypoint x="-342" y="-260"/>'."\n".' <di:waypoint x="-290" y="-260"/>'."\n".' </bpmndi:BPMNEdge>'."\n".' <bpmndi:BPMNEdge id="Flow_0jbpcq1_di" bpmnElement="Flow_0jbpcq1">'."\n".' <di:waypoint x="-190" y="-260"/>'."\n".' <di:waypoint x="-138" y="-260"/>'."\n".' </bpmndi:BPMNEdge>'."\n".' <bpmndi:BPMNShape id="Event_17rw3yx_di" bpmnElement="Event_17rw3yx" bioc:stroke="#e92929" color:border-color="#e92929">'."\n".' <dc:Bounds x="-378" y="-278" width="36" height="36"/>'."\n".' <bpmndi:BPMNLabel>'."\n".' <dc:Bounds x="-376" y="-235" width="32" height="14"/>'."\n".' </bpmndi:BPMNLabel>'."\n".' </bpmndi:BPMNShape>'."\n".' <bpmndi:BPMNShape id="Activity_1cmjcqg_di" bpmnElement="Activity_1cmjcqg">'."\n".' <dc:Bounds x="-290" y="-300" width="100" height="80"/>'."\n".' </bpmndi:BPMNShape>'."\n".' <bpmndi:BPMNShape id="Event_0hp80jy_di" bpmnElement="Event_0hp80jy" bioc:stroke="#000000" color:border-color="#000000">'."\n".' <dc:Bounds x="-138" y="-278" width="36" height="36"/>'."\n".' <bpmndi:BPMNLabel>'."\n".' <dc:Bounds x="-136" y="-235" width="32" height="14"/>'."\n".' </bpmndi:BPMNLabel>'."\n".' </bpmndi:BPMNShape>'."\n".' </bpmndi:BPMNPlane>'."\n".' </bpmndi:BPMNDiagram>',
],
'enabled' => false,
'priority' => 0,
'type' => 'state_machine',
'marking_store' => [
'type' => 'state_table',
'arguments' => [
],
],
'audit_trail' => [
'enabled' => false,
],
'places' => [
'Event_17rw3yx' => [
'label' => 'Enrich',
'title' => 'Ergänzen der Daten',
'visibleInHeader' => true,
'color' => '#e92929',
'colorInverted' => false,
'permissions' => [
0 => [
'condition' => '',
'modify' => true,
'save' => true,
'publish' => false,
'unpublish' => false,
'delete' => false,
'rename' => false,
'view' => true,
'settings' => false,
'versions' => false,
'properties' => false,
],
],
],
'Event_0hp80jy' => [
'label' => 'Ready',
'title' => '',
'visibleInHeader' => true,
'color' => '#000000',
'colorInverted' => false,
'permissions' => [
0 => [
'condition' => '',
'modify' => false,
'publish' => true,
],
],
],
],
'transitions' => [
'Activity_1cmjcqg' => [
'options' => [
'label' => 'xjchva',
'notes' => [
'commentEnabled' => true,
'commentRequired' => false,
'type' => 'Status update',
'additionalFields' => [
],
'title' => 'done',
'commentSetterFn' => '',
'commentGetterFn' => '',
],
'notificationSettings' => [
0 => [
'condition' => '',
'notifyUsers' => [
0 => 'sbrandes',
],
'channelType' => [
0 => 'mail',
1 => 'pimcore_notification',
],
'mailType' => 'template',
'mailPath' => '@PimcoreCore/Workflow/NotificationEmail/notificationEmail.html.twig',
'notifyRoles' => [
],
],
],
'objectLayout' => '',
'changePublishedState' => 'no_change',
'iconClass' => '',
],
'from' => [
0 => 'Event_17rw3yx',
],
'name' => 'Activity_1cmjcqg',
'to' => [
0 => 'Event_0hp80jy',
],
],
],
'globalActions' => [
],
'initial_markings' => [
0 => 'Event_17rw3yx',
],
'placeholders' => [
],
'support_strategy' => [
'type' => 'expression',
'arguments' => [
0 => '\\Pimcore\\Model\\DataObject\\Recipe',
1 => 'subject.getPublished() == FALSE and is_fully_authenticated()',
],
],
'supports' => [
],
],
],
'pimcore_data_hub' => [
'supported_types' => [
'graphql' => 'Pimcore\\Bundle\\DataHubBundle',
'dataImporterDataObject' => 'Pimcore\\Bundle\\DataImporterBundle',
'fileExport' => 'Pimcore\\Bundle\\DataHubFileExportBundle',
],
'configurations' => [
'Alpha-SAP-Translation' => [
'general' => [
'active' => false,
'type' => 'fileExport',
'name' => 'Alpha-SAP-Translation',
'description' => '',
'group' => 'Export',
'path' => NULL,
'modificationDate' => 1707387195,
'createDate' => 1658317240,
],
'schema' => [
'classId' => 'PROD',
'thumbnailImage' => NULL,
'thumbnailVideo' => NULL,
'config' => [
'language' => 'de',
'pageSize' => 25,
'columns' => [
'#63e0dcae8195d' => [
'name' => '#63e0dcae8195d',
'position' => 1,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Alpha-Nr.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'skuAlpha',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpItem',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#63e0dcae8195d',
],
'isOperator' => true,
],
'#63e0dcae8195e' => [
'name' => '#63e0dcae8195e',
'position' => 2,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SAP-Nr.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
'attribute' => 'skuSAP',
'forwardAttribute' => '',
],
'key' => '#63e0dcae8195e',
],
'isOperator' => true,
],
'#63e0dcae8195f' => [
'name' => '#63e0dcae8195f',
'position' => 3,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Marke',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'brand',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'brand',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Marke (brand) (brand) (brand) (brand) (brand)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'brand',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#63e0dcae8195f',
],
'isOperator' => true,
],
'#63e0dcae81960' => [
'name' => '#63e0dcae81960',
'position' => 4,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Artikelbezeichnung',
'type' => 'operator',
'class' => 'Alias',
'childs' => [
0 => [
'label' => 'Bezeichnung (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'name',
'dataType' => 'input',
'childs' => [
],
],
],
],
'key' => '#63e0dcae81960',
],
'isOperator' => true,
],
'#63e0dcae81961' => [
'name' => '#63e0dcae81961',
'position' => 5,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Inhalt',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'weightNetto',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpItem',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#63e0dcae81961',
],
'isOperator' => true,
],
'#63e0dcae81962' => [
'name' => '#63e0dcae81962',
'position' => 6,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'VPE',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'packType',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'packageType',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpItem',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#63e0dcae81962',
],
'isOperator' => true,
],
],
],
],
'workspaceSettings' => [
'customExportService' => 'app.datahub.variant-exporter.de',
],
'workspaces' => [
'object' => [
0 => [
'read' => true,
'cpath' => '/Products/DACH',
'id' => 'extModel309-1',
],
],
],
'deliveryDestination' => [
'filetype' => 'XLSX',
'filename' => 'Alpha-SAP-Translation.xlsx',
'conflictStrategy' => 'overwrite',
'transmitter' => 'assetTransmitter',
'displayfield-4092-inputEl' => 'The settings below overwrite the settings from the email document if values are defined',
'displayfield-4098-inputEl' => 'Mehrere Empfänger können angegeben werden, indem die E-Mail-Adressen mit einem Semikolon getrennt angegeben werden.<br />Beispiel: receiver@pimcore.org; receiver2@pimcore.org'."\n".'Für \'Von\' können Sie zusätzlich die Syntax <i>Mein Name & lt; mein-name@example.com></i> verwenden',
'transmitter_localDirectory' => [
'directory' => '/Data/Export/',
],
'transmitter_download' => [
'token' => '2c44d75de68fa14872cf1c46143b1da4',
],
'transmitter_sftp' => [
'host' => '',
'port' => NULL,
'username' => 'dgeyer',
'password' => 'b1G1E4b4b1Q1r5b4',
'directory' => '',
'privateKey' => '',
'passphrase' => '',
],
'transmitter_http' => [
'method' => 'POST',
'url' => '',
'timeout' => NULL,
],
'transmitter_email' => [
'document' => '',
'subject' => '',
'from' => '',
'to' => '',
'cc' => '',
'bcc' => '',
],
'transmitter_assetTransmitter' => [
'assetFolder' => '/Data/Export/Alpha-SAP/DE',
],
],
'triggerForDelivery' => [
'saveHookType' => '',
],
'executionConfig' => [
'cronDefinitionFullExport' => '0 3 */1 * *',
'displayfield-4107-inputEl' => '<a target="_blank" href="https://crontab.guru/">Cron expression generator</a>',
'cronDefinitionQueueOnly' => '',
'displayfield-4110-inputEl' => '<a target="_blank" href="https://crontab.guru/">Cron expression generator</a>',
],
'permissions' => [
'user' => [
],
'role' => [
],
],
],
'Huegli-FS-DE-2BI' => [
'general' => [
'active' => false,
'type' => 'fileExport',
'name' => 'Huegli-FS-DE-2BI',
'description' => '',
'group' => 'Export',
'path' => NULL,
'modificationDate' => 1707387211,
'createDate' => 1658317240,
],
'schema' => [
'classId' => 'PROD',
'thumbnailImage' => NULL,
'thumbnailVideo' => NULL,
'config' => [
'language' => 'de',
'pageSize' => 25,
'columns' => [
'#646b75688129d' => [
'name' => '#646b75688129d',
'position' => 1,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Rezeptur-Nr.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'recipeID',
'forwardAttribute' => '',
],
'key' => '#646b75688129d',
],
'isOperator' => true,
],
'#646b75688129f' => [
'name' => '#646b75688129f',
'position' => 2,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Alpha-Nr.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'skuAlpha',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpItem',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#646b75688129f',
],
'isOperator' => true,
],
'#646b7568812a0' => [
'name' => '#646b7568812a0',
'position' => 3,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SAP-Nr.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
'attribute' => 'skuSAP',
'forwardAttribute' => '',
],
'key' => '#646b7568812a0',
],
'isOperator' => true,
],
'#646b7568812a1' => [
'name' => '#646b7568812a1',
'position' => 4,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Sortiment',
'type' => 'operator',
'class' => 'Alias',
'childs' => [
0 => [
'label' => 'Sortiment (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'assortment',
'dataType' => 'select',
'childs' => [
],
],
],
],
'key' => '#646b7568812a1',
],
'isOperator' => true,
],
'#646b7568812a2' => [
'name' => '#646b7568812a2',
'position' => 5,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Aggregatszustand',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'state',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'productState',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Aggregatszustand (productState) (productState) (productState)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'productState',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#646b7568812a2',
],
'isOperator' => true,
],
'#646b7568812a3' => [
'name' => '#646b7568812a3',
'position' => 6,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Geschmacksrichtung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'taste',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'taste',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Geschmacksrichtung (taste) (taste) (taste) (taste) (taste)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'taste',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#646b7568812a3',
],
'isOperator' => true,
],
'#646b7568812a4' => [
'name' => '#646b7568812a4',
'position' => 7,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Lagerbedingung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'condition',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'productCondition',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Lager-Bedingung (productCondition) (productCondition) (productCondition) (productCondition) (productCondition)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'productCondition',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#646b7568812a4',
],
'isOperator' => true,
],
'#646b7568812a5' => [
'name' => '#646b7568812a5',
'position' => 8,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Marke',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'brand',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'brand',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Marke (brand) (brand) (brand) (brand) (brand)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'brand',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#646b7568812a5',
],
'isOperator' => true,
],
'#646b7568812a6' => [
'name' => '#646b7568812a6',
'position' => 9,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Positionierung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'position',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'positioning',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Positionierung (positioning) (positioning) (positioning) (positioning) (positioning)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'positioning',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#646b7568812a6',
],
'isOperator' => true,
],
'#646b7568812a7' => [
'name' => '#646b7568812a7',
'position' => 10,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Sortimentslinie',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'line',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'line',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Sortiments-Linie (line) (line) (line) (line) (line)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'line',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#646b7568812a7',
],
'isOperator' => true,
],
'#646b7568812a8' => [
'name' => '#646b7568812a8',
'position' => 11,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Kategorie',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Kategorie (category)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'category',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\ParentElement',
'additionalData' => '',
],
],
'attribute' => 'category',
'forwardAttribute' => '',
],
'key' => '#646b7568812a8',
],
'isOperator' => true,
],
'#646b7568812a9' => [
'name' => '#646b7568812a9',
'position' => 12,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Subkategorie',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'category',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'category',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Kategorie (category) (category) (category) (category) (category) (category) (category)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'category',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#646b7568812a9',
],
'isOperator' => true,
],
'#646b7568812aa' => [
'name' => '#646b7568812aa',
'position' => 13,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Artikelbezeichnung',
'type' => 'operator',
'class' => 'Alias',
'childs' => [
0 => [
'label' => 'Bezeichnung (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'name',
'dataType' => 'input',
'childs' => [
],
],
],
],
'key' => '#646b7568812aa',
],
'isOperator' => true,
],
'#646b7568812ab' => [
'name' => '#646b7568812ab',
'position' => 14,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Zusatzbeschreibung',
'type' => 'operator',
'class' => 'Alias',
'childs' => [
0 => [
'label' => 'Kurzbeschreibung (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'shortDescription',
'dataType' => 'textarea',
'childs' => [
],
],
],
],
'key' => '#646b7568812ab',
],
'isOperator' => true,
],
'#646b7568812ac' => [
'name' => '#646b7568812ac',
'position' => 15,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Nettogewicht',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'weightNetto',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpItem',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#646b7568812ac',
],
'isOperator' => true,
],
'#646b7568812ad' => [
'name' => '#646b7568812ad',
'position' => 16,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Verkaufseinheit',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'packType',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'packageType',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpItem',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#646b7568812ad',
],
'isOperator' => true,
],
'#646b7568812ae' => [
'name' => '#646b7568812ae',
'position' => 17,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Konsistenz unverarbeitet',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'consistency',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Konsistenz',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'consistencyRaw',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'recipe',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#646b7568812ae',
],
'isOperator' => true,
],
'#646b7568812af' => [
'name' => '#646b7568812af',
'position' => 18,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Konsistenz zubereitet',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'consistencyPrep',
'forwardAttribute' => '',
],
],
'attribute' => 'consistency',
'forwardAttribute' => '',
],
'key' => '#646b7568812af',
],
'isOperator' => true,
],
'#646b7568812b0' => [
'name' => '#646b7568812b0',
'position' => 19,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Zutaten',
'type' => 'operator',
'class' => 'StringReplace',
'childs' => [
0 => [
'label' => 'Operator String Replace',
'type' => 'operator',
'class' => 'StringReplace',
'childs' => [
0 => [
'label' => 'Operator String Replace',
'type' => 'operator',
'class' => 'StringReplace',
'childs' => [
0 => [
'label' => 'Operator String Replace',
'type' => 'operator',
'class' => 'StringReplace',
'childs' => [
0 => [
'label' => 'Operator String Replace',
'type' => 'operator',
'class' => 'StringReplace',
'childs' => [
0 => [
'label' => 'Zutaten',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'ingredientList',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'recipe',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
'search' => '</strong>',
'replace' => '',
'insensitive' => false,
],
],
'search' => '<strong>',
'replace' => '',
'insensitive' => false,
],
],
'search' => '<br />',
'replace' => '',
'insensitive' => false,
],
],
'search' => '</p>',
'replace' => '',
'insensitive' => false,
],
],
'search' => '<p>',
'replace' => '',
'insensitive' => false,
],
'key' => '#646b7568812b0',
],
'isOperator' => true,
],
'#646b7568812b1' => [
'name' => '#646b7568812b1',
'position' => 20,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Dosierung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'dosageText',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'recipe',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#646b7568812b1',
],
'isOperator' => true,
],
'#646b7568812b2' => [
'name' => '#646b7568812b2',
'position' => 21,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Zubereitungsanleitung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'prepInstructions',
'forwardAttribute' => '',
],
'key' => '#646b7568812b2',
],
'isOperator' => true,
],
'#646b7568812b3' => [
'name' => '#646b7568812b3',
'position' => 22,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Ergiebigkeit',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'spreading',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpItem',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#646b7568812b3',
],
'isOperator' => true,
],
'#646b7568812b4' => [
'name' => '#646b7568812b4',
'position' => 23,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Produktmerkmale',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'attribute' => 'feature',
'forwardAttribute' => '',
],
'key' => '#646b7568812b4',
],
'isOperator' => true,
],
'#646b7568812b5' => [
'name' => '#646b7568812b5',
'position' => 24,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'deklarationsfrei',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'deklarationsfrei (o.d.p.Z.)',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'declaration-free',
'childs' => [
0 => [
'label' => 'features',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#646b7568812b5',
],
'isOperator' => true,
],
'#646b7568812b6' => [
'name' => '#646b7568812b6',
'position' => 25,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Minus-Allergene',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'MINUS ALLERGENE -A',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'MinusA',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#646b7568812b6',
],
'isOperator' => true,
],
'#646b7568812b7' => [
'name' => '#646b7568812b7',
'position' => 26,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ohne glutenhaltige Zutaten',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'no-gluten-ingredients',
],
],
],
'key' => '#646b7568812b7',
],
'isOperator' => true,
],
'#646b7568812b8' => [
'name' => '#646b7568812b8',
'position' => 27,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ohne lactosehaltige Zutaten',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'no-lacto-ingredients',
],
],
],
'key' => '#646b7568812b8',
],
'isOperator' => true,
],
'#646b7568812b9' => [
'name' => '#646b7568812b9',
'position' => 28,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ohne Hefeextrakt',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'yeast-free',
],
],
],
'key' => '#646b7568812b9',
],
'isOperator' => true,
],
'#646b7568812ba' => [
'name' => '#646b7568812ba',
'position' => 29,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ohne Gelatine',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'ohne Gelatine',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'no-gelatine',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#646b7568812ba',
],
'isOperator' => true,
],
'#646b7568812bb' => [
'name' => '#646b7568812bb',
'position' => 30,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ohne Zutat Palmfett',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'no-palm-fat',
],
],
],
'key' => '#646b7568812bb',
],
'isOperator' => true,
],
'#646b7568812bc' => [
'name' => '#646b7568812bc',
'position' => 31,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Bio',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Bio',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Bio',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#646b7568812bc',
],
'isOperator' => true,
],
'#646b7568812bd' => [
'name' => '#646b7568812bd',
'position' => 32,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'vegetarisch',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'vegetarisch',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Vegetarian',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#646b7568812bd',
],
'isOperator' => true,
],
'#646b7568812be' => [
'name' => '#646b7568812be',
'position' => 33,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'vegan',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'vegan',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Vegan',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#646b7568812be',
],
'isOperator' => true,
],
'#646b7568812bf' => [
'name' => '#646b7568812bf',
'position' => 34,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'lacto-vegetabil',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'lacto-vegetabil',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'lacto-vegetabil',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#646b7568812bf',
],
'isOperator' => true,
],
'#646b7568812c0' => [
'name' => '#646b7568812c0',
'position' => 35,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ovo-vegetabil',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'ovo-vegatabil',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'ovo-vegetabil',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#646b7568812c0',
],
'isOperator' => true,
],
'#646b7568812c1' => [
'name' => '#646b7568812c1',
'position' => 36,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ovo-lacto-vegetabil',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'ovo-lacto-vegetabil',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'ovo-lacto-vegetabil',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#646b7568812c1',
],
'isOperator' => true,
],
'#646b7568812c2' => [
'name' => '#646b7568812c2',
'position' => 37,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Deklarationen',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'attribute' => 'declaration',
'forwardAttribute' => '',
],
'key' => '#646b7568812c2',
],
'isOperator' => true,
],
'#646b7568812c3' => [
'name' => '#646b7568812c3',
'position' => 38,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'mit natuerlichen Aromen',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Natural-flavor',
],
],
],
'key' => '#646b7568812c3',
],
'isOperator' => true,
],
'#646b7568812c4' => [
'name' => '#646b7568812c4',
'position' => 39,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'mit Aromen',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Flavor',
],
],
],
'key' => '#646b7568812c4',
],
'isOperator' => true,
],
'#646b7568812c5' => [
'name' => '#646b7568812c5',
'position' => 40,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Anwendungsmerkmale',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
'attribute' => 'usageTitle',
'forwardAttribute' => '',
],
'key' => '#646b7568812c5',
],
'isOperator' => true,
],
'#646b7568812c6' => [
'name' => '#646b7568812c6',
'position' => 41,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Instant heiss loeslich',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Instant heiß löslich',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'HotSoluble',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'usages',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#646b7568812c6',
],
'isOperator' => true,
],
'#646b7568812c7' => [
'name' => '#646b7568812c7',
'position' => 42,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Instant kalt loeslich',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Instant kalt löslich',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'ColdSoluble',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'usages',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#646b7568812c7',
],
'isOperator' => true,
],
'#646b7568812c8' => [
'name' => '#646b7568812c8',
'position' => 43,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'zum Kochen',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'zum Kochen',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'ForCooking',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#646b7568812c8',
],
'isOperator' => true,
],
'#646b7568812c9' => [
'name' => '#646b7568812c9',
'position' => 44,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Cook&Chill geeignet',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Cook&Chill geeignet',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'CookChill',
'childs' => [
0 => [
'label' => 'usage',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#646b7568812c9',
],
'isOperator' => true,
],
'#646b7568812ca' => [
'name' => '#646b7568812ca',
'position' => 45,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Chill&Heat geeignet',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Chill&Heat geeignet',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'ChillHeat',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#646b7568812ca',
],
'isOperator' => true,
],
'#646b7568812cb' => [
'name' => '#646b7568812cb',
'position' => 46,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Allergene',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'allergen',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'allergens',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#646b7568812cb',
],
'isOperator' => true,
],
'#646b7568812cc' => [
'name' => '#646b7568812cc',
'position' => 47,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'GLUTEN',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'GLUTEN',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Gluten',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#646b7568812cc',
],
'isOperator' => true,
],
'#646b7568812cd' => [
'name' => '#646b7568812cd',
'position' => 48,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'WEIZEN',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Wheat',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#646b7568812cd',
],
'isOperator' => true,
],
'#646b7568812ce' => [
'name' => '#646b7568812ce',
'position' => 49,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'GERSTE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Barley',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#646b7568812ce',
],
'isOperator' => true,
],
'#646b7568812cf' => [
'name' => '#646b7568812cf',
'position' => 50,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'HAFER',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Oats',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#646b7568812cf',
],
'isOperator' => true,
],
'#646b7568812d0' => [
'name' => '#646b7568812d0',
'position' => 51,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ROGGEN',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Rye',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#646b7568812d0',
],
'isOperator' => true,
],
'#646b7568812d1' => [
'name' => '#646b7568812d1',
'position' => 52,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'DINKEL',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Spelt',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#646b7568812d1',
],
'isOperator' => true,
],
'#646b7568812d2' => [
'name' => '#646b7568812d2',
'position' => 53,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'KREBSTIERE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'KREBSTIERE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Crustacean',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#646b7568812d2',
],
'isOperator' => true,
],
'#646b7568812d3' => [
'name' => '#646b7568812d3',
'position' => 54,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'EI',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'EI',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Egg',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#646b7568812d3',
],
'isOperator' => true,
],
'#646b7568812d4' => [
'name' => '#646b7568812d4',
'position' => 55,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'FISCH',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'FISCH',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Fish',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#646b7568812d4',
],
'isOperator' => true,
],
'#646b7568812d5' => [
'name' => '#646b7568812d5',
'position' => 56,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ERDNUESSE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'ERDNÃœSSE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Peanut',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#646b7568812d5',
],
'isOperator' => true,
],
'#646b7568812d6' => [
'name' => '#646b7568812d6',
'position' => 57,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SOJA',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SOJA',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Soy',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#646b7568812d6',
],
'isOperator' => true,
],
'#646b7568812d7' => [
'name' => '#646b7568812d7',
'position' => 58,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'MILCH',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'MILCH',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Milk',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#646b7568812d7',
],
'isOperator' => true,
],
'#646b7568812d8' => [
'name' => '#646b7568812d8',
'position' => 59,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SCHALENFRUECHTE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SCHALENFRÃœCHTE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Nut',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#646b7568812d8',
],
'isOperator' => true,
],
'#646b7568812d9' => [
'name' => '#646b7568812d9',
'position' => 60,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SELLERIE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SELLERIE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Celery',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#646b7568812d9',
],
'isOperator' => true,
],
'#646b7568812da' => [
'name' => '#646b7568812da',
'position' => 61,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SENF',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SENF',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Mustard',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#646b7568812da',
],
'isOperator' => true,
],
'#646b7568812db' => [
'name' => '#646b7568812db',
'position' => 62,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SESAM',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SESAM',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Sesame',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#646b7568812db',
],
'isOperator' => true,
],
'#646b7568812dc' => [
'name' => '#646b7568812dc',
'position' => 63,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SULFIT',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SULFIT',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Sulfite',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#646b7568812dc',
],
'isOperator' => true,
],
'#646b7568812dd' => [
'name' => '#646b7568812dd',
'position' => 64,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'LUPINE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'LUPINE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Lupin',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#646b7568812dd',
],
'isOperator' => true,
],
'#646b7568812de' => [
'name' => '#646b7568812de',
'position' => 65,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'WEICHTIERE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'WEICHTIERE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Mollusc',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#646b7568812de',
],
'isOperator' => true,
],
'#646b7568812df' => [
'name' => '#646b7568812df',
'position' => 66,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Naehrwerte auf Basis',
'type' => 'operator',
'class' => 'Concatenator',
'glue' => ' ',
'forceValue' => false,
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "amountValue"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
1 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "amountType"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#646b7568812df',
],
'isOperator' => true,
],
'#646b7568812e0' => [
'name' => '#646b7568812e0',
'position' => 67,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'kj',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'kj',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "energyKJValue", "raw": true}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\QuantityValueExtractor',
'additionalData' => 'value',
],
'key' => '#646b7568812e0',
],
'isOperator' => true,
],
'#646b7568812e1' => [
'name' => '#646b7568812e1',
'position' => 68,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'kcal',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'kcal',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "energyKcal", "raw": true}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\QuantityValueExtractor',
'additionalData' => 'value',
],
'key' => '#646b7568812e1',
],
'isOperator' => true,
],
'#646b7568812e2' => [
'name' => '#646b7568812e2',
'position' => 69,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Fett',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Fett',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "fatTotal", "raw": true}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\QuantityValueExtractor',
'additionalData' => 'value',
],
'key' => '#646b7568812e2',
],
'isOperator' => true,
],
'#646b7568812e3' => [
'name' => '#646b7568812e3',
'position' => 70,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'davon gesaettigte Fettsaeuren',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'davon gesättigte Fettsäuren',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "fatSaturated", "raw": true}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\QuantityValueExtractor',
'additionalData' => 'value',
],
'key' => '#646b7568812e3',
],
'isOperator' => true,
],
'#646b7568812e4' => [
'name' => '#646b7568812e4',
'position' => 71,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Kohlenhydrate',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Kohlenhydrate',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "carbTotal", "raw": true}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\QuantityValueExtractor',
'additionalData' => 'value',
],
'key' => '#646b7568812e4',
],
'isOperator' => true,
],
'#646b7568812e5' => [
'name' => '#646b7568812e5',
'position' => 72,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'davon Zucker',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'davon Zucker',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "carbSugar", "raw": true}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\QuantityValueExtractor',
'additionalData' => 'value',
],
'key' => '#646b7568812e5',
],
'isOperator' => true,
],
'#646b7568812e6' => [
'name' => '#646b7568812e6',
'position' => 73,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Balaststoffe',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Balaststoffe',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "dietaryFiber", "raw": true}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\QuantityValueExtractor',
'additionalData' => 'value',
],
'key' => '#646b7568812e6',
],
'isOperator' => true,
],
'#646b7568812e7' => [
'name' => '#646b7568812e7',
'position' => 74,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Eiweiss',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Eiweiß',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "protein", "raw": true}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\QuantityValueExtractor',
'additionalData' => 'value',
],
'key' => '#646b7568812e7',
],
'isOperator' => true,
],
'#646b7568812e8' => [
'name' => '#646b7568812e8',
'position' => 75,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Salz',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Salz',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "salt", "raw": true}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\QuantityValueExtractor',
'additionalData' => 'value',
],
'key' => '#646b7568812e8',
],
'isOperator' => true,
],
'#646b7568812e9' => [
'name' => '#646b7568812e9',
'position' => 76,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Naehrwerte Gewichtseinheit',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "amountValue", "raw": true}',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\QuantityValueExtractor',
'additionalData' => 'unit',
],
'key' => '#646b7568812e9',
],
'isOperator' => true,
],
'#646b7568812ea' => [
'name' => '#646b7568812ea',
'position' => 77,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'EAN-Code',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'ean',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#646b7568812ea',
],
'isOperator' => true,
],
'#646b7568812eb' => [
'name' => '#646b7568812eb',
'position' => 78,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Verkehrsbezeichnung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpName',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#646b7568812eb',
],
'isOperator' => true,
],
'#646b7568812ec' => [
'name' => '#646b7568812ec',
'position' => 79,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'MHZ Monate',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'minimumShelfTime',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#646b7568812ec',
],
'isOperator' => true,
],
'#646b7568812ed' => [
'name' => '#646b7568812ed',
'position' => 80,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'RLZ Monate',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'remainingShelfTime',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#646b7568812ed',
],
'isOperator' => true,
],
'#646b7568812ee' => [
'name' => '#646b7568812ee',
'position' => 81,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'RLZ Tage',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'remainingShelfTimeDays',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#646b7568812ee',
],
'isOperator' => true,
],
'#646b7568812ef' => [
'name' => '#646b7568812ef',
'position' => 82,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Produktionsland',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'country',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'vendor',
'forwardAttribute' => '',
],
],
],
'key' => '#646b7568812ef',
],
'isOperator' => true,
],
'#646b7568812f0' => [
'name' => '#646b7568812f0',
'position' => 83,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'MWSt.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'taxKey',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#646b7568812f0',
],
'isOperator' => true,
],
'#646b7568812f1' => [
'name' => '#646b7568812f1',
'position' => 84,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Zolltarif-Nr.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'customsTariffNumber',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#646b7568812f1',
],
'isOperator' => true,
],
'#646b7568812f2' => [
'name' => '#646b7568812f2',
'position' => 85,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'VK-Einheit je Palette',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'amountPal',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#646b7568812f2',
],
'isOperator' => true,
],
'#646b7568812f3' => [
'name' => '#646b7568812f3',
'position' => 86,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'VK-Einheit je Umkarton',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'amountSubUnit',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#646b7568812f3',
],
'isOperator' => true,
],
'#646b7568812f4' => [
'name' => '#646b7568812f4',
'position' => 87,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Anzahl Lagen',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'amountLayers',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#646b7568812f4',
],
'isOperator' => true,
],
'#646b7568812f5' => [
'name' => '#646b7568812f5',
'position' => 88,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Anzahl je Lage',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'amountPerLayer',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#646b7568812f5',
],
'isOperator' => true,
],
],
],
],
'workspaceSettings' => [
'customExportService' => 'app.datahub.variant-exporter.de',
],
'workspaces' => [
'object' => [
0 => [
'read' => true,
'cpath' => '/Products/DACH',
'id' => 'extModel309-1',
],
],
],
'deliveryDestination' => [
'filetype' => 'XML',
'filename' => 'PIM_HUEGLI_DE_%Y%m%d%H%M%S.xml',
'conflictStrategy' => 'overwrite',
'transmitter' => 'assetTransmitter',
'displayfield-3736-inputEl' => 'The settings below overwrite the settings from the email document if values are defined',
'displayfield-3742-inputEl' => 'Mehrere Empfänger können angegeben werden, indem die E-Mail-Adressen mit einem Semikolon getrennt angegeben werden.<br />Beispiel: receiver@pimcore.org; receiver2@pimcore.org'."\n".'Für \'Von\' können Sie zusätzlich die Syntax <i>Mein Name & lt; mein-name@example.com></i> verwenden',
'transmitter_localDirectory' => [
'directory' => '/Data/Export/',
],
'transmitter_download' => [
'token' => '1c5808a896a5cb299cbf98c0608c2b93',
],
'transmitter_sftp' => [
'host' => 'xftp.cloud.2bi-solutions.com',
'port' => 22,
'username' => 'u272438-sub16',
'password' => 'LCtpjcIzV5o3gQU3',
'directory' => '/to2BI',
'privateKey' => '',
'passphrase' => '',
],
'transmitter_http' => [
'method' => 'POST',
'url' => '',
'timeout' => NULL,
],
'transmitter_email' => [
'document' => '',
'subject' => '',
'from' => '',
'to' => '',
'cc' => '',
'bcc' => '',
],
'transmitter_assetTransmitter' => [
'assetFolder' => '/Data/Export/Attribute-lists/DACH',
],
],
'triggerForDelivery' => [
'saveHookType' => '',
],
'executionConfig' => [
'cronDefinitionFullExport' => '',
'displayfield-3751-inputEl' => '<a target="_blank" href="https://crontab.guru/">Cron expression generator</a>',
'cronDefinitionQueueOnly' => '',
'displayfield-3754-inputEl' => '<a target="_blank" href="https://crontab.guru/">Cron expression generator</a>',
],
'permissions' => [
'user' => [
],
'role' => [
],
],
],
'Recipes' => [
'general' => [
'type' => 'dataImporterDataObject',
'name' => 'Recipes',
'description' => '',
'group' => 'Importer',
'active' => false,
'path' => NULL,
'modificationDate' => 1669880924,
'createDate' => 1669880507,
],
'loaderConfig' => [
'type' => 'upload',
'settings' => [
'uploadFilePath' => '',
],
],
'interpreterConfig' => [
'type' => 'xlsx',
'settings' => [
'skipFirstRow' => true,
'sheetName' => 'Tabelle1',
],
],
'resolverConfig' => [
'elementType' => 'dataObject',
'dataObjectClassId' => 'RECI',
'loadingStrategy' => [
'type' => 'notLoad',
],
'createLocationStrategy' => [
'type' => 'staticPath',
'settings' => [
'path' => '/',
],
],
'locationUpdateStrategy' => [
'type' => 'noChange',
],
'publishingStrategy' => [
'type' => 'noChangeUnpublishNew',
],
],
'processingConfig' => [
'executionType' => 'parallel',
'idDataIndex' => '',
],
'mappingConfig' => [
],
'executionConfig' => [
'scheduleType' => 'recurring',
'cronDefinition' => '',
'scheduledAt' => '',
],
'permissions' => [
'user' => [
],
'role' => [
],
],
'workspaces' => [
],
],
'Responsibilities-DACH' => [
'general' => [
'active' => false,
'type' => 'fileExport',
'name' => 'Responsibilities-DACH',
'description' => 'Excel-Export der Zuständigkeiten DACH',
'group' => 'Export',
'path' => NULL,
'modificationDate' => 1675872838,
'createDate' => 1675070055,
],
'schema' => [
'classId' => 'PROD',
'thumbnailImage' => NULL,
'thumbnailVideo' => NULL,
'config' => [
'language' => 'de',
'pageSize' => 25,
'columns' => [
'#63e3c99905a9e' => [
'name' => '#63e3c99905a9e',
'position' => 1,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'UID',
'type' => 'operator',
'class' => 'Alias',
'childs' => [
0 => [
'label' => 'ID',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'id',
'dataType' => 'system',
'childs' => [
],
],
],
],
'key' => '#63e3c99905a9e',
],
'isOperator' => true,
],
'#63e3c99905aa1' => [
'name' => '#63e3c99905aa1',
'position' => 2,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Rezeptur-Nr.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'recipeID',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
],
'key' => '#63e3c99905aa1',
],
'isOperator' => true,
],
'#63e3c99905aa2' => [
'name' => '#63e3c99905aa2',
'position' => 3,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Alpha-Nr.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'skuAlpha',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#63e3c99905aa2',
],
'isOperator' => true,
],
'#63e3c99905aa3' => [
'name' => '#63e3c99905aa3',
'position' => 4,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SAP-Nr.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'skuSAP',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#63e3c99905aa3',
],
'isOperator' => true,
],
'#63e3c99905aa4' => [
'name' => '#63e3c99905aa4',
'position' => 5,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Kategorie',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'category',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Kategorie (category)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'category',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\ParentElement',
'additionalData' => '',
],
],
],
'key' => '#63e3c99905aa4',
],
'isOperator' => true,
],
'#63e3c99905aa5' => [
'name' => '#63e3c99905aa5',
'position' => 6,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Subkategorie',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'category',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Kategorie (category)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'category',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'category',
'forwardAttribute' => '',
],
],
],
'key' => '#63e3c99905aa5',
],
'isOperator' => true,
],
'#63e3c99905aa6' => [
'name' => '#63e3c99905aa6',
'position' => 7,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Marke',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Marke (brand)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'brand',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'brand',
'forwardAttribute' => '',
],
],
'attribute' => 'brand',
'forwardAttribute' => '',
],
'key' => '#63e3c99905aa6',
],
'isOperator' => true,
],
'#63e3c99905aa7' => [
'name' => '#63e3c99905aa7',
'position' => 8,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Bezeichnung',
'type' => 'operator',
'class' => 'Alias',
'childs' => [
0 => [
'label' => 'Bezeichnung (name) (name) (name) (name) (name) (name) (name) (name) (name)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'name',
'dataType' => 'input',
'childs' => [
],
],
],
],
'key' => '#63e3c99905aa7',
],
'isOperator' => true,
],
'#63e3c99905aa8' => [
'name' => '#63e3c99905aa8',
'position' => 9,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'VKE-Inhalt',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'weightNetto',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#63e3c99905aa8',
],
'isOperator' => true,
],
'#63e3c99905aa9' => [
'name' => '#63e3c99905aa9',
'position' => 10,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'VKE-Packung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'packType',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
'attribute' => 'packageType',
'forwardAttribute' => '',
],
],
],
'key' => '#63e3c99905aa9',
],
'isOperator' => true,
],
'#63e3c99905aaa' => [
'name' => '#63e3c99905aaa',
'position' => 11,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Herstellung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'vendor',
'forwardAttribute' => '',
],
],
'attribute' => 'country',
'forwardAttribute' => '',
],
'key' => '#63e3c99905aaa',
],
'isOperator' => true,
],
'#63e3c99905aab' => [
'name' => '#63e3c99905aab',
'position' => 12,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'DE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => '1',
'noValue' => '0',
'childs' => [
0 => [
'label' => 'DE',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Im Markt aktiv (marketsActive)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'marketsActive',
'dataType' => 'multiselect',
'childs' => [
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => '16',
],
],
],
'key' => '#63e3c99905aab',
],
'isOperator' => true,
],
'#63e3c99905aac' => [
'name' => '#63e3c99905aac',
'position' => 13,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'AT',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => '1',
'noValue' => '0',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Im Markt aktiv (marketsActive)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'marketsActive',
'dataType' => 'multiselect',
'childs' => [
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => '52',
],
],
],
'key' => '#63e3c99905aac',
],
'isOperator' => true,
],
'#63e3c99905aad' => [
'name' => '#63e3c99905aad',
'position' => 14,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'CH',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => '1',
'noValue' => '0',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Im Markt aktiv (marketsActive)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'marketsActive',
'dataType' => 'multiselect',
'childs' => [
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => '17',
],
],
],
'key' => '#63e3c99905aad',
],
'isOperator' => true,
],
'#63e3c99905aae' => [
'name' => '#63e3c99905aae',
'position' => 15,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Artikelverantwortung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'key',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'class.Product.Respo.productResponsible (productResponsible) (productResponsible)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'productResponsible',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#63e3c99905aae',
],
'isOperator' => true,
],
'#63e3c99905aaf' => [
'name' => '#63e3c99905aaf',
'position' => 16,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Sachbearbeitung INT',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'class.Product.Respo.processingINT (processingINT) (processingINT)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'processingINT',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'key',
'forwardAttribute' => '',
],
'key' => '#63e3c99905aaf',
],
'isOperator' => true,
],
'#63e3c99905ab0' => [
'name' => '#63e3c99905ab0',
'position' => 17,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Sachbearbeitung DE',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'class.Product.Respo.processingDE (processingDE) (processingDE)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'processingDE',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'key',
'forwardAttribute' => '',
],
'key' => '#63e3c99905ab0',
],
'isOperator' => true,
],
'#63e3c99905ab1' => [
'name' => '#63e3c99905ab1',
'position' => 18,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Produktmanagement DE',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'class.Product.Respo.pManagementDE (pManagementDE) (pManagementDE)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'pManagementDE',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'key',
'forwardAttribute' => '',
],
'key' => '#63e3c99905ab1',
],
'isOperator' => true,
],
'#63e3c99905ab2' => [
'name' => '#63e3c99905ab2',
'position' => 19,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Produktmanagement AT',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'class.Product.Respo.pManagementAT (pManagementAT) (pManagementAT) (pManagementAT) (pManagementAT) (pManagementAT)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'pManagementAT',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'key',
'forwardAttribute' => '',
],
'key' => '#63e3c99905ab2',
],
'isOperator' => true,
],
'#63e3c99905ab3' => [
'name' => '#63e3c99905ab3',
'position' => 20,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Produktmanagement CH',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'class.Product.Respo.pManagementCH (pManagementCH) (pManagementCH) (pManagementCH) (pManagementCH) (pManagementCH)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'pManagementCH',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'key',
'forwardAttribute' => '',
],
'key' => '#63e3c99905ab3',
],
'isOperator' => true,
],
'#63e3c99905ab4' => [
'name' => '#63e3c99905ab4',
'position' => 21,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Culinary Advisor',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'class.Product.Respo.culinaryAdvisor (culinaryAdvisor) (culinaryAdvisor) (culinaryAdvisor) (culinaryAdvisor) (culinaryAdvisor)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'culinaryAdvisor',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'key',
'forwardAttribute' => '',
],
'key' => '#63e3c99905ab4',
],
'isOperator' => true,
],
],
],
],
'workspaceSettings' => [
'customExportService' => 'app.datahub.variant-exporter',
],
'workspaces' => [
'object' => [
0 => [
'read' => true,
'cpath' => '/Products/DACH',
'id' => 'extModel325-1',
],
],
],
'deliveryDestination' => [
'filetype' => 'XLSX',
'filename' => 'Responsibilities-DACH.xlsx',
'conflictStrategy' => 'overwrite',
'transmitter' => 'assetTransmitter',
'transmitter_localDirectory' => [
'directory' => '',
],
'transmitter_download' => [
'token' => '',
],
'transmitter_sftp' => [
'host' => '',
'port' => NULL,
'username' => 'dgeyer',
'password' => 'b1G1E4b4b1Q1r5b4',
'directory' => '',
'privateKey' => '',
'passphrase' => '',
],
'transmitter_http' => [
'method' => 'POST',
'url' => '',
'timeout' => NULL,
],
'transmitter_assetTransmitter' => [
'assetFolder' => 'Data/Export/Responsibilities/DACH',
],
],
'triggerForDelivery' => [
'saveHookType' => '',
],
'executionConfig' => [
'cronDefinitionFullExport' => '0 2 */1 * *',
'displayfield-1630-inputEl' => '<a target="_blank" href="https://crontab.guru/">Cron expression generator</a>',
'cronDefinitionQueueOnly' => '',
'displayfield-1633-inputEl' => '<a target="_blank" href="https://crontab.guru/">Cron expression generator</a>',
],
'permissions' => [
'user' => [
],
'role' => [
],
],
],
'ResponsibleList' => [
'general' => [
'type' => 'dataImporterDataObject',
'name' => 'ResponsibleList',
'description' => '',
'group' => 'Importer',
'active' => false,
'path' => NULL,
'modificationDate' => 1707387306,
'createDate' => 1675095888,
],
'loaderConfig' => [
'type' => 'asset',
'settings' => [
'assetPath' => '/Data/Import/zustaendigkeiten-final.xlsx',
],
],
'interpreterConfig' => [
'type' => 'xlsx',
'settings' => [
'skipFirstRow' => true,
'sheetName' => 'Tabelle1',
],
],
'resolverConfig' => [
'elementType' => 'dataObject',
'dataObjectClassId' => 'PROD',
'loadingStrategy' => [
'type' => 'id',
'settings' => [
'dataSourceIndex' => '0',
],
],
'createLocationStrategy' => [
'type' => 'doNotCreate',
],
'locationUpdateStrategy' => [
'type' => 'noChange',
],
'publishingStrategy' => [
'type' => 'noChangeUnpublishNew',
],
],
'processingConfig' => [
'executionType' => 'parallel',
'idDataIndex' => '0',
'cleanup' => [
'strategy' => 'unpublish',
],
],
'mappingConfig' => [
0 => [
'label' => 'ArtINT',
'dataSourceIndex' => [
0 => '10',
],
'settings' => [
'loadStrategy' => 'attribute',
'attributeDataObjectClassId' => 'RESP',
'attributeName' => 'key',
'attributeLanguage' => '',
],
'transformationResultType' => 'dataObject',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'productResponsible',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
0 => [
'settings' => [
'loadStrategy' => 'attribute',
'attributeDataObjectClassId' => 'RESP',
'attributeName' => 'key',
'attributeLanguage' => '',
],
'type' => 'loadDataObject',
],
],
],
1 => [
'label' => 'SBINT',
'dataSourceIndex' => [
0 => '11',
],
'settings' => [
'loadStrategy' => 'attribute',
'attributeDataObjectClassId' => 'RESP',
'attributeName' => 'key',
'attributeLanguage' => '',
],
'transformationResultType' => 'dataObject',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'processingINT',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
0 => [
'settings' => [
'loadStrategy' => 'attribute',
'attributeDataObjectClassId' => 'RESP',
'attributeName' => 'key',
'attributeLanguage' => '',
],
'type' => 'loadDataObject',
],
],
],
2 => [
'label' => 'SBDE',
'dataSourceIndex' => [
0 => '12',
],
'settings' => [
'loadStrategy' => 'attribute',
'attributeDataObjectClassId' => 'RESP',
'attributeName' => 'key',
'attributeLanguage' => '',
],
'transformationResultType' => 'dataObject',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'processingDE',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
0 => [
'settings' => [
'loadStrategy' => 'attribute',
'attributeDataObjectClassId' => 'RESP',
'attributeName' => 'key',
'attributeLanguage' => '',
],
'type' => 'loadDataObject',
],
],
],
3 => [
'label' => 'PMDE',
'dataSourceIndex' => [
0 => '13',
],
'settings' => [
'loadStrategy' => 'attribute',
'attributeDataObjectClassId' => 'RESP',
'attributeName' => 'key',
'attributeLanguage' => '',
],
'transformationResultType' => 'dataObject',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'pManagementDE',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
0 => [
'settings' => [
'loadStrategy' => 'attribute',
'attributeDataObjectClassId' => 'RESP',
'attributeName' => 'key',
'attributeLanguage' => '',
],
'type' => 'loadDataObject',
],
],
],
4 => [
'label' => 'PMAT',
'dataSourceIndex' => [
0 => '14',
],
'settings' => [
'loadStrategy' => 'attribute',
'attributeDataObjectClassId' => 'RESP',
'attributeName' => 'key',
'attributeLanguage' => '',
],
'transformationResultType' => 'dataObject',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'pManagementAT',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
0 => [
'settings' => [
'loadStrategy' => 'attribute',
'attributeDataObjectClassId' => 'RESP',
'attributeName' => 'key',
'attributeLanguage' => '',
],
'type' => 'loadDataObject',
],
],
],
5 => [
'label' => 'PMCH',
'dataSourceIndex' => [
0 => '15',
],
'settings' => [
'loadStrategy' => 'attribute',
'attributeDataObjectClassId' => 'RESP',
'attributeName' => 'key',
'attributeLanguage' => '',
],
'transformationResultType' => 'dataObject',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'pManagementCH',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
0 => [
'settings' => [
'loadStrategy' => 'attribute',
'attributeDataObjectClassId' => 'RESP',
'attributeName' => 'key',
'attributeLanguage' => '',
],
'type' => 'loadDataObject',
],
],
],
6 => [
'label' => 'CA',
'dataSourceIndex' => [
0 => '16',
],
'settings' => [
'loadStrategy' => 'attribute',
'attributeDataObjectClassId' => 'RESP',
'attributeName' => 'key',
'attributeLanguage' => '',
],
'transformationResultType' => 'dataObject',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'culinaryAdvisor',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
0 => [
'settings' => [
'loadStrategy' => 'attribute',
'attributeDataObjectClassId' => 'RESP',
'attributeName' => 'key',
'attributeLanguage' => '',
],
'type' => 'loadDataObject',
],
],
],
],
'executionConfig' => [
'scheduleType' => 'recurring',
'cronDefinition' => '',
'scheduledAt' => '',
],
'permissions' => [
'user' => [
],
'role' => [
],
],
'workspaces' => [
],
],
'Responsibles' => [
'general' => [
'type' => 'dataImporterDataObject',
'name' => 'Responsibles',
'description' => '',
'group' => 'Importer',
'active' => false,
'path' => NULL,
'modificationDate' => 1707387271,
'createDate' => 1674224293,
],
'loaderConfig' => [
'type' => 'asset',
'settings' => [
'assetPath' => '/Data/Import/Rollen-User-DACH.xlsx',
],
],
'interpreterConfig' => [
'type' => 'xlsx',
'settings' => [
'skipFirstRow' => true,
'sheetName' => 'Personen',
],
],
'resolverConfig' => [
'elementType' => 'dataObject',
'dataObjectClassId' => 'RESP',
'loadingStrategy' => [
'type' => 'notLoad',
],
'createLocationStrategy' => [
'type' => 'staticPath',
'settings' => [
'path' => '/System/Responsible',
],
],
'locationUpdateStrategy' => [
'type' => 'noChange',
],
'publishingStrategy' => [
'type' => 'noChangePublishNew',
],
],
'processingConfig' => [
'executionType' => 'parallel',
'idDataIndex' => '0',
'cleanup' => [
'strategy' => 'unpublish',
],
],
'mappingConfig' => [
0 => [
'label' => 'key',
'dataSourceIndex' => [
0 => '0',
],
'transformationResultType' => 'default',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'key',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
],
],
1 => [
'label' => 'Vorname',
'dataSourceIndex' => [
0 => '1',
],
'transformationResultType' => 'default',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'firstname',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
],
],
2 => [
'label' => 'Nachname',
'dataSourceIndex' => [
0 => '2',
],
'transformationResultType' => 'default',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'lastname',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
],
],
3 => [
'label' => 'eMail',
'dataSourceIndex' => [
0 => '3',
],
'transformationResultType' => 'default',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'email',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
],
],
],
'executionConfig' => [
'scheduleType' => 'recurring',
'cronDefinition' => '',
'scheduledAt' => '',
],
'permissions' => [
'user' => [
],
'role' => [
],
],
'workspaces' => [
],
],
'alphaDE' => [
'general' => [
'type' => 'dataImporterDataObject',
'name' => 'alphaDE',
'description' => '',
'group' => 'Importer',
'active' => false,
'path' => NULL,
'modificationDate' => 1707387229,
'createDate' => 1647847708,
],
'loaderConfig' => [
'type' => 'asset',
'settings' => [
'assetPath' => '/Data/Import/alpha/alpha.xlsx',
],
],
'interpreterConfig' => [
'type' => 'xlsx',
'settings' => [
'skipFirstRow' => true,
'sheetName' => 'Tabelle1',
],
],
'resolverConfig' => [
'elementType' => 'dataObject',
'dataObjectClassId' => 'ERPART',
'loadingStrategy' => [
'type' => 'attribute',
'settings' => [
'dataSourceIndex' => '0',
'attributeName' => 'skuAlpha',
'language' => '',
'includeUnpublished' => true,
],
],
'createLocationStrategy' => [
'type' => 'staticPath',
'settings' => [
'path' => '/System/ERP',
],
],
'locationUpdateStrategy' => [
'type' => 'noChange',
],
'publishingStrategy' => [
'type' => 'noChangeUnpublishNew',
],
],
'processingConfig' => [
'executionType' => 'parallel',
'idDataIndex' => '0',
'cleanup' => [
'strategy' => 'unpublish',
],
],
'mappingConfig' => [
0 => [
'label' => 'skuAlpha',
'dataSourceIndex' => [
0 => '0',
],
'transformationResultType' => 'default',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'skuAlpha',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
],
],
1 => [
'label' => 'EAN',
'dataSourceIndex' => [
0 => '2',
],
'transformationResultType' => 'default',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'ean',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
],
],
2 => [
'label' => 'Brutto',
'dataSourceIndex' => [
0 => '63',
1 => '65',
],
'settings' => [
'unitSourceSelect' => 'abbr',
'staticUnitSelect' => 'kilogram',
],
'transformationResultType' => 'quantityValue',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'weightBrutto',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
0 => [
'settings' => [
'unitSourceSelect' => 'abbr',
'staticUnitSelect' => 'kilogram',
],
'type' => 'quantityValue',
],
],
],
3 => [
'label' => 'Netto',
'dataSourceIndex' => [
0 => '64',
1 => '65',
],
'settings' => [
'unitSourceSelect' => 'abbr',
'staticUnitSelect' => 'kilogram',
],
'transformationResultType' => 'quantityValue',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'weightNetto',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
0 => [
'settings' => [
'unitSourceSelect' => 'abbr',
'staticUnitSelect' => 'kilogram',
],
'type' => 'quantityValue',
],
],
],
4 => [
'label' => 'Lenght',
'dataSourceIndex' => [
0 => '59',
1 => '62',
],
'settings' => [
'unitSourceSelect' => 'abbr',
'staticUnitSelect' => 'millimeter',
],
'transformationResultType' => 'quantityValue',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'length',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
0 => [
'settings' => [
'unitSourceSelect' => 'abbr',
'staticUnitSelect' => 'millimeter',
],
'type' => 'quantityValue',
],
],
],
5 => [
'label' => 'Width',
'dataSourceIndex' => [
0 => '60',
1 => '62',
],
'settings' => [
'unitSourceSelect' => 'abbr',
'staticUnitSelect' => 'millimeter',
],
'transformationResultType' => 'quantityValue',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'width',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
0 => [
'settings' => [
'unitSourceSelect' => 'abbr',
'staticUnitSelect' => 'millimeter',
],
'type' => 'quantityValue',
],
],
],
6 => [
'label' => 'Height',
'dataSourceIndex' => [
0 => '61',
1 => '62',
],
'settings' => [
'unitSourceSelect' => 'abbr',
'staticUnitSelect' => 'millimeter',
],
'transformationResultType' => 'quantityValue',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'height',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
0 => [
'settings' => [
'unitSourceSelect' => 'abbr',
'staticUnitSelect' => 'millimeter',
],
'type' => 'quantityValue',
],
],
],
7 => [
'label' => 'PackType',
'dataSourceIndex' => [
0 => '66',
],
'settings' => [
'loadStrategy' => 'attribute',
'attributeDataObjectClassId' => 'PACK',
'attributeName' => 'fromAlpha',
'attributeLanguage' => '',
],
'transformationResultType' => 'dataObject',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'packageType',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
0 => [
'settings' => [
'loadStrategy' => 'attribute',
'attributeDataObjectClassId' => 'PACK',
'attributeName' => 'fromAlpha',
'attributeLanguage' => '',
],
'type' => 'loadDataObject',
],
],
],
8 => [
'label' => 'key',
'dataSourceIndex' => [
0 => '83',
1 => '0',
],
'settings' => [
'glue' => '-',
],
'transformationResultType' => 'default',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'key',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
0 => [
'settings' => [
'glue' => '-',
],
'type' => 'combine',
],
],
],
9 => [
'label' => 'ERPName',
'dataSourceIndex' => [
0 => '4',
],
'transformationResultType' => 'default',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'erpName',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
],
],
10 => [
'label' => 'amountSU',
'dataSourceIndex' => [
0 => '7',
],
'settings' => [
'delimiter' => ' ',
'unitSourceSelect' => 'abbr',
'staticUnitSelect' => '',
],
'transformationResultType' => 'quantityValue',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'amountSalesUnit',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
0 => [
'settings' => [
'delimiter' => ' ',
],
'type' => 'explode',
],
1 => [
'settings' => [
'unitSourceSelect' => 'abbr',
'staticUnitSelect' => '',
],
'type' => 'quantityValue',
],
],
],
11 => [
'label' => 'ImportCheck',
'dataSourceIndex' => [
0 => '0',
],
'settings' => [
'original' => '|*',
'converted' => '0|1',
],
'transformationResultType' => 'boolean',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'madeByImport',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
0 => [
'settings' => [
'original' => '|*',
'converted' => '0|1',
],
'type' => 'conditionalConversion',
],
1 => [
'type' => 'boolean',
],
],
],
],
'executionConfig' => [
'scheduleType' => 'recurring',
'cronDefinition' => '0 * * * *',
'scheduledAt' => '',
],
'permissions' => [
'user' => [
],
'role' => [
],
],
'workspaces' => [
],
],
'ciHub' => [
'general' => [
'active' => 'on',
'type' => 'ciHub',
'name' => 'ciHub',
'description' => '',
'group' => '',
'path' => NULL,
'modificationDate' => 1680770810,
'createDate' => 1662024924,
],
'deliverySettings' => [
'apikey' => 'c94d36f87047dbc8d50212f1e74072fe',
],
'schema' => [
'assets' => [
'enabled' => 'on',
'allowOriginalImage' => 'on',
'thumbnails' => '',
],
'dataObjectClasses' => [
],
],
'workspaces' => [
'asset' => [
0 => [
'read' => true,
'cpath' => '/Images/Products/PackShot',
],
1 => [
'read' => true,
'cpath' => '/Images/Products/PlateShot',
],
],
'object' => [
],
],
'permissions' => [
'user' => [
],
'role' => [
],
],
'labelSettings' => [
0 => [
'id' => 'dimensionData.height',
'useInAggs' => true,
],
1 => [
'id' => 'dimensionData.width',
'useInAggs' => true,
],
2 => [
'id' => 'metaData',
'useInAggs' => true,
],
3 => [
'id' => 'system.id',
],
4 => [
'id' => 'system.key',
'useInAggs' => true,
],
5 => [
'id' => 'system.mimeType',
],
6 => [
'id' => 'system.subtype',
],
7 => [
'id' => 'system.type',
],
8 => [
'id' => 'data',
'useInAggs' => true,
],
],
],
'packType' => [
'general' => [
'active' => true,
'type' => 'dataImporterDataObject',
'name' => 'packType',
'description' => '',
'group' => 'TranslationImport',
'path' => NULL,
'modificationDate' => 1675872797,
'createDate' => 1675338544,
],
'loaderConfig' => [
'type' => 'asset',
'settings' => [
'assetPath' => '/Data/Import/translations/24-1-23packType.xlsx',
],
],
'interpreterConfig' => [
'type' => 'xlsx',
'settings' => [
'skipFirstRow' => true,
'sheetName' => 'Worksheet',
],
],
'resolverConfig' => [
'elementType' => 'dataObject',
'dataObjectClassId' => 'PACK',
'loadingStrategy' => [
'type' => 'id',
'settings' => [
'dataSourceIndex' => '0',
],
],
'createLocationStrategy' => [
'type' => 'doNotCreate',
],
'locationUpdateStrategy' => [
'type' => 'noChange',
],
'publishingStrategy' => [
'type' => 'noChangeUnpublishNew',
],
],
'processingConfig' => [
'executionType' => 'parallel',
'idDataIndex' => '0',
'cleanup' => [
'strategy' => 'unpublish',
],
],
'mappingConfig' => [
0 => [
'label' => 'packaging',
'dataSourceIndex' => [
0 => '10',
],
'transformationResultType' => 'default',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'packType',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
],
],
],
'executionConfig' => [
'scheduleType' => 'recurring',
'cronDefinition' => '',
'scheduledAt' => '',
],
'permissions' => [
'user' => [
],
'role' => [
],
],
'workspaces' => [
],
],
'product-attributes-DACH' => [
'general' => [
'active' => false,
'type' => 'fileExport',
'name' => 'product-attributes-DACH',
'description' => '',
'group' => 'Export',
'path' => NULL,
'modificationDate' => 1707387186,
'createDate' => 1658317240,
],
'schema' => [
'classId' => 'PROD',
'thumbnailImage' => NULL,
'thumbnailVideo' => NULL,
'config' => [
'language' => 'de',
'pageSize' => 25,
'columns' => [
'#63f4a72ea0255' => [
'name' => '#63f4a72ea0255',
'position' => 1,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Rezeptur-Nr.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'recipeID',
'forwardAttribute' => '',
],
'key' => '#63f4a72ea0255',
],
'isOperator' => true,
],
'#63f4a72ea0256' => [
'name' => '#63f4a72ea0256',
'position' => 2,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Alpha-Nr.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'skuAlpha',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpItem',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#63f4a72ea0256',
],
'isOperator' => true,
],
'#63f4a72ea0257' => [
'name' => '#63f4a72ea0257',
'position' => 3,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SAP-Nr.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
'attribute' => 'skuSAP',
'forwardAttribute' => '',
],
'key' => '#63f4a72ea0257',
],
'isOperator' => true,
],
'#63f4a72ea0258' => [
'name' => '#63f4a72ea0258',
'position' => 4,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Sortiment',
'type' => 'operator',
'class' => 'Alias',
'childs' => [
0 => [
'label' => 'Sortiment (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'assortment',
'dataType' => 'select',
'childs' => [
],
],
],
],
'key' => '#63f4a72ea0258',
],
'isOperator' => true,
],
'#63f4a72ea0259' => [
'name' => '#63f4a72ea0259',
'position' => 5,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Aggregatszustand',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'state',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'productState',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Aggregatszustand (productState) (productState) (productState)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'productState',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#63f4a72ea0259',
],
'isOperator' => true,
],
'#63f4a72ea025a' => [
'name' => '#63f4a72ea025a',
'position' => 6,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Geschmacksrichtung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'taste',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'taste',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Geschmacksrichtung (taste) (taste) (taste) (taste) (taste)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'taste',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#63f4a72ea025a',
],
'isOperator' => true,
],
'#63f4a72ea025b' => [
'name' => '#63f4a72ea025b',
'position' => 7,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Lagerbedingung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'condition',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'productCondition',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Lager-Bedingung (productCondition) (productCondition) (productCondition) (productCondition) (productCondition)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'productCondition',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#63f4a72ea025b',
],
'isOperator' => true,
],
'#63f4a72ea025c' => [
'name' => '#63f4a72ea025c',
'position' => 8,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Marke',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'brand',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'brand',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Marke (brand) (brand) (brand) (brand) (brand)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'brand',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#63f4a72ea025c',
],
'isOperator' => true,
],
'#63f4a72ea025d' => [
'name' => '#63f4a72ea025d',
'position' => 9,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Positionierung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'position',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'positioning',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Positionierung (positioning) (positioning) (positioning) (positioning) (positioning)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'positioning',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#63f4a72ea025d',
],
'isOperator' => true,
],
'#63f4a72ea025e' => [
'name' => '#63f4a72ea025e',
'position' => 10,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Sortimentslinie',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'line',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'line',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Sortiments-Linie (line) (line) (line) (line) (line)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'line',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#63f4a72ea025e',
],
'isOperator' => true,
],
'#63f4a72ea025f' => [
'name' => '#63f4a72ea025f',
'position' => 11,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Kategorie',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Kategorie (category)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'category',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\ParentElement',
'additionalData' => '',
],
],
'attribute' => 'category',
'forwardAttribute' => '',
],
'key' => '#63f4a72ea025f',
],
'isOperator' => true,
],
'#63f4a72ea0260' => [
'name' => '#63f4a72ea0260',
'position' => 12,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Subkategorie',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'category',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'category',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Kategorie (category) (category) (category) (category) (category) (category) (category)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'category',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#63f4a72ea0260',
],
'isOperator' => true,
],
'#63f4a72ea0261' => [
'name' => '#63f4a72ea0261',
'position' => 13,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Artikelbezeichnung',
'type' => 'operator',
'class' => 'Alias',
'childs' => [
0 => [
'label' => 'Bezeichnung (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'name',
'dataType' => 'input',
'childs' => [
],
],
],
],
'key' => '#63f4a72ea0261',
],
'isOperator' => true,
],
'#63f4a72ea0262' => [
'name' => '#63f4a72ea0262',
'position' => 14,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Zusatzbeschreibung',
'type' => 'operator',
'class' => 'Alias',
'childs' => [
0 => [
'label' => 'Kurzbeschreibung (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'shortDescription',
'dataType' => 'textarea',
'childs' => [
],
],
],
],
'key' => '#63f4a72ea0262',
],
'isOperator' => true,
],
'#63f4a72ea0263' => [
'name' => '#63f4a72ea0263',
'position' => 15,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Inhalt VE (Nettogewicht)',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'weightNetto',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpItem',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#63f4a72ea0263',
],
'isOperator' => true,
],
'#63f4a72ea0264' => [
'name' => '#63f4a72ea0264',
'position' => 16,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Verkaufseinheit (VE)',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'packType',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'packageType',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpItem',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#63f4a72ea0264',
],
'isOperator' => true,
],
'#63f4a72ea0265' => [
'name' => '#63f4a72ea0265',
'position' => 17,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Konsistenz Produkt',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'consistency',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Konsistenz',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'consistencyRaw',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'recipe',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#63f4a72ea0265',
],
'isOperator' => true,
],
'#63f4a72ea0266' => [
'name' => '#63f4a72ea0266',
'position' => 18,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Konsistenz zubereitet',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'consistencyPrep',
'forwardAttribute' => '',
],
],
'attribute' => 'consistency',
'forwardAttribute' => '',
],
'key' => '#63f4a72ea0266',
],
'isOperator' => true,
],
'#63f4a72ea0267' => [
'name' => '#63f4a72ea0267',
'position' => 19,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Zutaten',
'type' => 'operator',
'class' => 'StringReplace',
'childs' => [
0 => [
'label' => 'Operator String Replace',
'type' => 'operator',
'class' => 'StringReplace',
'childs' => [
0 => [
'label' => 'Operator String Replace',
'type' => 'operator',
'class' => 'StringReplace',
'childs' => [
0 => [
'label' => 'Operator String Replace',
'type' => 'operator',
'class' => 'StringReplace',
'childs' => [
0 => [
'label' => 'Operator String Replace',
'type' => 'operator',
'class' => 'StringReplace',
'childs' => [
0 => [
'label' => 'Zutaten',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'ingredientList',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'recipe',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
'search' => '</strong>',
'replace' => '',
'insensitive' => false,
],
],
'search' => '<strong>',
'replace' => '',
'insensitive' => false,
],
],
'search' => '<br />',
'replace' => '',
'insensitive' => false,
],
],
'search' => '</p>',
'replace' => '',
'insensitive' => false,
],
],
'search' => '<p>',
'replace' => '',
'insensitive' => false,
],
'key' => '#63f4a72ea0267',
],
'isOperator' => true,
],
'#63f4a72ea0268' => [
'name' => '#63f4a72ea0268',
'position' => 20,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Dosierung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'dosageText',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'recipe',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#63f4a72ea0268',
],
'isOperator' => true,
],
'#63f4a72ea0269' => [
'name' => '#63f4a72ea0269',
'position' => 21,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Zubereitungsanleitung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'prepInstructions',
'forwardAttribute' => '',
],
'key' => '#63f4a72ea0269',
],
'isOperator' => true,
],
'#63f4a72ea026a' => [
'name' => '#63f4a72ea026a',
'position' => 22,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Ergiebigkeit',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'spreading',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpItem',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#63f4a72ea026a',
],
'isOperator' => true,
],
'#63f4a72ea026b' => [
'name' => '#63f4a72ea026b',
'position' => 23,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Produktmerkmale',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'attribute' => 'feature',
'forwardAttribute' => '',
],
'key' => '#63f4a72ea026b',
],
'isOperator' => true,
],
'#63f4a72ea026c' => [
'name' => '#63f4a72ea026c',
'position' => 24,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'deklarationsfrei',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'deklarationsfrei (o.d.p.Z.)',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'declaration-free',
'childs' => [
0 => [
'label' => 'features',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#63f4a72ea026c',
],
'isOperator' => true,
],
'#63f4a72ea026d' => [
'name' => '#63f4a72ea026d',
'position' => 25,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'MINUS ALLERGENE -A',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'MINUS ALLERGENE -A',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'MinusA',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#63f4a72ea026d',
],
'isOperator' => true,
],
'#63f4a72ea026e' => [
'name' => '#63f4a72ea026e',
'position' => 26,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ohne glutenhaltige Zutaten',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'no-gluten-ingredients',
],
],
],
'key' => '#63f4a72ea026e',
],
'isOperator' => true,
],
'#63f4a72ea026f' => [
'name' => '#63f4a72ea026f',
'position' => 27,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ohne lactosehaltige Zutaten',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'no-lacto-ingredients',
],
],
],
'key' => '#63f4a72ea026f',
],
'isOperator' => true,
],
'#63f4a72ea0270' => [
'name' => '#63f4a72ea0270',
'position' => 28,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ohne Hefeextrakt',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'yeast-free',
],
],
],
'key' => '#63f4a72ea0270',
],
'isOperator' => true,
],
'#63f4a72ea0271' => [
'name' => '#63f4a72ea0271',
'position' => 29,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ohne Gelatine',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'ohne Gelatine',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'no-gelatine',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#63f4a72ea0271',
],
'isOperator' => true,
],
'#63f4a72ea0272' => [
'name' => '#63f4a72ea0272',
'position' => 30,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ohne Zutat Palmfett',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'no-palm-fat',
],
],
],
'key' => '#63f4a72ea0272',
],
'isOperator' => true,
],
'#63f4a72ea0273' => [
'name' => '#63f4a72ea0273',
'position' => 31,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Bio',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Bio',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Bio',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#63f4a72ea0273',
],
'isOperator' => true,
],
'#63f4a72ea0274' => [
'name' => '#63f4a72ea0274',
'position' => 32,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'vegetarisch',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'vegetarisch',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Vegetarian',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#63f4a72ea0274',
],
'isOperator' => true,
],
'#63f4a72ea0275' => [
'name' => '#63f4a72ea0275',
'position' => 33,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'vegan',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'vegan',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Vegan',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#63f4a72ea0275',
],
'isOperator' => true,
],
'#63f4a72ea0276' => [
'name' => '#63f4a72ea0276',
'position' => 34,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'lacto-vegetabil',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'lacto-vegetabil',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'lacto-vegetabil',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#63f4a72ea0276',
],
'isOperator' => true,
],
'#63f4a72ea0277' => [
'name' => '#63f4a72ea0277',
'position' => 35,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ovo-vegetabil',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'ovo-vegatabil',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'ovo-vegetabil',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#63f4a72ea0277',
],
'isOperator' => true,
],
'#63f4a72ea0278' => [
'name' => '#63f4a72ea0278',
'position' => 36,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ovo-lacto-vegetabil',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'ovo-lacto-vegetabil',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'ovo-lacto-vegetabil',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#63f4a72ea0278',
],
'isOperator' => true,
],
'#63f4a72ea0279' => [
'name' => '#63f4a72ea0279',
'position' => 37,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Deklarationen',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'attribute' => 'declaration',
'forwardAttribute' => '',
],
'key' => '#63f4a72ea0279',
],
'isOperator' => true,
],
'#63f4a72ea027a' => [
'name' => '#63f4a72ea027a',
'position' => 38,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'mit natürlichen Aromen',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Natural-flavor',
],
],
],
'key' => '#63f4a72ea027a',
],
'isOperator' => true,
],
'#63f4a72ea027b' => [
'name' => '#63f4a72ea027b',
'position' => 39,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'mit Aromen',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Flavor',
],
],
],
'key' => '#63f4a72ea027b',
],
'isOperator' => true,
],
'#63f4a72ea027c' => [
'name' => '#63f4a72ea027c',
'position' => 40,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Anwendungsmerkmale',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
'attribute' => 'usageTitle',
'forwardAttribute' => '',
],
'key' => '#63f4a72ea027c',
],
'isOperator' => true,
],
'#63f4a72ea027d' => [
'name' => '#63f4a72ea027d',
'position' => 41,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Instant heiss löslich',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Instant heiß löslich',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'HotSoluble',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'usages',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#63f4a72ea027d',
],
'isOperator' => true,
],
'#63f4a72ea027e' => [
'name' => '#63f4a72ea027e',
'position' => 42,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Instant kalt löslich',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Instant kalt löslich',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'ColdSoluble',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'usages',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#63f4a72ea027e',
],
'isOperator' => true,
],
'#63f4a72ea027f' => [
'name' => '#63f4a72ea027f',
'position' => 43,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'zum Kochen',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'zum Kochen',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'ForCooking',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#63f4a72ea027f',
],
'isOperator' => true,
],
'#63f4a72ea0280' => [
'name' => '#63f4a72ea0280',
'position' => 44,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Cook&Chill geeignet',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Cook&Chill geeignet',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'CookChill',
'childs' => [
0 => [
'label' => 'usage',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#63f4a72ea0280',
],
'isOperator' => true,
],
'#63f4a72ea0281' => [
'name' => '#63f4a72ea0281',
'position' => 45,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Chill&Heat geeignet',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Chill&Heat geeignet',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'ChillHeat',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#63f4a72ea0281',
],
'isOperator' => true,
],
'#63f4a72ea0282' => [
'name' => '#63f4a72ea0282',
'position' => 46,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Allergene',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'allergen',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'allergens',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#63f4a72ea0282',
],
'isOperator' => true,
],
'#63f4a72ea0283' => [
'name' => '#63f4a72ea0283',
'position' => 47,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'GLUTEN',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'GLUTEN',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Gluten',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#63f4a72ea0283',
],
'isOperator' => true,
],
'#63f4a72ea0284' => [
'name' => '#63f4a72ea0284',
'position' => 48,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'KREBSTIERE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'KREBSTIERE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Crustacean',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#63f4a72ea0284',
],
'isOperator' => true,
],
'#63f4a72ea0285' => [
'name' => '#63f4a72ea0285',
'position' => 49,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'EI',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'EI',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Egg',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#63f4a72ea0285',
],
'isOperator' => true,
],
'#63f4a72ea0286' => [
'name' => '#63f4a72ea0286',
'position' => 50,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'FISCH',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'FISCH',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Fish',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#63f4a72ea0286',
],
'isOperator' => true,
],
'#63f4a72ea0287' => [
'name' => '#63f4a72ea0287',
'position' => 51,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ERDNÃœSSE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'ERDNÃœSSE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Peanut',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#63f4a72ea0287',
],
'isOperator' => true,
],
'#63f4a72ea0288' => [
'name' => '#63f4a72ea0288',
'position' => 52,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SOJA',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SOJA',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Soy',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#63f4a72ea0288',
],
'isOperator' => true,
],
'#63f4a72ea0289' => [
'name' => '#63f4a72ea0289',
'position' => 53,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'MILCH',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'MILCH',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Milk',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#63f4a72ea0289',
],
'isOperator' => true,
],
'#63f4a72ea028a' => [
'name' => '#63f4a72ea028a',
'position' => 54,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SCHALENFRÃœCHTE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SCHALENFRÃœCHTE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Nut',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#63f4a72ea028a',
],
'isOperator' => true,
],
'#63f4a72ea028b' => [
'name' => '#63f4a72ea028b',
'position' => 55,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SELLERIE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SELLERIE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Celery',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
1 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#63f4a72ea028b',
],
'isOperator' => true,
],
'#63f4a72ea028c' => [
'name' => '#63f4a72ea028c',
'position' => 56,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SENF',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SENF',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Mustard',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#63f4a72ea028c',
],
'isOperator' => true,
],
'#63f4a72ea028d' => [
'name' => '#63f4a72ea028d',
'position' => 57,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SESAM',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SESAM',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Sesame',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#63f4a72ea028d',
],
'isOperator' => true,
],
'#63f4a72ea028e' => [
'name' => '#63f4a72ea028e',
'position' => 58,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SULFIT',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SULFIT',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Sulfite',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#63f4a72ea028e',
],
'isOperator' => true,
],
'#63f4a72ea028f' => [
'name' => '#63f4a72ea028f',
'position' => 59,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'LUPINE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'LUPINE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Lupin',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#63f4a72ea028f',
],
'isOperator' => true,
],
'#63f4a72ea0290' => [
'name' => '#63f4a72ea0290',
'position' => 60,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'WEICHTIERE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'WEICHTIERE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Mollusc',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#63f4a72ea0290',
],
'isOperator' => true,
],
'#63f4a72ea0291' => [
'name' => '#63f4a72ea0291',
'position' => 61,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Nährwerte auf Basis',
'type' => 'operator',
'class' => 'Concatenator',
'glue' => ' ',
'forceValue' => false,
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "amountValue"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
1 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "amountType"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#63f4a72ea0291',
],
'isOperator' => true,
],
'#63f4a72ea0292' => [
'name' => '#63f4a72ea0292',
'position' => 62,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'kj',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "energyKJValue"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#63f4a72ea0292',
],
'isOperator' => true,
],
'#63f4a72ea0293' => [
'name' => '#63f4a72ea0293',
'position' => 63,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'kcal',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "energyKcal"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#63f4a72ea0293',
],
'isOperator' => true,
],
'#63f4a72ea0294' => [
'name' => '#63f4a72ea0294',
'position' => 64,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Fett',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "fatTotal"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#63f4a72ea0294',
],
'isOperator' => true,
],
'#63f4a72ea0295' => [
'name' => '#63f4a72ea0295',
'position' => 65,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'davon gesättigte Fettsäuren',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "fatSaturated"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#63f4a72ea0295',
],
'isOperator' => true,
],
'#63f4a72ea0296' => [
'name' => '#63f4a72ea0296',
'position' => 66,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Kohlenhydrate',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "carbTotal"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#63f4a72ea0296',
],
'isOperator' => true,
],
'#63f4a72ea0297' => [
'name' => '#63f4a72ea0297',
'position' => 67,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'davon Zucker',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "carbSugar"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#63f4a72ea0297',
],
'isOperator' => true,
],
'#63f4a72ea0298' => [
'name' => '#63f4a72ea0298',
'position' => 68,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Balaststoffe',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "dietaryFiber"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#63f4a72ea0298',
],
'isOperator' => true,
],
'#63f4a72ea0299' => [
'name' => '#63f4a72ea0299',
'position' => 69,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Eiweiß',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "protein"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#63f4a72ea0299',
],
'isOperator' => true,
],
'#63f4a72ea029a' => [
'name' => '#63f4a72ea029a',
'position' => 70,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Salz',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "salt"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#63f4a72ea029a',
],
'isOperator' => true,
],
'#63f4a72ea029b' => [
'name' => '#63f4a72ea029b',
'position' => 71,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'EAN-Code',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'ean',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#63f4a72ea029b',
],
'isOperator' => true,
],
'#63f4a72ea029c' => [
'name' => '#63f4a72ea029c',
'position' => 72,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Verkehrsbezeichnung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpName',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#63f4a72ea029c',
],
'isOperator' => true,
],
'#63f4a72ea029d' => [
'name' => '#63f4a72ea029d',
'position' => 73,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'MHZ Monate',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'minimumShelfTime',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#63f4a72ea029d',
],
'isOperator' => true,
],
'#63f4a72ea029e' => [
'name' => '#63f4a72ea029e',
'position' => 74,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'RLZ Monate',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'remainingShelfTime',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#63f4a72ea029e',
],
'isOperator' => true,
],
'#63f4a72ea029f' => [
'name' => '#63f4a72ea029f',
'position' => 75,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'RLZ Tage',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'remainingShelfTimeDays',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#63f4a72ea029f',
],
'isOperator' => true,
],
'#63f4a72ea02a0' => [
'name' => '#63f4a72ea02a0',
'position' => 76,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Produktionsland',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'country',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'vendor',
'forwardAttribute' => '',
],
],
],
'key' => '#63f4a72ea02a0',
],
'isOperator' => true,
],
'#63f4a72ea02a1' => [
'name' => '#63f4a72ea02a1',
'position' => 77,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'MWSt.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'taxKey',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#63f4a72ea02a1',
],
'isOperator' => true,
],
'#63f4a72ea02a2' => [
'name' => '#63f4a72ea02a2',
'position' => 78,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Zolltarif-Nr.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'customsTariffNumber',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#63f4a72ea02a2',
],
'isOperator' => true,
],
'#63f4a72ea02a3' => [
'name' => '#63f4a72ea02a3',
'position' => 79,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'VK-Einheit je Palette',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'amountPal',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#63f4a72ea02a3',
],
'isOperator' => true,
],
'#63f4a72ea02a4' => [
'name' => '#63f4a72ea02a4',
'position' => 80,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'VK-Einheit je Umkarton',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'amountSubUnit',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#63f4a72ea02a4',
],
'isOperator' => true,
],
'#63f4a72ea02ac' => [
'name' => '#63f4a72ea02ac',
'position' => 81,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Anzahl Lagen',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'amountLayers',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#63f4a72ea02ac',
],
'isOperator' => true,
],
'#63f4a72ea02ad' => [
'name' => '#63f4a72ea02ad',
'position' => 82,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Anzahl je Lage',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'amountPerLayer',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#63f4a72ea02ad',
],
'isOperator' => true,
],
],
],
],
'workspaceSettings' => [
'customExportService' => 'app.datahub.variant-exporter',
],
'workspaces' => [
'object' => [
0 => [
'read' => true,
'cpath' => '/Products/DACH',
'id' => 'extModel309-1',
],
],
],
'deliveryDestination' => [
'filetype' => 'XLSX',
'filename' => 'Produktmerkmale-DACH.xlsx',
'conflictStrategy' => 'overwrite',
'transmitter' => 'assetTransmitter',
'displayfield-4448-inputEl' => 'The settings below overwrite the settings from the email document if values are defined',
'displayfield-4454-inputEl' => 'Mehrere Empfänger können angegeben werden, indem die E-Mail-Adressen mit einem Semikolon getrennt angegeben werden.<br />Beispiel: receiver@pimcore.org; receiver2@pimcore.org'."\n".'Für \'Von\' können Sie zusätzlich die Syntax <i>Mein Name & lt; mein-name@example.com></i> verwenden',
'transmitter_localDirectory' => [
'directory' => '/Data/Export/',
],
'transmitter_download' => [
'token' => '2c44d75de68fa14872cf1c46143b1da4',
],
'transmitter_sftp' => [
'host' => '',
'port' => NULL,
'username' => 'dgeyer',
'password' => 'b1G1E4b4b1Q1r5b4',
'directory' => '',
'privateKey' => '',
'passphrase' => '',
],
'transmitter_http' => [
'method' => 'POST',
'url' => '',
'timeout' => NULL,
],
'transmitter_email' => [
'document' => '',
'subject' => '',
'from' => '',
'to' => '',
'cc' => '',
'bcc' => '',
],
'transmitter_assetTransmitter' => [
'assetFolder' => '/Data/Export/Attribute-lists/DACH',
],
],
'triggerForDelivery' => [
'saveHookType' => '',
],
'executionConfig' => [
'cronDefinitionFullExport' => '0 1 */1 * *',
'displayfield-4463-inputEl' => '<a target="_blank" href="https://crontab.guru/">Cron expression generator</a>',
'cronDefinitionQueueOnly' => '',
'displayfield-4466-inputEl' => '<a target="_blank" href="https://crontab.guru/">Cron expression generator</a>',
],
'permissions' => [
'user' => [
],
'role' => [
],
],
],
'product-attributes-DE' => [
'general' => [
'active' => false,
'type' => 'fileExport',
'name' => 'product-attributes-DE',
'description' => '',
'group' => 'Export',
'path' => NULL,
'modificationDate' => 1707387203,
'createDate' => 1658317240,
],
'schema' => [
'classId' => 'PROD',
'thumbnailImage' => NULL,
'thumbnailVideo' => NULL,
'config' => [
'language' => 'de',
'pageSize' => 25,
'columns' => [
'#6414465c8cec7' => [
'name' => '#6414465c8cec7',
'position' => 1,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Rezeptur-Nr.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'recipeID',
'forwardAttribute' => '',
],
'key' => '#6414465c8cec7',
],
'isOperator' => true,
],
'#6414465c8cec8' => [
'name' => '#6414465c8cec8',
'position' => 2,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Alpha-Nr.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'skuAlpha',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpItem',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#6414465c8cec8',
],
'isOperator' => true,
],
'#6414465c8cec9' => [
'name' => '#6414465c8cec9',
'position' => 3,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SAP-Nr.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
'attribute' => 'skuSAP',
'forwardAttribute' => '',
],
'key' => '#6414465c8cec9',
],
'isOperator' => true,
],
'#6414465c8ceca' => [
'name' => '#6414465c8ceca',
'position' => 4,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Sortiment',
'type' => 'operator',
'class' => 'Alias',
'childs' => [
0 => [
'label' => 'Sortiment (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'assortment',
'dataType' => 'select',
'childs' => [
],
],
],
],
'key' => '#6414465c8ceca',
],
'isOperator' => true,
],
'#6414465c8cecb' => [
'name' => '#6414465c8cecb',
'position' => 5,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Aggregatszustand',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'state',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'productState',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Aggregatszustand (productState) (productState) (productState)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'productState',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#6414465c8cecb',
],
'isOperator' => true,
],
'#6414465c8cecc' => [
'name' => '#6414465c8cecc',
'position' => 6,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Geschmacksrichtung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'taste',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'taste',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Geschmacksrichtung (taste) (taste) (taste) (taste) (taste)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'taste',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#6414465c8cecc',
],
'isOperator' => true,
],
'#6414465c8cecd' => [
'name' => '#6414465c8cecd',
'position' => 7,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Lagerbedingung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'condition',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'productCondition',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Lager-Bedingung (productCondition) (productCondition) (productCondition) (productCondition) (productCondition)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'productCondition',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#6414465c8cecd',
],
'isOperator' => true,
],
'#6414465c8cece' => [
'name' => '#6414465c8cece',
'position' => 8,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Marke',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'brand',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'brand',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Marke (brand) (brand) (brand) (brand) (brand)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'brand',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#6414465c8cece',
],
'isOperator' => true,
],
'#6414465c8cecf' => [
'name' => '#6414465c8cecf',
'position' => 9,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Positionierung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'position',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'positioning',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Positionierung (positioning) (positioning) (positioning) (positioning) (positioning)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'positioning',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#6414465c8cecf',
],
'isOperator' => true,
],
'#6414465c8ced0' => [
'name' => '#6414465c8ced0',
'position' => 10,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Sortimentslinie',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'line',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'line',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Sortiments-Linie (line) (line) (line) (line) (line)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'line',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#6414465c8ced0',
],
'isOperator' => true,
],
'#6414465c8ced1' => [
'name' => '#6414465c8ced1',
'position' => 11,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Kategorie',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Kategorie (category)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'category',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\ParentElement',
'additionalData' => '',
],
],
'attribute' => 'category',
'forwardAttribute' => '',
],
'key' => '#6414465c8ced1',
],
'isOperator' => true,
],
'#6414465c8ced2' => [
'name' => '#6414465c8ced2',
'position' => 12,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Subkategorie',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'category',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'category',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Kategorie (category) (category) (category) (category) (category) (category) (category)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'category',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#6414465c8ced2',
],
'isOperator' => true,
],
'#6414465c8ced3' => [
'name' => '#6414465c8ced3',
'position' => 13,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Artikelbezeichnung',
'type' => 'operator',
'class' => 'Alias',
'childs' => [
0 => [
'label' => 'Bezeichnung (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'name',
'dataType' => 'input',
'childs' => [
],
],
],
],
'key' => '#6414465c8ced3',
],
'isOperator' => true,
],
'#6414465c8ced4' => [
'name' => '#6414465c8ced4',
'position' => 14,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Zusatzbeschreibung',
'type' => 'operator',
'class' => 'Alias',
'childs' => [
0 => [
'label' => 'Kurzbeschreibung (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'shortDescription',
'dataType' => 'textarea',
'childs' => [
],
],
],
],
'key' => '#6414465c8ced4',
],
'isOperator' => true,
],
'#6414465c8ced5' => [
'name' => '#6414465c8ced5',
'position' => 15,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Inhalt VE (Nettogewicht)',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'weightNetto',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpItem',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#6414465c8ced5',
],
'isOperator' => true,
],
'#6414465c8ced6' => [
'name' => '#6414465c8ced6',
'position' => 16,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Verkaufseinheit (VE)',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'packType',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'packageType',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpItem',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#6414465c8ced6',
],
'isOperator' => true,
],
'#6414465c8ced7' => [
'name' => '#6414465c8ced7',
'position' => 17,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Konsistenz Produkt',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'consistency',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Konsistenz',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'consistencyRaw',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'recipe',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#6414465c8ced7',
],
'isOperator' => true,
],
'#6414465c8ced8' => [
'name' => '#6414465c8ced8',
'position' => 18,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Konsistenz zubereitet',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'consistencyPrep',
'forwardAttribute' => '',
],
],
'attribute' => 'consistency',
'forwardAttribute' => '',
],
'key' => '#6414465c8ced8',
],
'isOperator' => true,
],
'#6414465c8ced9' => [
'name' => '#6414465c8ced9',
'position' => 19,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Zutaten',
'type' => 'operator',
'class' => 'StringReplace',
'childs' => [
0 => [
'label' => 'Operator String Replace',
'type' => 'operator',
'class' => 'StringReplace',
'childs' => [
0 => [
'label' => 'Operator String Replace',
'type' => 'operator',
'class' => 'StringReplace',
'childs' => [
0 => [
'label' => 'Operator String Replace',
'type' => 'operator',
'class' => 'StringReplace',
'childs' => [
0 => [
'label' => 'Operator String Replace',
'type' => 'operator',
'class' => 'StringReplace',
'childs' => [
0 => [
'label' => 'Zutaten',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'ingredientList',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'recipe',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
'search' => '</strong>',
'replace' => '',
'insensitive' => false,
],
],
'search' => '<strong>',
'replace' => '',
'insensitive' => false,
],
],
'search' => '<br />',
'replace' => '',
'insensitive' => false,
],
],
'search' => '</p>',
'replace' => '',
'insensitive' => false,
],
],
'search' => '<p>',
'replace' => '',
'insensitive' => false,
],
'key' => '#6414465c8ced9',
],
'isOperator' => true,
],
'#6414465c8ceda' => [
'name' => '#6414465c8ceda',
'position' => 20,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Dosierung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'dosageText',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'recipe',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#6414465c8ceda',
],
'isOperator' => true,
],
'#6414465c8cedb' => [
'name' => '#6414465c8cedb',
'position' => 21,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Zubereitungsanleitung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'prepInstructions',
'forwardAttribute' => '',
],
'key' => '#6414465c8cedb',
],
'isOperator' => true,
],
'#6414465c8cedc' => [
'name' => '#6414465c8cedc',
'position' => 22,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Ergiebigkeit',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'spreading',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpItem',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#6414465c8cedc',
],
'isOperator' => true,
],
'#6414465c8cedd' => [
'name' => '#6414465c8cedd',
'position' => 23,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Produktmerkmale',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'attribute' => 'feature',
'forwardAttribute' => '',
],
'key' => '#6414465c8cedd',
],
'isOperator' => true,
],
'#6414465c8cede' => [
'name' => '#6414465c8cede',
'position' => 24,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'deklarationsfrei',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'deklarationsfrei (o.d.p.Z.)',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'declaration-free',
'childs' => [
0 => [
'label' => 'features',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#6414465c8cede',
],
'isOperator' => true,
],
'#6414465c8cedf' => [
'name' => '#6414465c8cedf',
'position' => 25,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'MINUS ALLERGENE -A',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'MINUS ALLERGENE -A',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'MinusA',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#6414465c8cedf',
],
'isOperator' => true,
],
'#6414465c8cee0' => [
'name' => '#6414465c8cee0',
'position' => 26,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ohne glutenhaltige Zutaten',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'no-gluten-ingredients',
],
],
],
'key' => '#6414465c8cee0',
],
'isOperator' => true,
],
'#6414465c8cee1' => [
'name' => '#6414465c8cee1',
'position' => 27,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ohne lactosehaltige Zutaten',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'no-lacto-ingredients',
],
],
],
'key' => '#6414465c8cee1',
],
'isOperator' => true,
],
'#6414465c8cee2' => [
'name' => '#6414465c8cee2',
'position' => 28,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ohne Hefeextrakt',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'yeast-free',
],
],
],
'key' => '#6414465c8cee2',
],
'isOperator' => true,
],
'#6414465c8cee3' => [
'name' => '#6414465c8cee3',
'position' => 29,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ohne Gelatine',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'ohne Gelatine',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'no-gelatine',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#6414465c8cee3',
],
'isOperator' => true,
],
'#6414465c8cee4' => [
'name' => '#6414465c8cee4',
'position' => 30,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ohne Zutat Palmfett',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'no-palm-fat',
],
],
],
'key' => '#6414465c8cee4',
],
'isOperator' => true,
],
'#6414465c8cee5' => [
'name' => '#6414465c8cee5',
'position' => 31,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Bio',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Bio',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Bio',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#6414465c8cee5',
],
'isOperator' => true,
],
'#6414465c8cee6' => [
'name' => '#6414465c8cee6',
'position' => 32,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'vegetarisch',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'vegetarisch',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Vegetarian',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#6414465c8cee6',
],
'isOperator' => true,
],
'#6414465c8cee7' => [
'name' => '#6414465c8cee7',
'position' => 33,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'vegan',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'vegan',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Vegan',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#6414465c8cee7',
],
'isOperator' => true,
],
'#6414465c8cee8' => [
'name' => '#6414465c8cee8',
'position' => 34,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'lacto-vegetabil',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'lacto-vegetabil',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'lacto-vegetabil',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#6414465c8cee8',
],
'isOperator' => true,
],
'#6414465c8cee9' => [
'name' => '#6414465c8cee9',
'position' => 35,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ovo-vegetabil',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'ovo-vegatabil',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'ovo-vegetabil',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#6414465c8cee9',
],
'isOperator' => true,
],
'#6414465c8ceea' => [
'name' => '#6414465c8ceea',
'position' => 36,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ovo-lacto-vegetabil',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'ovo-lacto-vegetabil',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'ovo-lacto-vegetabil',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#6414465c8ceea',
],
'isOperator' => true,
],
'#6414465c8ceeb' => [
'name' => '#6414465c8ceeb',
'position' => 37,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Deklarationen',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'attribute' => 'declaration',
'forwardAttribute' => '',
],
'key' => '#6414465c8ceeb',
],
'isOperator' => true,
],
'#6414465c8ceec' => [
'name' => '#6414465c8ceec',
'position' => 38,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'mit natürlichen Aromen',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Natural-flavor',
],
],
],
'key' => '#6414465c8ceec',
],
'isOperator' => true,
],
'#6414465c8ceed' => [
'name' => '#6414465c8ceed',
'position' => 39,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'mit Aromen',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Flavor',
],
],
],
'key' => '#6414465c8ceed',
],
'isOperator' => true,
],
'#6414465c8ceee' => [
'name' => '#6414465c8ceee',
'position' => 40,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Anwendungsmerkmale',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
'attribute' => 'usageTitle',
'forwardAttribute' => '',
],
'key' => '#6414465c8ceee',
],
'isOperator' => true,
],
'#6414465c8ceef' => [
'name' => '#6414465c8ceef',
'position' => 41,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Instant heiss löslich',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Instant heiß löslich',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'HotSoluble',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'usages',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#6414465c8ceef',
],
'isOperator' => true,
],
'#6414465c8cef0' => [
'name' => '#6414465c8cef0',
'position' => 42,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Instant kalt löslich',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Instant kalt löslich',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'ColdSoluble',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'usages',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#6414465c8cef0',
],
'isOperator' => true,
],
'#6414465c8cef1' => [
'name' => '#6414465c8cef1',
'position' => 43,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'zum Kochen',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'zum Kochen',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'ForCooking',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#6414465c8cef1',
],
'isOperator' => true,
],
'#6414465c8cef2' => [
'name' => '#6414465c8cef2',
'position' => 44,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Cook&Chill geeignet',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Cook&Chill geeignet',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'CookChill',
'childs' => [
0 => [
'label' => 'usage',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#6414465c8cef2',
],
'isOperator' => true,
],
'#6414465c8cef3' => [
'name' => '#6414465c8cef3',
'position' => 45,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Chill&Heat geeignet',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Chill&Heat geeignet',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'ChillHeat',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#6414465c8cef3',
],
'isOperator' => true,
],
'#6414465c8cef4' => [
'name' => '#6414465c8cef4',
'position' => 46,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Allergene',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'allergen',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'allergens',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#6414465c8cef4',
],
'isOperator' => true,
],
'#6414465c8cef5' => [
'name' => '#6414465c8cef5',
'position' => 47,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'GLUTEN',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'GLUTEN',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Gluten',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#6414465c8cef5',
],
'isOperator' => true,
],
'#6414465c8cef6' => [
'name' => '#6414465c8cef6',
'position' => 48,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'WEIZEN',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Wheat',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#6414465c8cef6',
],
'isOperator' => true,
],
'#6414465c8cef7' => [
'name' => '#6414465c8cef7',
'position' => 49,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'GERSTE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Barley',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#6414465c8cef7',
],
'isOperator' => true,
],
'#6414465c8cef8' => [
'name' => '#6414465c8cef8',
'position' => 50,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'HAFER',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Oats',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#6414465c8cef8',
],
'isOperator' => true,
],
'#6414465c8cef9' => [
'name' => '#6414465c8cef9',
'position' => 51,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ROGGEN',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Rye',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#6414465c8cef9',
],
'isOperator' => true,
],
'#6414465c8cefa' => [
'name' => '#6414465c8cefa',
'position' => 52,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'DINKEL',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Spelt',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#6414465c8cefa',
],
'isOperator' => true,
],
'#6414465c8cefb' => [
'name' => '#6414465c8cefb',
'position' => 53,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'KREBSTIERE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'KREBSTIERE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Crustacean',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#6414465c8cefb',
],
'isOperator' => true,
],
'#6414465c8cefc' => [
'name' => '#6414465c8cefc',
'position' => 54,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'EI',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'EI',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Egg',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#6414465c8cefc',
],
'isOperator' => true,
],
'#6414465c8cefd' => [
'name' => '#6414465c8cefd',
'position' => 55,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'FISCH',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'FISCH',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Fish',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#6414465c8cefd',
],
'isOperator' => true,
],
'#6414465c8cefe' => [
'name' => '#6414465c8cefe',
'position' => 56,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ERDNÃœSSE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'ERDNÃœSSE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Peanut',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#6414465c8cefe',
],
'isOperator' => true,
],
'#6414465c8ceff' => [
'name' => '#6414465c8ceff',
'position' => 57,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SOJA',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SOJA',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Soy',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#6414465c8ceff',
],
'isOperator' => true,
],
'#6414465c8cf00' => [
'name' => '#6414465c8cf00',
'position' => 58,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'MILCH',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'MILCH',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Milk',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#6414465c8cf00',
],
'isOperator' => true,
],
'#6414465c8cf01' => [
'name' => '#6414465c8cf01',
'position' => 59,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SCHALENFRÃœCHTE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SCHALENFRÃœCHTE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Nut',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#6414465c8cf01',
],
'isOperator' => true,
],
'#6414465c8cf02' => [
'name' => '#6414465c8cf02',
'position' => 60,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SELLERIE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SELLERIE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Celery',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
1 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#6414465c8cf02',
],
'isOperator' => true,
],
'#6414465c8cf03' => [
'name' => '#6414465c8cf03',
'position' => 61,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SENF',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SENF',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Mustard',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#6414465c8cf03',
],
'isOperator' => true,
],
'#6414465c8cf04' => [
'name' => '#6414465c8cf04',
'position' => 62,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SESAM',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SESAM',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Sesame',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#6414465c8cf04',
],
'isOperator' => true,
],
'#6414465c8cf05' => [
'name' => '#6414465c8cf05',
'position' => 63,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SULFIT',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SULFIT',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Sulfite',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#6414465c8cf05',
],
'isOperator' => true,
],
'#6414465c8cf06' => [
'name' => '#6414465c8cf06',
'position' => 64,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'LUPINE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'LUPINE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Lupin',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#6414465c8cf06',
],
'isOperator' => true,
],
'#6414465c8cf07' => [
'name' => '#6414465c8cf07',
'position' => 65,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'WEICHTIERE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'WEICHTIERE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Mollusc',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#6414465c8cf07',
],
'isOperator' => true,
],
'#6414465c8cf08' => [
'name' => '#6414465c8cf08',
'position' => 66,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Nährwerte auf Basis',
'type' => 'operator',
'class' => 'Concatenator',
'glue' => ' ',
'forceValue' => false,
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "amountValue"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
1 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "amountType"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#6414465c8cf08',
],
'isOperator' => true,
],
'#6414465c8cf09' => [
'name' => '#6414465c8cf09',
'position' => 67,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'kj',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'kj',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "energyKJValue", "raw": true}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\QuantityValueExtractor',
'additionalData' => 'value',
],
'key' => '#6414465c8cf09',
],
'isOperator' => true,
],
'#6414465c8cf0a' => [
'name' => '#6414465c8cf0a',
'position' => 68,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'kcal',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'kcal',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "energyKcal", "raw": true}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\QuantityValueExtractor',
'additionalData' => 'value',
],
'key' => '#6414465c8cf0a',
],
'isOperator' => true,
],
'#6414465c8cf0b' => [
'name' => '#6414465c8cf0b',
'position' => 69,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Fett',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Fett',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "fatTotal", "raw": true}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\QuantityValueExtractor',
'additionalData' => 'value',
],
'key' => '#6414465c8cf0b',
],
'isOperator' => true,
],
'#6414465c8cf0c' => [
'name' => '#6414465c8cf0c',
'position' => 70,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'davon gesättigte Fettsäuren',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'davon gesättigte Fettsäuren',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "fatSaturated", "raw": true}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\QuantityValueExtractor',
'additionalData' => 'value',
],
'key' => '#6414465c8cf0c',
],
'isOperator' => true,
],
'#6414465c8cf0d' => [
'name' => '#6414465c8cf0d',
'position' => 71,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Kohlenhydrate',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Kohlenhydrate',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "carbTotal", "raw": true}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\QuantityValueExtractor',
'additionalData' => 'value',
],
'key' => '#6414465c8cf0d',
],
'isOperator' => true,
],
'#6414465c8cf0e' => [
'name' => '#6414465c8cf0e',
'position' => 72,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'davon Zucker',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'davon Zucker',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "carbSugar", "raw": true}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\QuantityValueExtractor',
'additionalData' => 'value',
],
'key' => '#6414465c8cf0e',
],
'isOperator' => true,
],
'#6414465c8cf0f' => [
'name' => '#6414465c8cf0f',
'position' => 73,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Balaststoffe',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Balaststoffe',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "dietaryFiber", "raw": true}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\QuantityValueExtractor',
'additionalData' => 'value',
],
'key' => '#6414465c8cf0f',
],
'isOperator' => true,
],
'#6414465c8cf10' => [
'name' => '#6414465c8cf10',
'position' => 74,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Eiweiß',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Eiweiß',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "protein", "raw": true}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\QuantityValueExtractor',
'additionalData' => 'value',
],
'key' => '#6414465c8cf10',
],
'isOperator' => true,
],
'#6414465c8cf11' => [
'name' => '#6414465c8cf11',
'position' => 75,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Salz',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Salz',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "salt", "raw": true}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\QuantityValueExtractor',
'additionalData' => 'value',
],
'key' => '#6414465c8cf11',
],
'isOperator' => true,
],
'#6414465c8cf12' => [
'name' => '#6414465c8cf12',
'position' => 76,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Nährwerte Gewichtseinheit',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "amountValue", "raw": true}',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\QuantityValueExtractor',
'additionalData' => 'unit',
],
'key' => '#6414465c8cf12',
],
'isOperator' => true,
],
'#6414465c8cf13' => [
'name' => '#6414465c8cf13',
'position' => 77,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'EAN-Code',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'ean',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#6414465c8cf13',
],
'isOperator' => true,
],
'#6414465c8cf14' => [
'name' => '#6414465c8cf14',
'position' => 78,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Verkehrsbezeichnung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpName',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#6414465c8cf14',
],
'isOperator' => true,
],
'#6414465c8cf15' => [
'name' => '#6414465c8cf15',
'position' => 79,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'MHZ Monate',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'minimumShelfTime',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#6414465c8cf15',
],
'isOperator' => true,
],
'#6414465c8cf16' => [
'name' => '#6414465c8cf16',
'position' => 80,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'RLZ Monate',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'remainingShelfTime',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#6414465c8cf16',
],
'isOperator' => true,
],
'#6414465c8cf17' => [
'name' => '#6414465c8cf17',
'position' => 81,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'RLZ Tage',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'remainingShelfTimeDays',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#6414465c8cf17',
],
'isOperator' => true,
],
'#6414465c8cf18' => [
'name' => '#6414465c8cf18',
'position' => 82,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Produktionsland',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'country',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'vendor',
'forwardAttribute' => '',
],
],
],
'key' => '#6414465c8cf18',
],
'isOperator' => true,
],
'#6414465c8cf19' => [
'name' => '#6414465c8cf19',
'position' => 83,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'MWSt.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'taxKey',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#6414465c8cf19',
],
'isOperator' => true,
],
'#6414465c8cf1a' => [
'name' => '#6414465c8cf1a',
'position' => 84,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Zolltarif-Nr.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'customsTariffNumber',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#6414465c8cf1a',
],
'isOperator' => true,
],
'#6414465c8cf1b' => [
'name' => '#6414465c8cf1b',
'position' => 85,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'VK-Einheit je Palette',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'amountPal',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#6414465c8cf1b',
],
'isOperator' => true,
],
'#6414465c8cf1c' => [
'name' => '#6414465c8cf1c',
'position' => 86,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'VK-Einheit je Umkarton',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'amountSubUnit',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#6414465c8cf1c',
],
'isOperator' => true,
],
'#6414465c8cf1d' => [
'name' => '#6414465c8cf1d',
'position' => 87,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Anzahl Lagen',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'amountLayers',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#6414465c8cf1d',
],
'isOperator' => true,
],
'#6414465c8cf1e' => [
'name' => '#6414465c8cf1e',
'position' => 88,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Anzahl je Lage',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'amountPerLayer',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#6414465c8cf1e',
],
'isOperator' => true,
],
],
],
],
'workspaceSettings' => [
'customExportService' => 'app.datahub.variant-exporter.de',
],
'workspaces' => [
'object' => [
0 => [
'read' => true,
'cpath' => '/Products/DACH',
'id' => 'extModel309-1',
],
],
],
'deliveryDestination' => [
'filetype' => 'XLSX',
'filename' => 'Produktmerkmale-DE.xlsx',
'conflictStrategy' => 'overwrite',
'transmitter' => 'assetTransmitter',
'displayfield-3914-inputEl' => 'The settings below overwrite the settings from the email document if values are defined',
'displayfield-3920-inputEl' => 'Mehrere Empfänger können angegeben werden, indem die E-Mail-Adressen mit einem Semikolon getrennt angegeben werden.<br />Beispiel: receiver@pimcore.org; receiver2@pimcore.org'."\n".'Für \'Von\' können Sie zusätzlich die Syntax <i>Mein Name & lt; mein-name@example.com></i> verwenden',
'transmitter_localDirectory' => [
'directory' => '/Data/Export/',
],
'transmitter_download' => [
'token' => '2c44d75de68fa14872cf1c46143b1da4',
],
'transmitter_sftp' => [
'host' => '',
'port' => NULL,
'username' => 'dgeyer',
'password' => 'b1G1E4b4b1Q1r5b4',
'directory' => '',
'privateKey' => '',
'passphrase' => '',
],
'transmitter_http' => [
'method' => 'POST',
'url' => '',
'timeout' => NULL,
],
'transmitter_email' => [
'document' => '',
'subject' => '',
'from' => '',
'to' => '',
'cc' => '',
'bcc' => '',
],
'transmitter_assetTransmitter' => [
'assetFolder' => '/Data/Export/Attribute-lists/DACH',
],
],
'triggerForDelivery' => [
'saveHookType' => '',
],
'executionConfig' => [
'cronDefinitionFullExport' => '0 1 */1 * *',
'displayfield-3929-inputEl' => '<a target="_blank" href="https://crontab.guru/">Cron expression generator</a>',
'cronDefinitionQueueOnly' => '',
'displayfield-3932-inputEl' => '<a target="_blank" href="https://crontab.guru/">Cron expression generator</a>',
],
'permissions' => [
'user' => [
],
'role' => [
],
],
],
'storageDE' => [
'general' => [
'type' => 'dataImporterDataObject',
'name' => 'storageDE',
'description' => '',
'group' => 'Importer',
'active' => false,
'path' => NULL,
'modificationDate' => 1707387235,
'createDate' => 1648206746,
],
'loaderConfig' => [
'type' => 'asset',
'settings' => [
'assetPath' => '/Data/Import/storage/storage.xlsx',
],
],
'interpreterConfig' => [
'type' => 'xlsx',
'settings' => [
'skipFirstRow' => true,
'sheetName' => 'Tabelle1',
],
],
'resolverConfig' => [
'elementType' => 'dataObject',
'dataObjectClassId' => 'ERPART',
'loadingStrategy' => [
'type' => 'attribute',
'settings' => [
'dataSourceIndex' => '1',
'attributeName' => 'skuAlpha',
'language' => '',
'includeUnpublished' => true,
],
],
'createLocationStrategy' => [
'type' => 'staticPath',
'settings' => [
'path' => '/System/ERP',
],
],
'locationUpdateStrategy' => [
'type' => 'noChange',
],
'publishingStrategy' => [
'type' => 'noChangeUnpublishNew',
],
],
'processingConfig' => [
'executionType' => 'parallel',
'idDataIndex' => '1',
'cleanup' => [
'strategy' => 'unpublish',
],
],
'mappingConfig' => [
0 => [
'label' => 'MHZMonate [7]',
'dataSourceIndex' => [
0 => '7',
],
'transformationResultType' => 'numeric',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'minimumShelfTime',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
0 => [
'type' => 'numeric',
],
],
],
1 => [
'label' => 'RLZMonate [8]',
'dataSourceIndex' => [
0 => '8',
],
'transformationResultType' => 'numeric',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'remainingShelfTime',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
0 => [
'type' => 'numeric',
],
],
],
2 => [
'label' => 'MWSt% [13]',
'dataSourceIndex' => [
0 => '13',
],
'transformationResultType' => 'default',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'taxKey',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
],
],
3 => [
'label' => 'Zolltarif-Nr. [14]',
'dataSourceIndex' => [
0 => '14',
],
'transformationResultType' => 'default',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'customsTariffNumber',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
],
],
4 => [
'label' => 'Tot. VK-Einh.je Palette [16]',
'dataSourceIndex' => [
0 => '16',
],
'transformationResultType' => 'numeric',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'amountPal',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
0 => [
'type' => 'numeric',
],
],
],
5 => [
'label' => 'Anz. VK-Einh.je Umkarton [17]',
'dataSourceIndex' => [
0 => '17',
],
'transformationResultType' => 'numeric',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'amountSubUnit',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
0 => [
'type' => 'numeric',
],
],
],
6 => [
'label' => 'AnzahlLagen [18]',
'dataSourceIndex' => [
0 => '18',
],
'transformationResultType' => 'numeric',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'amountLayers',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
0 => [
'type' => 'numeric',
],
],
],
7 => [
'label' => 'Anzahlje Lage [19]',
'dataSourceIndex' => [
0 => '19',
],
'transformationResultType' => 'numeric',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'amountPerLayer',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
0 => [
'type' => 'numeric',
],
],
],
8 => [
'label' => 'Name',
'dataSourceIndex' => [
0 => '3',
],
'transformationResultType' => 'default',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'erpName',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
],
],
9 => [
'label' => 'key',
'dataSourceIndex' => [
0 => '12',
1 => '1',
],
'settings' => [
'glue' => '-',
],
'transformationResultType' => 'default',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'key',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
0 => [
'settings' => [
'glue' => '-',
],
'type' => 'combine',
],
],
],
10 => [
'label' => 'skuAlpha',
'dataSourceIndex' => [
0 => '1',
],
'transformationResultType' => 'default',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'skuAlpha',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
],
],
11 => [
'label' => 'importCheck',
'dataSourceIndex' => [
0 => '1',
],
'settings' => [
'original' => '|*',
'converted' => '0|1',
],
'transformationResultType' => 'boolean',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'madeByImport',
'language' => '',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
0 => [
'settings' => [
'original' => '|*',
'converted' => '0|1',
],
'type' => 'conditionalConversion',
],
1 => [
'type' => 'boolean',
],
],
],
],
'executionConfig' => [
'scheduleType' => 'recurring',
'cronDefinition' => '0 * * * *',
'scheduledAt' => '',
],
'permissions' => [
'user' => [
],
'role' => [
],
],
'workspaces' => [
],
],
'total-data-DACH' => [
'general' => [
'active' => false,
'type' => 'fileExport',
'name' => 'total-data-DACH',
'description' => '',
'group' => 'Export',
'path' => NULL,
'modificationDate' => 1707387176,
'createDate' => 1658317240,
],
'schema' => [
'classId' => 'PROD',
'thumbnailImage' => NULL,
'thumbnailVideo' => NULL,
'config' => [
'language' => 'de',
'pageSize' => 25,
'columns' => [
'#64144ab59f15f' => [
'name' => '#64144ab59f15f',
'position' => 1,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Rezeptur-Nr.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'recipeID',
'forwardAttribute' => '',
],
'key' => '#64144ab59f15f',
],
'isOperator' => true,
],
'#64144ab59f161' => [
'name' => '#64144ab59f161',
'position' => 2,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Alpha-Nr.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'skuAlpha',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpItem',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#64144ab59f161',
],
'isOperator' => true,
],
'#64144ab59f162' => [
'name' => '#64144ab59f162',
'position' => 3,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SAP-Nr.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
'attribute' => 'skuSAP',
'forwardAttribute' => '',
],
'key' => '#64144ab59f162',
],
'isOperator' => true,
],
'#64144ab59f163' => [
'name' => '#64144ab59f163',
'position' => 4,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Sortiment',
'type' => 'operator',
'class' => 'Alias',
'childs' => [
0 => [
'label' => 'Sortiment (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'assortment',
'dataType' => 'select',
'childs' => [
],
],
],
],
'key' => '#64144ab59f163',
],
'isOperator' => true,
],
'#64144ab59f164' => [
'name' => '#64144ab59f164',
'position' => 5,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Aggregatszustand',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'state',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'productState',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Aggregatszustand (productState) (productState) (productState)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'productState',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#64144ab59f164',
],
'isOperator' => true,
],
'#64144ab59f165' => [
'name' => '#64144ab59f165',
'position' => 6,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Geschmacksrichtung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'taste',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'taste',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Geschmacksrichtung (taste) (taste) (taste) (taste) (taste)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'taste',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#64144ab59f165',
],
'isOperator' => true,
],
'#64144ab59f166' => [
'name' => '#64144ab59f166',
'position' => 7,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Lagerbedingung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'condition',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'productCondition',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Lager-Bedingung (productCondition) (productCondition) (productCondition) (productCondition) (productCondition)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'productCondition',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#64144ab59f166',
],
'isOperator' => true,
],
'#64144ab59f167' => [
'name' => '#64144ab59f167',
'position' => 8,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Marke',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'brand',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'brand',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Marke (brand) (brand) (brand) (brand) (brand)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'brand',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#64144ab59f167',
],
'isOperator' => true,
],
'#64144ab59f168' => [
'name' => '#64144ab59f168',
'position' => 9,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Positionierung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'position',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'positioning',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Positionierung (positioning) (positioning) (positioning) (positioning) (positioning)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'positioning',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#64144ab59f168',
],
'isOperator' => true,
],
'#64144ab59f169' => [
'name' => '#64144ab59f169',
'position' => 10,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Sortimentslinie',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'line',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'line',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Sortiments-Linie (line) (line) (line) (line) (line)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'line',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#64144ab59f169',
],
'isOperator' => true,
],
'#64144ab59f16a' => [
'name' => '#64144ab59f16a',
'position' => 11,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Kategorie',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Kategorie (category)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'category',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\ParentElement',
'additionalData' => '',
],
],
'attribute' => 'category',
'forwardAttribute' => '',
],
'key' => '#64144ab59f16a',
],
'isOperator' => true,
],
'#64144ab59f16b' => [
'name' => '#64144ab59f16b',
'position' => 12,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Subkategorie',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'category',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'category',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Kategorie (category) (category) (category) (category) (category) (category) (category)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'category',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#64144ab59f16b',
],
'isOperator' => true,
],
'#64144ab59f16c' => [
'name' => '#64144ab59f16c',
'position' => 13,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Artikelbezeichnung',
'type' => 'operator',
'class' => 'Alias',
'childs' => [
0 => [
'label' => 'Bezeichnung (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'name',
'dataType' => 'input',
'childs' => [
],
],
],
],
'key' => '#64144ab59f16c',
],
'isOperator' => true,
],
'#64144ab59f16d' => [
'name' => '#64144ab59f16d',
'position' => 14,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Zusatzbeschreibung',
'type' => 'operator',
'class' => 'Alias',
'childs' => [
0 => [
'label' => 'Kurzbeschreibung (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'shortDescription',
'dataType' => 'textarea',
'childs' => [
],
],
],
],
'key' => '#64144ab59f16d',
],
'isOperator' => true,
],
'#64144ab59f16e' => [
'name' => '#64144ab59f16e',
'position' => 15,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Inhalt VE (Nettogewicht)',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'weightNetto',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpItem',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#64144ab59f16e',
],
'isOperator' => true,
],
'#64144ab59f16f' => [
'name' => '#64144ab59f16f',
'position' => 16,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Verkaufseinheit (VE)',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'packType',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'packageType',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpItem',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#64144ab59f16f',
],
'isOperator' => true,
],
'#64144ab59f170' => [
'name' => '#64144ab59f170',
'position' => 17,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Konsistenz Produkt',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'consistency',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Konsistenz',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'consistencyRaw',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'recipe',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#64144ab59f170',
],
'isOperator' => true,
],
'#64144ab59f171' => [
'name' => '#64144ab59f171',
'position' => 18,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Konsistenz zubereitet',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'consistencyPrep',
'forwardAttribute' => '',
],
],
'attribute' => 'consistency',
'forwardAttribute' => '',
],
'key' => '#64144ab59f171',
],
'isOperator' => true,
],
'#64144ab59f172' => [
'name' => '#64144ab59f172',
'position' => 19,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Zutaten',
'type' => 'operator',
'class' => 'StringReplace',
'childs' => [
0 => [
'label' => 'Operator String Replace',
'type' => 'operator',
'class' => 'StringReplace',
'childs' => [
0 => [
'label' => 'Operator String Replace',
'type' => 'operator',
'class' => 'StringReplace',
'childs' => [
0 => [
'label' => 'Operator String Replace',
'type' => 'operator',
'class' => 'StringReplace',
'childs' => [
0 => [
'label' => 'Operator String Replace',
'type' => 'operator',
'class' => 'StringReplace',
'childs' => [
0 => [
'label' => 'Zutaten',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'ingredientList',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'recipe',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
'search' => '</strong>',
'replace' => '',
'insensitive' => false,
],
],
'search' => '<strong>',
'replace' => '',
'insensitive' => false,
],
],
'search' => '<br />',
'replace' => '',
'insensitive' => false,
],
],
'search' => '</p>',
'replace' => '',
'insensitive' => false,
],
],
'search' => '<p>',
'replace' => '',
'insensitive' => false,
],
'key' => '#64144ab59f172',
],
'isOperator' => true,
],
'#64144ab59f173' => [
'name' => '#64144ab59f173',
'position' => 20,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Dosierung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'dosageText',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'recipe',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#64144ab59f173',
],
'isOperator' => true,
],
'#64144ab59f174' => [
'name' => '#64144ab59f174',
'position' => 21,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Zubereitungsanleitung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'prepInstructions',
'forwardAttribute' => '',
],
'key' => '#64144ab59f174',
],
'isOperator' => true,
],
'#64144ab59f175' => [
'name' => '#64144ab59f175',
'position' => 22,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Ergiebigkeit',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'spreading',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpItem',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#64144ab59f175',
],
'isOperator' => true,
],
'#64144ab59f176' => [
'name' => '#64144ab59f176',
'position' => 23,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Produktmerkmale',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'attribute' => 'feature',
'forwardAttribute' => '',
],
'key' => '#64144ab59f176',
],
'isOperator' => true,
],
'#64144ab59f177' => [
'name' => '#64144ab59f177',
'position' => 24,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => '3in1',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
],
'attribute' => 'features',
'forwardAttribute' => '',
],
1 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => '3in1',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f177',
],
'isOperator' => true,
],
'#64144ab59f178' => [
'name' => '#64144ab59f178',
'position' => 25,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Balaststoffquelle',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'dietary-fibre-source',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f178',
],
'isOperator' => true,
],
'#64144ab59f179' => [
'name' => '#64144ab59f179',
'position' => 26,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Gas',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Gas',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f179',
],
'isOperator' => true,
],
'#64144ab59f17a' => [
'name' => '#64144ab59f17a',
'position' => 27,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Glutenfrei',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'gluten-free',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f17a',
],
'isOperator' => true,
],
'#64144ab59f17b' => [
'name' => '#64144ab59f17b',
'position' => 28,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'GVO',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'GVO',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f17b',
],
'isOperator' => true,
],
'#64144ab59f17c' => [
'name' => '#64144ab59f17c',
'position' => 29,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Bestrahlt',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'irradiated',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f17c',
],
'isOperator' => true,
],
'#64144ab59f17d' => [
'name' => '#64144ab59f17d',
'position' => 30,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Laktosefrei',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'lacto-free',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f17d',
],
'isOperator' => true,
],
'#64144ab59f17e' => [
'name' => '#64144ab59f17e',
'position' => 31,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Leichte Kost',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Lightfood',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f17e',
],
'isOperator' => true,
],
'#64144ab59f17f' => [
'name' => '#64144ab59f17f',
'position' => 32,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Made in Austria',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Made-in-Austria',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f17f',
],
'isOperator' => true,
],
'#64144ab59f180' => [
'name' => '#64144ab59f180',
'position' => 33,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'MSC Zertifiziert',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'MSC-certified',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f180',
],
'isOperator' => true,
],
'#64144ab59f181' => [
'name' => '#64144ab59f181',
'position' => 34,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Ohne Alkohol',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'no-alcohol',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f181',
],
'isOperator' => true,
],
'#64144ab59f182' => [
'name' => '#64144ab59f182',
'position' => 35,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Keine allergenen Zutaten',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'no-allergenic-ingredients',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f182',
],
'isOperator' => true,
],
'#64144ab59f183' => [
'name' => '#64144ab59f183',
'position' => 36,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ohne Fett',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'no-fat',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f183',
],
'isOperator' => true,
],
'#64144ab59f184' => [
'name' => '#64144ab59f184',
'position' => 37,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ohne gehärtete Fette',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'no-hardened-fats',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f184',
],
'isOperator' => true,
],
'#64144ab59f185' => [
'name' => '#64144ab59f185',
'position' => 38,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Vitamin-/Mineraltstoff-Quelle',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
],
'attribute' => 'features',
'forwardAttribute' => '',
],
1 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'VitaMinerals',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f185',
],
'isOperator' => true,
],
'#64144ab59f186' => [
'name' => '#64144ab59f186',
'position' => 39,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'deklarationsfrei',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'deklarationsfrei (o.d.p.Z.)',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'declaration-free',
'childs' => [
0 => [
'label' => 'features',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#64144ab59f186',
],
'isOperator' => true,
],
'#64144ab59f187' => [
'name' => '#64144ab59f187',
'position' => 40,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'MINUS ALLERGENE -A',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'MINUS ALLERGENE -A',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'MinusA',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#64144ab59f187',
],
'isOperator' => true,
],
'#64144ab59f188' => [
'name' => '#64144ab59f188',
'position' => 41,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ohne glutenhaltige Zutaten',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'no-gluten-ingredients',
],
],
],
'key' => '#64144ab59f188',
],
'isOperator' => true,
],
'#64144ab59f189' => [
'name' => '#64144ab59f189',
'position' => 42,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ohne lactosehaltige Zutaten',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'no-lacto-ingredients',
],
],
],
'key' => '#64144ab59f189',
],
'isOperator' => true,
],
'#64144ab59f18a' => [
'name' => '#64144ab59f18a',
'position' => 43,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ohne Hefeextrakt',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'yeast-free',
],
],
],
'key' => '#64144ab59f18a',
],
'isOperator' => true,
],
'#64144ab59f18b' => [
'name' => '#64144ab59f18b',
'position' => 44,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ohne Gelatine',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'ohne Gelatine',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'no-gelatine',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#64144ab59f18b',
],
'isOperator' => true,
],
'#64144ab59f18c' => [
'name' => '#64144ab59f18c',
'position' => 45,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ohne Zutat Palmfett',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'no-palm-fat',
],
],
],
'key' => '#64144ab59f18c',
],
'isOperator' => true,
],
'#64144ab59f18d' => [
'name' => '#64144ab59f18d',
'position' => 46,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Bio',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Bio',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Bio',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#64144ab59f18d',
],
'isOperator' => true,
],
'#64144ab59f18e' => [
'name' => '#64144ab59f18e',
'position' => 47,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'vegetarisch',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'vegetarisch',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Vegetarian',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#64144ab59f18e',
],
'isOperator' => true,
],
'#64144ab59f18f' => [
'name' => '#64144ab59f18f',
'position' => 48,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'vegan',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'vegan',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Vegan',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#64144ab59f18f',
],
'isOperator' => true,
],
'#64144ab59f190' => [
'name' => '#64144ab59f190',
'position' => 49,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'lacto-vegetabil',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'lacto-vegetabil',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'lacto-vegetabil',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#64144ab59f190',
],
'isOperator' => true,
],
'#64144ab59f191' => [
'name' => '#64144ab59f191',
'position' => 50,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ovo-vegetabil',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'ovo-vegatabil',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'ovo-vegetabil',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#64144ab59f191',
],
'isOperator' => true,
],
'#64144ab59f192' => [
'name' => '#64144ab59f192',
'position' => 51,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ovo-lacto-vegetabil',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'ovo-lacto-vegetabil',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'ovo-lacto-vegetabil',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#64144ab59f192',
],
'isOperator' => true,
],
'#64144ab59f193' => [
'name' => '#64144ab59f193',
'position' => 52,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Deklarationen',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'attribute' => 'declaration',
'forwardAttribute' => '',
],
'key' => '#64144ab59f193',
],
'isOperator' => true,
],
'#64144ab59f194' => [
'name' => '#64144ab59f194',
'position' => 53,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Anti-Oxidantien',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Anti-Oxidants',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f194',
],
'isOperator' => true,
],
'#64144ab59f195' => [
'name' => '#64144ab59f195',
'position' => 54,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Balsamico',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Balsamico',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f195',
],
'isOperator' => true,
],
'#64144ab59f196' => [
'name' => '#64144ab59f196',
'position' => 55,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Farm-Eier',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Barn-eggs',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f196',
],
'isOperator' => true,
],
'#64144ab59f197' => [
'name' => '#64144ab59f197',
'position' => 56,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Koffein',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Caffeine',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f197',
],
'isOperator' => true,
],
'#64144ab59f198' => [
'name' => '#64144ab59f198',
'position' => 57,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Farbstoff',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Color',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f198',
],
'isOperator' => true,
],
'#64144ab59f199' => [
'name' => '#64144ab59f199',
'position' => 58,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'mit Aromen',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Flavor',
],
],
],
'key' => '#64144ab59f199',
],
'isOperator' => true,
],
'#64144ab59f19a' => [
'name' => '#64144ab59f19a',
'position' => 59,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Geschmacksverstärker',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Flavor-enhancer',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f19a',
],
'isOperator' => true,
],
'#64144ab59f19b' => [
'name' => '#64144ab59f19b',
'position' => 60,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Garnitur',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Garnish',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f19b',
],
'isOperator' => true,
],
'#64144ab59f19c' => [
'name' => '#64144ab59f19c',
'position' => 61,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Kräuter (sichtbar)',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Herbs',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f19c',
],
'isOperator' => true,
],
'#64144ab59f19d' => [
'name' => '#64144ab59f19d',
'position' => 62,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'mit natürlichen Aromen',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Natural-flavor',
],
],
],
'key' => '#64144ab59f19d',
],
'isOperator' => true,
],
'#64144ab59f19e' => [
'name' => '#64144ab59f19e',
'position' => 63,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'keine gesättigten Fette',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'No-saturated-fats',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f19e',
],
'isOperator' => true,
],
'#64144ab59f19f' => [
'name' => '#64144ab59f19f',
'position' => 64,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Konservierungsstoffe',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
1 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Preservatives',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f19f',
],
'isOperator' => true,
],
'#64144ab59f1a0' => [
'name' => '#64144ab59f1a0',
'position' => 65,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Phosphate',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Phosphate',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1a0',
],
'isOperator' => true,
],
'#64144ab59f1a1' => [
'name' => '#64144ab59f1a1',
'position' => 66,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Rotwein-Essig',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Red-wine-vinegar',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1a1',
],
'isOperator' => true,
],
'#64144ab59f1a2' => [
'name' => '#64144ab59f1a2',
'position' => 67,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Weiswein-Essig',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'White-wine-vinegar',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1a2',
],
'isOperator' => true,
],
'#64144ab59f1a3' => [
'name' => '#64144ab59f1a3',
'position' => 68,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Eingekapseltes Salz',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Salt-encapsulated',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1a3',
],
'isOperator' => true,
],
'#64144ab59f1a4' => [
'name' => '#64144ab59f1a4',
'position' => 69,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Meersalz',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Sea-salt',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1a4',
],
'isOperator' => true,
],
'#64144ab59f1a5' => [
'name' => '#64144ab59f1a5',
'position' => 70,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Sulphur',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Sulphur',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1a5',
],
'isOperator' => true,
],
'#64144ab59f1a6' => [
'name' => '#64144ab59f1a6',
'position' => 71,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Süssungsmittel',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Sweetener',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1a6',
],
'isOperator' => true,
],
'#64144ab59f1a7' => [
'name' => '#64144ab59f1a7',
'position' => 72,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Anwendungsmerkmale',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
'attribute' => 'usageTitle',
'forwardAttribute' => '',
],
'key' => '#64144ab59f1a7',
],
'isOperator' => true,
],
'#64144ab59f1a8' => [
'name' => '#64144ab59f1a8',
'position' => 73,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Instant',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Instant',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1a8',
],
'isOperator' => true,
],
'#64144ab59f1a9' => [
'name' => '#64144ab59f1a9',
'position' => 74,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Instant heiss löslich',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Instant heiß löslich',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'HotSoluble',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'usages',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#64144ab59f1a9',
],
'isOperator' => true,
],
'#64144ab59f1aa' => [
'name' => '#64144ab59f1aa',
'position' => 75,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Instant kalt löslich',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Instant kalt löslich',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'ColdSoluble',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'usages',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#64144ab59f1aa',
],
'isOperator' => true,
],
'#64144ab59f1ab' => [
'name' => '#64144ab59f1ab',
'position' => 76,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Cook&Chill geeignet',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Cook&Chill geeignet',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'CookChill',
'childs' => [
0 => [
'label' => 'usage',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#64144ab59f1ab',
],
'isOperator' => true,
],
'#64144ab59f1ac' => [
'name' => '#64144ab59f1ac',
'position' => 77,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Chill&Heat geeignet',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Chill&Heat geeignet',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'ChillHeat',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#64144ab59f1ac',
],
'isOperator' => true,
],
'#64144ab59f1ad' => [
'name' => '#64144ab59f1ad',
'position' => 78,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Kalt zubereiten',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'ColdSoluble',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1ad',
],
'isOperator' => true,
],
'#64144ab59f1ae' => [
'name' => '#64144ab59f1ae',
'position' => 79,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Heiss zubereiten',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'HotSoluble',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1ae',
],
'isOperator' => true,
],
'#64144ab59f1af' => [
'name' => '#64144ab59f1af',
'position' => 80,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'zum Kochen',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'zum Kochen',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'ForCooking',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#64144ab59f1af',
],
'isOperator' => true,
],
'#64144ab59f1b0' => [
'name' => '#64144ab59f1b0',
'position' => 81,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Kuchen geeignet',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Cake',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1b0',
],
'isOperator' => true,
],
'#64144ab59f1b1' => [
'name' => '#64144ab59f1b1',
'position' => 82,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Sturz-geeignet',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Flip',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1b1',
],
'isOperator' => true,
],
'#64144ab59f1b2' => [
'name' => '#64144ab59f1b2',
'position' => 83,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Tiefgefroren',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Frozen',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1b2',
],
'isOperator' => true,
],
'#64144ab59f1b3' => [
'name' => '#64144ab59f1b3',
'position' => 84,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Auftauen',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Defrost',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1b3',
],
'isOperator' => true,
],
'#64144ab59f1b4' => [
'name' => '#64144ab59f1b4',
'position' => 85,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Aufschlagen',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Whipping',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1b4',
],
'isOperator' => true,
],
'#64144ab59f1b5' => [
'name' => '#64144ab59f1b5',
'position' => 86,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'zum selber Süssen',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'SelfSweeten',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1b5',
],
'isOperator' => true,
],
'#64144ab59f1b6' => [
'name' => '#64144ab59f1b6',
'position' => 87,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Bain Marie',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'BainMarie',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1b6',
],
'isOperator' => true,
],
'#64144ab59f1b7' => [
'name' => '#64144ab59f1b7',
'position' => 88,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Combi-Steamer',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'CombiSteam',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1b7',
],
'isOperator' => true,
],
'#64144ab59f1b8' => [
'name' => '#64144ab59f1b8',
'position' => 89,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Convectomat (ohne Dampf)',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'ConvectNoSteam',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1b8',
],
'isOperator' => true,
],
'#64144ab59f1b9' => [
'name' => '#64144ab59f1b9',
'position' => 90,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Convectomat (mit Dampf)',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'ConvectSteam',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1b9',
],
'isOperator' => true,
],
'#64144ab59f1ba' => [
'name' => '#64144ab59f1ba',
'position' => 91,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Dampfnudel-Ofen',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'DumplingOven',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1ba',
],
'isOperator' => true,
],
'#64144ab59f1bb' => [
'name' => '#64144ab59f1bb',
'position' => 92,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Friteuse',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'DeepFryer',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1bb',
],
'isOperator' => true,
],
'#64144ab59f1bc' => [
'name' => '#64144ab59f1bc',
'position' => 93,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Grill',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Grill',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1bc',
],
'isOperator' => true,
],
'#64144ab59f1bd' => [
'name' => '#64144ab59f1bd',
'position' => 94,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Kochtopf',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Pot',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1bd',
],
'isOperator' => true,
],
'#64144ab59f1be' => [
'name' => '#64144ab59f1be',
'position' => 95,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Microwelle',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Microwave',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1be',
],
'isOperator' => true,
],
'#64144ab59f1bf' => [
'name' => '#64144ab59f1bf',
'position' => 96,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Mixer',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Blender',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1bf',
],
'isOperator' => true,
],
'#64144ab59f1c0' => [
'name' => '#64144ab59f1c0',
'position' => 97,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Ofen',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Oven',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1c0',
],
'isOperator' => true,
],
'#64144ab59f1c1' => [
'name' => '#64144ab59f1c1',
'position' => 98,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Pfanne',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Pan',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1c1',
],
'isOperator' => true,
],
'#64144ab59f1c2' => [
'name' => '#64144ab59f1c2',
'position' => 99,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Pasta',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Pasta',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1c2',
],
'isOperator' => true,
],
'#64144ab59f1c3' => [
'name' => '#64144ab59f1c3',
'position' => 100,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Allergene',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'allergen',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'allergens',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#64144ab59f1c3',
],
'isOperator' => true,
],
'#64144ab59f1c4' => [
'name' => '#64144ab59f1c4',
'position' => 101,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'GLUTEN',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'GLUTEN',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Gluten',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#64144ab59f1c4',
],
'isOperator' => true,
],
'#64144ab59f1c5' => [
'name' => '#64144ab59f1c5',
'position' => 102,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'WEIZEN',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Wheat',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1c5',
],
'isOperator' => true,
],
'#64144ab59f1c6' => [
'name' => '#64144ab59f1c6',
'position' => 103,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'GERSTE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Barley',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1c6',
],
'isOperator' => true,
],
'#64144ab59f1c7' => [
'name' => '#64144ab59f1c7',
'position' => 104,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'HAFER',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Oats',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1c7',
],
'isOperator' => true,
],
'#64144ab59f1c8' => [
'name' => '#64144ab59f1c8',
'position' => 105,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ROGGEN',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Rye',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1c8',
],
'isOperator' => true,
],
'#64144ab59f1c9' => [
'name' => '#64144ab59f1c9',
'position' => 106,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'DINKEL',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Spelt',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1c9',
],
'isOperator' => true,
],
'#64144ab59f1ca' => [
'name' => '#64144ab59f1ca',
'position' => 107,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'KREBSTIERE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'KREBSTIERE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Crustacean',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#64144ab59f1ca',
],
'isOperator' => true,
],
'#64144ab59f1cb' => [
'name' => '#64144ab59f1cb',
'position' => 108,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'EI',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'EI',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Egg',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#64144ab59f1cb',
],
'isOperator' => true,
],
'#64144ab59f1cc' => [
'name' => '#64144ab59f1cc',
'position' => 109,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'FISCH',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'FISCH',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Fish',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#64144ab59f1cc',
],
'isOperator' => true,
],
'#64144ab59f1cd' => [
'name' => '#64144ab59f1cd',
'position' => 110,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ERDNÃœSSE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'ERDNÃœSSE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Peanut',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#64144ab59f1cd',
],
'isOperator' => true,
],
'#64144ab59f1ce' => [
'name' => '#64144ab59f1ce',
'position' => 111,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SOJA',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SOJA',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Soy',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#64144ab59f1ce',
],
'isOperator' => true,
],
'#64144ab59f1cf' => [
'name' => '#64144ab59f1cf',
'position' => 112,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'MILCH',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'MILCH',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Milk',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#64144ab59f1cf',
],
'isOperator' => true,
],
'#64144ab59f1d0' => [
'name' => '#64144ab59f1d0',
'position' => 113,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SCHALENFRÃœCHTE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SCHALENFRÃœCHTE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Nut',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#64144ab59f1d0',
],
'isOperator' => true,
],
'#64144ab59f1d1' => [
'name' => '#64144ab59f1d1',
'position' => 114,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SELLERIE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SELLERIE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Celery',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
1 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#64144ab59f1d1',
],
'isOperator' => true,
],
'#64144ab59f1d2' => [
'name' => '#64144ab59f1d2',
'position' => 115,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SENF',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SENF',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Mustard',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#64144ab59f1d2',
],
'isOperator' => true,
],
'#64144ab59f1d3' => [
'name' => '#64144ab59f1d3',
'position' => 116,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SESAM',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SESAM',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Sesame',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#64144ab59f1d3',
],
'isOperator' => true,
],
'#64144ab59f1d4' => [
'name' => '#64144ab59f1d4',
'position' => 117,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SULFIT',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SULFIT',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Sulfite',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#64144ab59f1d4',
],
'isOperator' => true,
],
'#64144ab59f1d5' => [
'name' => '#64144ab59f1d5',
'position' => 118,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'LUPINE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'LUPINE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Lupin',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#64144ab59f1d5',
],
'isOperator' => true,
],
'#64144ab59f1d6' => [
'name' => '#64144ab59f1d6',
'position' => 119,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'WEICHTIERE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'WEICHTIERE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Mollusc',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#64144ab59f1d6',
],
'isOperator' => true,
],
'#64144ab59f1d7' => [
'name' => '#64144ab59f1d7',
'position' => 120,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Convenience-Grad',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'convenience',
'forwardAttribute' => '',
],
],
'attribute' => 'degree',
'forwardAttribute' => '',
],
'key' => '#64144ab59f1d7',
],
'isOperator' => true,
],
'#64144ab59f1d8' => [
'name' => '#64144ab59f1d8',
'position' => 121,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'frei dosierbar',
'type' => 'operator',
'class' => 'BooleanFormatter',
'childs' => [
0 => [
'label' => 'frei dosierbar',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'freeDosage',
'forwardAttribute' => '',
],
],
'yesValue' => 'Ja',
'noValue' => 'Nein',
],
'key' => '#64144ab59f1d8',
],
'isOperator' => true,
],
'#64144ab59f1d9' => [
'name' => '#64144ab59f1d9',
'position' => 122,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Portionsgrösse',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Portionsgröße',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'portionSize',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\QuantityValueExtractor',
'additionalData' => '',
],
'key' => '#64144ab59f1d9',
],
'isOperator' => true,
],
'#64144ab59f1da' => [
'name' => '#64144ab59f1da',
'position' => 123,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Nährwerte auf Basis',
'type' => 'operator',
'class' => 'Concatenator',
'glue' => ' ',
'forceValue' => false,
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "amountValue"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
1 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "amountType"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#64144ab59f1da',
],
'isOperator' => true,
],
'#64144ab59f1db' => [
'name' => '#64144ab59f1db',
'position' => 124,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'kj',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "energyKJValue"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#64144ab59f1db',
],
'isOperator' => true,
],
'#64144ab59f1dc' => [
'name' => '#64144ab59f1dc',
'position' => 125,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'kcal',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "energyKcal"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#64144ab59f1dc',
],
'isOperator' => true,
],
'#64144ab59f1dd' => [
'name' => '#64144ab59f1dd',
'position' => 126,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Fett',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "fatTotal"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#64144ab59f1dd',
],
'isOperator' => true,
],
'#64144ab59f1de' => [
'name' => '#64144ab59f1de',
'position' => 127,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'davon gesättigte Fettsäuren',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "fatSaturated"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#64144ab59f1de',
],
'isOperator' => true,
],
'#64144ab59f1df' => [
'name' => '#64144ab59f1df',
'position' => 128,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Kohlenhydrate',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "carbTotal"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#64144ab59f1df',
],
'isOperator' => true,
],
'#64144ab59f1e0' => [
'name' => '#64144ab59f1e0',
'position' => 129,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'davon Zucker',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "carbSugar"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#64144ab59f1e0',
],
'isOperator' => true,
],
'#64144ab59f1e1' => [
'name' => '#64144ab59f1e1',
'position' => 130,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Balaststoffe',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "dietaryFiber"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#64144ab59f1e1',
],
'isOperator' => true,
],
'#64144ab59f1e2' => [
'name' => '#64144ab59f1e2',
'position' => 131,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Eiweiß',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "protein"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#64144ab59f1e2',
],
'isOperator' => true,
],
'#64144ab59f1e3' => [
'name' => '#64144ab59f1e3',
'position' => 132,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Salz',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "salt"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#64144ab59f1e3',
],
'isOperator' => true,
],
'#64144ab59f1e4' => [
'name' => '#64144ab59f1e4',
'position' => 133,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'EAN-Code',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'ean',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#64144ab59f1e4',
],
'isOperator' => true,
],
'#64144ab59f1e5' => [
'name' => '#64144ab59f1e5',
'position' => 134,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Verkehrsbezeichnung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpName',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#64144ab59f1e5',
],
'isOperator' => true,
],
'#64144ab59f1e6' => [
'name' => '#64144ab59f1e6',
'position' => 135,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'MHZ Monate',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'minimumShelfTime',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#64144ab59f1e6',
],
'isOperator' => true,
],
'#64144ab59f1e7' => [
'name' => '#64144ab59f1e7',
'position' => 136,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'RLZ Monate',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'remainingShelfTime',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#64144ab59f1e7',
],
'isOperator' => true,
],
'#64144ab59f1e8' => [
'name' => '#64144ab59f1e8',
'position' => 137,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'RLZ Tage',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'remainingShelfTimeDays',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#64144ab59f1e8',
],
'isOperator' => true,
],
'#64144ab59f1e9' => [
'name' => '#64144ab59f1e9',
'position' => 138,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Produktionsland',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'country',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'vendor',
'forwardAttribute' => '',
],
],
],
'key' => '#64144ab59f1e9',
],
'isOperator' => true,
],
'#64144ab59f1ea' => [
'name' => '#64144ab59f1ea',
'position' => 139,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'MWSt.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'taxKey',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#64144ab59f1ea',
],
'isOperator' => true,
],
'#64144ab59f1eb' => [
'name' => '#64144ab59f1eb',
'position' => 140,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Zolltarif-Nr.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'customsTariffNumber',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#64144ab59f1eb',
],
'isOperator' => true,
],
'#64144ab59f1ec' => [
'name' => '#64144ab59f1ec',
'position' => 141,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'VK-Einheit je Palette',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'amountPal',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#64144ab59f1ec',
],
'isOperator' => true,
],
'#64144ab59f1ed' => [
'name' => '#64144ab59f1ed',
'position' => 142,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'VK-Einheit je Umkarton',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'amountSubUnit',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#64144ab59f1ed',
],
'isOperator' => true,
],
'#64144ab59f1ee' => [
'name' => '#64144ab59f1ee',
'position' => 143,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Anzahl Lagen',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'amountLayers',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#64144ab59f1ee',
],
'isOperator' => true,
],
'#64144ab59f1ef' => [
'name' => '#64144ab59f1ef',
'position' => 144,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Anzahl je Lage',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'amountPerLayer',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#64144ab59f1ef',
],
'isOperator' => true,
],
],
],
],
'workspaceSettings' => [
'customExportService' => 'app.datahub.variant-exporter',
],
'workspaces' => [
'object' => [
0 => [
'read' => true,
'cpath' => '/Products/DACH',
'id' => 'extModel309-1',
],
],
],
'deliveryDestination' => [
'filetype' => 'XLSX',
'filename' => 'Produktdaten-DACH.xlsx',
'conflictStrategy' => 'overwrite',
'transmitter' => 'assetTransmitter',
'displayfield-4626-inputEl' => 'The settings below overwrite the settings from the email document if values are defined',
'displayfield-4632-inputEl' => 'Mehrere Empfänger können angegeben werden, indem die E-Mail-Adressen mit einem Semikolon getrennt angegeben werden.<br />Beispiel: receiver@pimcore.org; receiver2@pimcore.org'."\n".'Für \'Von\' können Sie zusätzlich die Syntax <i>Mein Name & lt; mein-name@example.com></i> verwenden',
'transmitter_localDirectory' => [
'directory' => '/Data/Export/',
],
'transmitter_download' => [
'token' => '2c44d75de68fa14872cf1c46143b1da4',
],
'transmitter_sftp' => [
'host' => '',
'port' => NULL,
'username' => 'dgeyer',
'password' => 'b1G1E4b4b1Q1r5b4',
'directory' => '',
'privateKey' => '',
'passphrase' => '',
],
'transmitter_http' => [
'method' => 'POST',
'url' => '',
'timeout' => NULL,
],
'transmitter_email' => [
'document' => '',
'subject' => '',
'from' => '',
'to' => '',
'cc' => '',
'bcc' => '',
],
'transmitter_assetTransmitter' => [
'assetFolder' => '/Data/Export/Product-data/DACH',
],
],
'triggerForDelivery' => [
'saveHookType' => '',
],
'executionConfig' => [
'cronDefinitionFullExport' => '0 1 */1 * *',
'displayfield-4641-inputEl' => '<a target="_blank" href="https://crontab.guru/">Cron expression generator</a>',
'cronDefinitionQueueOnly' => '',
'displayfield-4644-inputEl' => '<a target="_blank" href="https://crontab.guru/">Cron expression generator</a>',
],
'permissions' => [
'user' => [
],
'role' => [
],
],
],
'usage' => [
'general' => [
'type' => 'dataImporterDataObject',
'name' => 'usage',
'description' => '',
'group' => 'TranslationImport',
'active' => false,
'path' => NULL,
'modificationDate' => 1675872807,
'createDate' => 1675323844,
],
'loaderConfig' => [
'type' => 'asset',
'settings' => [
'assetPath' => '/Data/Import/translations/24-1-23usage.xlsx',
],
],
'interpreterConfig' => [
'type' => 'xlsx',
'settings' => [
'skipFirstRow' => true,
'sheetName' => 'Worksheet',
],
],
'resolverConfig' => [
'elementType' => 'dataObject',
'dataObjectClassId' => 'USG',
'loadingStrategy' => [
'type' => 'id',
'settings' => [
'dataSourceIndex' => '0',
],
],
'createLocationStrategy' => [
'type' => 'doNotCreate',
],
'locationUpdateStrategy' => [
'type' => 'noChange',
],
'publishingStrategy' => [
'type' => 'noChangeUnpublishNew',
],
],
'processingConfig' => [
'executionType' => 'parallel',
'idDataIndex' => '0',
'cleanup' => [
'strategy' => 'unpublish',
],
],
'mappingConfig' => [
0 => [
'label' => 'usage',
'dataSourceIndex' => [
0 => '2',
],
'transformationResultType' => 'default',
'dataTarget' => [
'type' => 'direct',
'settings' => [
'fieldName' => 'usageTitle',
'language' => 'cs',
'writeIfTargetIsNotEmpty' => true,
'writeIfSourceIsEmpty' => true,
],
],
'transformationPipeline' => [
],
],
],
'executionConfig' => [
'scheduleType' => 'recurring',
'cronDefinition' => '',
'scheduledAt' => '',
],
'permissions' => [
'user' => [
],
'role' => [
],
],
'workspaces' => [
],
],
'webexport-DE' => [
'general' => [
'active' => false,
'type' => 'fileExport',
'name' => 'webexport-DE',
'description' => '',
'group' => '',
'path' => NULL,
'modificationDate' => 1707387169,
'createDate' => 1658317240,
],
'schema' => [
'classId' => 'PROD',
'thumbnailImage' => NULL,
'thumbnailVideo' => NULL,
'config' => [
'language' => 'de',
'pageSize' => 25,
'columns' => [
'#639c4b9883ced' => [
'name' => '#639c4b9883ced',
'position' => 1,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ProductNumber',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'skuAlpha',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpItem',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#639c4b9883ced',
],
'isOperator' => true,
],
'#639c4b9883cee' => [
'name' => '#639c4b9883cee',
'position' => 2,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Assortment',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'state',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'productState',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Aggregatszustand (productState) (productState) (productState)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'productState',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#639c4b9883cee',
],
'isOperator' => true,
],
'#639c4b9883cef' => [
'name' => '#639c4b9883cef',
'position' => 3,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ProductGroup',
'type' => 'operator',
'class' => 'Alias',
'childs' => [
],
],
'key' => '#639c4b9883cef',
],
'isOperator' => true,
],
'#639c4b9883cf0' => [
'name' => '#639c4b9883cf0',
'position' => 4,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ProductSubGroup',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'category',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'category',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Kategorie (category) (category) (category) (category) (category) (category) (category)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'category',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#639c4b9883cf0',
],
'isOperator' => true,
],
'#639c4b9883cf1' => [
'name' => '#639c4b9883cf1',
'position' => 5,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'DescriptionMarketing',
'type' => 'operator',
'class' => 'Alias',
'childs' => [
0 => [
'label' => 'Bezeichnung (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name) (name)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'name',
'dataType' => 'input',
'childs' => [
],
],
],
],
'key' => '#639c4b9883cf1',
],
'isOperator' => true,
],
'#639c4b9883cf2' => [
'name' => '#639c4b9883cf2',
'position' => 6,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Brand2',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'brand',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'brand',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Marke (brand) (brand) (brand) (brand) (brand)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'brand',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#639c4b9883cf2',
],
'isOperator' => true,
],
'#639c4b9883cf3' => [
'name' => '#639c4b9883cf3',
'position' => 7,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'AssortmentPositioning',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'position',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'positioning',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Positionierung (positioning) (positioning) (positioning) (positioning) (positioning)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'positioning',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#639c4b9883cf3',
],
'isOperator' => true,
],
'#639c4b9883cf4' => [
'name' => '#639c4b9883cf4',
'position' => 8,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Consistency',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'consistency',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Konsistenz',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'consistencyRaw',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'recipe',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#639c4b9883cf4',
],
'isOperator' => true,
],
'#639c4b9883cf5' => [
'name' => '#639c4b9883cf5',
'position' => 9,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'PackagingUnit',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'packType',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'packageType',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpItem',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#639c4b9883cf5',
],
'isOperator' => true,
],
'#639c4b9883cf6' => [
'name' => '#639c4b9883cf6',
'position' => 10,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'PackagingNetWeight',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'weightNetto',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpItem',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#639c4b9883cf6',
],
'isOperator' => true,
],
'#639c4b9883cf7' => [
'name' => '#639c4b9883cf7',
'position' => 11,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'PackaingNetUnit',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
'attribute' => 'weightNetto',
'forwardAttribute' => '',
],
'key' => '#639c4b9883cf7',
],
'isOperator' => true,
],
'#639c4b9883cf8' => [
'name' => '#639c4b9883cf8',
'position' => 12,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Ingredients',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'ingredientList',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'recipe',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#639c4b9883cf8',
],
'isOperator' => true,
],
'#639c4b9883cf9' => [
'name' => '#639c4b9883cf9',
'position' => 13,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Spreading',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'spreading',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpItem',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#639c4b9883cf9',
],
'isOperator' => true,
],
'#639c4b9883cfa' => [
'name' => '#639c4b9883cfa',
'position' => 14,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'WithoutReportableAdditives',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => '1',
'noValue' => '0',
'childs' => [
0 => [
'label' => 'deklarationsfrei (o.d.p.Z.)',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'DV',
'childs' => [
0 => [
'label' => 'features',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#639c4b9883cfa',
],
'isOperator' => true,
],
'#639c4b9883cfb' => [
'name' => '#639c4b9883cfb',
'position' => 15,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Vegetarian',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => '1',
'noValue' => '0',
'childs' => [
0 => [
'label' => 'vegetarisch',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Vegetarian',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#639c4b9883cfb',
],
'isOperator' => true,
],
'#639c4b9883cfc' => [
'name' => '#639c4b9883cfc',
'position' => 16,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Vegetable',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => '1',
'noValue' => '0',
'childs' => [
0 => [
'label' => 'vegan',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Vegan',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#639c4b9883cfc',
],
'isOperator' => true,
],
'#639c4b9883cfd' => [
'name' => '#639c4b9883cfd',
'position' => 17,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'LactoVegetable',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => '1',
'noValue' => '0',
'childs' => [
0 => [
'label' => 'lacto-vegetabil',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'LV',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#639c4b9883cfd',
],
'isOperator' => true,
],
'#639c4b9883cfe' => [
'name' => '#639c4b9883cfe',
'position' => 18,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'OvoVegetable',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => '1',
'noValue' => '0',
'childs' => [
0 => [
'label' => 'ovo-vegatabil',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'OV',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#639c4b9883cfe',
],
'isOperator' => true,
],
'#639c4b9883cff' => [
'name' => '#639c4b9883cff',
'position' => 19,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'LactoOvoVegetable',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => '1',
'noValue' => '0',
'childs' => [
0 => [
'label' => 'ovo-lacto-vegetabil',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'OLV',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#639c4b9883cff',
],
'isOperator' => true,
],
'#639c4b9883d00' => [
'name' => '#639c4b9883d00',
'position' => 20,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'WithoutGelatin',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => '1',
'noValue' => '0',
'childs' => [
0 => [
'label' => 'ohne Gelatine',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'NoGel',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'features',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#639c4b9883d00',
],
'isOperator' => true,
],
'#639c4b9883d01' => [
'name' => '#639c4b9883d01',
'position' => 21,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Instant heiss löslich',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Instant heiß löslich',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'HotSoluble',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'usages',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#639c4b9883d01',
],
'isOperator' => true,
],
'#639c4b9883d02' => [
'name' => '#639c4b9883d02',
'position' => 22,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Instant kalt löslich',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Instant kalt löslich',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'ColdSoluble',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'usages',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
],
],
'key' => '#639c4b9883d02',
],
'isOperator' => true,
],
'#639c4b9883d03' => [
'name' => '#639c4b9883d03',
'position' => 23,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'zum Kochen',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'zum Kochen',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'ForCooking',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#639c4b9883d03',
],
'isOperator' => true,
],
'#639c4b9883d04' => [
'name' => '#639c4b9883d04',
'position' => 24,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Cook&Chill geeignet',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Cook&Chill geeignet',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'CookChill',
'childs' => [
0 => [
'label' => 'usage',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#639c4b9883d04',
],
'isOperator' => true,
],
'#639c4b9883d05' => [
'name' => '#639c4b9883d05',
'position' => 25,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'OrganicCertification',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => '1',
'noValue' => '0',
'childs' => [
0 => [
'label' => 'Bio',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Bio',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#639c4b9883d05',
],
'isOperator' => true,
],
'#639c4b9883d06' => [
'name' => '#639c4b9883d06',
'position' => 26,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'minusA',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => '1',
'noValue' => '0',
'childs' => [
0 => [
'label' => 'MINUS ALLERGENE -A',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'MinusA',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#639c4b9883d06',
],
'isOperator' => true,
],
'#639c4b9883d07' => [
'name' => '#639c4b9883d07',
'position' => 27,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Gluten',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => '1',
'noValue' => '0',
'childs' => [
0 => [
'label' => 'GLUTEN',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Gluten',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#639c4b9883d07',
],
'isOperator' => true,
],
'#639c4b9883d08' => [
'name' => '#639c4b9883d08',
'position' => 28,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Crustacean',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => '1',
'noValue' => '0',
'childs' => [
0 => [
'label' => 'KREBSTIERE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Crustacean',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#639c4b9883d08',
],
'isOperator' => true,
],
'#639c4b9883d09' => [
'name' => '#639c4b9883d09',
'position' => 29,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Egg',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => '1',
'noValue' => '0',
'childs' => [
0 => [
'label' => 'EI',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Egg',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#639c4b9883d09',
],
'isOperator' => true,
],
'#639c4b9883d0a' => [
'name' => '#639c4b9883d0a',
'position' => 30,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Dosierung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'dosageText',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'recipe',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#639c4b9883d0a',
],
'isOperator' => true,
],
'#639c4b9883d0b' => [
'name' => '#639c4b9883d0b',
'position' => 31,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Markets',
'type' => 'operator',
'class' => 'Alias',
'childs' => [
0 => [
'label' => 'Im Markt aktiv (marketsActive)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'marketsActive',
'dataType' => 'multiselect',
'childs' => [
],
],
],
],
'key' => '#639c4b9883d0b',
],
'isOperator' => true,
],
'#639c4b9883d0c' => [
'name' => '#639c4b9883d0c',
'position' => 32,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Rezeptur-Nr.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Rezeptur-Datensatz (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'recipeID',
'forwardAttribute' => '',
],
'key' => '#639c4b9883d0c',
],
'isOperator' => true,
],
'#639c4b9883d0d' => [
'name' => '#639c4b9883d0d',
'position' => 33,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'assortment',
'type' => 'operator',
'class' => 'Alias',
'childs' => [
0 => [
'label' => 'Sortiment (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment) (assortment)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'assortment',
'dataType' => 'select',
'childs' => [
],
],
],
],
'key' => '#639c4b9883d0d',
],
'isOperator' => true,
],
'#639c4b9883d0e' => [
'name' => '#639c4b9883d0e',
'position' => 34,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'taste',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'taste',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'taste',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Geschmacksrichtung (taste) (taste) (taste) (taste) (taste)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'taste',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#639c4b9883d0e',
],
'isOperator' => true,
],
'#639c4b9883d0f' => [
'name' => '#639c4b9883d0f',
'position' => 35,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Lagerbedingung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'condition',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'productCondition',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Lager-Bedingung (productCondition) (productCondition) (productCondition) (productCondition) (productCondition)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'productCondition',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#639c4b9883d0f',
],
'isOperator' => true,
],
'#639c4b9883d10' => [
'name' => '#639c4b9883d10',
'position' => 36,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Sortimentslinie',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'line',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'line',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Sortiments-Linie (line) (line) (line) (line) (line)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'line',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#639c4b9883d10',
],
'isOperator' => true,
],
'#639c4b9883d11' => [
'name' => '#639c4b9883d11',
'position' => 37,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Zusatzbeschreibung',
'type' => 'operator',
'class' => 'Alias',
'childs' => [
0 => [
'label' => 'Kurzbeschreibung (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription) (shortDescription)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'shortDescription',
'dataType' => 'textarea',
'childs' => [
],
],
],
],
'key' => '#639c4b9883d11',
],
'isOperator' => true,
],
'#639c4b9883d12' => [
'name' => '#639c4b9883d12',
'position' => 38,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ohne glutenhaltige Zutaten',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'NoG',
],
],
],
'key' => '#639c4b9883d12',
],
'isOperator' => true,
],
'#639c4b9883d13' => [
'name' => '#639c4b9883d13',
'position' => 39,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ohne lactosehaltige Zutaten',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'NoL',
],
],
],
'key' => '#639c4b9883d13',
],
'isOperator' => true,
],
'#639c4b9883d14' => [
'name' => '#639c4b9883d14',
'position' => 40,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ohne Hefeextrakt',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'HF',
],
],
],
'key' => '#639c4b9883d14',
],
'isOperator' => true,
],
'#639c4b9883d15' => [
'name' => '#639c4b9883d15',
'position' => 41,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ohne Zutat Palmfett',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'features',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'OZP',
],
],
],
'key' => '#639c4b9883d15',
],
'isOperator' => true,
],
'#639c4b9883d16' => [
'name' => '#639c4b9883d16',
'position' => 42,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'mit natürlichen Aromen',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'NatFlavor',
],
],
],
'key' => '#639c4b9883d16',
],
'isOperator' => true,
],
'#639c4b9883d17' => [
'name' => '#639c4b9883d17',
'position' => 43,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'mit Aromen',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'declarations',
'forwardAttribute' => '',
],
],
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Flavor',
],
],
],
'key' => '#639c4b9883d17',
],
'isOperator' => true,
],
'#639c4b9883d18' => [
'name' => '#639c4b9883d18',
'position' => 44,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Chill&Heat geeignet',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'Chill&Heat geeignet',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'ChillHeat',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'usages',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#639c4b9883d18',
],
'isOperator' => true,
],
'#639c4b9883d19' => [
'name' => '#639c4b9883d19',
'position' => 45,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'FISCH',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'FISCH',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Fish',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#639c4b9883d19',
],
'isOperator' => true,
],
'#639c4b9883d1a' => [
'name' => '#639c4b9883d1a',
'position' => 46,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'ERDNÃœSSE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'ERDNÃœSSE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Peanut',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#639c4b9883d1a',
],
'isOperator' => true,
],
'#639c4b9883d1b' => [
'name' => '#639c4b9883d1b',
'position' => 47,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SOJA',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SOJA',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Soy',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#639c4b9883d1b',
],
'isOperator' => true,
],
'#639c4b9883d1c' => [
'name' => '#639c4b9883d1c',
'position' => 48,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'MILCH',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'MILCH',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Milk',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#639c4b9883d1c',
],
'isOperator' => true,
],
'#639c4b9883d1d' => [
'name' => '#639c4b9883d1d',
'position' => 49,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SCHALENFRÃœCHTE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SCHALENFRÃœCHTE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Nut',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#639c4b9883d1d',
],
'isOperator' => true,
],
'#639c4b9883d1e' => [
'name' => '#639c4b9883d1e',
'position' => 50,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SELLERIE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SELLERIE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Celery',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
1 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#639c4b9883d1e',
],
'isOperator' => true,
],
'#639c4b9883d1f' => [
'name' => '#639c4b9883d1f',
'position' => 51,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SENF',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SENF',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Mustard',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#639c4b9883d1f',
],
'isOperator' => true,
],
'#639c4b9883d20' => [
'name' => '#639c4b9883d20',
'position' => 52,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SESAM',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SESAM',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Sesame',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#639c4b9883d20',
],
'isOperator' => true,
],
'#639c4b9883d21' => [
'name' => '#639c4b9883d21',
'position' => 53,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'SULFIT',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'SULFIT',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Sulfite',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#639c4b9883d21',
],
'isOperator' => true,
],
'#639c4b9883d22' => [
'name' => '#639c4b9883d22',
'position' => 54,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'LUPINE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'LUPINE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Lupin',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#639c4b9883d22',
],
'isOperator' => true,
],
'#639c4b9883d23' => [
'name' => '#639c4b9883d23',
'position' => 55,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'WEICHTIERE',
'type' => 'operator',
'class' => 'BooleanFormatter',
'yesValue' => 'Ja',
'noValue' => 'Nein',
'childs' => [
0 => [
'label' => 'WEICHTIERE',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\CollectionContains',
'additionalData' => 'Mollusc',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'allergens',
'forwardAttribute' => '',
],
],
],
],
],
'key' => '#639c4b9883d23',
],
'isOperator' => true,
],
'#639c4b9883d24' => [
'name' => '#639c4b9883d24',
'position' => 56,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Nährwerte auf Basis',
'type' => 'operator',
'class' => 'Concatenator',
'glue' => ' ',
'forceValue' => false,
'childs' => [
0 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "amountValue"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
1 => [
'label' => 'Operator PHP Code',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "amountType"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
],
],
'key' => '#639c4b9883d24',
],
'isOperator' => true,
],
'#639c4b9883d25' => [
'name' => '#639c4b9883d25',
'position' => 57,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'kj',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "energyKJValue"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#639c4b9883d25',
],
'isOperator' => true,
],
'#639c4b9883d26' => [
'name' => '#639c4b9883d26',
'position' => 58,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'kcal',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "energyKcal"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#639c4b9883d26',
],
'isOperator' => true,
],
'#639c4b9883d27' => [
'name' => '#639c4b9883d27',
'position' => 59,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Fett',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "fatTotal"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#639c4b9883d27',
],
'isOperator' => true,
],
'#639c4b9883d28' => [
'name' => '#639c4b9883d28',
'position' => 60,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'davon gesättigte Fettsäuren',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "fatSaturated"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#639c4b9883d28',
],
'isOperator' => true,
],
'#639c4b9883d29' => [
'name' => '#639c4b9883d29',
'position' => 61,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Kohlenhydrate',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "carbTotal"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#639c4b9883d29',
],
'isOperator' => true,
],
'#639c4b9883d2a' => [
'name' => '#639c4b9883d2a',
'position' => 62,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'davon Zucker',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "carbSugar"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#639c4b9883d2a',
],
'isOperator' => true,
],
'#639c4b9883d2b' => [
'name' => '#639c4b9883d2b',
'position' => 63,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Balaststoffe',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "dietaryFiber"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#639c4b9883d2b',
],
'isOperator' => true,
],
'#639c4b9883d2c' => [
'name' => '#639c4b9883d2c',
'position' => 64,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Eiweiß',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "protein"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#639c4b9883d2c',
],
'isOperator' => true,
],
'#639c4b9883d2d' => [
'name' => '#639c4b9883d2d',
'position' => 65,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Salz',
'type' => 'operator',
'class' => 'PHPCode',
'phpClass' => 'App\\DataHubFileExport\\Operator\\Nutrition',
'additionalData' => '{"amountType": "product", "field": "salt"}',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
],
'key' => '#639c4b9883d2d',
],
'isOperator' => true,
],
'#639c4b9883d2e' => [
'name' => '#639c4b9883d2e',
'position' => 66,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'EAN-Code',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'ean',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#639c4b9883d2e',
],
'isOperator' => true,
],
'#639c4b9883d2f' => [
'name' => '#639c4b9883d2f',
'position' => 67,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Verkehrsbezeichnung',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'erpName',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#639c4b9883d2f',
],
'isOperator' => true,
],
'#639c4b9883d30' => [
'name' => '#639c4b9883d30',
'position' => 68,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'MHZ Monate',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'minimumShelfTime',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#639c4b9883d30',
],
'isOperator' => true,
],
'#639c4b9883d31' => [
'name' => '#639c4b9883d31',
'position' => 69,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'RLZ Monate',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'remainingShelfTime',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#639c4b9883d31',
],
'isOperator' => true,
],
'#639c4b9883d32' => [
'name' => '#639c4b9883d32',
'position' => 70,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'RLZ Tage',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'remainingShelfTimeDays',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#639c4b9883d32',
],
'isOperator' => true,
],
'#639c4b9883d33' => [
'name' => '#639c4b9883d33',
'position' => 71,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Produktionsland',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'country',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Recipe (recipe)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'recipe',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'recipe',
'forwardAttribute' => '',
],
],
'attribute' => 'vendor',
'forwardAttribute' => '',
],
],
],
'key' => '#639c4b9883d33',
],
'isOperator' => true,
],
'#639c4b9883d34' => [
'name' => '#639c4b9883d34',
'position' => 72,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'MWSt.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'taxKey',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#639c4b9883d34',
],
'isOperator' => true,
],
'#639c4b9883d35' => [
'name' => '#639c4b9883d35',
'position' => 73,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Zolltarif-Nr.',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'customsTariffNumber',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#639c4b9883d35',
],
'isOperator' => true,
],
'#639c4b9883d36' => [
'name' => '#639c4b9883d36',
'position' => 74,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'VK-Einheit je Palette',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'amountPal',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#639c4b9883d36',
],
'isOperator' => true,
],
'#639c4b9883d37' => [
'name' => '#639c4b9883d37',
'position' => 75,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'VK-Einheit je Umkarton',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'amountSubUnit',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#639c4b9883d37',
],
'isOperator' => true,
],
'#639c4b9883d38' => [
'name' => '#639c4b9883d38',
'position' => 76,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Anzahl Lagen',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'amountLayers',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#639c4b9883d38',
],
'isOperator' => true,
],
'#639c4b9883d39' => [
'name' => '#639c4b9883d39',
'position' => 77,
'hidden' => false,
'width' => 100,
'locked' => false,
'fieldConfig' => [
'isOperator' => true,
'attributes' => [
'label' => 'Anzahl je Lage',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'attribute' => 'amountPerLayer',
'forwardAttribute' => '',
'childs' => [
0 => [
'label' => 'Operator ObjectField Getter',
'type' => 'operator',
'class' => 'ObjectFieldGetter',
'childs' => [
0 => [
'label' => 'Verkaufs-Artikeldaten (erpItem)',
'type' => 'value',
'class' => 'DefaultValue',
'attribute' => 'erpItem',
'dataType' => 'manyToOneRelation',
'childs' => [
],
],
],
'attribute' => 'erpItem',
'forwardAttribute' => '',
],
],
],
'key' => '#639c4b9883d39',
],
'isOperator' => true,
],
],
],
],
'workspaceSettings' => [
'customExportService' => 'app.datahub.variant-exporter',
],
'workspaces' => [
'object' => [
0 => [
'read' => true,
'cpath' => '/Products',
'id' => 'extModel309-1',
],
],
],
'deliveryDestination' => [
'filetype' => 'CSV',
'filename' => 'webexport-de.csv',
'conflictStrategy' => 'overwrite',
'transmitter' => 'download',
'displayfield-4804-inputEl' => 'The settings below overwrite the settings from the email document if values are defined',
'displayfield-4810-inputEl' => 'Mehrere Empfänger können angegeben werden, indem die E-Mail-Adressen mit einem Semikolon getrennt angegeben werden.<br />Beispiel: receiver@pimcore.org; receiver2@pimcore.org'."\n".'Für \'Von\' können Sie zusätzlich die Syntax <i>Mein Name & lt; mein-name@example.com></i> verwenden',
'transmitter_localDirectory' => [
'directory' => '/Data/Export/',
],
'transmitter_download' => [
'token' => '52aa773ca8f9a896038fdb41cc4f98c0',
],
'transmitter_sftp' => [
'host' => '',
'port' => NULL,
'username' => '',
'password' => '',
'directory' => '',
'privateKey' => '',
'passphrase' => '',
],
'transmitter_http' => [
'method' => 'POST',
'url' => '',
'timeout' => NULL,
],
'transmitter_email' => [
'document' => '',
'subject' => '',
'from' => '',
'to' => '',
'cc' => '',
'bcc' => '',
],
'transmitter_assetTransmitter' => [
'assetFolder' => '',
],
],
'triggerForDelivery' => [
'saveHookType' => '',
],
'executionConfig' => [
'cronDefinitionFullExport' => '',
'displayfield-4819-inputEl' => '<a target="_blank" href="https://crontab.guru/">Cron expression generator</a>',
'cronDefinitionQueueOnly' => '',
'displayfield-4822-inputEl' => '<a target="_blank" href="https://crontab.guru/">Cron expression generator</a>',
],
'permissions' => [
'user' => [
],
'role' => [
],
],
],
],
'config_location' => [
'data_hub' => [
'write_target' => [
'type' => 'symfony-config',
'options' => [
'directory' => (\dirname(__DIR__, 3).'/config/data_hub'),
],
],
],
],
],
'pimcore.enterprise_subscription_tools.token' => 'c51fecf298e287b7796a7757962259ace9e7a92c831428f62ca7f36e8da0',
'pimcore.enterprise_subscription_tools.production_system' => false,
'pimcore.datahub.simplerest.es_hosts' => [
0 => 'localhost:9201',
],
'pimcore.datahub.simplerest.max_results_window' => 10000,
'pimcore.datahub.simplerest.index_name_prefix' => 'datahub_restindex_',
'pimcore.datahub.simplerest.indexing_options' => [
'assets' => [
'enable_exif' => true,
'enable_xmp' => true,
'enable_iptc' => true,
],
'global_options' => [
'numeric_detection' => false,
'date_detection' => true,
],
'number_of_shards_config' => [
'default_number' => 1,
'index_specific' => [
],
],
],
'elements_process_manager' => [
'archiveThresholdLogs' => 7,
'processTimeoutMinutes' => 15,
'disableShortcutMenu' => false,
'reportingEmailAddresses' => [
0 => 'dominik.geyer@weblizards.de',
],
'additionalScriptExecutionUsers' => [
0 => 'web-user',
1 => 'www-data',
2 => 'weblizards',
],
'configurationMigrationsDirectory' => (\dirname(__DIR__, 4).'/src/Migrations'),
'configurationMigrationsNamespace' => 'App\\Migrations',
'restApiUsers' => [
],
'executorClasses' => [
'pimcoreCommand' => [
'name' => 'pimcoreCommand',
'extJsClass' => 'pimcore.plugin.processmanager.executor.class.pimcoreCommand',
'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\PimcoreCommand',
'config' => [
],
],
'classMethod' => [
'name' => 'classMethod',
'extJsClass' => 'pimcore.plugin.processmanager.executor.class.classMethod',
'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\ClassMethod',
'config' => [
],
],
],
'executorActionClasses' => [
'download' => [
'name' => 'download',
'extJsClass' => 'pimcore.plugin.processmanager.executor.action.download',
'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Action\\Download',
'config' => [
],
],
'openItem' => [
'name' => 'openItem',
'extJsClass' => 'pimcore.plugin.processmanager.executor.action.openItem',
'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Action\\OpenItem',
'config' => [
],
],
'jsEvent' => [
'name' => 'jsEvent',
'extJsClass' => 'pimcore.plugin.processmanager.executor.action.jsEvent',
'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Action\\JsEvent',
'config' => [
],
],
],
'executorCallbackClasses' => [
'executionNote' => [
'name' => 'executionNote',
'extJsClass' => 'pimcore.plugin.processmanager.executor.callback.executionNote',
'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Callback\\General',
'config' => [
],
'jsFile' => '/bundles/elementsprocessmanager/js/executor/callback/executionNote.js',
],
],
'executorLoggerClasses' => [
'file' => [
'name' => 'file',
'extJsClass' => 'pimcore.plugin.processmanager.executor.logger.file',
'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Logger\\File',
'config' => [
],
],
'console' => [
'name' => 'console',
'extJsClass' => 'pimcore.plugin.processmanager.executor.logger.console',
'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Logger\\Console',
'config' => [
],
],
'application' => [
'name' => 'application',
'extJsClass' => 'pimcore.plugin.processmanager.executor.logger.application',
'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Logger\\Application',
'config' => [
],
],
'emailSummary' => [
'name' => 'emailSummary',
'extJsClass' => 'pimcore.plugin.processmanager.executor.logger.emailSummary',
'class' => 'Elements\\Bundle\\ProcessManagerBundle\\Executor\\Logger\\EmailSummary',
'config' => [
],
],
],
],
'pimcore_data_hub_file_export' => [
'defaultExporter' => 'pimcore.datahub.fileExport.exporter.file',
],
'portal-engine.elasticsearch.index-prefix' => 'portal_engine_',
'portal-engine.elasticsearch.host' => 'localhost:9201',
'portal-engine.elasticsearch.connection_params' => [
],
'pimcore_portal_engine.core_fields_configuration' => [
'general' => [
'id' => [
'type' => 'long',
'title' => 'ID',
'fieldDefinition' => 'Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Numeric',
'properties' => [
],
'fields' => [
],
],
'creationDate' => [
'type' => 'date',
'title' => 'creationdate',
'fieldDefinition' => 'Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Datetime',
'properties' => [
],
'fields' => [
],
],
'modificationDate' => [
'type' => 'date',
'title' => 'modificationdate',
'fieldDefinition' => 'Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Datetime',
'properties' => [
],
'fields' => [
],
],
'type' => [
'type' => 'keyword',
'title' => 'type',
'fieldDefinition' => 'Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Select',
'values' => [
'options' => [
0 => [
'key' => 'Variant',
'value' => 'variant',
],
1 => [
'key' => 'Object',
'value' => 'object',
],
],
],
'properties' => [
],
'fields' => [
],
],
'key' => [
'type' => 'keyword',
'title' => 'key',
'fieldDefinition' => 'Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Input',
'fields' => [
'analyzed_ngram' => [
'type' => 'text',
'analyzer' => 'portal_engine_ngram_analyzer',
'search_analyzer' => 'portal_engine_whitespace_analyzer',
],
'analyzed' => [
'type' => 'text',
'analyzer' => 'standard',
'search_analyzer' => 'portal_engine_whitespace_analyzer',
],
],
'properties' => [
],
],
'path' => [
'type' => 'text',
'title' => 'path',
'fieldDefinition' => 'Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Input',
'analyzer' => 'portal_engine_path_analyzer',
'properties' => [
],
'fields' => [
],
],
'fullPath' => [
'type' => 'text',
'title' => 'fullPath',
'analyzer' => 'portal_engine_path_analyzer',
'properties' => [
],
'fields' => [
],
],
'pathLevels' => [
'type' => 'nested',
'title' => 'pathLevels',
'properties' => [
'level' => [
'type' => 'integer',
],
'name' => [
'type' => 'keyword',
],
],
'fields' => [
],
],
'tags' => [
'title' => 'tags',
'type' => 'integer',
'properties' => [
],
'fields' => [
],
],
'thumbnail' => [
'title' => 'thumbnail',
'type' => 'keyword',
'properties' => [
],
'fields' => [
],
],
'collections' => [
'title' => 'collections',
'type' => 'keyword',
'properties' => [
],
'fields' => [
],
],
'publicShares' => [
'title' => 'publicShares',
'type' => 'keyword',
'properties' => [
],
'fields' => [
],
],
'userOwner' => [
'title' => 'userOwner',
'type' => 'integer',
'properties' => [
],
'fields' => [
],
],
],
'data_object' => [
'published' => [
'type' => 'boolean',
'title' => 'published',
'fieldDefinition' => 'Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Select',
'values' => [
'options' => [
0 => [
'key' => 'Yes',
'value' => true,
],
1 => [
'key' => 'No',
'value' => false,
],
],
],
'properties' => [
],
'fields' => [
],
],
'classname' => [
'title' => 'classname',
'type' => 'keyword',
'properties' => [
],
'fields' => [
],
],
],
'asset' => [
'mimetype' => [
'title' => 'mimetype',
'type' => 'keyword',
'fields' => [
'analyzed_ngram' => [
'type' => 'text',
'analyzer' => 'portal_engine_ngram_analyzer',
'search_analyzer' => 'portal_engine_whitespace_analyzer',
],
'analyzed' => [
'type' => 'text',
'analyzer' => 'standard',
'search_analyzer' => 'portal_engine_whitespace_analyzer',
],
],
'properties' => [
],
],
'fileSize' => [
'title' => 'fileSize',
'type' => 'long',
'properties' => [
],
'fields' => [
],
],
],
],
'portal-engine.select-all-max-size' => 500,
'pimcore.statistics_explorer.es_hosts' => [
0 => 'localhost:9201',
1 => 'localhost:9201',
],
'pimcore.statistics_explorer.es_connection_params' => [
],
'pimcore.statistics_explorer.global_configurations' => [
'all_logins_last_six_months' => [
'context' => 'portal',
'configuration' => '{"showTable":false,"showChart":true,"chartType":"Line","selectedDataSource":{"value":"pimcore_portal_engine_statistics_explorer_login","label":"pimcore_portal_engine_statistics_explorer_login","type":"ELASTIC_SEARCH"},"statisticMode":"statistic","rows":[{"value":"timestamp","label":"timestamp","typeGroup":"date"}],"columns":[],"filters":[],"fieldSettings":{"timestamp":{"typeGroup":"date","order":"_key||asc","interval":"week","format":"yyyy-MM-dd","min_doc_count":0,"bounds_max":"now/d"}}}',
],
'assets_types' => [
'context' => 'portal',
'configuration' => '{"showTable":false,"showChart":true,"chartType":"Pie","selectedDataSource":{"value":"pimcoreportalengine_asset","label":"pimcoreportalengine_asset","type":"ELASTIC_SEARCH"},"statisticMode":"statistic","rows":[{"value":"system_fields.type","label":"system_fields.type","typeGroup":"default"}],"columns":[],"filters":[],"fieldSettings":{"system_fields.type":{"typeGroup":"default","order":"_key||asc","max":200}}}',
],
'classdefintions_class_names' => [
'context' => 'portal',
'configuration' => '{"showTable":false,"showChart":true,"chartType":"Pie","selectedDataSource":{"value":"pimcoreportalengine_class_definitions","label":"pimcoreportalengine_class_definitions","type":"ELASTIC_SEARCH"},"statisticMode":"statistic","rows":[{"value":"system_fields.className.keyword","label":"system_fields.className","typeGroup":"default"}],"columns":[],"filters":[],"fieldSettings":{"system_fields.className.keyword":{"typeGroup":"default","order":"_key||asc","max":200}}}',
],
'asset_storage_by_types' => [
'context' => 'portal',
'configuration' => '{"showTable":false,"showChart":true,"chartType":"Pie","selectedDataSource":{"value":"pimcoreportalengine_asset","label":"pimcoreportalengine_asset","type":"ELASTIC_SEARCH"},"statisticMode":"statistic","rows":[{"value":"system_fields.type","label":"system_fields.type","typeGroup":"default"},{"value":"system_fields.fileSize","label":"system_fields.fileSize","typeGroup":"numeric"}],"columns":[],"filters":[],"fieldSettings":{"system_fields.type":{"typeGroup":"default","order":"_key||asc","max":200},"system_fields.fileSize":{"typeGroup":"numeric","agg":"sum","order":"_key||asc","max":200}}}',
],
'most_downloaded_assets' => [
'context' => 'portal',
'configuration' => '{"showTable":true,"showChart":false,"chartType":null,"selectedDataSource":{"value":"pimcore_portal_engine_statistics_explorer_download","label":"pimcore_portal_engine_statistics_explorer_download","type":"ELASTIC_SEARCH"},"statisticMode":"statistic","rows":[{"value":"system_fields.id","label":"ID","typeGroup":"default"},{"value":"path","label":"path","typeGroup":"default"}],"columns":[],"filters":[],"fieldSettings":{"system_fields.id":{"typeGroup":"default","order":"_count||desc","max":10}}}',
],
'most_downloaded_assets_of_user' => [
'context' => 'portal',
'configuration' => '{"showTable":true,"showChart":false,"chartType":null,"selectedDataSource":{"value":"pimcore_portal_engine_statistics_explorer_download","label":"pimcore_portal_engine_statistics_explorer_download","type":"ELASTIC_SEARCH"},"statisticMode":"statistic","rows":[{"value":"system_fields.id","label":"ID","typeGroup":"default"},{"value":"path","label":"path","typeGroup":"default"}],"columns":[],"filters":[],"fieldSettings":{"system_fields.id":{"typeGroup":"default","order":"_count||desc","max":10}}}',
],
'downloads_over_time_context' => [
'context' => 'portal',
'configuration' => '{"showTable":false,"showChart":true,"chartType":"Line","selectedDataSource":{"value":"pimcore_portal_engine_statistics_explorer_download","label":"pimcore_portal_engine_statistics_explorer_download","type":"ELASTIC_SEARCH"},"statisticMode":"statistic","rows":[{"value":"timestamp","label":"timestamp","typeGroup":"date"}],"columns":[{"value":"context","label":"context","typeGroup":"default"}],"filters":[],"fieldSettings":{"timestamp":{"typeGroup":"date","order":"_key||asc","interval":"week","format":"yyyy-MM-dd","min_doc_count":0,"bounds_max":"now/d"},"context":{"typeGroup":"default","order":"_key||asc","max":200}}}',
],
'downloads_over_time_thumbnail' => [
'context' => 'portal',
'configuration' => '{"showTable":false,"showChart":true,"chartType":"Line","selectedDataSource":{"value":"pimcore_portal_engine_statistics_explorer_download","label":"pimcore_portal_engine_statistics_explorer_download","type":"ELASTIC_SEARCH"},"statisticMode":"statistic","rows":[{"value":"timestamp","label":"timestamp","typeGroup":"date"}],"columns":[{"value":"thumbnail","label":"thumbnail","typeGroup":"default"}],"filters":[],"fieldSettings":{"timestamp":{"typeGroup":"date","order":"_key||asc","interval":"week","format":"yyyy-MM-dd","min_doc_count":0,"bounds_max":"now/d"},"thumbnail":{"typeGroup":"default","order":"_key||asc","max":200}}}',
],
'downloads_over_time' => [
'context' => 'portal',
'configuration' => '{"showTable":false,"showChart":true,"chartType":"Line","selectedDataSource":{"value":"pimcore_portal_engine_statistics_explorer_download","label":"pimcore_portal_engine_statistics_explorer_download","type":"ELASTIC_SEARCH"},"statisticMode":"statistic","rows":[{"value":"timestamp","label":"timestamp","typeGroup":"date"}],"columns":[],"filters":[],"fieldSettings":{"timestamp":{"typeGroup":"date","order":"_key||asc","interval":"week","format":"yyyy-MM-dd","min_doc_count":0,"bounds_max":"now/d"}}}',
],
'most_recent_downloads' => [
'context' => 'portal',
'configuration' => '{"showTable":true,"showChart":false,"chartType":null,"selectedDataSource":{"value":"pimcore_portal_engine_statistics_explorer_download","label":"pimcore_portal_engine_statistics_explorer_download","type":"ELASTIC_SEARCH"},"statisticMode":"list","rows":[],"columns":[{"value":"system_fields.id","label":"ID","typeGroup":"default"},{"value": "path","label":"path","typeGroup":"default"},{"value": "path","label":"path","typeGroup":"default"},{"value":"timestamp","label":"timestamp","typeGroup":"date"}],"filters":[],"fieldSettings":{"system_fields.id":{"typeGroup":"default","max":"10","order":"","label":"Asset","hidden":false},"timestamp":{"typeGroup":"date","order":"desc","label":"Timestamp","hidden":false}}}',
],
'most_recent_downloads_user' => [
'context' => 'portal',
'configuration' => '{"showTable":true,"showChart":false,"chartType":null,"selectedDataSource":{"value":"pimcore_portal_engine_statistics_explorer_download","label":"pimcore_portal_engine_statistics_explorer_download","type":"ELASTIC_SEARCH"},"statisticMode":"list","rows":[],"columns":[{"value":"system_fields.id","label":"ID","typeGroup":"default"},{"value":"path","label":"path","typeGroup":"default"},{"value":"timestamp","label":"timestamp","typeGroup":"date"}],"filters":[],"fieldSettings":{"system_fields.id":{"typeGroup":"default","max":"10","order":"","label":"Asset","hidden":false},"timestamp":{"typeGroup":"date","order":"desc","label":"Timestamp","hidden":false}}}',
],
'most_recent_updates' => [
'context' => 'portal',
'configuration' => '{"showTable":true,"showChart":false,"chartType":null,"selectedDataSource":{"value":"pimcore_portal_engine_statistics_explorer_asset_update","label":"pimcore_portal_engine_statistics_explorer_asset_update","type":"ELASTIC_SEARCH"},"statisticMode":"list","rows":[],"columns":[{"value":"system_fields.id","label":"ID","typeGroup":"default"},{"value":"path","label":"path","typeGroup":"default"},{"value":"timestamp","label":"timestamp","typeGroup":"date"}],"filters":[],"fieldSettings":{"system_fields.id":{"typeGroup":"default","max":10,"order":"","label":"Asset","hidden":false},"timestamp":{"typeGroup":"date","order":"desc","label":"Timestamp","hidden":false}}}',
],
'most_recent_updates_user' => [
'context' => 'portal',
'configuration' => '{"showTable":true,"showChart":false,"chartType":null,"selectedDataSource":{"value":"pimcore_portal_engine_statistics_explorer_asset_update","label":"pimcore_portal_engine_statistics_explorer_asset_update","type":"ELASTIC_SEARCH"},"statisticMode":"list","rows":[],"columns":[{"value":"system_fields.id","label":"ID","typeGroup":"default"},{"value":"path","label":"path","typeGroup":"default"},{"value":"timestamp","label":"timestamp","typeGroup":"date"}],"filters":[],"fieldSettings":{"system_fields.id":{"typeGroup":"default","max":10,"order":"","label":"Asset","hidden":false},"timestamp":{"typeGroup":"date","order":"desc","label":"Timestamp","hidden":false}}}',
],
],
'pimcore_asset_metadata_classdefinitions' => [
'class_definitions' => [
'layout' => [
'map' => [
'panel' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Layout\\Panel',
'accordion' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Layout\\Accordion',
'button' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Layout\\Button',
'iframe' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Layout\\Iframe',
'fieldcontainer' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Layout\\Fieldcontainer',
'fieldset' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Layout\\Fieldset',
'tabpanel' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Layout\\Tabpanel',
'text' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Layout\\Text',
'region' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Layout\\Region',
],
'prefixes' => [
],
],
'data' => [
'map' => [
'asset' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Asset',
'calculatedValue' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\CalculatedValue',
'checkbox' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Checkbox',
'country' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Country',
'date' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Date',
'datetime' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Datetime',
'document' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Document',
'input' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Input',
'object' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\DataObject',
'language' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Language',
'manyToManyRelation' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\ManyToManyRelation',
'multiselect' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Multiselect',
'numeric' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Numeric',
'select' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Select',
'user' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\User',
'textarea' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Textarea',
'localizedfields' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Localizedfields',
'wysiwyg' => '\\Pimcore\\AssetMetadataClassDefinitionsBundle\\Model\\ClassDefinition\\Data\\Wysiwyg',
],
'prefixes' => [
],
],
],
'show_grid' => true,
'show_gridicon' => true,
],
'advanced_object_search.core_fields_configuration' => [
'o_id' => [
'type' => 'long',
'title' => 'ID',
'fieldDefinition' => 'Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Numeric',
],
'o_index' => [
'type' => 'long',
'title' => 'Index',
'fieldDefinition' => 'Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Numeric',
],
'o_creationDate' => [
'type' => 'date',
'title' => 'creationdate',
'fieldDefinition' => 'Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Datetime',
],
'o_modificationDate' => [
'type' => 'date',
'title' => 'modificationdate',
'fieldDefinition' => 'Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Datetime',
],
'o_published' => [
'type' => 'boolean',
'title' => 'published',
'fieldDefinition' => 'Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Select',
'values' => [
'options' => [
0 => [
'key' => 'Yes',
'value' => true,
],
1 => [
'key' => 'No',
'value' => false,
],
],
],
],
'o_type' => [
'type' => 'keyword',
'title' => 'type',
'fieldDefinition' => 'Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Select',
'values' => [
'options' => [
0 => [
'key' => 'Variant',
'value' => 'variant',
],
1 => [
'key' => 'Object',
'value' => 'object',
],
],
],
],
'key' => [
'type' => 'keyword',
'title' => 'key',
'fieldDefinition' => 'Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Input',
],
'path' => [
'type' => 'keyword',
'title' => 'path',
'fieldDefinition' => 'Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\Input',
],
'type' => [
'title' => 'classname',
'type' => 'keyword',
],
],
'pimcore.advanced_object_search.index_name_prefix' => 'advanced_object_search_',
'pimcore.advanced_object_search.es_hosts' => [
0 => 'localhost:9201',
],
'pimcore.advanced_object_search.index_configuration' => [
'elements_per_loop' => 100,
'nested_fields_limit' => 200,
'total_fields_limit' => 100000,
'exclude_classes' => [
],
'exclude_fields' => [
],
],
'pimcore.direct_edit.mercure_settings.client_side_url' => '<PIMCORE_SCHEMA_HOST>/hub/mercure',
'pimcore.direct_edit.mercure_settings.server_side_url' => 'http://localhost:10081/.well-known/mercure',
'data_director.config' => [
'queue_processing' => [
'automatic_start' => true,
],
'text_generation' => [
'openai_api_key' => NULL,
],
'admin_style' => [
'tooltip' => 'grid-fields',
],
],
'data_collector.templates' => [
'Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreDataCollector' => [
0 => 'pimcore',
1 => '@PimcoreCore/Profiler/data_collector.html.twig',
],
'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',
],
'Pimcore\\Bundle\\CoreBundle\\DataCollector\\PimcoreTargetingDataCollector' => [
0 => 'pimcore_targeting',
1 => '@PimcoreCore/Profiler/targeting_data_collector.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',
],
'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',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'pimcore.service_controllers' => [
'AdvancedObjectSearchBundle\\Controller\\AdminController' => 'AdvancedObjectSearchBundle\\Controller\\AdminController',
'App\\Controller\\AdminController' => 'App\\Controller\\AdminController',
'App\\Controller\\DefaultController' => 'App\\Controller\\DefaultController',
'App\\Controller\\Web2printController' => 'App\\Controller\\Web2printController',
'Blackbit\\DataDirectorBundle\\Controller\\DocumentController' => 'Blackbit\\DataDirectorBundle\\Controller\\DocumentController',
'Blackbit\\DataDirectorBundle\\Controller\\FieldTypeController' => 'Blackbit\\DataDirectorBundle\\Controller\\FieldTypeController',
'Blackbit\\DataDirectorBundle\\Controller\\ImportController' => 'Blackbit\\DataDirectorBundle\\Controller\\ImportController',
'Blackbit\\DataDirectorBundle\\Controller\\ImportconfigController' => 'Blackbit\\DataDirectorBundle\\Controller\\ImportconfigController',
'Blackbit\\DataDirectorBundle\\Controller\\MappingconfigController' => 'Blackbit\\DataDirectorBundle\\Controller\\MappingconfigController',
'Blackbit\\DataDirectorBundle\\Controller\\RestController' => 'Blackbit\\DataDirectorBundle\\Controller\\RestController',
'Blackbit\\DataDirectorBundle\\Controller\\Web2PrintController' => 'Blackbit\\DataDirectorBundle\\Controller\\Web2PrintController',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController',
'Elements\\Bundle\\ProcessManagerBundle\\Controller\\CallbackSettingsController' => 'Elements\\Bundle\\ProcessManagerBundle\\Controller\\CallbackSettingsController',
'Elements\\Bundle\\ProcessManagerBundle\\Controller\\ConfigController' => 'Elements\\Bundle\\ProcessManagerBundle\\Controller\\ConfigController',
'Elements\\Bundle\\ProcessManagerBundle\\Controller\\IndexController' => 'Elements\\Bundle\\ProcessManagerBundle\\Controller\\IndexController',
'Elements\\Bundle\\ProcessManagerBundle\\Controller\\MonitoringItemController' => 'Elements\\Bundle\\ProcessManagerBundle\\Controller\\MonitoringItemController',
'Elements\\Bundle\\ProcessManagerBundle\\Controller\\RestController' => 'Elements\\Bundle\\ProcessManagerBundle\\Controller\\RestController',
'Pimcore\\AssetMetadataClassDefinitionsBundle\\Controller\\BackendController' => 'Pimcore\\AssetMetadataClassDefinitionsBundle\\Controller\\BackendController',
'Pimcore\\AssetMetadataClassDefinitionsBundle\\Controller\\DefaultController' => 'Pimcore\\AssetMetadataClassDefinitionsBundle\\Controller\\DefaultController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetHelperController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Asset\\AssetHelperController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassificationstoreController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\ClassificationstoreController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectHelperController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\DataObjectHelperController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\QuantityValueController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\QuantityValueController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\VariantsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\DataObject\\VariantsController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\DocumentController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\DocumentController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\EmailController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\EmailController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\FolderController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\FolderController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\HardlinkController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\HardlinkController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\LinkController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\LinkController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\NewsletterController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\NewsletterController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PageController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PageController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintcontainerController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintcontainerController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintpageController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\PrintpageController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\RenderletController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\RenderletController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\SnippetController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\SnippetController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\ElementController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\ElementController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\EmailController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\EmailController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\AdminerController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\AdminerController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\OpcacheController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\OpcacheController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\IndexController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\IndexController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\InstallController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\InstallController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LogController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LogController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LoginController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\LoginController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\MiscController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\MiscController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\NotificationController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\NotificationController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\PortalController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\PortalController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RecyclebinController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RecyclebinController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RedirectsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\RedirectsController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\SettingsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\SettingsController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TagsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TagsController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TargetingController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TargetingController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TranslationController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\TranslationController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\UserController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\UserController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\WorkflowController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\WorkflowController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\ExtensionManager\\ExtensionManagerController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\ExtensionManager\\ExtensionManagerController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AdminController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AdminController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AssetController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\AssetController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\DataObjectController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\DataObjectController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\PimcoreUsersController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\PimcoreUsersController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\SentMailController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\GDPR\\SentMailController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\AnalyticsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\AnalyticsController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\CustomReportController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\CustomReportController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\SettingsController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Reports\\SettingsController',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Searchadmin\\SearchController' => 'Pimcore\\Bundle\\AdminBundle\\Controller\\Searchadmin\\SearchController',
'Pimcore\\Bundle\\CoreBundle\\Controller\\PublicServicesController' => 'Pimcore\\Bundle\\CoreBundle\\Controller\\PublicServicesController',
'Pimcore\\Bundle\\DataHubBundle\\Controller\\ConfigController' => 'Pimcore\\Bundle\\DataHubBundle\\Controller\\ConfigController',
'Pimcore\\Bundle\\DataHubBundle\\Controller\\GraphQLExplorerController' => 'Pimcore\\Bundle\\DataHubBundle\\Controller\\GraphQLExplorerController',
'Pimcore\\Bundle\\DataHubBundle\\Controller\\WebserviceController' => 'Pimcore\\Bundle\\DataHubBundle\\Controller\\WebserviceController',
'Pimcore\\Bundle\\DataHubFileExportBundle\\Controller\\ConfigController' => 'Pimcore\\Bundle\\DataHubFileExportBundle\\Controller\\ConfigController',
'Pimcore\\Bundle\\DataHubFileExportBundle\\Controller\\DownloadController' => 'Pimcore\\Bundle\\DataHubFileExportBundle\\Controller\\DownloadController',
'Pimcore\\Bundle\\DataHubSimpleRestBundle\\Controller\\AbstractController' => 'Pimcore\\Bundle\\DataHubSimpleRestBundle\\Controller\\AbstractController',
'Pimcore\\Bundle\\DataHubSimpleRestBundle\\Controller\\ConfigController' => 'Pimcore\\Bundle\\DataHubSimpleRestBundle\\Controller\\ConfigController',
'Pimcore\\Bundle\\DataHubSimpleRestBundle\\Controller\\EndpointController' => 'Pimcore\\Bundle\\DataHubSimpleRestBundle\\Controller\\EndpointController',
'Pimcore\\Bundle\\DataHubSimpleRestBundle\\Controller\\SwaggerController' => 'Pimcore\\Bundle\\DataHubSimpleRestBundle\\Controller\\SwaggerController',
'Pimcore\\Bundle\\DataImporterBundle\\Controller\\ConfigDataObjectController' => 'Pimcore\\Bundle\\DataImporterBundle\\Controller\\ConfigDataObjectController',
'Pimcore\\Bundle\\DataImporterBundle\\Controller\\PushImportController' => 'Pimcore\\Bundle\\DataImporterBundle\\Controller\\PushImportController',
'Pimcore\\Bundle\\DirectEditBundle\\Controller\\AssetEditController' => 'Pimcore\\Bundle\\DirectEditBundle\\Controller\\AssetEditController',
'Pimcore\\Bundle\\DirectEditBundle\\Controller\\ClientController' => 'Pimcore\\Bundle\\DirectEditBundle\\Controller\\ClientController',
'Pimcore\\Bundle\\EnterpriseSubscriptionToolsBundle\\Controller\\LicenseCheckController' => 'Pimcore\\Bundle\\EnterpriseSubscriptionToolsBundle\\Controller\\LicenseCheckController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\AbstractSiteController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\AbstractSiteController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Admin\\CollectionsController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Admin\\CollectionsController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Admin\\FrontendBuildController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Admin\\FrontendBuildController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Admin\\WizardController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Admin\\WizardController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\AuthController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\AuthController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\CollectionController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\CollectionController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\DataPool\\AssetController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\DataPool\\AssetController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\DataPool\\DataObjectController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\DataPool\\DataObjectController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\DownloadCartController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\DownloadCartController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\EmailController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\EmailController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\LanguageVariantController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\LanguageVariantController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\PortalController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\PortalController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\PublicShareController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\PublicShareController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\AssetUploadController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\AssetUploadController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\BatchTaskController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\BatchTaskController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\CollectionController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\CollectionController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\AssetController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\AssetController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\DataObjectController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\DataObjectController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\PublicShare\\AssetController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\PublicShare\\AssetController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\PublicShare\\DataObjectController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DataPool\\PublicShare\\DataObjectController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DirectEditController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DirectEditController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DownloadController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\DownloadController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\FolderController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\FolderController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\PublicShareController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\PublicShareController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\PublicShare\\DetailActionsController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\PublicShare\\DetailActionsController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\PublicShare\\DownloadController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\PublicShare\\DownloadController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\SavedSearchController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\SavedSearchController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\SearchController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\SearchController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\TranslationController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\Rest\\Api\\TranslationController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\SavedSearchController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\SavedSearchController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\SearchController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\SearchController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\SnippetController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\SnippetController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\StatisticExplorerController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\StatisticExplorerController',
'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\UserController' => 'Pimcore\\Bundle\\PortalEngineBundle\\Controller\\UserController',
'Pimcore\\Bundle\\StatisticsExplorerBundle\\Controller\\StatisticsController' => 'Pimcore\\Bundle\\StatisticsExplorerBundle\\Controller\\StatisticsController',
'Pimcore\\Bundle\\WorkflowDesignerBundle\\Controller\\AdminController' => 'Pimcore\\Bundle\\WorkflowDesignerBundle\\Controller\\AdminController',
'Pimcore\\Bundle\\WorkflowDesignerBundle\\Controller\\ConfigController' => 'Pimcore\\Bundle\\WorkflowDesignerBundle\\Controller\\ConfigController',
'kernel' => 'App\\Kernel',
],
'console.command.ids' => [
0 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Bundle\\ListCommand',
1 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\CacheWarmingCommand',
2 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ClassesDefinitionsBuildCommand',
3 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\ClassCommand',
4 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\CustomLayoutCommand',
5 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\FieldCollectionCommand',
6 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\ObjectBrickCommand',
7 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\DeleteClassificationStoreCommand',
8 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\DeleteUnusedLocaleDataCommand',
9 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Document\\GeneratePagePreviews',
10 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Document\\MigrateElementsCommand',
11 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\EmailLogsCleanupCommand',
12 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\GenerateStaticPagesCommand',
13 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalMigrationHelpersCommand',
14 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalModelDaoMappingGeneratorCommand',
15 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalUnicodeCldrLanguageTerritoryGeneratorCommand',
16 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\LowQualityImagePreviewCommand',
17 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MaintenanceModeCommand',
18 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Migrate\\StorageCommand',
19 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Migrate\\ThumbnailsFolderStructureCommand',
20 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MysqlToolsCommand',
21 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RecyclebinCleanupCommand',
22 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RequirementsCheckCommand',
23 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ResetPasswordCommand',
24 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RunScriptCommand',
25 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\SearchBackendReindexCommand',
26 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsClearCommand',
27 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsImageCommand',
28 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsVideoCommand',
29 => 'console.command.public_alias.Pimcore\\Bundle\\DataHubBundle\\Command\\Configuration\\MigrateLegacyConfig',
30 => 'console.command.public_alias.Pimcore\\Bundle\\DataHubBundle\\Command\\Configuration\\RebuildWorkspacesCommand',
31 => 'console.command.public_alias.Pimcore\\Bundle\\DataHubBundle\\Command\\GraphQL\\RebuildDefinitionsCommand',
32 => 'console.command.public_alias.Pimcore\\Bundle\\DataHubSimpleRestBundle\\Command\\CreateOrUpdateMappingCommand',
33 => 'console.command.public_alias.Pimcore\\Bundle\\DataHubSimpleRestBundle\\Command\\ProcessQueueCommand',
34 => 'console.command.public_alias.Pimcore\\Bundle\\DataHubSimpleRestBundle\\Command\\ResetQueueCommand',
35 => 'console.command.public_alias.Elements\\Bundle\\ProcessManagerBundle\\Command\\ClassMethodExecutorCommand',
36 => 'console.command.public_alias.Elements\\Bundle\\ProcessManagerBundle\\Command\\MaintenanceCommand',
37 => 'console.command.public_alias.Elements\\Bundle\\ProcessManagerBundle\\Command\\MigrationGeneratorCommand',
38 => 'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\CronExecutionCommand',
39 => 'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\DummyDataCommand',
40 => 'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\ParallelProcessQueueCommand',
41 => 'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\PrepareImportCommand',
42 => 'console.command.public_alias.Pimcore\\Bundle\\DataImporterBundle\\Command\\SequentialProcessQueueCommand',
43 => 'console.command.public_alias.Pimcore\\Bundle\\DataHubFileExportBundle\\Command\\CronExecutionCommand',
44 => 'console.command.public_alias.Pimcore\\Bundle\\DataHubFileExportBundle\\Command\\ExportFileCommand',
45 => 'console.command.public_alias.Pimcore\\Bundle\\PortalEngineBundle\\Command\\SizeEstimationCommand',
46 => 'console.command.public_alias.Pimcore\\Bundle\\PortalEngineBundle\\Command\\Update\\IndexRecreateCommand',
47 => 'console.command.public_alias.Pimcore\\Bundle\\PortalEngineBundle\\Command\\Update\\IndexUpdateCommand',
48 => 'console.command.public_alias.Pimcore\\Bundle\\PortalEngineBundle\\Command\\Update\\UpdateFrontendBuildCommand',
49 => 'console.command.public_alias.Pimcore\\Bundle\\PortalEngineBundle\\Command\\WizardCommand',
50 => 'console.command.public_alias.Pimcore\\AssetMetadataClassDefinitionsBundle\\Command\\MigrateToCustomSettingsCommand',
51 => 'console.command.public_alias.Pimcore\\AssetMetadataClassDefinitionsBundle\\Command\\PopulateCommand',
52 => 'console.command.public_alias.AdvancedObjectSearchBundle\\Command\\ProcessUpdateQueueCommand',
53 => 'console.command.public_alias.AdvancedObjectSearchBundle\\Command\\ReindexCommand',
54 => 'console.command.public_alias.AdvancedObjectSearchBundle\\Command\\UpdateMappingCommand',
55 => 'console.command.public_alias.Pimcore\\Bundle\\DirectEditBundle\\Command\\CleanupCommand',
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}