<?php
namespace ContainerQ3SWYAP;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class App_KernelDevDebugContainer extends Container
{
protected $containerDir;
protected $targetDir;
protected $parameters = [];
private $buildParameters;
protected $getService;
public function __construct(array $buildParameters = [], $containerDir = __DIR__)
{
$this->getService = \Closure::fromCallable([$this, 'getService']);
$this->buildParameters = $buildParameters;
$this->containerDir = $containerDir;
$this->targetDir = \dirname($containerDir);
$this->parameters = $this->getDefaultParameters();
$this->services = $this->privates = [];
$this->syntheticIds = [
'Pimcore\\Cache\\Runtime' => true,
'Pimcore\\Extension\\Config' => true,
'kernel' => true,
];
$this->methodMap = [
'.container.private.filesystem' => 'get_Container_Private_FilesystemService',
'.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.twig' => 'get_Container_Private_TwigService',
'.container.private.validator' => 'get_Container_Private_ValidatorService',
'App\\Twig\\Extension\\NavigationExtension' => 'getNavigationExtensionService',
'FormBuilderBundle\\Assembler\\FormAssembler' => 'getFormAssemblerService',
'FormBuilderBundle\\Builder\\FrontendFormBuilder' => 'getFrontendFormBuilderService',
'FormBuilderBundle\\Configuration\\Configuration' => 'getConfigurationService',
'FormBuilderBundle\\EventSubscriber\\FormBuilderSubscriber' => 'getFormBuilderSubscriberService',
'FormBuilderBundle\\Factory\\FormDefinitionFactoryInterface' => 'getFormDefinitionFactoryInterfaceService',
'FormBuilderBundle\\Form\\FormErrorsSerializer' => 'getFormErrorsSerializerService',
'FormBuilderBundle\\Form\\FormValuesOutputApplier' => 'getFormValuesOutputApplierService',
'FormBuilderBundle\\Form\\RuntimeData\\FormRuntimeDataAllocator' => 'getFormRuntimeDataAllocatorService',
'FormBuilderBundle\\MailEditor\\Parser\\PlaceholderParser' => 'getPlaceholderParserService',
'FormBuilderBundle\\MailEditor\\Widget\\DateWidget' => 'getDateWidgetService',
'FormBuilderBundle\\MailEditor\\Widget\\FormFieldWidget' => 'getFormFieldWidgetService',
'FormBuilderBundle\\Registry\\ConditionalLogicRegistry' => 'getConditionalLogicRegistryService',
'FormBuilderBundle\\Registry\\DispatcherRegistry' => 'getDispatcherRegistryService',
'FormBuilderBundle\\Registry\\MailEditorWidgetRegistry' => 'getMailEditorWidgetRegistryService',
'FormBuilderBundle\\Registry\\RuntimeDataProviderRegistry' => 'getRuntimeDataProviderRegistryService',
'FormBuilderBundle\\Session\\FlashBagManagerInterface' => 'getFlashBagManagerInterfaceService',
'FormBuilderBundle\\Stream\\AttachmentStream' => 'getAttachmentStreamService',
'FormBuilderBundle\\Tool\\FileLocator' => 'getFileLocatorService',
'FormBuilderBundle\\Tool\\LocaleDataMapper' => 'getLocaleDataMapperService',
'FormBuilderBundle\\Validation\\ConditionalLogic\\Dispatcher\\Dispatcher' => 'getDispatcherService',
'FormBuilderBundle\\Validation\\ConditionalLogic\\Dispatcher\\Module\\Constraints' => 'getConstraintsService',
'FormBuilderBundle\\Validation\\ConditionalLogic\\Dispatcher\\Module\\FormTypeClasses' => 'getFormTypeClassesService',
'FormBuilderBundle\\Validation\\ConditionalLogic\\Dispatcher\\Module\\SuccessMessage' => 'getSuccessMessageService',
'FormBuilderBundle\\Validation\\ConditionalLogic\\Dispatcher\\Module\\SwitchOutputWorkflow' => 'getSwitchOutputWorkflowService',
'FormBuilderBundle\\Validation\\ConditionalLogic\\Factory\\DataFactory' => 'getDataFactoryService',
'FormBuilderBundle\\Validation\\ConditionalLogic\\Processor\\ConditionalLogicProcessor' => 'getConditionalLogicProcessorService',
'FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\ConstraintsAddAction' => 'getConstraintsAddActionService',
'FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\ConstraintsRemoveAction' => 'getConstraintsRemoveActionService',
'FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\SuccessMessageAction' => 'getSuccessMessageActionService',
'FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\SwitchOutputWorkflowAction' => 'getSwitchOutputWorkflowActionService',
'FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\ToggleClassAction' => 'getToggleClassActionService',
'FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\ToggleElementAction' => 'getToggleElementActionService',
'FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Condition\\ElementValueCondition' => 'getElementValueConditionService',
'FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Condition\\OutputWorkflowCondition' => 'getOutputWorkflowConditionService',
'Pimcore\\Bundle\\AdminBundle\\Security\\CsrfProtectionHandler' => 'getCsrfProtectionHandlerService',
'Pimcore\\Bundle\\AdminBundle\\Security\\User\\TokenStorageUserResolver' => 'getTokenStorageUserResolverService',
'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener' => 'getFullPageCacheListenerService',
'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener' => 'getGoogleAnalyticsCodeListenerService',
'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener' => 'getGoogleTagManagerListenerService',
'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\\Targeting\\Document\\DocumentTargetingConfigurator' => 'getDocumentTargetingConfiguratorService',
'Pimcore\\Templating\\Renderer\\EditableRenderer' => 'getEditableRendererService',
'Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension' => 'getWebLinkExtensionService',
'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener' => 'getSessionListenerService',
'Symfony\\Component\\Lock\\LockFactory' => 'getLockFactoryService',
'Symfony\\Contracts\\Translation\\TranslatorInterface' => 'getTranslatorInterfaceService',
'ToolboxBundle\\EventListener\\Frontend\\FrontendJsListener' => 'getFrontendJsListenerService',
'ToolboxBundle\\Manager\\ConfigManager' => 'getConfigManagerService',
'ToolboxBundle\\Manager\\LayoutManager' => 'getLayoutManagerService',
'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.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'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.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.model.factory' => 'getPimcore_Model_FactoryService',
'pimcore.routing.router.request_context' => 'getPimcore_Routing_Router_RequestContextService',
'pimcore.templating.engine.delegating' => 'getPimcore_Templating_Engine_DelegatingService',
'pimcore_admin.security.bruteforce_protection_handler' => 'getPimcoreAdmin_Security_BruteforceProtectionHandlerService',
'pimcore_admin.security.user_loader' => 'getPimcoreAdmin_Security_UserLoaderService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'cache_clearer' => 'getCacheClearerService',
'filesystem' => 'getFilesystemService',
'serializer' => 'getSerializerService',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
'form.factory' => 'getForm_FactoryService',
'form.type.file' => 'getForm_Type_FileService',
'profiler' => 'getProfilerService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'twig' => 'getTwigService',
'security.password_encoder' => 'getSecurity_PasswordEncoderService',
'validator' => 'getValidatorService',
];
$this->fileMap = [
'.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
'.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
'.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
'.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
'.container.private.serializer' => 'get_Container_Private_SerializerService',
'App\\Controller\\DefaultController' => 'getDefaultControllerService',
'App\\Controller\\ServiceController' => 'getServiceControllerService',
'App\\Controller\\SuccessStoriesController' => 'getSuccessStoriesControllerService',
'App\\Controller\\Web2printController' => 'getWeb2printControllerService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'FormBuilderBundle\\Builder\\ExtJsFormBuilder' => 'getExtJsFormBuilderService',
'FormBuilderBundle\\Controller\\Admin\\ExportController' => 'getExportControllerService',
'FormBuilderBundle\\Controller\\Admin\\MailEditorController' => 'getMailEditorControllerService',
'FormBuilderBundle\\Controller\\Admin\\OutputWorkflowApiController' => 'getOutputWorkflowApiControllerService',
'FormBuilderBundle\\Controller\\Admin\\OutputWorkflowController' => 'getOutputWorkflowControllerService',
'FormBuilderBundle\\Controller\\Admin\\OutputWorkflowObjectController' => 'getOutputWorkflowObjectControllerService',
'FormBuilderBundle\\Controller\\Admin\\SettingsController' => 'getSettingsControllerService',
'FormBuilderBundle\\Controller\\AjaxController' => 'getAjaxControllerService',
'FormBuilderBundle\\Controller\\EmailController' => 'getEmailControllerService',
'FormBuilderBundle\\Document\\Areabrick\\Form\\Form' => 'getFormService',
'FormBuilderBundle\\DynamicMultiFile\\Adapter\\DropZoneAdapter' => 'getDropZoneAdapterService',
'FormBuilderBundle\\DynamicMultiFile\\Adapter\\FineUploadAdapter' => 'getFineUploadAdapterService',
'FormBuilderBundle\\Registry\\ChoiceBuilderRegistry' => 'getChoiceBuilderRegistryService',
'FormBuilderBundle\\Registry\\DynamicMultiFileAdapterRegistry' => 'getDynamicMultiFileAdapterRegistryService',
'FormBuilderBundle\\Session\\SessionConfigurator' => 'getSessionConfiguratorService',
'FormBuilderBundle\\Stream\\FileStream' => 'getFileStreamService',
'FormBuilderBundle\\Tool\\FormDependencyLocator' => 'getFormDependencyLocatorService',
'FormBuilderBundle\\Tool\\ImportExportProcessor' => 'getImportExportProcessorService',
'FormBuilderBundle\\Tool\\Install' => 'getInstallService',
'FormBuilderBundle\\Tool\\ReCaptchaProcessor' => 'getReCaptchaProcessorService',
'FormBuilderBundle\\Validation\\ConditionalLogic\\Dispatcher\\Module\\Data\\ConstraintsData' => 'getConstraintsDataService',
'FormBuilderBundle\\Validation\\ConditionalLogic\\Dispatcher\\Module\\Data\\FormTypeClassesData' => 'getFormTypeClassesDataService',
'FormBuilderBundle\\Validation\\ConditionalLogic\\Dispatcher\\Module\\Data\\SuccessMessageData' => 'getSuccessMessageDataService',
'FormBuilderBundle\\Validation\\ConditionalLogic\\Dispatcher\\Module\\Data\\SwitchOutputWorkflowData' => 'getSwitchOutputWorkflowDataService',
'FormBuilderBundle\\Validator\\Constraints\\DynamicMultiFileNotBlankValidator' => 'getDynamicMultiFileNotBlankValidatorService',
'GuzzleHttp\\Client' => 'getClientService',
'Knp\\Component\\Pager\\PaginatorInterface' => 'getPaginatorInterfaceService',
'Pimcore\\Admin\\Serializer' => 'getSerializer2Service',
'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' => 'getDocumentControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\Document\\EmailController' => 'getEmailController2Service',
'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' => 'getEmailController3Service',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\AdminerController' => 'getAdminerControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\External\\OpcacheController' => 'getOpcacheControllerService',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Admin\\IndexController' => 'getIndexControllerService',
'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' => 'getSettingsController2Service',
'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' => 'getAdminControllerService',
'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' => 'getSettingsController3Service',
'Pimcore\\Bundle\\AdminBundle\\Controller\\Searchadmin\\SearchController' => 'getSearchControllerService',
'Pimcore\\Bundle\\AdminBundle\\Session\\Handler\\AdminSessionHandler' => 'getAdminSessionHandlerService',
'Pimcore\\Bundle\\CoreBundle\\Controller\\PublicServicesController' => 'getPublicServicesControllerService',
'Pimcore\\Bundle\\CoreBundle\\EventListener\\WorkflowManagementListener' => 'getWorkflowManagementListenerService',
'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\\Consent\\Service' => 'getService2Service',
'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' => 'getService3Service',
'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\\Tool\\AssetsInstaller' => 'getAssetsInstallerService',
'Pimcore\\Tool\\Storage' => 'getStorageService',
'Pimcore\\Workflow\\Dumper\\GraphvizDumper' => 'getGraphvizDumperService',
'Pimcore\\Workflow\\Dumper\\StateMachineGraphvizDumper' => 'getStateMachineGraphvizDumperService',
'Pimcore\\Workflow\\ExpressionService' => 'getExpressionServiceService',
'Pimcore\\Workflow\\Manager' => 'getManagerService',
'Pimcore\\Workflow\\Notification\\NotificationEmailService' => 'getNotificationEmailServiceService',
'Pimcore\\Workflow\\Place\\StatusInfo' => 'getStatusInfoService',
'Scheb\\TwoFactorBundle\\Model\\PersisterInterface' => 'getPersisterInterfaceService',
'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface' => 'getTwoFactorFormRendererInterfaceService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'ToolboxBundle\\Builder\\BrickConfigBuilder' => 'getBrickConfigBuilderService',
'ToolboxBundle\\Controller\\Admin\\ColumnAdjusterController' => 'getColumnAdjusterControllerService',
'ToolboxBundle\\Controller\\Admin\\SettingsController' => 'getSettingsController4Service',
'ToolboxBundle\\Controller\\AjaxController' => 'getAjaxController2Service',
'ToolboxBundle\\Controller\\SnippetController' => 'getSnippetController2Service',
'ToolboxBundle\\Tool\\Install' => 'getInstall2Service',
'app.optionsproviderform' => 'getApp_OptionsproviderformService',
'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.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\\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\\MigrateStorageCommand' => 'getMigrateStorageCommandService',
'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_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.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_api' => 'getMonolog_Logger_PimcoreApiService',
'monolog.logger.session' => 'getMonolog_Logger_SessionService',
'monolog.logger.translation' => 'getMonolog_Logger_TranslationService',
'pimcore.analytics.google.fallback_service_locator' => 'getPimcore_Analytics_Google_FallbackServiceLocatorService',
'pimcore.cache.adapter.null_tag_aware' => 'getPimcore_Cache_Adapter_NullTagAwareService',
'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.newsletter.address_source_adapter.factories' => 'getPimcore_Newsletter_AddressSourceAdapter_FactoriesService',
'pimcore.workflow.place-options-provider' => 'getPimcore_Workflow_PlaceoptionsproviderService',
'pimcore_admin.security.admin_authenticator' => 'getPimcoreAdmin_Security_AdminAuthenticatorService',
'pimcore_admin.security.logout_success_handler' => 'getPimcoreAdmin_Security_LogoutSuccessHandlerService',
'pimcore_admin.security.user_checker' => 'getPimcoreAdmin_Security_UserCheckerService',
'pimcore_admin.security.user_provider' => 'getPimcoreAdmin_Security_UserProviderService',
'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',
'session' => 'getSessionService',
'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\\Common\\Persistence\\ConnectionRegistry' => 'doctrine',
'Doctrine\\Persistence\\ConnectionRegistry' => 'doctrine',
'FormBuilderBundle\\Form\\FormErrorsSerializerInterface' => 'FormBuilderBundle\\Form\\FormErrorsSerializer',
'FormBuilderBundle\\Form\\FormValuesOutputApplierInterface' => 'FormBuilderBundle\\Form\\FormValuesOutputApplier',
'FormBuilderBundle\\Form\\RuntimeData\\FormRuntimeDataAllocatorInterface' => 'FormBuilderBundle\\Form\\RuntimeData\\FormRuntimeDataAllocator',
'FormBuilderBundle\\MailEditor\\Parser\\PlaceholderParserInterface' => 'FormBuilderBundle\\MailEditor\\Parser\\PlaceholderParser',
'FormBuilderBundle\\Stream\\AttachmentStreamInterface' => 'FormBuilderBundle\\Stream\\AttachmentStream',
'FormBuilderBundle\\Stream\\FileStreamInterface' => 'FormBuilderBundle\\Stream\\FileStream',
'FormBuilderBundle\\Tool\\ReCaptchaProcessorInterface' => 'FormBuilderBundle\\Tool\\ReCaptchaProcessor',
'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',
'ToolboxBundle\\Builder\\BrickConfigBuilderInterface' => 'ToolboxBundle\\Builder\\BrickConfigBuilder',
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'messenger.bus.pimcore-core' => 'messenger.default_bus',
'pimcore.app_logger' => 'Pimcore\\Log\\ApplicationLogger',
'pimcore.app_logger.default' => 'Pimcore\\Log\\ApplicationLogger',
'pimcore.http_client' => 'GuzzleHttp\\Client',
'pimcore.locale' => 'Pimcore\\Localization\\LocaleServiceInterface',
'pimcore.templating.engine.twig' => '.container.private.twig',
'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/twig/twig/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Extension/NavigationExtension.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/string/Slugger/SluggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/Translation/LocaleAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/AsciiSlugger.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/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/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/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/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/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/lib/Doctrine/Common/EventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.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/pimcore/pimcore/bundles/CoreBundle/Request/ParamConverter/DataObjectParamConverter.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/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/PdoStore.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/Routing/RedirectHandler.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/Loader/ImplementationLoader/ClassMapLoader.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/Traits/PimcoreContextAwareTrait.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/Traits/ResponseInjectionTrait.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/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/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/symfony/cache/Adapter/PdoAdapter.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/TraceableTagAwareAdapter.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/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/AdminBundle/Security/User/TokenStorageUserResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Security/CsrfProtectionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/EventListener/BruteforceProtectionListener.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/AdminBundle/EventListener/EnablePreviewTimeSliderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/toolbox/src/ToolboxBundle/Connector/BundleConnector.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/toolbox/src/ToolboxBundle/Resolver/ContextResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/toolbox/src/ToolboxBundle/Resolver/ContextResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/toolbox/src/ToolboxBundle/EventListener/Frontend/FrontendJsListener.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/toolbox/src/ToolboxBundle/Manager/LayoutManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/toolbox/src/ToolboxBundle/Manager/LayoutManager.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/toolbox/src/ToolboxBundle/Manager/ConfigManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/toolbox/src/ToolboxBundle/Manager/ConfigManager.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/toolbox/src/ToolboxBundle/Manager/PermissionManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/toolbox/src/ToolboxBundle/Manager/PermissionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Validation/ConditionalLogic/Rule/Action/ActionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Validation/ConditionalLogic/Rule/Traits/ActionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Validation/ConditionalLogic/Rule/Action/ConstraintsAddAction.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Validation/ConditionalLogic/Rule/Action/ConstraintsRemoveAction.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Validation/ConditionalLogic/Rule/Action/ToggleClassAction.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Validation/ConditionalLogic/Rule/Action/ToggleElementAction.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Validation/ConditionalLogic/Rule/Action/SwitchOutputWorkflowAction.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Validation/ConditionalLogic/Rule/Action/SuccessMessageAction.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Validation/ConditionalLogic/Rule/Condition/ConditionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Validation/ConditionalLogic/Rule/Traits/ConditionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Validation/ConditionalLogic/Rule/Condition/ElementValueCondition.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Validation/ConditionalLogic/Rule/Condition/OutputWorkflowCondition.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Registry/ConditionalLogicRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Validation/ConditionalLogic/Processor/ConditionalLogicProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Registry/DispatcherRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Validation/ConditionalLogic/Dispatcher/Dispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Validation/ConditionalLogic/Factory/DataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Validation/ConditionalLogic/Dispatcher/Module/ModuleInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Validation/ConditionalLogic/Dispatcher/Module/Constraints.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Validation/ConditionalLogic/Dispatcher/Module/FormTypeClasses.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Validation/ConditionalLogic/Dispatcher/Module/SwitchOutputWorkflow.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Validation/ConditionalLogic/Dispatcher/Module/SuccessMessage.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Registry/MailEditorWidgetRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/MailEditor/Parser/PlaceholderParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/MailEditor/Parser/PlaceholderParser.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/MailEditor/Widget/MailEditorWidgetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/MailEditor/Widget/MailEditorFieldDataWidgetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/MailEditor/Widget/FormFieldWidget.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/MailEditor/Widget/DateWidget.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Registry/ApiProviderRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Registry/DynamicObjectResolverRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Registry/OutputWorkflowChannelRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/OutputWorkflow/Channel/ChannelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/OutputWorkflow/Channel/Email/EmailOutputChannel.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/OutputWorkflow/Channel/Email/EmailOutputChannelWorker.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/OutputWorkflow/Channel/Email/Parser/MailParser.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/OutputWorkflow/Channel/Object/ObjectOutputChannel.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Factory/ObjectResolverFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Factory/ObjectResolverFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/OutputWorkflow/Channel/Api/ApiOutputChannel.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/OutputWorkflow/Channel/Api/ApiOutputChannelWorker.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Registry/FieldTransformerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Assembler/FormAssembler.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Builder/FrontendFormBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Factory/FormDataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Factory/FormDataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Form/FormValuesOutputApplierInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Form/FormValuesOutputApplier.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Registry/OutputTransformerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Transformer/Output/OutputTransformerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Transformer/Output/FallbackTransformer.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Transformer/Output/DynamicMultiFileTransformer.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Transformer/Output/DateDataObjectTransformer.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Transformer/Output/Traits/ChoiceTargetTransformerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Transformer/Output/ChoiceDataObjectTransformer.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Transformer/Output/CountryDataObjectTransformer.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Transformer/Output/CheckboxObjectTransformer.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Form/FormErrorsSerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Form/FormErrorsSerializer.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/EventSubscriber/FormBuilderSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/EventListener/Core/RequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/OutputWorkflow/FormSubmissionFinisherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/OutputWorkflow/FormSubmissionFinisher.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/OutputWorkflow/OutputWorkflowResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/OutputWorkflow/OutputWorkflowResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/OutputWorkflow/OutputWorkflowDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/OutputWorkflow/OutputWorkflowDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/OutputWorkflow/SuccessManagementWorkerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/OutputWorkflow/SuccessManagementWorker.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Manager/FormDefinitionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Repository/FormDefinitionRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Repository/FormDefinitionRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Registry/RuntimeDataProviderRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Form/RuntimeData/FormRuntimeDataAllocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Form/RuntimeData/FormRuntimeDataAllocator.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Stream/AttachmentStreamInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Stream/AttachmentStream.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Tool/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Tool/LocaleDataMapper.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Configuration/Configuration.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/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/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/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-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/Model/FactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Model/Factory.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Model/Factory/FallbackBuilder.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/pimcore/pimcore/bundles/AdminBundle/Security/User/UserLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/Security/BruteforceProtectionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Factory/FormDefinitionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Factory/FormDefinitionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Session/FlashBagManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Session/FlashBagManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.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/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.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/Authorization/AuthorizationCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/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/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/string-extra/StringExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Twig/Extension/AdminExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/toolbox/src/ToolboxBundle/Twig/Extension/AreaBlockConfigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/toolbox/src/ToolboxBundle/Manager/AreaManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/toolbox/src/ToolboxBundle/Manager/AreaManager.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/toolbox/src/ToolboxBundle/Twig/Extension/DownloadExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/toolbox/src/ToolboxBundle/Twig/Extension/DocumentEditableExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/toolbox/src/ToolboxBundle/Twig/Extension/DataAttributesExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/toolbox/src/ToolboxBundle/Twig/Extension/LayoutExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/toolbox/src/ToolboxBundle/Twig/Extension/ImageThumbnailExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/toolbox/src/ToolboxBundle/Twig/Extension/CkEditorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/toolbox/src/ToolboxBundle/Twig/Extension/GoogleAPIKeysExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Twig/Extension/StaticFormExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Twig/Extension/FlashMessageExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/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/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
};
}
public function compile(): void
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled(): bool
{
return true;
}
public function getRemovedIds(): array
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
protected function load($file, $lazyLoad = true)
{
if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
return $class::do($this, $lazyLoad);
}
if ('.' === $file[-4]) {
$class = substr($class, 0, -4);
} else {
$file .= '.php';
}
$service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
}
protected function createProxy($class, \Closure $factory)
{
class_exists($class, false) || require __DIR__.'/'.$class.'.php';
return $factory();
}
/**
* Gets the public '.container.private.filesystem' shared service.
*
* @return \Symfony\Component\Filesystem\Filesystem
*/
protected function get_Container_Private_FilesystemService()
{
return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
}
/**
* Gets the public '.container.private.form.factory' shared service.
*
* @return \Symfony\Component\Form\FormFactory
*/
protected function get_Container_Private_Form_FactoryService()
{
return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
}
/**
* 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('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.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$d->addInstance('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);
$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()));
$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_KernelDevDebugContainer'), $c));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add($d);
$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->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()), false));
$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
$instance->add($e);
$instance->add($f);
$instance->add(($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()
{
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()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), 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.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\\Templating\\Renderer\\EditableRenderer'] ?? $this->getEditableRendererService());
$i = ($this->services['Pimcore\\Http\\Request\\Resolver\\EditmodeResolver'] ?? $this->getEditmodeResolverService());
$j = ($this->services['ToolboxBundle\\Manager\\ConfigManager'] ?? $this->getConfigManagerService());
$k = new \Symfony\Bridge\Twig\AppVariable();
$k->setEnvironment('dev');
$k->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$k->setTokenStorage($b);
}
if ($this->has('request_stack')) {
$k->setRequestStack($a);
}
$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, ($this->services['pimcore.routing.router.request_context'] ?? $this->getPimcore_Routing_Router_RequestContextService()))));
$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(($this->services['App\\Twig\\Extension\\NavigationExtension'] ?? $this->getNavigationExtensionService()));
$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($h));
$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()), $i, ($this->services['Pimcore\\Http\\Request\\Resolver\\DocumentResolver'] ?? $this->getDocumentResolverService()))));
$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($i));
$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\Extra\String\StringExtension(($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')))));
$instance->addExtension(new \Pimcore\Twig\Extension\AdminExtension($f));
$instance->addExtension(new \ToolboxBundle\Twig\Extension\AreaBlockConfigExtension($j, new \ToolboxBundle\Manager\AreaManager($j, ($this->services['Pimcore\\Extension\\Document\\Areabrick\\AreabrickManagerInterface'] ?? $this->getAreabrickManagerInterfaceService()), ($this->privates['ToolboxBundle\\Manager\\PermissionManager'] ?? $this->getPermissionManagerService()))));
$instance->addExtension(new \ToolboxBundle\Twig\Extension\DownloadExtension($j, ($this->privates['ToolboxBundle\\Connector\\BundleConnector'] ?? $this->getBundleConnectorService()), $d));
$instance->addExtension(new \ToolboxBundle\Twig\Extension\DocumentEditableExtension($h));
$instance->addExtension(new \ToolboxBundle\Twig\Extension\DataAttributesExtension($j));
$instance->addExtension(new \ToolboxBundle\Twig\Extension\LayoutExtension(($this->services['ToolboxBundle\\Manager\\LayoutManager'] ?? $this->getLayoutManagerService())));
$instance->addExtension(new \ToolboxBundle\Twig\Extension\ImageThumbnailExtension($j));
$instance->addExtension(new \ToolboxBundle\Twig\Extension\CkEditorExtension());
$instance->addExtension(new \ToolboxBundle\Twig\Extension\GoogleAPIKeysExtension(NULL, $j));
$instance->addExtension(new \FormBuilderBundle\Twig\Extension\StaticFormExtension(($this->services['FormBuilderBundle\\Assembler\\FormAssembler'] ?? $this->getFormAssemblerService())));
$instance->addExtension(new \FormBuilderBundle\Twig\Extension\FlashMessageExtension(($this->services['FormBuilderBundle\\Session\\FlashBagManagerInterface'] ?? $this->getFlashBagManagerInterfaceService())));
$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->addGlobal('app', $k);
$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('spacingValues', [0 => [0 => '', 1 => 'â €'], 1 => [0 => 'dir-1 sm:dir-2 md:dir-3 lg:dir-4 xl:dir-5', 1 => 'XXS'], 2 => [0 => 'dir-3 sm:dir-4 md:dir-5 lg:dir-6 xl:dir-8', 1 => 'XS'], 3 => [0 => 'dir-5 sm:dir-6 md:dir-8 lg:dir-10 xl:dir-12', 1 => 'S'], 4 => [0 => 'dir-8 sm:dir-10 md:dir-12 lg:dir-16 xl:dir-20', 1 => 'M'], 5 => [0 => 'dir-12 sm:dir-16 md:dir-20 lg:dir-24 xl:dir-32', 1 => 'L'], 6 => [0 => 'dir-16 sm:dir-20 md:dir-32 lg:dir-40 xl:dir-48', 1 => 'XL'], 7 => [0 => 'dir-20 sm:dir-24 md:dir-40 lg:dir-48 xl:dir-64', 1 => 'XXL']]);
$instance->addGlobal('negativeSpacingValues', [0 => [0 => 'no-m-edit -dir-1 sm:-dir-2 md:-dir-3 lg:-dir-4 xl:-dir-5', 1 => 'XXS (-)'], 1 => [0 => 'no-m-edit -dir-3 sm:-dir-4 md:-dir-5 lg:-dir-6 xl:-dir-8', 1 => 'XS (-)'], 2 => [0 => 'no-m-edit -dir-5 sm:-dir-6 md:-dir-8 lg:-dir-10 xl:-dir-12', 1 => 'S (-)'], 3 => [0 => 'no-m-edit -dir-8 sm:-dir-10 md:-dir-12 lg:-dir-16 xl:-dir-20', 1 => 'M (-)'], 4 => [0 => 'no-m-edit -dir-12 sm:-dir-16 md:-dir-20 lg:-dir-24 xl:-dir-32', 1 => 'L (-)'], 5 => [0 => 'no-m-edit -dir-16 sm:-dir-20 md:-dir-32 lg:-dir-40 xl:-dir-48', 1 => 'XL (-)'], 6 => [0 => 'no-m-edit -dir-20 sm:-dir-24 md:-dir-40 lg:-dir-48 xl:-dir-64', 1 => 'XXL (-)']]);
$instance->addGlobal('form_builder_spam_protection_recaptcha_v3_site_key', NULL);
(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()
{
return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
}
/**
* Gets the public 'App\Twig\Extension\NavigationExtension' shared autowired service.
*
* @return \App\Twig\Extension\NavigationExtension
*/
protected function getNavigationExtensionService()
{
return $this->services['App\\Twig\\Extension\\NavigationExtension'] = new \App\Twig\Extension\NavigationExtension(($this->privates['Pimcore\\Twig\\Extension\\Templating\\Navigation'] ?? $this->getNavigationService()));
}
/**
* Gets the public 'FormBuilderBundle\Assembler\FormAssembler' shared autowired service.
*
* @return \FormBuilderBundle\Assembler\FormAssembler
*/
protected function getFormAssemblerService()
{
return $this->services['FormBuilderBundle\\Assembler\\FormAssembler'] = new \FormBuilderBundle\Assembler\FormAssembler(($this->services['FormBuilderBundle\\Builder\\FrontendFormBuilder'] ?? $this->getFrontendFormBuilderService()), ($this->privates['FormBuilderBundle\\Manager\\FormDefinitionManager'] ?? $this->getFormDefinitionManagerService()), ($this->services['FormBuilderBundle\\Form\\RuntimeData\\FormRuntimeDataAllocator'] ?? $this->getFormRuntimeDataAllocatorService()));
}
/**
* Gets the public 'FormBuilderBundle\Builder\FrontendFormBuilder' shared autowired service.
*
* @return \FormBuilderBundle\Builder\FrontendFormBuilder
*/
protected function getFrontendFormBuilderService()
{
return $this->services['FormBuilderBundle\\Builder\\FrontendFormBuilder'] = new \FormBuilderBundle\Builder\FrontendFormBuilder(($this->services['FormBuilderBundle\\EventSubscriber\\FormBuilderSubscriber'] ?? $this->getFormBuilderSubscriberService()), ($this->services['FormBuilderBundle\\Configuration\\Configuration'] ?? $this->getConfigurationService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['FormBuilderBundle\\Form\\RuntimeData\\FormRuntimeDataAllocator'] ?? $this->getFormRuntimeDataAllocatorService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), new \FormBuilderBundle\Factory\FormDataFactory(), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the public 'FormBuilderBundle\Configuration\Configuration' shared autowired service.
*
* @return \FormBuilderBundle\Configuration\Configuration
*/
protected function getConfigurationService()
{
$this->services['FormBuilderBundle\\Configuration\\Configuration'] = $instance = new \FormBuilderBundle\Configuration\Configuration();
$instance->setConfig(['form_attributes' => $this->parameters['form_builder_form_attributes'], 'backend_base_field_type_groups' => ['text_fields' => ['label' => 'form_builder_type_group.text_fields', 'icon_class' => 'form_builder_icon_container', 'enabled' => true], 'choice_fields' => ['label' => 'form_builder_type_group.choice_fields', 'icon_class' => 'form_builder_icon_container', 'enabled' => true], 'datetime_fields' => ['label' => 'form_builder_type_group.datetime_fields', 'icon_class' => 'form_builder_icon_container', 'enabled' => true], 'other_fields' => ['label' => 'form_builder_type_group.other_fields', 'icon_class' => 'form_builder_icon_container', 'enabled' => true], 'field_groups' => ['label' => 'form_builder_type_group.field_groups', 'icon_class' => 'form_builder_icon_container', 'enabled' => true], 'hidden_fields' => ['label' => 'form_builder_type_group.hidden_fields', 'icon_class' => 'form_builder_icon_container', 'enabled' => true], 'security_fields' => ['label' => 'form_builder_type_group.security_fields', 'icon_class' => 'form_builder_icon_container', 'enabled' => true], 'date_time_fields' => ['label' => 'form_builder_type_group.date_time_fields', 'icon_class' => 'form_builder_icon_container', 'enabled' => true], 'buttons' => ['label' => 'form_builder_type_group.buttons', 'icon_class' => 'form_builder_icon_container', 'enabled' => true]], 'backend_base_field_type_config' => ['tabs' => ['default' => ['label' => 'Default']], 'display_groups' => ['base' => ['tab_id' => 'default', 'label' => 'form_builder_type_display_group.base', 'collapsed' => false], 'attributes' => ['tab_id' => 'default', 'label' => 'form_builder_type_display_group.attributes', 'collapsed' => false]], 'fields' => ['options.label' => ['display_group_id' => 'base', 'type' => 'textfield', 'label' => 'form_builder_type_field_base.label', 'config' => ['maxLength' => 190, 'translatable' => true], 'options_transformer' => NULL], 'optional.email_label' => ['display_group_id' => 'base', 'type' => 'textfield', 'label' => 'form_builder_type_field_base.email_label', 'config' => ['maxLength' => 190, 'translatable' => true], 'options_transformer' => NULL], 'options.value' => ['display_group_id' => 'base', 'type' => 'textfield', 'label' => 'form_builder_type_field_base.value', 'config' => NULL, 'options_transformer' => NULL], 'options.data' => ['display_group_id' => 'base', 'type' => 'textfield', 'label' => 'form_builder_type_field_base.data', 'config' => NULL, 'options_transformer' => NULL], 'options.help_text' => ['display_group_id' => 'base', 'type' => 'textfield', 'label' => 'form_builder_type_field_base.help_text', 'config' => ['maxLength' => 190, 'translatable' => true], 'options_transformer' => NULL], 'options.attr' => ['display_group_id' => 'attributes', 'type' => 'options_repeater', 'label' => 'form_builder_type_field_base.attributes', 'options_transformer' => 'FormBuilderBundle\\Transformer\\ChoicesTransformer', 'config' => ['options' => $this->parameters['form_builder_form_attributes']]]]], 'validation_constraints' => ['not_blank' => ['class' => 'Symfony\\Component\\Validator\\Constraints\\NotBlank', 'label' => 'form_builder_validation_constraint.not_blank', 'icon_class' => 'form_builder_icon_validation', 'enabled' => true], 'dynamic_multi_file_not_blank' => ['class' => 'FormBuilderBundle\\Validator\\Constraints\\DynamicMultiFileNotBlank', 'label' => 'form_builder_validation_constraint.dynamic_multi_file_not_blank', 'icon_class' => 'form_builder_icon_validation', 'enabled' => true], 'email' => ['class' => 'Symfony\\Component\\Validator\\Constraints\\Email', 'label' => 'form_builder_validation_constraint.email', 'icon_class' => 'form_builder_icon_validation', 'enabled' => true], 'length' => ['class' => 'Symfony\\Component\\Validator\\Constraints\\Length', 'label' => 'form_builder_validation_constraint.length', 'icon_class' => 'form_builder_icon_validation', 'enabled' => true], 'url' => ['class' => 'Symfony\\Component\\Validator\\Constraints\\Url', 'label' => 'form_builder_validation_constraint.url', 'icon_class' => 'form_builder_icon_validation', 'enabled' => true], 'regex' => ['class' => 'Symfony\\Component\\Validator\\Constraints\\Regex', 'label' => 'form_builder_validation_constraint.regex', 'icon_class' => 'form_builder_icon_validation', 'enabled' => true], 'ip' => ['class' => 'Symfony\\Component\\Validator\\Constraints\\Ip', 'label' => 'form_builder_validation_constraint.ip', 'icon_class' => 'form_builder_icon_validation', 'enabled' => true], 'range' => ['class' => 'Symfony\\Component\\Validator\\Constraints\\Range', 'label' => 'form_builder_validation_constraint.range', 'icon_class' => 'form_builder_icon_validation', 'enabled' => true], 'card_scheme' => ['class' => 'Symfony\\Component\\Validator\\Constraints\\CardScheme', 'label' => 'form_builder_validation_constraint.card_scheme', 'icon_class' => 'form_builder_icon_validation', 'enabled' => true], 'bic' => ['class' => 'Symfony\\Component\\Validator\\Constraints\\Bic', 'label' => 'form_builder_validation_constraint.bic', 'icon_class' => 'form_builder_icon_validation', 'enabled' => true], 'iban' => ['class' => 'Symfony\\Component\\Validator\\Constraints\\Iban', 'label' => 'form_builder_validation_constraint.iban', 'icon_class' => 'form_builder_icon_validation', 'enabled' => true], 'date' => ['class' => 'Symfony\\Component\\Validator\\Constraints\\Date', 'label' => 'form_builder_validation_constraint.date', 'icon_class' => 'form_builder_icon_validation', 'enabled' => true], 'date_time' => ['class' => 'Symfony\\Component\\Validator\\Constraints\\DateTime', 'label' => 'form_builder_validation_constraint.date_time', 'icon_class' => 'form_builder_icon_validation', 'enabled' => true], 'time' => ['class' => 'Symfony\\Component\\Validator\\Constraints\\Time', 'label' => 'form_builder_validation_constraint.time', 'icon_class' => 'form_builder_icon_validation', 'enabled' => true]], 'types' => ['birthday' => ['class' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\BirthdayType', 'output_transformer' => 'date_transformer', 'backend' => ['form_type_group' => 'date_time_fields', 'label' => 'form_builder_type.birthday_type', 'icon_class' => 'form_builder_icon_birthday', 'constraints' => ['disabled' => [0 => 'dynamic_multi_file_not_blank', 1 => 'dynamic_multi_file_not_blank']], 'output_workflow' => ['object' => ['allowed_class_types' => [0 => 'date']]], 'fields' => ['options.data' => false, 'options.value' => false, 'options.widget' => ['display_group_id' => 'attributes', 'type' => 'select', 'label' => 'form_builder_type_field.date_widget', 'config' => ['options' => [0 => [0 => 'Choice', 1 => 'choice'], 1 => [0 => 'Text', 1 => 'text'], 2 => [0 => 'Single Text', 1 => 'single_text']]], 'options_transformer' => NULL, 'enabled' => true], 'options.days' => ['display_group_id' => 'attributes', 'type' => 'tagfield', 'label' => 'form_builder_type_field.date_days', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.months' => ['display_group_id' => 'attributes', 'type' => 'tagfield', 'label' => 'form_builder_type_field.date_months', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.years' => ['display_group_id' => 'attributes', 'type' => 'tagfield', 'label' => 'form_builder_type_field.date_years', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.html5' => ['display_group_id' => 'attributes', 'type' => 'checkbox', 'label' => 'form_builder_type_field.date_html5', 'config' => ['checked' => true], 'options_transformer' => NULL, 'enabled' => true]], 'tabs' => [], 'display_groups' => [], 'dynamic_fields' => []], 'configurations' => []], 'checkbox' => ['class' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CheckboxType', 'output_transformer' => 'checkbox_transformer', 'backend' => ['form_type_group' => 'other_fields', 'label' => 'form_builder_type.checkbox_type', 'icon_class' => 'form_builder_icon_checkbox', 'constraints' => ['disabled' => [0 => 'dynamic_multi_file_not_blank']], 'output_workflow' => ['object' => ['allowed_class_types' => [0 => 'checkbox', 1 => 'consent', 2 => 'newsletterActive', 3 => 'newsletterConfirmed']]], 'fields' => ['options.value' => ['display_group_id' => 'base', 'type' => 'textfield', 'label' => 'form_builder_type_field_base.value', 'config' => ['disabled' => true, 'data' => '1'], 'options_transformer' => NULL, 'enabled' => true], 'options.data' => ['display_group_id' => 'base', 'type' => 'checkbox', 'label' => 'form_builder_type_field_base.preselected', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true]], 'tabs' => [], 'display_groups' => [], 'dynamic_fields' => []], 'configurations' => []], 'choice' => ['class' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', 'output_transformer' => 'choice_transformer', 'backend' => ['form_type_group' => 'choice_fields', 'label' => 'form_builder_type.choice_type', 'icon_class' => 'form_builder_icon_multi_select', 'constraints' => ['disabled' => [0 => 'dynamic_multi_file_not_blank']], 'output_workflow' => ['object' => ['allowed_class_types' => [0 => 'input', 1 => 'select', 2 => 'multiselect', 3 => 'gender']]], 'fields' => ['options.value' => false, 'options.data' => ['display_group_id' => 'base', 'type' => 'tagfield', 'label' => 'form_builder_type_field_base.preselected', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.preferred_choices' => ['display_group_id' => 'base', 'type' => 'tagfield', 'label' => 'form_builder_type_field_base.preferred_choices', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.expanded' => ['display_group_id' => 'attributes', 'type' => 'checkbox', 'label' => 'form_builder_type_field.expanded', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.multiple' => ['display_group_id' => 'attributes', 'type' => 'checkbox', 'label' => 'form_builder_type_field.multiple', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.placeholder' => ['display_group_id' => 'attributes', 'type' => 'textfield', 'label' => 'form_builder_type_field.placeholder', 'options_transformer' => 'FormBuilderBundle\\Transformer\\DefaultValueTransformer', 'config' => ['default_value' => false], 'enabled' => true], 'options.placeholder_label' => ['display_group_id' => 'attributes', 'type' => 'label', 'label' => 'form_builder_type_field.placeholder_desc', 'options_transformer' => NULL, 'enabled' => true], 'options.choices' => ['display_group_id' => 'attributes', 'type' => 'key_value_repeater', 'label' => 'form_builder_type_field.choices', 'options_transformer' => 'FormBuilderBundle\\Transformer\\ChoicesTransformer', 'config' => NULL, 'enabled' => true]], 'dynamic_fields' => ['options.choice_attr' => ['source' => 'options.choices', 'options_transformer' => 'FormBuilderBundle\\Transformer\\ChoicesMetaTransformer', 'config' => NULL]], 'tabs' => [], 'display_groups' => []], 'configurations' => []], 'dynamic_choice' => ['class' => 'FormBuilderBundle\\Form\\Type\\DynamicChoiceType', 'output_transformer' => 'choice_transformer', 'backend' => ['form_type_group' => 'choice_fields', 'label' => 'form_builder_type.dynamic_choice_type', 'icon_class' => 'form_builder_icon_dynamic_multi_select', 'constraints' => ['disabled' => [0 => 'dynamic_multi_file_not_blank']], 'output_workflow' => ['object' => ['allowed_class_types' => [0 => 'input', 1 => 'select', 2 => 'multiselect', 3 => 'gender']]], 'fields' => ['options.value' => false, 'options.data' => ['display_group_id' => 'base', 'type' => 'tagfield', 'label' => 'form_builder_type_field_base.preselected', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.preferred_choices' => ['display_group_id' => 'base', 'type' => 'tagfield', 'label' => 'form_builder_type_field_base.preferred_choices', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.expanded' => ['display_group_id' => 'attributes', 'type' => 'checkbox', 'label' => 'form_builder_type_field.expanded', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.multiple' => ['display_group_id' => 'attributes', 'type' => 'checkbox', 'label' => 'form_builder_type_field.multiple', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.placeholder' => ['display_group_id' => 'attributes', 'type' => 'textfield', 'label' => 'form_builder_type_field.placeholder', 'options_transformer' => 'FormBuilderBundle\\Transformer\\DefaultValueTransformer', 'config' => ['default_value' => false], 'enabled' => true], 'options.service' => ['display_group_id' => 'attributes', 'type' => 'select', 'label' => 'form_builder_type_field.service_name', 'config' => ['store_url' => '/admin/formbuilder/settings/get-dynamic-choice-builder'], 'options_transformer' => NULL, 'enabled' => true]], 'tabs' => [], 'display_groups' => [], 'dynamic_fields' => []], 'configurations' => []], 'country' => ['class' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CountryType', 'output_transformer' => 'country_transformer', 'backend' => ['form_type_group' => 'choice_fields', 'label' => 'form_builder_type.country_type', 'icon_class' => 'form_builder_icon_country', 'constraints' => ['disabled' => [0 => 'dynamic_multi_file_not_blank']], 'output_workflow' => ['object' => ['allowed_class_types' => [0 => 'input', 1 => 'country', 2 => 'countrymultiselect']]], 'fields' => ['options.value' => false, 'options.data' => ['display_group_id' => 'base', 'type' => 'tagfield', 'label' => 'form_builder_type_field_base.preselected', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.preferred_choices' => ['display_group_id' => 'base', 'type' => 'tagfield', 'label' => 'form_builder_type_field_base.preferred_choices', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.expanded' => ['display_group_id' => 'attributes', 'type' => 'checkbox', 'label' => 'form_builder_type_field.expanded', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.multiple' => ['display_group_id' => 'attributes', 'type' => 'checkbox', 'label' => 'form_builder_type_field.multiple', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.placeholder' => ['display_group_id' => 'attributes', 'type' => 'textfield', 'label' => 'form_builder_type_field.placeholder', 'options_transformer' => 'FormBuilderBundle\\Transformer\\DefaultValueTransformer', 'config' => ['default_value' => false], 'enabled' => true], 'options.placeholder_label' => ['display_group_id' => 'attributes', 'type' => 'label', 'label' => 'form_builder_type_field.placeholder_desc', 'options_transformer' => NULL, 'enabled' => true]], 'tabs' => [], 'display_groups' => [], 'dynamic_fields' => []], 'configurations' => []], 'date' => ['class' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\DateType', 'output_transformer' => 'date_transformer', 'backend' => ['form_type_group' => 'date_time_fields', 'label' => 'form_builder_type.date_type', 'icon_class' => 'form_builder_icon_date', 'constraints' => ['disabled' => [0 => 'dynamic_multi_file_not_blank']], 'output_workflow' => ['object' => ['allowed_class_types' => [0 => 'date']]], 'fields' => ['options.data' => false, 'options.value' => false, 'options.widget' => ['display_group_id' => 'attributes', 'type' => 'select', 'label' => 'form_builder_type_field.date_widget', 'config' => ['options' => [0 => [0 => 'Choice', 1 => 'choice'], 1 => [0 => 'Text', 1 => 'text'], 2 => [0 => 'Single Text', 1 => 'single_text']]], 'options_transformer' => NULL, 'enabled' => true], 'options.days' => ['display_group_id' => 'attributes', 'type' => 'tagfield', 'label' => 'form_builder_type_field.date_days', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.months' => ['display_group_id' => 'attributes', 'type' => 'tagfield', 'label' => 'form_builder_type_field.date_months', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.years' => ['display_group_id' => 'attributes', 'type' => 'tagfield', 'label' => 'form_builder_type_field.date_years', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.html5' => ['display_group_id' => 'attributes', 'type' => 'checkbox', 'label' => 'form_builder_type_field.date_html5', 'config' => ['checked' => true], 'options_transformer' => NULL, 'enabled' => true]], 'tabs' => [], 'display_groups' => [], 'dynamic_fields' => []], 'configurations' => []], 'date_time' => ['class' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\DateTimeType', 'output_transformer' => 'date_transformer', 'backend' => ['form_type_group' => 'date_time_fields', 'label' => 'form_builder_type.date_time_type', 'icon_class' => 'form_builder_icon_date_time', 'constraints' => ['disabled' => [0 => 'dynamic_multi_file_not_blank']], 'output_workflow' => ['object' => ['allowed_class_types' => [0 => 'datetime']]], 'fields' => ['options.data' => false, 'options.value' => false, 'options.date_widget' => ['display_group_id' => 'attributes', 'type' => 'select', 'label' => 'form_builder_type_field.date_widget', 'config' => ['options' => [0 => [0 => 'Choice', 1 => 'choice'], 1 => [0 => 'Text', 1 => 'text'], 2 => [0 => 'Single Text', 1 => 'single_text']]], 'options_transformer' => NULL, 'enabled' => true], 'options.time_widget' => ['display_group_id' => 'attributes', 'type' => 'select', 'label' => 'form_builder_type_field.time_widget', 'config' => ['options' => [0 => [0 => 'Choice', 1 => 'choice'], 1 => [0 => 'Text', 1 => 'text'], 2 => [0 => 'Single Text', 1 => 'single_text']]], 'options_transformer' => NULL, 'enabled' => true], 'options.seconds' => ['display_group_id' => 'attributes', 'type' => 'tagfield', 'label' => 'form_builder_type_field.date_seconds', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.minutes' => ['display_group_id' => 'attributes', 'type' => 'tagfield', 'label' => 'form_builder_type_field.date_minutes', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.hours' => ['display_group_id' => 'attributes', 'type' => 'tagfield', 'label' => 'form_builder_type_field.date_hours', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.days' => ['display_group_id' => 'attributes', 'type' => 'tagfield', 'label' => 'form_builder_type_field.date_days', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.months' => ['display_group_id' => 'attributes', 'type' => 'tagfield', 'label' => 'form_builder_type_field.date_months', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.years' => ['display_group_id' => 'attributes', 'type' => 'tagfield', 'label' => 'form_builder_type_field.date_years', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.with_minutes' => ['display_group_id' => 'attributes', 'type' => 'checkbox', 'label' => 'form_builder_type_field.date_with_minutes', 'options_transformer' => NULL, 'enabled' => true], 'options.with_seconds' => ['display_group_id' => 'attributes', 'type' => 'checkbox', 'label' => 'form_builder_type_field.date_with_seconds', 'options_transformer' => NULL, 'enabled' => true], 'options.html5' => ['display_group_id' => 'attributes', 'type' => 'checkbox', 'label' => 'form_builder_type_field.date_html5', 'config' => ['checked' => true], 'options_transformer' => NULL, 'enabled' => true]], 'tabs' => [], 'display_groups' => [], 'dynamic_fields' => []], 'configurations' => []], 'dynamic_multi_file' => ['class' => 'FormBuilderBundle\\Form\\Type\\DynamicMultiFileType', 'output_transformer' => 'dynamic_multi_file_transformer', 'backend' => ['form_type_group' => 'other_fields', 'label' => 'form_builder_type.dynamic_multi_file', 'icon_class' => 'form_builder_icon_file', 'constraints' => ['enabled' => [0 => 'dynamic_multi_file_not_blank']], 'fields' => ['options.data' => false, 'options.value' => false, 'options.allowed_extensions' => ['display_group_id' => 'attributes', 'type' => 'tagfield', 'label' => 'form_builder_type_field.allowed_extensions', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.allowed_extensions_label' => ['display_group_id' => 'attributes', 'type' => 'label', 'label' => 'form_builder_type_field.allowed_extensions_desc', 'options_transformer' => NULL, 'enabled' => true], 'options.item_limit' => ['display_group_id' => 'attributes', 'type' => 'textfield', 'label' => 'form_builder_type_field.item_limit', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.item_limit_label' => ['display_group_id' => 'attributes', 'type' => 'label', 'label' => 'form_builder_type_field.item_limit_desc', 'options_transformer' => NULL, 'enabled' => true], 'options.max_file_size' => ['display_group_id' => 'attributes', 'type' => 'textfield', 'label' => 'form_builder_type_field.max_file_size', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.max_file_size_label' => ['display_group_id' => 'attributes', 'type' => 'label', 'label' => 'form_builder_type_field.max_file_size_desc', 'options_transformer' => NULL, 'enabled' => true], 'options.submit_as_attachment' => ['display_group_id' => 'attributes', 'type' => 'checkbox', 'label' => 'form_builder_type_field.submit_as_attachment', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.submit_as_attachment_label' => ['display_group_id' => 'attributes', 'type' => 'label', 'label' => 'form_builder_type_field.submit_as_attachment_desc', 'options_transformer' => NULL, 'enabled' => true]], 'output_workflow' => ['object' => ['allowed_class_types' => []]], 'tabs' => [], 'display_groups' => [], 'dynamic_fields' => []], 'configurations' => []], 'hidden' => ['class' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\HiddenType', 'backend' => ['form_type_group' => 'hidden_fields', 'label' => 'form_builder_type.hidden_type', 'icon_class' => 'form_builder_icon_hidden', 'constraints' => ['enabled' => []], 'output_workflow' => ['object' => ['allowed_class_types' => [0 => 'input', 1 => 'textarea', 2 => 'wysiwyg']]], 'fields' => ['options.value' => false, 'options.help_text' => false], 'tabs' => [], 'display_groups' => [], 'dynamic_fields' => []], 'output_transformer' => 'fallback_transformer', 'configurations' => []], 'html_tag' => ['class' => 'FormBuilderBundle\\Form\\Type\\HtmlTagType', 'backend' => ['form_type_group' => 'other_fields', 'label' => 'form_builder_type.html_tag_type', 'icon_class' => 'form_builder_icon_html_tag', 'constraints' => ['enabled' => []], 'fields' => ['optional.email_label' => false, 'options.help_text' => false, 'options.data' => false, 'options.value' => false, 'options.tag' => ['display_group_id' => 'attributes', 'type' => 'select', 'label' => 'form_builder_type_field.tag_element', 'config' => ['options' => $this->parameters['form_builder_html_tag_elements']], 'options_transformer' => NULL, 'enabled' => true]], 'output_workflow' => ['object' => ['allowed_class_types' => []]], 'tabs' => [], 'display_groups' => [], 'dynamic_fields' => []], 'output_transformer' => 'fallback_transformer', 'configurations' => []], 'integer' => ['class' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType', 'backend' => ['form_type_group' => 'text_fields', 'label' => 'form_builder_type.integer_type', 'icon_class' => 'form_builder_icon_integer', 'constraints' => ['disabled' => [0 => 'dynamic_multi_file_not_blank']], 'output_workflow' => ['object' => ['allowed_class_types' => [0 => 'input', 1 => 'textarea', 2 => 'wysiwyg', 3 => 'numeric', 4 => 'slider']]], 'fields' => ['options.value' => false], 'tabs' => [], 'display_groups' => [], 'dynamic_fields' => []], 'output_transformer' => 'fallback_transformer', 'configurations' => []], 'recaptcha_v3' => ['class' => 'FormBuilderBundle\\Form\\Type\\Recaptcha3Type', 'backend' => ['form_type_group' => 'security_fields', 'label' => 'form_builder_type.recaptcha_v3', 'icon_class' => 'form_builder_icon_recaptcha_v3', 'constraints' => ['enabled' => []], 'fields' => ['optional.email_label' => false, 'options.help_text' => false, 'options.data' => false, 'options.value' => false, 'options.action_name' => ['display_group_id' => 'attributes', 'type' => 'textfield', 'label' => 'form_builder_type_field.recaptcha_v3.action_name', 'config' => ['default_value' => 'homepage'], 'options_transformer' => NULL, 'enabled' => true]], 'output_workflow' => ['object' => ['allowed_class_types' => []]], 'tabs' => [], 'display_groups' => [], 'dynamic_fields' => []], 'output_transformer' => 'fallback_transformer', 'configurations' => []], 'snippet' => ['class' => 'FormBuilderBundle\\Form\\Type\\SnippetType', 'backend' => ['form_type_group' => 'other_fields', 'label' => 'form_builder_type.snippet_type', 'icon_class' => 'form_builder_icon_snippet_tag', 'constraints' => ['enabled' => []], 'fields' => ['optional.email_label' => false, 'options.help_text' => false, 'options.data' => false, 'options.value' => false, 'options.path' => ['display_group_id' => 'attributes', 'type' => 'href', 'label' => 'form_builder_type_field.snippet_path', 'options_transformer' => 'FormBuilderBundle\\Transformer\\HrefTransformer', 'config' => ['types' => [0 => 'document'], 'subtypes' => ['document' => [0 => 'snippet']]], 'enabled' => true]], 'output_workflow' => ['object' => ['allowed_class_types' => []]], 'tabs' => [], 'display_groups' => [], 'dynamic_fields' => []], 'output_transformer' => 'fallback_transformer', 'configurations' => []], 'submit' => ['class' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType', 'backend' => ['form_type_group' => 'buttons', 'label' => 'form_builder_type.submit_type', 'icon_class' => 'form_builder_icon_button', 'constraints' => ['enabled' => []], 'fields' => ['optional.email_label' => false, 'options.help_text' => false, 'options.data' => false, 'options.value' => false], 'output_workflow' => ['object' => ['allowed_class_types' => []]], 'tabs' => [], 'display_groups' => [], 'dynamic_fields' => []], 'output_transformer' => 'fallback_transformer', 'configurations' => []], 'text' => ['class' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextType', 'backend' => ['form_type_group' => 'text_fields', 'label' => 'form_builder_type.text_type', 'icon_class' => 'form_builder_icon_text', 'constraints' => ['disabled' => [0 => 'dynamic_multi_file_not_blank']], 'output_workflow' => ['object' => ['allowed_class_types' => [0 => 'input', 1 => 'textarea', 2 => 'wysiwyg', 3 => 'firstname', 4 => 'lastname', 5 => 'email']]], 'fields' => ['options.value' => false], 'tabs' => [], 'display_groups' => [], 'dynamic_fields' => []], 'output_transformer' => 'fallback_transformer', 'configurations' => []], 'textarea' => ['class' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType', 'backend' => ['form_type_group' => 'text_fields', 'label' => 'form_builder_type.textarea_type', 'icon_class' => 'form_builder_icon_textarea', 'constraints' => ['disabled' => [0 => 'dynamic_multi_file_not_blank']], 'output_workflow' => ['object' => ['allowed_class_types' => [0 => 'textarea', 1 => 'wysiwyg']]], 'fields' => ['options.value' => false], 'tabs' => [], 'display_groups' => [], 'dynamic_fields' => []], 'output_transformer' => 'fallback_transformer', 'configurations' => []], 'time' => ['class' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TimeType', 'output_transformer' => 'date_transformer', 'backend' => ['form_type_group' => 'date_time_fields', 'label' => 'form_builder_type.time_type', 'icon_class' => 'form_builder_icon_time', 'constraints' => ['disabled' => [0 => 'dynamic_multi_file_not_blank']], 'output_workflow' => ['object' => ['allowed_class_types' => [0 => 'time']]], 'fields' => ['options.data' => false, 'options.value' => false, 'options.widget' => ['display_group_id' => 'attributes', 'type' => 'select', 'label' => 'form_builder_type_field.date_widget', 'config' => ['options' => [0 => [0 => 'Choice', 1 => 'choice'], 1 => [0 => 'Text', 1 => 'text'], 2 => [0 => 'Single Text', 1 => 'single_text']]], 'options_transformer' => NULL, 'enabled' => true], 'options.seconds' => ['display_group_id' => 'attributes', 'type' => 'tagfield', 'label' => 'form_builder_type_field.date_seconds', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.minutes' => ['display_group_id' => 'attributes', 'type' => 'tagfield', 'label' => 'form_builder_type_field.date_minutes', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.hours' => ['display_group_id' => 'attributes', 'type' => 'tagfield', 'label' => 'form_builder_type_field.date_hours', 'config' => NULL, 'options_transformer' => NULL, 'enabled' => true], 'options.with_minutes' => ['display_group_id' => 'attributes', 'type' => 'checkbox', 'label' => 'form_builder_type_field.date_with_minutes', 'options_transformer' => NULL, 'enabled' => true], 'options.with_seconds' => ['display_group_id' => 'attributes', 'type' => 'checkbox', 'label' => 'form_builder_type_field.date_with_seconds', 'options_transformer' => NULL, 'enabled' => true]], 'tabs' => [], 'display_groups' => [], 'dynamic_fields' => []], 'configurations' => []]], 'container_types' => ['fieldset' => ['class' => 'FormBuilderBundle\\Form\\Type\\Container\\FieldSetContainerType', 'label' => 'form_builder_container_type.fieldset', 'icon_class' => 'form_builder_icon_container_type', 'output_workflow' => ['object' => ['allowed_class_types' => [0 => 'fieldcollections']]], 'configuration' => [0 => ['name' => 'label', 'type' => 'string', 'label' => 'form_builder_type_container.repeater.option.label', 'options_transformer' => NULL], 1 => ['name' => 'attr', 'type' => 'options_repeater', 'label' => 'form_builder_type_field_base.attributes', 'options_transformer' => 'FormBuilderBundle\\Transformer\\ChoicesTransformer', 'config' => ['options' => $this->parameters['form_builder_form_attributes']]]], 'enabled' => true], 'repeater' => ['class' => 'FormBuilderBundle\\Form\\Type\\Container\\RepeaterContainerType', 'label' => 'form_builder_container_type.repeater', 'icon_class' => 'form_builder_icon_container_type', 'output_workflow' => ['object' => ['allowed_class_types' => [0 => 'fieldcollections']]], 'configuration' => [0 => ['name' => 'label', 'type' => 'string', 'label' => 'form_builder_type_container.repeater.option.label', 'options_transformer' => NULL], 1 => ['name' => 'block_label', 'type' => 'string', 'label' => 'form_builder_type_container.repeater.option.block_label', 'options_transformer' => NULL], 2 => ['name' => 'add_block_counter', 'type' => 'boolean', 'label' => 'form_builder_type_container.repeater.option.add_block_counter', 'options_transformer' => NULL], 3 => ['name' => 'min', 'type' => 'integer', 'label' => 'form_builder_type_container.repeater.option.min', 'options_transformer' => NULL], 4 => ['name' => 'max', 'type' => 'integer', 'label' => 'form_builder_type_container.repeater.option.max', 'options_transformer' => NULL], 5 => ['name' => 'label_add_block', 'type' => 'string', 'label' => 'form_builder_type_container.repeater.option.label.add_block', 'options_transformer' => NULL], 6 => ['name' => 'label_remove_block', 'type' => 'string', 'label' => 'form_builder_type_container.repeater.option.label.remove_block', 'options_transformer' => NULL], 7 => ['name' => 'attr', 'type' => 'options_repeater', 'label' => 'form_builder_type_field_base.attributes', 'options_transformer' => 'FormBuilderBundle\\Transformer\\ChoicesTransformer', 'config' => ['options' => $this->parameters['form_builder_form_attributes']]]], 'enabled' => true]], 'area' => ['presets' => []], 'form' => ['templates' => ['form_div_layout' => ['value' => 'form_div_layout.html.twig', 'label' => 'form_builder_form_template.form_div_layout', 'default' => false, 'enabled' => true], 'bootstrap_3_layout' => ['value' => 'bootstrap_3_layout.html.twig', 'label' => 'form_builder_form_template.bootstrap_3_layout', 'default' => false, 'enabled' => true], 'bootstrap_3_horizontal_layout' => ['value' => 'bootstrap_3_horizontal_layout.html.twig', 'label' => 'form_builder_form_template.bootstrap_3_horizontal_layout', 'default' => false, 'enabled' => true], 'bootstrap_4_layout' => ['value' => 'bootstrap_4_layout.html.twig', 'label' => 'form_builder_form_template.bootstrap_4_layout', 'default' => true, 'enabled' => true], 'bootstrap_4_horizontal_layout' => ['value' => 'bootstrap_4_horizontal_layout.html.twig', 'label' => 'form_builder_form_template.bootstrap_4_horizontal_layout', 'default' => false, 'enabled' => true]], 'field' => ['templates' => ['default' => ['value' => 'col-span-12', 'label' => 'Full', 'default' => true, 'enabled' => true], 'half' => ['value' => 'col-span-6', 'label' => 'Half', 'default' => false, 'enabled' => true], 'quarter' => ['value' => 'col-span-3', 'label' => 'Quarter', 'default' => false, 'enabled' => true], 'three_quarters' => ['value' => 'col-span-9', 'label' => '3/4', 'default' => false, 'enabled' => true]]]], 'admin' => ['active_elements' => ['fields' => []], 'inactive_elements' => ['fields' => []]], 'conditional_logic' => ['action' => ['toggleElement' => ['class' => 'FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\ToggleElementAction', 'name' => 'form_builder.cl.action.toggle_element', 'icon' => 'form_builder_cl_toggle_element', 'form' => ['fields' => ['type' => 'fields_select', 'label' => 'form_builder_toggle_element_fields', 'options_transformer' => NULL, 'conditional' => []], 'state' => ['type' => 'select', 'label' => 'form_builder_toggle_element_state', 'config' => ['options' => [0 => [0 => 'form_builder_toggle_element_show', 1 => 'show'], 1 => [0 => 'form_builder_toggle_element_hide', 1 => 'hide']]], 'options_transformer' => NULL, 'conditional' => []]]], 'constraintsAdd' => ['class' => 'FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\ConstraintsAddAction', 'name' => 'form_builder.cl.action.constraints_add', 'icon' => 'form_builder_cl_constraints_add', 'form' => ['fields' => ['type' => 'fields_select', 'label' => 'form_builder_constraints_fields', 'options_transformer' => NULL, 'conditional' => []], 'validation' => ['type' => 'constraints_select', 'label' => 'form_builder_constraints_type', 'options_transformer' => NULL, 'conditional' => []]]], 'constraintsRemove' => ['class' => 'FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\ConstraintsRemoveAction', 'name' => 'form_builder.cl.action.constraints_remove', 'icon' => 'form_builder_cl_constraints_remove', 'form' => ['fields' => ['type' => 'fields_select', 'label' => 'form_builder_constraints_fields', 'options_transformer' => NULL, 'conditional' => []], 'validation' => ['type' => 'constraints_select', 'label' => 'form_builder_constraints_type', 'options_transformer' => NULL, 'conditional' => []], 'removeAllValidations' => ['type' => 'checkbox', 'label' => 'form_builder_constraints_all', 'options_transformer' => NULL, 'conditional' => []]]], 'changeValue' => ['name' => 'form_builder.cl.action.change_value', 'icon' => 'form_builder_cl_change_value', 'form' => ['fields' => ['type' => 'fields_select', 'label' => 'form_builder_change_value_fields', 'options_transformer' => NULL, 'conditional' => []], 'value' => ['type' => 'textfield', 'label' => 'form_builder_change_value_value', 'options_transformer' => NULL, 'conditional' => []]], 'class' => NULL], 'triggerEvent' => ['name' => 'form_builder.cl.action.trigger_event', 'icon' => 'form_builder_cl_trigger_event', 'form' => ['fields' => ['type' => 'fields_select', 'label' => 'form_builder_trigger_event_fields', 'options_transformer' => NULL, 'conditional' => []], 'event' => ['type' => 'textfield', 'label' => 'form_builder_trigger_event_event', 'options_transformer' => NULL, 'conditional' => []]], 'class' => NULL], 'toggleClass' => ['class' => 'FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\ToggleClassAction', 'name' => 'form_builder.cl.action.toggle_class', 'icon' => 'form_builder_cl_toggle_class', 'form' => ['fields' => ['type' => 'fields_select', 'label' => 'form_builder_toggle_class_fields', 'options_transformer' => NULL, 'conditional' => []], 'class' => ['type' => 'textfield', 'label' => 'form_builder_toggle_class_value', 'options_transformer' => NULL, 'conditional' => []]]], 'toggleAvailability' => ['name' => 'form_builder.cl.action.toggle_availability', 'icon' => 'form_builder_cl_toggle_availability', 'form' => ['fields' => ['type' => 'fields_select', 'label' => 'form_builder_toggle_availability_fields', 'options_transformer' => NULL, 'conditional' => []], 'state' => ['type' => 'select', 'label' => 'form_builder_toggle_element_state', 'config' => ['options' => [0 => [0 => 'form_builder_toggle_availability_enable', 1 => 'enable'], 1 => [0 => 'form_builder_toggle_availability_disable', 1 => 'disable']]], 'options_transformer' => NULL, 'conditional' => []]], 'class' => NULL], 'switchOutputWorkflow' => ['class' => 'FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\SwitchOutputWorkflowAction', 'name' => 'form_builder.cl.action.switch_output_workflow', 'icon' => 'form_builder_cl_switch_output_workflow', 'form' => ['identifier' => ['type' => 'workflow_select', 'label' => 'form_builder_switch_output_workflow_identifier', 'options_transformer' => NULL, 'conditional' => []]]], 'successMessage' => ['class' => 'FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\SuccessMessageAction', 'name' => 'form_builder.cl.action.success_message', 'icon' => 'form_builder_cl_success_message', 'form' => ['identifier' => ['type' => 'conditional_select', 'label' => 'form_builder_success_message_identifier', 'config' => ['options' => [0 => [0 => 'form_builder_success_message_identifier_string', 1 => 'string'], 1 => [0 => 'form_builder_success_message_identifier_snippet', 1 => 'snippet'], 2 => [0 => 'form_builder_success_message_identifier_redirect', 1 => 'redirect'], 3 => [0 => 'form_builder_success_message_identifier_redirect_external', 1 => 'redirect_external']]], 'conditional_identifier' => 'value', 'conditional' => ['string' => ['type' => 'textfield', 'label' => 'form_builder_success_message_text', 'options_transformer' => NULL], 'snippet' => ['type' => 'localized_href', 'label' => 'form_builder_success_message_snippet', 'options_transformer' => 'FormBuilderBundle\\Transformer\\HrefTransformer'], 'redirect' => ['type' => 'localized_href', 'label' => 'form_builder_success_message_document', 'options_transformer' => 'FormBuilderBundle\\Transformer\\HrefTransformer']], 'options_transformer' => NULL]]]], 'condition' => ['elementValue' => ['class' => 'FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Condition\\ElementValueCondition', 'name' => 'form_builder.cl.condition.element_value', 'icon' => 'form_builder_cl_element_value', 'form' => ['fields' => ['type' => 'fields_select', 'label' => 'form_builder_element_value_fields', 'options_transformer' => NULL, 'conditional' => []], 'comparator' => ['type' => 'select', 'label' => 'form_builder_element_value_type', 'config' => ['options' => [0 => [0 => 'form_builder_element_value_type_contains', 1 => 'contains'], 1 => [0 => 'form_builder_element_value_type_is_checked', 1 => 'is_checked'], 2 => [0 => 'form_builder_element_value_type_is_not_checked', 1 => 'is_not_checked'], 3 => [0 => 'form_builder_element_value_type_is_greater', 1 => 'is_greater'], 4 => [0 => 'form_builder_element_value_type_is_less', 1 => 'is_less'], 5 => [0 => 'form_builder_element_value_type_is_value', 1 => 'is_value'], 6 => [0 => 'form_builder_element_value_type_is_not_value', 1 => 'is_not_value'], 7 => [0 => 'form_builder_element_value_type_is_empty_value', 1 => 'is_empty_value']]], 'options_transformer' => NULL, 'conditional' => []], 'value' => ['type' => 'textfield', 'label' => 'form_builder_element_value_value', 'options_transformer' => NULL, 'conditional' => []]]], 'outputWorkflow' => ['class' => 'FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Condition\\OutputWorkflowCondition', 'name' => 'form_builder.cl.condition.output_workflow', 'icon' => 'form_builder_cl_output_workflow', 'form' => ['fields' => ['type' => 'workflow_select', 'label' => 'form_builder_output_workflow_select', 'options_transformer' => NULL, 'conditional' => []]]]]], 'dynamic_multi_file_adapter' => 'FormBuilderBundle\\DynamicMultiFile\\Adapter\\DropZoneAdapter', 'persistence' => ['doctrine' => ['entity_manager' => 'default']], 'flags' => ['use_custom_radio_checkbox' => true, 'use_honeypot_field' => true], 'spam_protection' => ['honeypot' => ['field_name' => 'inputUserName', 'enable_inline_style' => true], 'recaptcha_v3' => ['site_key' => NULL, 'secret_key' => NULL]], 'email' => []]);
return $instance;
}
/**
* Gets the public 'FormBuilderBundle\EventSubscriber\FormBuilderSubscriber' shared autowired service.
*
* @return \FormBuilderBundle\EventSubscriber\FormBuilderSubscriber
*/
protected function getFormBuilderSubscriberService()
{
return $this->services['FormBuilderBundle\\EventSubscriber\\FormBuilderSubscriber'] = new \FormBuilderBundle\EventSubscriber\FormBuilderSubscriber(($this->services['FormBuilderBundle\\Configuration\\Configuration'] ?? $this->getConfigurationService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Dispatcher\\Dispatcher'] ?? $this->getDispatcherService()), ($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
}
/**
* Gets the public 'FormBuilderBundle\Factory\FormDefinitionFactoryInterface' shared autowired service.
*
* @return \FormBuilderBundle\Factory\FormDefinitionFactory
*/
protected function getFormDefinitionFactoryInterfaceService()
{
return $this->services['FormBuilderBundle\\Factory\\FormDefinitionFactoryInterface'] = new \FormBuilderBundle\Factory\FormDefinitionFactory();
}
/**
* Gets the public 'FormBuilderBundle\Form\FormErrorsSerializer' shared autowired service.
*
* @return \FormBuilderBundle\Form\FormErrorsSerializer
*/
protected function getFormErrorsSerializerService()
{
return $this->services['FormBuilderBundle\\Form\\FormErrorsSerializer'] = new \FormBuilderBundle\Form\FormErrorsSerializer();
}
/**
* Gets the public 'FormBuilderBundle\Form\FormValuesOutputApplier' shared autowired service.
*
* @return \FormBuilderBundle\Form\FormValuesOutputApplier
*/
protected function getFormValuesOutputApplierService()
{
$a = new \FormBuilderBundle\Registry\OutputTransformerRegistry();
$b = ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService());
$a->register('fallback_transformer', '_all', new \FormBuilderBundle\Transformer\Output\FallbackTransformer($b));
$a->register('dynamic_multi_file_transformer', 'mail', new \FormBuilderBundle\Transformer\Output\DynamicMultiFileTransformer($b, ($this->services['FormBuilderBundle\\Stream\\AttachmentStream'] ?? $this->getAttachmentStreamService())));
$a->register('date_transformer', 'object', new \FormBuilderBundle\Transformer\Output\DateDataObjectTransformer());
$a->register('choice_transformer', 'object', new \FormBuilderBundle\Transformer\Output\ChoiceDataObjectTransformer());
$a->register('country_transformer', 'object', new \FormBuilderBundle\Transformer\Output\CountryDataObjectTransformer());
$a->register('checkbox_transformer', 'object', new \FormBuilderBundle\Transformer\Output\CheckboxObjectTransformer());
return $this->services['FormBuilderBundle\\Form\\FormValuesOutputApplier'] = new \FormBuilderBundle\Form\FormValuesOutputApplier(($this->services['FormBuilderBundle\\Configuration\\Configuration'] ?? $this->getConfigurationService()), $a);
}
/**
* Gets the public 'FormBuilderBundle\Form\RuntimeData\FormRuntimeDataAllocator' shared autowired service.
*
* @return \FormBuilderBundle\Form\RuntimeData\FormRuntimeDataAllocator
*/
protected function getFormRuntimeDataAllocatorService()
{
return $this->services['FormBuilderBundle\\Form\\RuntimeData\\FormRuntimeDataAllocator'] = new \FormBuilderBundle\Form\RuntimeData\FormRuntimeDataAllocator(($this->services['FormBuilderBundle\\Registry\\RuntimeDataProviderRegistry'] ?? ($this->services['FormBuilderBundle\\Registry\\RuntimeDataProviderRegistry'] = new \FormBuilderBundle\Registry\RuntimeDataProviderRegistry())));
}
/**
* Gets the public 'FormBuilderBundle\MailEditor\Parser\PlaceholderParser' shared autowired service.
*
* @return \FormBuilderBundle\MailEditor\Parser\PlaceholderParser
*/
protected function getPlaceholderParserService()
{
return $this->services['FormBuilderBundle\\MailEditor\\Parser\\PlaceholderParser'] = new \FormBuilderBundle\MailEditor\Parser\PlaceholderParser(($this->services['FormBuilderBundle\\Registry\\MailEditorWidgetRegistry'] ?? $this->getMailEditorWidgetRegistryService()));
}
/**
* Gets the public 'FormBuilderBundle\MailEditor\Widget\DateWidget' shared autowired service.
*
* @return \FormBuilderBundle\MailEditor\Widget\DateWidget
*/
protected function getDateWidgetService()
{
return $this->services['FormBuilderBundle\\MailEditor\\Widget\\DateWidget'] = new \FormBuilderBundle\MailEditor\Widget\DateWidget();
}
/**
* Gets the public 'FormBuilderBundle\MailEditor\Widget\FormFieldWidget' shared autowired service.
*
* @return \FormBuilderBundle\MailEditor\Widget\FormFieldWidget
*/
protected function getFormFieldWidgetService()
{
return $this->services['FormBuilderBundle\\MailEditor\\Widget\\FormFieldWidget'] = new \FormBuilderBundle\MailEditor\Widget\FormFieldWidget();
}
/**
* Gets the public 'FormBuilderBundle\Registry\ConditionalLogicRegistry' shared autowired service.
*
* @return \FormBuilderBundle\Registry\ConditionalLogicRegistry
*/
protected function getConditionalLogicRegistryService()
{
$this->services['FormBuilderBundle\\Registry\\ConditionalLogicRegistry'] = $instance = new \FormBuilderBundle\Registry\ConditionalLogicRegistry('FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\ActionInterface', 'FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Condition\\ConditionInterface');
$instance->register('toggleElement', ($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\ToggleElementAction'] ?? ($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\ToggleElementAction'] = new \FormBuilderBundle\Validation\ConditionalLogic\Rule\Action\ToggleElementAction())), 'action', ['name' => 'form_builder.cl.action.toggle_element', 'icon' => 'form_builder_cl_toggle_element', 'form' => ['fields' => ['type' => 'fields_select', 'label' => 'form_builder_toggle_element_fields', 'options_transformer' => NULL, 'conditional' => []], 'state' => ['type' => 'select', 'label' => 'form_builder_toggle_element_state', 'config' => ['options' => [0 => [0 => 'form_builder_toggle_element_show', 1 => 'show'], 1 => [0 => 'form_builder_toggle_element_hide', 1 => 'hide']]], 'options_transformer' => NULL, 'conditional' => []]]]);
$instance->register('constraintsAdd', ($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\ConstraintsAddAction'] ?? ($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\ConstraintsAddAction'] = new \FormBuilderBundle\Validation\ConditionalLogic\Rule\Action\ConstraintsAddAction())), 'action', ['name' => 'form_builder.cl.action.constraints_add', 'icon' => 'form_builder_cl_constraints_add', 'form' => ['fields' => ['type' => 'fields_select', 'label' => 'form_builder_constraints_fields', 'options_transformer' => NULL, 'conditional' => []], 'validation' => ['type' => 'constraints_select', 'label' => 'form_builder_constraints_type', 'options_transformer' => NULL, 'conditional' => []]]]);
$instance->register('constraintsRemove', ($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\ConstraintsRemoveAction'] ?? ($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\ConstraintsRemoveAction'] = new \FormBuilderBundle\Validation\ConditionalLogic\Rule\Action\ConstraintsRemoveAction())), 'action', ['name' => 'form_builder.cl.action.constraints_remove', 'icon' => 'form_builder_cl_constraints_remove', 'form' => ['fields' => ['type' => 'fields_select', 'label' => 'form_builder_constraints_fields', 'options_transformer' => NULL, 'conditional' => []], 'validation' => ['type' => 'constraints_select', 'label' => 'form_builder_constraints_type', 'options_transformer' => NULL, 'conditional' => []], 'removeAllValidations' => ['type' => 'checkbox', 'label' => 'form_builder_constraints_all', 'options_transformer' => NULL, 'conditional' => []]]]);
$instance->register('changeValue', NULL, 'action', ['name' => 'form_builder.cl.action.change_value', 'icon' => 'form_builder_cl_change_value', 'form' => ['fields' => ['type' => 'fields_select', 'label' => 'form_builder_change_value_fields', 'options_transformer' => NULL, 'conditional' => []], 'value' => ['type' => 'textfield', 'label' => 'form_builder_change_value_value', 'options_transformer' => NULL, 'conditional' => []]]]);
$instance->register('triggerEvent', NULL, 'action', ['name' => 'form_builder.cl.action.trigger_event', 'icon' => 'form_builder_cl_trigger_event', 'form' => ['fields' => ['type' => 'fields_select', 'label' => 'form_builder_trigger_event_fields', 'options_transformer' => NULL, 'conditional' => []], 'event' => ['type' => 'textfield', 'label' => 'form_builder_trigger_event_event', 'options_transformer' => NULL, 'conditional' => []]]]);
$instance->register('toggleClass', ($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\ToggleClassAction'] ?? ($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\ToggleClassAction'] = new \FormBuilderBundle\Validation\ConditionalLogic\Rule\Action\ToggleClassAction())), 'action', ['name' => 'form_builder.cl.action.toggle_class', 'icon' => 'form_builder_cl_toggle_class', 'form' => ['fields' => ['type' => 'fields_select', 'label' => 'form_builder_toggle_class_fields', 'options_transformer' => NULL, 'conditional' => []], 'class' => ['type' => 'textfield', 'label' => 'form_builder_toggle_class_value', 'options_transformer' => NULL, 'conditional' => []]]]);
$instance->register('toggleAvailability', NULL, 'action', ['name' => 'form_builder.cl.action.toggle_availability', 'icon' => 'form_builder_cl_toggle_availability', 'form' => ['fields' => ['type' => 'fields_select', 'label' => 'form_builder_toggle_availability_fields', 'options_transformer' => NULL, 'conditional' => []], 'state' => ['type' => 'select', 'label' => 'form_builder_toggle_element_state', 'config' => ['options' => [0 => [0 => 'form_builder_toggle_availability_enable', 1 => 'enable'], 1 => [0 => 'form_builder_toggle_availability_disable', 1 => 'disable']]], 'options_transformer' => NULL, 'conditional' => []]]]);
$instance->register('switchOutputWorkflow', ($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\SwitchOutputWorkflowAction'] ?? ($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\SwitchOutputWorkflowAction'] = new \FormBuilderBundle\Validation\ConditionalLogic\Rule\Action\SwitchOutputWorkflowAction())), 'action', ['name' => 'form_builder.cl.action.switch_output_workflow', 'icon' => 'form_builder_cl_switch_output_workflow', 'form' => ['identifier' => ['type' => 'workflow_select', 'label' => 'form_builder_switch_output_workflow_identifier', 'options_transformer' => NULL, 'conditional' => []]]]);
$instance->register('successMessage', ($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\SuccessMessageAction'] ?? ($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\SuccessMessageAction'] = new \FormBuilderBundle\Validation\ConditionalLogic\Rule\Action\SuccessMessageAction())), 'action', ['name' => 'form_builder.cl.action.success_message', 'icon' => 'form_builder_cl_success_message', 'form' => ['identifier' => ['type' => 'conditional_select', 'label' => 'form_builder_success_message_identifier', 'config' => ['options' => [0 => [0 => 'form_builder_success_message_identifier_string', 1 => 'string'], 1 => [0 => 'form_builder_success_message_identifier_snippet', 1 => 'snippet'], 2 => [0 => 'form_builder_success_message_identifier_redirect', 1 => 'redirect'], 3 => [0 => 'form_builder_success_message_identifier_redirect_external', 1 => 'redirect_external']]], 'conditional_identifier' => 'value', 'conditional' => ['string' => ['type' => 'textfield', 'label' => 'form_builder_success_message_text', 'options_transformer' => NULL], 'snippet' => ['type' => 'localized_href', 'label' => 'form_builder_success_message_snippet', 'options_transformer' => 'FormBuilderBundle\\Transformer\\HrefTransformer'], 'redirect' => ['type' => 'localized_href', 'label' => 'form_builder_success_message_document', 'options_transformer' => 'FormBuilderBundle\\Transformer\\HrefTransformer']], 'options_transformer' => NULL]]]);
$instance->register('elementValue', ($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Condition\\ElementValueCondition'] ?? ($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Condition\\ElementValueCondition'] = new \FormBuilderBundle\Validation\ConditionalLogic\Rule\Condition\ElementValueCondition())), 'condition', ['name' => 'form_builder.cl.condition.element_value', 'icon' => 'form_builder_cl_element_value', 'form' => ['fields' => ['type' => 'fields_select', 'label' => 'form_builder_element_value_fields', 'options_transformer' => NULL, 'conditional' => []], 'comparator' => ['type' => 'select', 'label' => 'form_builder_element_value_type', 'config' => ['options' => [0 => [0 => 'form_builder_element_value_type_contains', 1 => 'contains'], 1 => [0 => 'form_builder_element_value_type_is_checked', 1 => 'is_checked'], 2 => [0 => 'form_builder_element_value_type_is_not_checked', 1 => 'is_not_checked'], 3 => [0 => 'form_builder_element_value_type_is_greater', 1 => 'is_greater'], 4 => [0 => 'form_builder_element_value_type_is_less', 1 => 'is_less'], 5 => [0 => 'form_builder_element_value_type_is_value', 1 => 'is_value'], 6 => [0 => 'form_builder_element_value_type_is_not_value', 1 => 'is_not_value'], 7 => [0 => 'form_builder_element_value_type_is_empty_value', 1 => 'is_empty_value']]], 'options_transformer' => NULL, 'conditional' => []], 'value' => ['type' => 'textfield', 'label' => 'form_builder_element_value_value', 'options_transformer' => NULL, 'conditional' => []]]]);
$instance->register('outputWorkflow', ($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Condition\\OutputWorkflowCondition'] ?? ($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Condition\\OutputWorkflowCondition'] = new \FormBuilderBundle\Validation\ConditionalLogic\Rule\Condition\OutputWorkflowCondition())), 'condition', ['name' => 'form_builder.cl.condition.output_workflow', 'icon' => 'form_builder_cl_output_workflow', 'form' => ['fields' => ['type' => 'workflow_select', 'label' => 'form_builder_output_workflow_select', 'options_transformer' => NULL, 'conditional' => []]]]);
return $instance;
}
/**
* Gets the public 'FormBuilderBundle\Registry\DispatcherRegistry' shared autowired service.
*
* @return \FormBuilderBundle\Registry\DispatcherRegistry
*/
protected function getDispatcherRegistryService()
{
$this->services['FormBuilderBundle\\Registry\\DispatcherRegistry'] = $instance = new \FormBuilderBundle\Registry\DispatcherRegistry();
$instance->register('constraints', ($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Dispatcher\\Module\\Constraints'] ?? $this->getConstraintsService()));
$instance->register('form_type_classes', ($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Dispatcher\\Module\\FormTypeClasses'] ?? $this->getFormTypeClassesService()));
$instance->register('switch_output_workflow', ($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Dispatcher\\Module\\SwitchOutputWorkflow'] ?? $this->getSwitchOutputWorkflowService()));
$instance->register('success_message', ($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Dispatcher\\Module\\SuccessMessage'] ?? $this->getSuccessMessageService()));
return $instance;
}
/**
* Gets the public 'FormBuilderBundle\Registry\MailEditorWidgetRegistry' shared autowired service.
*
* @return \FormBuilderBundle\Registry\MailEditorWidgetRegistry
*/
protected function getMailEditorWidgetRegistryService()
{
$this->services['FormBuilderBundle\\Registry\\MailEditorWidgetRegistry'] = $instance = new \FormBuilderBundle\Registry\MailEditorWidgetRegistry();
$instance->register('fb_field', ($this->services['FormBuilderBundle\\MailEditor\\Widget\\FormFieldWidget'] ?? ($this->services['FormBuilderBundle\\MailEditor\\Widget\\FormFieldWidget'] = new \FormBuilderBundle\MailEditor\Widget\FormFieldWidget())));
$instance->register('date', ($this->services['FormBuilderBundle\\MailEditor\\Widget\\DateWidget'] ?? ($this->services['FormBuilderBundle\\MailEditor\\Widget\\DateWidget'] = new \FormBuilderBundle\MailEditor\Widget\DateWidget())));
return $instance;
}
/**
* Gets the public 'FormBuilderBundle\Registry\RuntimeDataProviderRegistry' shared autowired service.
*
* @return \FormBuilderBundle\Registry\RuntimeDataProviderRegistry
*/
protected function getRuntimeDataProviderRegistryService()
{
return $this->services['FormBuilderBundle\\Registry\\RuntimeDataProviderRegistry'] = new \FormBuilderBundle\Registry\RuntimeDataProviderRegistry();
}
/**
* Gets the public 'FormBuilderBundle\Session\FlashBagManagerInterface' shared autowired service.
*
* @return \FormBuilderBundle\Session\FlashBagManager
*/
protected function getFlashBagManagerInterfaceService()
{
return $this->services['FormBuilderBundle\\Session\\FlashBagManagerInterface'] = new \FormBuilderBundle\Session\FlashBagManager(($this->services['session'] ?? $this->load('getSessionService')));
}
/**
* Gets the public 'FormBuilderBundle\Stream\AttachmentStream' shared autowired service.
*
* @return \FormBuilderBundle\Stream\AttachmentStream
*/
protected function getAttachmentStreamService()
{
return $this->services['FormBuilderBundle\\Stream\\AttachmentStream'] = new \FormBuilderBundle\Stream\AttachmentStream(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['FormBuilderBundle\\Tool\\FileLocator'] ?? $this->getFileLocatorService()));
}
/**
* Gets the public 'FormBuilderBundle\Tool\FileLocator' shared autowired service.
*
* @return \FormBuilderBundle\Tool\FileLocator
*/
protected function getFileLocatorService()
{
return $this->services['FormBuilderBundle\\Tool\\FileLocator'] = new \FormBuilderBundle\Tool\FileLocator(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
}
/**
* Gets the public 'FormBuilderBundle\Tool\LocaleDataMapper' shared autowired service.
*
* @return \FormBuilderBundle\Tool\LocaleDataMapper
*/
protected function getLocaleDataMapperService()
{
return $this->services['FormBuilderBundle\\Tool\\LocaleDataMapper'] = new \FormBuilderBundle\Tool\LocaleDataMapper();
}
/**
* Gets the public 'FormBuilderBundle\Validation\ConditionalLogic\Dispatcher\Dispatcher' shared autowired service.
*
* @return \FormBuilderBundle\Validation\ConditionalLogic\Dispatcher\Dispatcher
*/
protected function getDispatcherService()
{
return $this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Dispatcher\\Dispatcher'] = new \FormBuilderBundle\Validation\ConditionalLogic\Dispatcher\Dispatcher(($this->services['FormBuilderBundle\\Registry\\DispatcherRegistry'] ?? $this->getDispatcherRegistryService()), ($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Processor\\ConditionalLogicProcessor'] ?? $this->getConditionalLogicProcessorService()));
}
/**
* Gets the public 'FormBuilderBundle\Validation\ConditionalLogic\Dispatcher\Module\Constraints' shared autowired service.
*
* @return \FormBuilderBundle\Validation\ConditionalLogic\Dispatcher\Module\Constraints
*/
protected function getConstraintsService()
{
return $this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Dispatcher\\Module\\Constraints'] = new \FormBuilderBundle\Validation\ConditionalLogic\Dispatcher\Module\Constraints(($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()), ($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Factory\\DataFactory'] ?? $this->getDataFactoryService()));
}
/**
* Gets the public 'FormBuilderBundle\Validation\ConditionalLogic\Dispatcher\Module\FormTypeClasses' shared autowired service.
*
* @return \FormBuilderBundle\Validation\ConditionalLogic\Dispatcher\Module\FormTypeClasses
*/
protected function getFormTypeClassesService()
{
return $this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Dispatcher\\Module\\FormTypeClasses'] = new \FormBuilderBundle\Validation\ConditionalLogic\Dispatcher\Module\FormTypeClasses(($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Factory\\DataFactory'] ?? $this->getDataFactoryService()));
}
/**
* Gets the public 'FormBuilderBundle\Validation\ConditionalLogic\Dispatcher\Module\SuccessMessage' shared autowired service.
*
* @return \FormBuilderBundle\Validation\ConditionalLogic\Dispatcher\Module\SuccessMessage
*/
protected function getSuccessMessageService()
{
return $this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Dispatcher\\Module\\SuccessMessage'] = new \FormBuilderBundle\Validation\ConditionalLogic\Dispatcher\Module\SuccessMessage(($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Factory\\DataFactory'] ?? $this->getDataFactoryService()));
}
/**
* Gets the public 'FormBuilderBundle\Validation\ConditionalLogic\Dispatcher\Module\SwitchOutputWorkflow' shared autowired service.
*
* @return \FormBuilderBundle\Validation\ConditionalLogic\Dispatcher\Module\SwitchOutputWorkflow
*/
protected function getSwitchOutputWorkflowService()
{
return $this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Dispatcher\\Module\\SwitchOutputWorkflow'] = new \FormBuilderBundle\Validation\ConditionalLogic\Dispatcher\Module\SwitchOutputWorkflow(($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Factory\\DataFactory'] ?? $this->getDataFactoryService()));
}
/**
* Gets the public 'FormBuilderBundle\Validation\ConditionalLogic\Factory\DataFactory' shared autowired service.
*
* @return \FormBuilderBundle\Validation\ConditionalLogic\Factory\DataFactory
*/
protected function getDataFactoryService()
{
return $this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Factory\\DataFactory'] = new \FormBuilderBundle\Validation\ConditionalLogic\Factory\DataFactory(new RewindableGenerator(function () {
yield 0 => (new \FormBuilderBundle\Validation\ConditionalLogic\Dispatcher\Module\Data\ConstraintsData());
yield 1 => (new \FormBuilderBundle\Validation\ConditionalLogic\Dispatcher\Module\Data\FormTypeClassesData());
yield 2 => (new \FormBuilderBundle\Validation\ConditionalLogic\Dispatcher\Module\Data\SwitchOutputWorkflowData());
yield 3 => (isset($this->factories['FormBuilderBundle\\Validation\\ConditionalLogic\\Dispatcher\\Module\\Data\\SuccessMessageData']) ? $this->factories['FormBuilderBundle\\Validation\\ConditionalLogic\\Dispatcher\\Module\\Data\\SuccessMessageData']() : $this->load('getSuccessMessageDataService'));
}, 4));
}
/**
* Gets the public 'FormBuilderBundle\Validation\ConditionalLogic\Processor\ConditionalLogicProcessor' shared autowired service.
*
* @return \FormBuilderBundle\Validation\ConditionalLogic\Processor\ConditionalLogicProcessor
*/
protected function getConditionalLogicProcessorService()
{
return $this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Processor\\ConditionalLogicProcessor'] = new \FormBuilderBundle\Validation\ConditionalLogic\Processor\ConditionalLogicProcessor(($this->services['FormBuilderBundle\\Registry\\ConditionalLogicRegistry'] ?? $this->getConditionalLogicRegistryService()));
}
/**
* Gets the public 'FormBuilderBundle\Validation\ConditionalLogic\Rule\Action\ConstraintsAddAction' shared autowired service.
*
* @return \FormBuilderBundle\Validation\ConditionalLogic\Rule\Action\ConstraintsAddAction
*/
protected function getConstraintsAddActionService()
{
return $this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\ConstraintsAddAction'] = new \FormBuilderBundle\Validation\ConditionalLogic\Rule\Action\ConstraintsAddAction();
}
/**
* Gets the public 'FormBuilderBundle\Validation\ConditionalLogic\Rule\Action\ConstraintsRemoveAction' shared autowired service.
*
* @return \FormBuilderBundle\Validation\ConditionalLogic\Rule\Action\ConstraintsRemoveAction
*/
protected function getConstraintsRemoveActionService()
{
return $this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\ConstraintsRemoveAction'] = new \FormBuilderBundle\Validation\ConditionalLogic\Rule\Action\ConstraintsRemoveAction();
}
/**
* Gets the public 'FormBuilderBundle\Validation\ConditionalLogic\Rule\Action\SuccessMessageAction' shared autowired service.
*
* @return \FormBuilderBundle\Validation\ConditionalLogic\Rule\Action\SuccessMessageAction
*/
protected function getSuccessMessageActionService()
{
return $this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\SuccessMessageAction'] = new \FormBuilderBundle\Validation\ConditionalLogic\Rule\Action\SuccessMessageAction();
}
/**
* Gets the public 'FormBuilderBundle\Validation\ConditionalLogic\Rule\Action\SwitchOutputWorkflowAction' shared autowired service.
*
* @return \FormBuilderBundle\Validation\ConditionalLogic\Rule\Action\SwitchOutputWorkflowAction
*/
protected function getSwitchOutputWorkflowActionService()
{
return $this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\SwitchOutputWorkflowAction'] = new \FormBuilderBundle\Validation\ConditionalLogic\Rule\Action\SwitchOutputWorkflowAction();
}
/**
* Gets the public 'FormBuilderBundle\Validation\ConditionalLogic\Rule\Action\ToggleClassAction' shared autowired service.
*
* @return \FormBuilderBundle\Validation\ConditionalLogic\Rule\Action\ToggleClassAction
*/
protected function getToggleClassActionService()
{
return $this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\ToggleClassAction'] = new \FormBuilderBundle\Validation\ConditionalLogic\Rule\Action\ToggleClassAction();
}
/**
* Gets the public 'FormBuilderBundle\Validation\ConditionalLogic\Rule\Action\ToggleElementAction' shared autowired service.
*
* @return \FormBuilderBundle\Validation\ConditionalLogic\Rule\Action\ToggleElementAction
*/
protected function getToggleElementActionService()
{
return $this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Action\\ToggleElementAction'] = new \FormBuilderBundle\Validation\ConditionalLogic\Rule\Action\ToggleElementAction();
}
/**
* Gets the public 'FormBuilderBundle\Validation\ConditionalLogic\Rule\Condition\ElementValueCondition' shared autowired service.
*
* @return \FormBuilderBundle\Validation\ConditionalLogic\Rule\Condition\ElementValueCondition
*/
protected function getElementValueConditionService()
{
return $this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Condition\\ElementValueCondition'] = new \FormBuilderBundle\Validation\ConditionalLogic\Rule\Condition\ElementValueCondition();
}
/**
* Gets the public 'FormBuilderBundle\Validation\ConditionalLogic\Rule\Condition\OutputWorkflowCondition' shared autowired service.
*
* @return \FormBuilderBundle\Validation\ConditionalLogic\Rule\Condition\OutputWorkflowCondition
*/
protected function getOutputWorkflowConditionService()
{
return $this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Rule\\Condition\\OutputWorkflowCondition'] = new \FormBuilderBundle\Validation\ConditionalLogic\Rule\Condition\OutputWorkflowCondition();
}
/**
* 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\AdminBundle\Security\User\TokenStorageUserResolver' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\Security\User\TokenStorageUserResolver
*/
protected function getTokenStorageUserResolverService()
{
return $this->services['Pimcore\\Bundle\\AdminBundle\\Security\\User\\TokenStorageUserResolver'] = new \Pimcore\Bundle\AdminBundle\Security\User\TokenStorageUserResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* 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());
$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()
{
$this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener(($this->privates['Pimcore\\Analytics\\Google\\Tracker'] ?? $this->getTrackerService()));
$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()
{
$this->services['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener(($this->privates['Pimcore\\Analytics\\SiteId\\SiteIdProvider'] ?? $this->getSiteIdProviderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($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\Cache\Core\CoreCacheHandler' shared autowired service.
*
* @return \Pimcore\Cache\Core\CoreCacheHandler
*/
protected function getCoreCacheHandlerService()
{
$a = ($this->services['pimcore.cache.pool'] ?? $this->getPimcore_Cache_PoolService());
$b = new \Pimcore\Cache\Core\WriteLock($a);
$c = ($this->services['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
$b->setLogger($c);
$b->setLogger($c);
$this->services['Pimcore\\Cache\\Core\\CoreCacheHandler'] = $instance = new \Pimcore\Cache\Core\CoreCacheHandler($a, $b, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->setLogger($c);
$instance->setLogger($c);
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()
{
$this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'] = $instance = new \Pimcore\Document\Renderer\DocumentRenderer(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->privates['Pimcore\\Templating\\Renderer\\ActionRenderer'] ?? $this->getActionRendererService()), ($this->privates['fragment.renderer.inline'] ?? $this->getFragment_Renderer_InlineService()), ($this->privates['Pimcore\\Routing\\Dynamic\\DocumentRouteHandler'] ?? $this->getDocumentRouteHandlerService()), ($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($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()
{
return $this->services['Pimcore\\Document\\StaticPageGenerator'] = new \Pimcore\Document\StaticPageGenerator(($this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'] ?? $this->getDocumentRendererService()), ($this->services['Symfony\\Component\\Lock\\LockFactory'] ?? $this->getLockFactoryService()));
}
/**
* Gets the public 'Pimcore\Extension\Bundle\PimcoreBundleManager' shared autowired service.
*
* @return \Pimcore\Extension\Bundle\PimcoreBundleManager
*/
protected function getPimcoreBundleManagerService()
{
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)), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* 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, [
'accordion' => ['privates', 'ToolboxBundle\\Document\\Areabrick\\Accordion\\Accordion', 'getAccordionService', true],
'anchor' => ['privates', 'ToolboxBundle\\Document\\Areabrick\\Anchor\\Anchor', 'getAnchorService', true],
'benefits_grid' => ['privates', 'App\\Document\\Areabrick\\BenefitsGrid', 'getBenefitsGridService', true],
'columns' => ['privates', 'ToolboxBundle\\Document\\Areabrick\\Columns\\Columns', 'getColumns2Service', true],
'columnss' => ['privates', 'App\\Document\\Areabrick\\Columns', 'getColumnsService', true],
'contact_form' => ['privates', 'App\\Document\\Areabrick\\ContactForm', 'getContactFormService', true],
'container' => ['privates', 'ToolboxBundle\\Document\\Areabrick\\Container\\Container', 'getContainerService', true],
'content' => ['privates', 'ToolboxBundle\\Document\\Areabrick\\Content\\Content', 'getContentService', true],
'download' => ['privates', 'ToolboxBundle\\Document\\Areabrick\\Download\\Download', 'getDownloadService', true],
'dw_downloads' => ['privates', 'App\\Document\\Areabrick\\DwDownloads', 'getDwDownloadsService', true],
'dw_gallery' => ['privates', 'App\\Document\\Areabrick\\DwGallery', 'getDwGalleryService', true],
'ekon_button' => ['privates', 'App\\Document\\Areabrick\\EkonButton', 'getEkonButtonService', true],
'formbuilder_form' => ['services', 'FormBuilderBundle\\Document\\Areabrick\\Form\\Form', 'getFormService', true],
'gallery' => ['privates', 'ToolboxBundle\\Document\\Areabrick\\Gallery\\Gallery', 'getGalleryService', true],
'googleMap' => ['privates', 'ToolboxBundle\\Document\\Areabrick\\GoogleMap\\GoogleMap', 'getGoogleMapService', true],
'grid_button' => ['privates', 'App\\Document\\Areabrick\\GridButton', 'getGridButtonService', true],
'headline' => ['privates', 'ToolboxBundle\\Document\\Areabrick\\Headline\\Headline', 'getHeadlineService', true],
'iFrame' => ['privates', 'ToolboxBundle\\Document\\Areabrick\\IFrame\\IFrame', 'getIFrameService', true],
'image' => ['privates', 'ToolboxBundle\\Document\\Areabrick\\Image\\Image', 'getImageService', true],
'linkList' => ['privates', 'ToolboxBundle\\Document\\Areabrick\\LinkList\\LinkList', 'getLinkListService', true],
'more_services' => ['privates', 'App\\Document\\Areabrick\\MoreServices', 'getMoreServicesService', true],
'more_stories' => ['privates', 'App\\Document\\Areabrick\\MoreStories', 'getMoreStoriesService', true],
'parallaxContainer' => ['privates', 'ToolboxBundle\\Document\\Areabrick\\ParallaxContainer\\ParallaxContainer', 'getParallaxContainerService', true],
'scroll_detect' => ['privates', 'App\\Document\\Areabrick\\ScrollDetect', 'getScrollDetectService', true],
'separator' => ['privates', 'ToolboxBundle\\Document\\Areabrick\\Separator\\Separator', 'getSeparatorService', true],
'services' => ['privates', 'App\\Document\\Areabrick\\Services', 'getServicesService', true],
'services_grid' => ['privates', 'App\\Document\\Areabrick\\ServicesGrid', 'getServicesGridService', true],
'slideColumns' => ['privates', 'ToolboxBundle\\Document\\Areabrick\\SlideColumns\\SlideColumns', 'getSlideColumnsService', true],
'snippet' => ['privates', 'ToolboxBundle\\Document\\Areabrick\\Snippet\\Snippet', 'getSnippetService', true],
'spacer' => ['privates', 'ToolboxBundle\\Document\\Areabrick\\Spacer\\Spacer', 'getSpacerService', true],
'ss_filter_grid' => ['privates', 'App\\Document\\Areabrick\\SsFilterGrid', 'getSsFilterGridService', true],
'switch_header' => ['privates', 'App\\Document\\Areabrick\\SwitchHeader', 'getSwitchHeaderService', true],
'switch_text_section' => ['privates', 'App\\Document\\Areabrick\\SwitchTextSection', 'getSwitchTextSectionService', true],
'teaser' => ['privates', 'ToolboxBundle\\Document\\Areabrick\\Teaser\\Teaser', 'getTeaserService', true],
'text_section' => ['privates', 'App\\Document\\Areabrick\\TextSection', 'getTextSectionService', true],
'video' => ['privates', 'ToolboxBundle\\Document\\Areabrick\\Video\\Video', 'getVideoService', true],
'waterfall_grid' => ['privates', 'App\\Document\\Areabrick\\WaterfallGrid', 'getWaterfallGridService', true],
], [
'accordion' => '?',
'anchor' => '?',
'benefits_grid' => '?',
'columns' => '?',
'columnss' => '?',
'contact_form' => '?',
'container' => '?',
'content' => '?',
'download' => '?',
'dw_downloads' => '?',
'dw_gallery' => '?',
'ekon_button' => '?',
'formbuilder_form' => '?',
'gallery' => '?',
'googleMap' => '?',
'grid_button' => '?',
'headline' => '?',
'iFrame' => '?',
'image' => '?',
'linkList' => '?',
'more_services' => '?',
'more_stories' => '?',
'parallaxContainer' => '?',
'scroll_detect' => '?',
'separator' => '?',
'services' => '?',
'services_grid' => '?',
'slideColumns' => '?',
'snippet' => '?',
'spacer' => '?',
'ss_filter_grid' => '?',
'switch_header' => '?',
'switch_text_section' => '?',
'teaser' => '?',
'text_section' => '?',
'video' => '?',
'waterfall_grid' => '?',
]));
$instance->registerService('accordion', 'ToolboxBundle\\Document\\Areabrick\\Accordion\\Accordion');
$instance->registerService('anchor', 'ToolboxBundle\\Document\\Areabrick\\Anchor\\Anchor');
$instance->registerService('columns', 'ToolboxBundle\\Document\\Areabrick\\Columns\\Columns');
$instance->registerService('container', 'ToolboxBundle\\Document\\Areabrick\\Container\\Container');
$instance->registerService('content', 'ToolboxBundle\\Document\\Areabrick\\Content\\Content');
$instance->registerService('download', 'ToolboxBundle\\Document\\Areabrick\\Download\\Download');
$instance->registerService('gallery', 'ToolboxBundle\\Document\\Areabrick\\Gallery\\Gallery');
$instance->registerService('googleMap', 'ToolboxBundle\\Document\\Areabrick\\GoogleMap\\GoogleMap');
$instance->registerService('headline', 'ToolboxBundle\\Document\\Areabrick\\Headline\\Headline');
$instance->registerService('iFrame', 'ToolboxBundle\\Document\\Areabrick\\IFrame\\IFrame');
$instance->registerService('image', 'ToolboxBundle\\Document\\Areabrick\\Image\\Image');
$instance->registerService('linkList', 'ToolboxBundle\\Document\\Areabrick\\LinkList\\LinkList');
$instance->registerService('parallaxContainer', 'ToolboxBundle\\Document\\Areabrick\\ParallaxContainer\\ParallaxContainer');
$instance->registerService('separator', 'ToolboxBundle\\Document\\Areabrick\\Separator\\Separator');
$instance->registerService('slideColumns', 'ToolboxBundle\\Document\\Areabrick\\SlideColumns\\SlideColumns');
$instance->registerService('snippet', 'ToolboxBundle\\Document\\Areabrick\\Snippet\\Snippet');
$instance->registerService('spacer', 'ToolboxBundle\\Document\\Areabrick\\Spacer\\Spacer');
$instance->registerService('teaser', 'ToolboxBundle\\Document\\Areabrick\\Teaser\\Teaser');
$instance->registerService('video', 'ToolboxBundle\\Document\\Areabrick\\Video\\Video');
$instance->registerService('benefits_grid', 'App\\Document\\Areabrick\\BenefitsGrid');
$instance->registerService('columnss', 'App\\Document\\Areabrick\\Columns');
$instance->registerService('contact_form', 'App\\Document\\Areabrick\\ContactForm');
$instance->registerService('dw_downloads', 'App\\Document\\Areabrick\\DwDownloads');
$instance->registerService('dw_gallery', 'App\\Document\\Areabrick\\DwGallery');
$instance->registerService('ekon_button', 'App\\Document\\Areabrick\\EkonButton');
$instance->registerService('grid_button', 'App\\Document\\Areabrick\\GridButton');
$instance->registerService('more_services', 'App\\Document\\Areabrick\\MoreServices');
$instance->registerService('more_stories', 'App\\Document\\Areabrick\\MoreStories');
$instance->registerService('scroll_detect', 'App\\Document\\Areabrick\\ScrollDetect');
$instance->registerService('services', 'App\\Document\\Areabrick\\Services');
$instance->registerService('services_grid', 'App\\Document\\Areabrick\\ServicesGrid');
$instance->registerService('ss_filter_grid', 'App\\Document\\Areabrick\\SsFilterGrid');
$instance->registerService('switch_header', 'App\\Document\\Areabrick\\SwitchHeader');
$instance->registerService('switch_text_section', 'App\\Document\\Areabrick\\SwitchTextSection');
$instance->registerService('text_section', 'App\\Document\\Areabrick\\TextSection');
$instance->registerService('waterfall_grid', 'App\\Document\\Areabrick\\WaterfallGrid');
$instance->registerService('formbuilder_form', 'FormBuilderBundle\\Document\\Areabrick\\Form\\Form');
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->services['pimcore_admin.security.user_loader'] ?? $this->getPimcoreAdmin_Security_UserLoaderService()), ($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' => []]]);
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\\']), 1 => new \Pimcore\Loader\ImplementationLoader\ClassMapLoader(['googlemap' => '\\ToolboxBundle\\Model\\Document\\Editable\\GoogleMap', 'parallaximage' => '\\ToolboxBundle\\Model\\Document\\Editable\\ParallaxImage', 'vhs' => '\\ToolboxBundle\\Model\\Document\\Editable\\Vhs', 'columnadjuster' => '\\ToolboxBundle\\Model\\Document\\Editable\\ColumnAdjuster'])]);
}
/**
* 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\Targeting\Document\DocumentTargetingConfigurator' shared autowired service.
*
* @return \Pimcore\Targeting\Document\DocumentTargetingConfigurator
*/
protected function getDocumentTargetingConfiguratorService()
{
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->services['pimcore_admin.security.user_loader'] ?? $this->getPimcoreAdmin_Security_UserLoaderService()), ($this->services['Pimcore\\Cache\\Core\\CoreCacheHandler'] ?? $this->getCoreCacheHandlerService()));
}
/**
* 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 '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', 'session', NULL, true],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'session' => ['services', 'session', 'getSessionService', true],
'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
], [
'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()
{
$this->services['Symfony\\Component\\Lock\\LockFactory'] = $instance = new \Symfony\Component\Lock\LockFactory(new \Symfony\Component\Lock\Store\PdoStore(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService())));
$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 'ToolboxBundle\EventListener\Frontend\FrontendJsListener' shared autowired service.
*
* @return \ToolboxBundle\EventListener\Frontend\FrontendJsListener
*/
protected function getFrontendJsListenerService()
{
$this->services['ToolboxBundle\\EventListener\\Frontend\\FrontendJsListener'] = $instance = new \ToolboxBundle\EventListener\Frontend\FrontendJsListener(($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 'ToolboxBundle\Manager\ConfigManager' shared autowired service.
*
* @return \ToolboxBundle\Manager\ConfigManager
*/
protected function getConfigManagerService()
{
$this->services['ToolboxBundle\\Manager\\ConfigManager'] = $instance = new \ToolboxBundle\Manager\ConfigManager(($this->privates['ToolboxBundle\\Resolver\\ContextResolver'] ?? ($this->privates['ToolboxBundle\\Resolver\\ContextResolver'] = new \ToolboxBundle\Resolver\ContextResolver())));
$instance->setConfig(['areas' => ['accordion' => ['config_parameter' => ['reload_on_close' => true], 'config_elements' => ['type' => ['type' => 'select', 'title' => 'Type', 'config' => ['store' => ['panel-default' => 'Default', 'panel-danger' => 'Dangers'], 'default' => 'panel-default'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'component' => ['type' => 'select', 'title' => 'Component', 'description' => NULL, 'config' => ['store' => ['accordion' => 'Accordion', 'tab' => 'Tab'], 'default' => 'accordion'], 'tab' => NULL, 'enabled' => true], 'additional_classes' => ['type' => 'additionalClasses', 'config' => $this->parameters['dw.margin.top'], 'title' => 'Abstand Oben', 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_2' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Oben', 'config' => $this->parameters['dw.padding.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'expanded' => ['type' => 'input', 'title' => 'Expanded Tab Number', 'description' => 'Tab Number you want to be opened by default (e.g. 1). Leave empty for all tabs to be closed.', 'config' => NULL, 'tab' => NULL, 'enabled' => true]], 'tabs' => []], 'anchor' => ['config_elements' => ['anchor_name' => ['type' => 'input', 'title' => 'Anchor Name', 'config' => NULL, 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'anchor_title' => ['type' => 'input', 'title' => 'Anchor Title', 'config' => NULL, 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes' => ['type' => 'additionalClasses', 'title' => 'Abstand Oben', 'config' => $this->parameters['dw.margin.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_2' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Oben', 'config' => $this->parameters['dw.padding.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'tabs' => []], 'columns' => ['config_parameter' => ['reload_on_close' => true], 'config_elements' => ['type' => ['type' => 'select', 'title' => 'Columns', 'config' => ['store' => ['column_12' => '1 Column', 'column_6_6' => ['name' => '2 Columns – 50/50 (Phone: 1)', 'breakpoints' => ['xs' => '12_12', 'sm' => '12_12', 'md' => '6_6']], 'column_6_6_o0' => ['name' => '2 Columns – 50/50 (Phone, Tablet: 1)', 'breakpoints' => ['xs' => '12_12', 'sm' => '12_12', 'md' => '12_12', 'lg' => '6_6']], 'column_4_8' => ['name' => '2 Columns – 33/66 (Phone: 1) ', 'breakpoints' => ['xs' => '12_12', 'sm' => '12_12', 'md' => '4_8', 'lg' => '4_8']], 'column_8_4' => ['name' => '2 Columns – 66/33 (Phone: 1)', 'breakpoints' => ['xs' => '12_12', 'sm' => '12_12', 'md' => '8_4', 'lg' => '8_4']], 'column_3_9' => ['name' => '2 Columns – 25/75 (Phone: 1)', 'breakpoints' => ['xs' => '12_12', 'sm' => '12_12', 'md' => '3_9', 'lg' => '3_9']], 'column_9_3' => ['name' => '2 Columns – 75/25 (Phone: 1)', 'breakpoints' => ['xs' => '12_12', 'sm' => '12_12', 'md' => '9_3', 'lg' => '9_3']], 'column_4_6' => ['name' => '2 Columns – 33/50', 'breakpoints' => ['xs' => '12_12', 'sm' => '4_6', 'md' => '4_6']], 'column_o2_6_4' => ['name' => '2 Columns – 50/33', 'breakpoints' => ['xs' => 'o0_12_12', 'sm' => 'o2_6_4', 'md' => 'o2_6_4']], 'column_4_4_4' => ['name' => '3 Columns – 33/33/33 (Phone, Tablet: 1)', 'breakpoints' => ['xs' => '12_12_12', 'sm' => '12_12_12', 'md' => '12_12_12', 'lg' => '4_4_4']], 'column_4_4_4_o0' => ['name' => '3 Columns – 33/33/33 (Phone, Tablet, Laptop: 1)', 'breakpoints' => ['xs' => '12_12_12', 'sm' => '12_12_12', 'md' => '12_12_12', 'lg' => '12_12_12', 'xl' => '4_4_4']], 'column_3_6_3' => ['name' => '3 Columns – 25/50/25 (Phone, Tablet: 1)', 'breakpoints' => ['xs' => '12_12_12', 'sm' => '12_12_12', 'md' => '12_12_12', 'lg' => '3_6_3']], 'column_3_6_3_o0' => ['name' => '3 Columns – 25/50/25 (Phone, Tablet, Laptop: 1)', 'breakpoints' => ['xs' => '12_12_12', 'sm' => '12_12_12', 'md' => '12_12_12', 'lg' => '12_12_12', 'xl' => '3_6_3']], 'column_3_3_3_3' => ['name' => '4 Columns – 25/25/25/25 (Phone: 1, Tablet: 2)', 'breakpoints' => ['xs' => '12_12_12_12', 'sm' => '12_12_12_12', 'md' => '6_6_6_6', 'lg' => '3_3_3_3']], 'column_3_3_3_3_o0' => ['name' => '4 Columns – 25/25/25/25 (Phone: 1, Tablet & Laptop: 2)', 'breakpoints' => ['xs' => '12_12_12_12', 'sm' => '12_12_12_12', 'md' => '6_6_6_6', 'lg' => '6_6_6_6', 'xl' => '3_3_3_3']], 'column_2_2_2_2_2_2' => ['name' => '6 Columns – 16/16/16/16/16/16 (Phone: 2, Tablet: 3)', 'breakpoints' => ['xs' => '6_6_6_6_6_6', 'sm' => '6_6_6_6_6_6', 'md' => '4_4_4_4_4_4', 'lg' => '2_2_2_2_2_2']], 'column_2_2_2_2_2_2_o0' => ['name' => '6 Columns – 16/16/16/16/16/16 (Phone: 2, Tablet & Laptop: 3)', 'breakpoints' => ['xs' => '6_6_6_6_6_6', 'sm' => '6_6_6_6_6_6', 'md' => '4_4_4_4_4_4', 'lg' => '4_4_4_4_4_4', 'xl' => '2_2_2_2_2_2']]], 'default' => 'column_12_12'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes' => ['type' => 'additionalClasses', 'config' => $this->parameters['dw.margin.top'], 'title' => 'Abstand Oben', 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_2' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Oben', 'config' => $this->parameters['dw.padding.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'tabs' => []], 'container' => ['config_elements' => ['full_width_container' => ['type' => 'checkbox', 'title' => 'Fluid Container (Full Width)', 'config' => NULL, 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes' => ['type' => 'additionalClasses', 'config' => $this->parameters['dw.margin.top'], 'title' => 'Abstand Oben', 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_2' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Oben', 'config' => $this->parameters['dw.padding.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'container_width' => ['type' => 'select', 'title' => 'Container Width', 'description' => '', 'config' => ['store' => ['px-4' => 'Normal', 'px-4 sm:px-6 lg:px-8 max-w-md sm:max-w-3xl lg:max-w-7xl' => 'Small'], 'default' => 'px-4'], 'tab' => NULL, 'enabled' => true], 'full_width_background' => ['type' => 'checkbox', 'title' => 'Full Width Background Image', 'description' => 'NOT needed when using fluid container.', 'config' => ['reload' => true], 'tab' => NULL, 'enabled' => true], 'background_image_position' => ['type' => 'select', 'title' => 'Background Image Position', 'description' => 'Adjust the placement of the background image inside the container.', 'config' => ['store' => ['top' => 'Top', 'center' => 'Center', 'bottom' => 'Bottom', 'left center' => 'Left Center', 'top center' => 'Top Center', 'right center' => 'Right Center', 'left Top' => 'Left Top', 'right Top' => 'Right Top']], 'tab' => NULL, 'enabled' => true], 'background_repeat' => ['type' => 'select', 'title' => 'Background Repeat', 'description' => 'Should the Backrgound image be repeated continously?', 'config' => ['store' => ['no-repeat' => 'No Repeat (Default)', 'repeat-y' => 'Repeat on Y-Axis (vertically)', 'repeat-x' => 'Repeat on X-Axis (horizontally)'], 'default' => 'no-repeat'], 'tab' => NULL, 'enabled' => true], 'background_image' => ['type' => 'image', 'title' => 'Background Image', 'config' => ['reload' => true, 'hidetext' => true, 'width' => 265, 'thumbnail' => [0 => ['width' => 800], 1 => ['height' => 0]]], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'background_image_size' => ['type' => 'select', 'title' => 'Background Image Size', 'description' => 'Adjust the Sizing of the background image inside the container. "Cover" is the most used.', 'config' => ['store' => ['cover' => 'Cover (fill completly)', 'contain' => 'Contain (image fully shown, but might not fill container)', 'auto' => 'Auto (scale, keep aspect ratio)', '50% auto' => '50% width, centered vertically', '33% auto' => '33% width, centered vertically'], 'default' => 'cover'], 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_1' => ['type' => 'additionalClassesChained', 'title' => 'Style', 'config' => ['store' => ['dna-container' => 'Container für DNA (Wertschöpfungskette)']], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'tabs' => []], 'content' => ['config_elements' => ['additional_classes' => ['type' => 'additionalClasses', 'config' => $this->parameters['dw.margin.top'], 'title' => 'Abstand Oben', 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_2' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Oben', 'config' => $this->parameters['dw.padding.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_1' => ['type' => 'additionalClassesChained', 'title' => 'Style', 'config' => ['store' => ['bg-white rounded-lg inline-block' => 'Weißer Hintergrund | Abgerundet', 'dna-container' => 'Container für DNA (Wertschöpfungskette)']], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'tabs' => []], 'download' => ['config_elements' => ['downloads' => ['type' => 'relations', 'title' => 'Files', 'config' => NULL, 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'show_preview_images' => ['type' => 'checkbox', 'title' => 'Show preview images', 'config' => NULL, 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'show_file_info' => ['type' => 'checkbox', 'title' => 'Show file info', 'config' => NULL, 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes' => ['type' => 'additionalClasses', 'config' => $this->parameters['dw.margin.top'], 'title' => 'Abstand Oben', 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_2' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Oben', 'config' => $this->parameters['dw.padding.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_1' => ['type' => 'additionalClassesChained', 'title' => 'Style', 'config' => ['store' => ['bg-orange-500 rounded-lg' => 'Orangener Hintergrund | Abgerundet']], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'config_parameter' => NULL, 'tabs' => []], 'gallery' => ['config_elements' => ['images' => ['type' => 'relations', 'title' => 'Images or Folder', 'config' => NULL, 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'use_light_box' => ['type' => 'checkbox', 'title' => 'Use Lightbox', 'config' => NULL, 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'use_thumbnails' => ['type' => 'checkbox', 'title' => 'Use Thumbnails', 'config' => NULL, 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes' => ['type' => 'additionalClasses', 'config' => $this->parameters['dw.margin.top'], 'title' => 'Abstand Oben', 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_2' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Oben', 'config' => $this->parameters['dw.padding.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'tabs' => []], 'googleMap' => ['config_elements' => ['map_zoom' => ['type' => 'numeric', 'title' => 'Map zoom', 'config' => ['width' => 100, 'minValue' => 0, 'maxValue' => 19, 'decimalPrecision' => 0, 'default' => 12], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'map_type' => ['type' => 'select', 'title' => 'Map type', 'config' => ['store' => ['roadmap' => 'ROADMAP', 'satellite' => 'SATELLITE', 'hybrid' => 'HYBRID', 'terrain' => 'TERRAIN'], 'default' => 'roadmap'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'iw_on_init' => ['type' => 'checkbox', 'title' => 'Open Info Window by Default', 'config' => NULL, 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes' => ['type' => 'additionalClasses', 'config' => $this->parameters['dw.margin.top'], 'title' => 'Abstand Oben', 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_2' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Oben', 'config' => $this->parameters['dw.padding.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'config_parameter' => ['map_options' => ['streetViewControl' => true, 'mapTypeControl' => false, 'panControl' => false, 'scrollwheel' => false], 'map_style_url' => false, 'marker_icon' => false, 'map_api_key' => NULL, 'simple_api_key' => NULL], 'tabs' => []], 'headline' => ['config_elements' => ['headline_type' => ['type' => 'select', 'title' => 'Headline Size', 'config' => ['name' => 'headlineType', 'store' => ['h1' => 'Headline 1', 'h2' => 'Headline 2', 'h3' => 'Headline 3', 'h4' => 'Headline 4', 'h5' => 'Headline 5', 'h6' => 'Headline 6'], 'default' => 'h3'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'anchor_name' => ['type' => 'input', 'title' => 'Anchor Name', 'config' => NULL, 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes' => ['type' => 'additionalClasses', 'config' => $this->parameters['dw.margin.top'], 'title' => 'Abstand Oben', 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_2' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Oben', 'config' => $this->parameters['dw.padding.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'tabs' => []], 'iFrame' => ['config_elements' => ['url' => ['type' => 'input', 'title' => 'iFrame Url', 'description' => NULL, 'tab' => NULL, 'config' => [], 'enabled' => true], 'iheight' => ['type' => 'numeric', 'title' => 'Initial Height', 'config' => ['default' => 200], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes' => ['type' => 'additionalClasses', 'config' => $this->parameters['dw.margin.top'], 'title' => 'Abstand Oben', 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_2' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Oben', 'config' => $this->parameters['dw.padding.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'tabs' => []], 'image' => ['config_elements' => ['image_link' => ['type' => 'link', 'title' => 'Link', 'config' => NULL, 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'use_light_box' => ['type' => 'checkbox', 'title' => 'Use Lightbox', 'config' => NULL, 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'show_caption' => ['type' => 'checkbox', 'title' => 'Display Caption', 'config' => NULL, 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes' => ['type' => 'additionalClasses', 'config' => $this->parameters['dw.margin.top'], 'title' => 'Abstand Oben', 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_2' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Oben', 'config' => $this->parameters['dw.padding.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_1' => ['type' => 'additionalClassesChained', 'title' => 'Style', 'config' => ['store' => ['bg-red-500' => 'Roter Hintergrund', 'bg-green-500' => 'Grüner Hintergrund', 'bg-blue-500' => 'Blauer Hintergrund', 'bg-blue-500 rounded-lg' => 'Blauer Hintergrund | Abgerundet', 'bg-white rounded-t-lg' => 'Weißer Hintergrund | Abgerundet oben']], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'tabs' => []], 'linkList' => ['config_elements' => ['additional_classes' => ['type' => 'additionalClasses', 'config' => $this->parameters['dw.margin.top'], 'title' => 'Abstand Oben', 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_2' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Oben', 'config' => $this->parameters['dw.padding.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'tabs' => []], 'parallaxContainer' => ['config_elements' => ['template' => ['type' => 'select', 'title' => 'Parallax Template', 'config' => ['store' => ['no-template' => 'No Template'], 'default' => 'no-template'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'background_image' => ['type' => 'relation', 'title' => 'Background Image', 'config' => ['types' => [0 => 'asset'], 'subtypes' => ['asset' => [0 => 'image', 1 => 'video']]], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'background_color' => ['type' => 'select', 'title' => 'Background Color', 'config' => ['store' => ['no-background-color' => 'No Background Color'], 'default' => 'no-background-color'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'image_front' => ['type' => 'parallaximage', 'title' => 'Images In Front Of Main Container', 'config' => ['position' => ['top-left' => 'Top Left', 'top-center' => 'Top Center', 'top-right' => 'Top Right', 'bottom-left' => 'Bottom Left', 'bottom-center' => 'Bottom Center', 'bottom-right' => 'Bottom Right', 'center-left' => 'Center Left', 'center-center' => 'Center Center', 'center-right' => 'Center Right'], 'size' => ['half-window-width' => 'Half Window Width', 'third-window-width' => 'Third Window Width', 'quarter-window-width' => 'Quarter Window Width']], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'image_behind' => ['type' => 'parallaximage', 'title' => 'Images Behind Main Container', 'config' => ['position' => ['top-left' => 'Top Left', 'top-center' => 'Top Center', 'top-right' => 'Top Right', 'bottom-left' => 'Bottom Left', 'bottom-center' => 'Bottom Center', 'bottom-right' => 'Bottom Right', 'center-left' => 'Center Left', 'center-center' => 'Center Center', 'center-right' => 'Center Right'], 'size' => ['half-window-width' => 'Half Window Width', 'third-window-width' => 'Third Window Width', 'quarter-window-width' => 'Quarter Window Width']], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes' => ['type' => 'additionalClasses', 'config' => $this->parameters['dw.margin.top'], 'title' => 'Abstand Oben', 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_2' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Oben', 'config' => $this->parameters['dw.padding.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'config_parameter' => ['window_size' => 'large', 'background_mode' => 'wrap', 'background_image_mode' => 'data', 'background_color_mode' => 'data'], 'tabs' => []], 'parallaxContainerSection' => ['config_elements' => ['template' => ['type' => 'select', 'title' => 'Section Template', 'config' => ['store' => ['no-template' => 'No Template'], 'default' => 'no-template'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'container_type' => ['type' => 'select', 'title' => 'Section Wrapper Type', 'config' => ['description' => 'If you need to add some content columns, apply a default or fluid container as wrapper.', 'store' => ['none' => 'No Section Wrapper', 'container' => 'Default Container Wrapper', 'container-fluid' => 'Fluid Container Wrapper'], 'default' => 'none'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'background_image' => ['type' => 'relation', 'title' => 'Background Image', 'config' => ['types' => [0 => 'asset'], 'subtypes' => ['asset' => [0 => 'image', 1 => 'video']]], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'background_color' => ['type' => 'select', 'title' => 'Background Color', 'config' => ['store' => ['no-background-color' => 'No Background Color'], 'default' => 'no-background-color'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes' => ['type' => 'additionalClasses', 'title' => 'Abstand Oben', 'config' => $this->parameters['dw.margin.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_2' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Oben', 'config' => $this->parameters['dw.padding.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'config_parameter' => ['background_image_mode' => 'data', 'background_color_mode' => 'data'], 'tabs' => []], 'separator' => ['config_elements' => ['space' => ['type' => 'select', 'title' => 'Space before & after separator', 'config' => ['store' => ['my-0' => 'None', 'my-4' => 'Small', 'my-8' => 'Medium', 'my-16' => 'Large', 'my-32' => 'XXL'], 'default' => 'h-4'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes' => ['type' => 'additionalClasses', 'config' => $this->parameters['dw.margin.top'], 'title' => 'Abstand Oben', 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_2' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Oben', 'config' => $this->parameters['dw.padding.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'tabs' => []], 'slideColumns' => ['config_elements' => ['slides_per_view' => ['type' => 'select', 'title' => 'Slides per View', 'config' => ['store' => [1 => '1 Columns', 2 => '2 Columns', 3 => '3 Columns', 4 => '4 Columns', 6 => '6 Columns'], 'default' => '1'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'equal_height' => ['type' => 'checkbox', 'title' => 'Equal heights?', 'config' => NULL, 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes' => ['type' => 'additionalClasses', 'config' => $this->parameters['dw.margin.top'], 'title' => 'Abstand Oben', 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_2' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Oben', 'config' => $this->parameters['dw.padding.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'config_parameter' => ['column_classes' => [2 => 'col-12 col-sm-6'], 'breakpoints' => []], 'tabs' => []], 'spacer' => ['config_elements' => ['spacer_class' => ['type' => 'select', 'title' => 'Space Class', 'config' => ['store' => ['h-4' => 'XS', 'h-8' => 'Small', 'h-16' => 'Medium', 'h-32' => 'Large', 'h-48' => 'XL', 'h-64' => 'XXL', 'h-16 sm:h-20 md:h-24 lg:h-32 xl:h-40' => 'DNA Teaser Top', 'h-screen' => '100% Bildschirmhöhe', 'h-screen-70' => '70% Bildschirmhöhe', 'h-screen-60' => '60% Bildschirmhöhe', 'h-screen-1/2' => '50% Bildschirmhöhe'], 'default' => 'h-16'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes' => ['type' => 'additionalClasses', 'config' => $this->parameters['dw.margin.top'], 'title' => 'Abstand Oben', 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_2' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Oben', 'config' => $this->parameters['dw.padding.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'tabs' => []], 'teaser' => ['config_elements' => ['type' => ['type' => 'select', 'title' => 'Type', 'config' => ['store' => ['direct' => 'Direct', 'snippet' => 'Snippet'], 'default' => 'direct'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'layout' => ['type' => 'select', 'title' => 'Layout', 'config' => ['store' => ['default' => 'Default'], 'default' => 'default'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'use_light_box' => ['type' => 'checkbox', 'title' => 'use Lightbox?', 'config' => NULL, 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes' => ['type' => 'additionalClasses', 'config' => ['store' => ['none' => 'None', 'dna-teaser-left' => 'DNA Teaser Links', 'dna-teaser-right' => 'DNA Teaser Rechts']], 'title' => 'Style', 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_2' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Oben', 'config' => $this->parameters['dw.padding.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_96' => ['type' => 'additionalClassesChained', 'title' => 'Animation', 'config' => $this->parameters['dw.animations'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_97' => ['type' => 'additionalClassesChained', 'title' => 'Animation Dauer', 'config' => $this->parameters['dw.animationDurations'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_98' => ['type' => 'additionalClassesChained', 'title' => 'Animation Verzögerung', 'config' => $this->parameters['dw.animationDelays'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_99' => ['type' => 'additionalClassesChained', 'title' => 'Animation Wiederholungen', 'config' => $this->parameters['dw.animationRepeat'], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'tabs' => []], 'video' => ['config_elements' => ['autoplay' => ['type' => 'checkbox', 'title' => 'Autoplay?', 'config' => NULL, 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes' => ['type' => 'additionalClasses', 'config' => $this->parameters['dw.margin.top'], 'title' => 'Abstand Oben', 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_2' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Oben', 'config' => $this->parameters['dw.padding.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_1' => ['type' => 'additionalClassesChained', 'title' => 'Style', 'config' => ['store' => ['bg-white rounded-lg' => 'Weißer Hintergrund | Abgerundet', 'shadow-2xl' => 'Box Shadow', 'shadow-2xl border-8 border-white' => 'Box Shadow + White Border']], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'config_parameter' => ['video_types' => ['asset' => ['active' => false, 'allow_lightbox' => false], 'youtube' => ['active' => true, 'allow_lightbox' => false], 'vimeo' => ['active' => true, 'allow_lightbox' => false], 'dailymotion' => ['active' => false, 'allow_lightbox' => false]]], 'tabs' => []]], 'ckeditor' => ['area_editor' => [], 'config' => ['extraPlugins' => 'tbGoogleOptOutLink', 'toolbar' => [0 => ['name' => 'basicstyles', 'items' => [0 => 'Bold', 1 => 'Italic', 2 => 'Underline', 3 => 'Strike', 4 => 'Subscript', 5 => 'Superscript', 6 => '-', 7 => 'RemoveFormat']], 1 => ['name' => 'clipboard', 'items' => [0 => 'Cut', 1 => 'Copy', 2 => 'Paste', 3 => 'PasteText', 4 => 'PasteFromWord', 5 => '-', 6 => 'Undo', 7 => 'Redo']], 2 => ['name' => 'editing', 'items' => [0 => 'Replace', 1 => '-', 2 => 'SelectAll']], 3 => '/', 4 => ['name' => 'paragraph', 'items' => [0 => 'JustifyLeft', 1 => 'JustifyCenter', 2 => 'JustifyRight', 3 => 'JustifyBlock', 4 => '-', 5 => 'NumberedList', 6 => 'BulletedList', 7 => '-', 8 => 'Outdent', 9 => 'Indent', 10 => '-', 11 => 'Blockquote', 12 => '-', 13 => '-', 14 => 'BidiLtr', 15 => 'BidiRtl']], 5 => ['name' => 'links', 'items' => [0 => 'Link', 1 => 'Unlink', 2 => 'Anchor']], 6 => ['name' => 'insert', 'items' => [0 => 'Table', 1 => 'HorizontalRule', 2 => 'SpecialChar']], 7 => ['name' => 'document', 'items' => [0 => 'Sourcedialog']], 8 => '/', 9 => ['name' => 'styles', 'items' => [0 => 'Styles', 1 => 'Format', 2 => 'GoogleOptOutLink']], 10 => ['name' => 'tools', 'items' => [0 => 'Maximize']]]], 'object_editor' => [], 'global_style_sets' => ['default' => [0 => ['name' => 'Button Default', 'element' => 'a', 'attributes' => ['class' => 'btn btn-default']]]]], 'theme' => ['layout' => 'Tailwind', 'default_layout' => false, 'wrapper' => ['image' => ['wrapper_classes' => [0 => ['tag' => 'div', 'class' => 'image']]], 'columns' => ['wrapper_classes' => [0 => ['tag' => 'div', 'class' => 'grid grid-cols-12 gap-4']]], 'gallery' => ['wrapper_classes' => [0 => ['tag' => 'div', 'class' => 'col-gallery']]], 'slideColumns' => ['wrapper_classes' => [0 => ['tag' => 'div', 'class' => 'slideColumns']]], 'teaser' => ['wrapper_classes' => [0 => ['tag' => 'div', 'class' => 'teaser']]], 'content' => ['wrapper_classes' => [0 => ['tag' => 'div', 'class' => 'rich-text']]]], 'calculators' => ['column_calculator' => 'App\\Calculator\\Tailwind\\ColumnCalculator', 'slide_calculator' => 'App\\Calculator\\Tailwind\\SlideColumnCalculator'], 'grid' => ['grid_size' => 12, 'breakpoints' => [0 => ['identifier' => 'xs', 'name' => 'Phone Portrait <img src="/bundles/pimcoreadmin/img/flat-color-icons/cell_phone.svg" width="20px">', 'description' => 'Vertical Smartphones up to 639px width'], 1 => ['identifier' => 'sm', 'name' => 'Phone Landscape <img src="/bundles/pimcoreadmin/img/flat-color-icons/cell_phone_landscape.svg" width="20px">', 'description' => 'Small horizontal Smartphones or large vertical Smartphones from 640px width and up'], 2 => ['identifier' => 'md', 'name' => 'Tablet Portrait <img src="/bundles/pimcoreadmin/img/flat-color-icons/ipad.svg" width="25px" height="20px">', 'description' => 'Vertical Tablets from 768px width and up'], 3 => ['identifier' => 'lg', 'name' => 'Tablet Landscape <img src="/bundles/pimcoreadmin/img/flat-color-icons/ipad.svg" width="25px" height="20px" style="transform: rotate(90deg);">', 'description' => 'Small horizontal Tablets or large vertical Tablets from 1024px width and up'], 4 => ['identifier' => 'xl', 'name' => 'Desktop and larger <img src="/bundles/pimcoreadmin/img/flat-color-icons/laptop.svg" width="30px">', 'description' => 'Desktops from 1280px width and up']], 'column_store' => []]], 'areas_appearance' => ['accordion' => ['disallowed' => [0 => 'accordion', 1 => 'container', 2 => 'slideColumns', 3 => 'parallaxContainer'], 'allowed' => []], 'columns' => ['disallowed' => [0 => 'container', 1 => 'parallaxContainer'], 'allowed' => []], 'slideColumns' => ['disallowed' => [0 => 'slideColumns', 1 => 'accordion', 2 => 'container', 3 => 'parallaxContainer', 4 => 'columns', 5 => 'anchor'], 'allowed' => []], 'container' => ['disallowed' => [0 => 'container', 1 => 'parallaxContainer'], 'allowed' => []], 'parallaxContainer' => ['disallowed' => [0 => 'container', 1 => 'parallaxContainer'], 'allowed' => []]], 'snippet_areas_appearance' => ['accordion' => ['disallowed' => [0 => 'accordion', 1 => 'container', 2 => 'slideColumns', 3 => 'parallaxContainer'], 'allowed' => []], 'columns' => ['disallowed' => [0 => 'container', 1 => 'parallaxContainer'], 'allowed' => []], 'slideColumns' => ['disallowed' => [0 => 'slideColumns', 1 => 'accordion', 2 => 'container', 3 => 'parallaxContainer', 4 => 'columns', 5 => 'anchor'], 'allowed' => []], 'container' => ['disallowed' => [0 => 'container', 1 => 'parallaxContainer'], 'allowed' => []], 'parallaxContainer' => ['disallowed' => [0 => 'container', 1 => 'parallaxContainer'], 'allowed' => []]], 'data_attributes' => ['gallery' => ['values' => ['lazy_load' => false, 'fade' => false, 'variable_width' => false, 'autoplay' => false, 'slides_to_show' => 1, 'dots' => false, 'arrows' => true]], 'gallery_thumbs' => ['values' => ['lazy_load' => false, 'fade' => false, 'variable_width' => false, 'autoplay' => false, 'slides_to_show' => 5, 'dots' => false, 'arrows' => true, 'center_mode' => true]]], 'image_thumbnails' => ['gallery_element' => 'jumpstartGallery', 'gallery_lightbox' => 'jumpstartLightbox', 'gallery_thumbnail' => 'jumpstartGalleryThumb', 'image_element' => 'jumpstartImage', 'image_lightbox' => 'jumpstartLightbox', 'video_poster' => 'jumpstartAdaptiveDesktop', 'video_thumbnail' => 'jumpstartVideo', 'teaser_element' => 'jumpstartTeaser', 'teaser_lightbox' => 'jumpstartLightbox', 'parallax_background' => 'parallaxBackground', 'parallax_section_background' => 'parallaxSectionBackground', 'parallax_container_element' => 'parallaxImage', 'download_preview_thumbnail' => 'jumpstartDownloadThumb'], 'custom_areas' => ['benefits_grid' => ['config_elements' => ['additional_classes' => ['type' => 'additionalClasses', 'title' => 'Abstand Oben', 'config' => $this->parameters['dw.margin.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'benefits' => ['type' => 'relations', 'title' => 'Vorteile Objekte', 'config' => ['types' => [0 => 'object'], 'classes' => [0 => 'Benefit']], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'config_parameter' => ['reload_on_close' => true], 'tabs' => []], 'dw_gallery' => ['config_elements' => ['additional_classes' => ['type' => 'additionalClasses', 'title' => 'Abstand Oben', 'config' => $this->parameters['dw.margin.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'content' => ['type' => 'relations', 'title' => 'Gallery Content', 'config' => ['types' => [0 => 'asset'], 'subtypes' => ['asset' => [0 => 'video', 1 => 'image']]], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'config_parameter' => ['reload_on_close' => true], 'tabs' => []], 'more_services' => ['config_elements' => ['additional_classes' => ['type' => 'additionalClasses', 'title' => 'Abstand Oben', 'config' => $this->parameters['dw.margin.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'more_services' => ['type' => 'relations', 'title' => 'Services', 'config' => ['types' => [0 => 'object'], 'classes' => [0 => 'ServiceClass']], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'config_parameter' => ['reload_on_close' => true], 'tabs' => []], 'more_stories' => ['config_elements' => ['additional_classes' => ['type' => 'additionalClasses', 'title' => 'Abstand Oben', 'config' => $this->parameters['dw.margin.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'more_stories' => ['type' => 'relations', 'title' => 'Success Stories', 'config' => ['types' => [0 => 'object'], 'classes' => [0 => 'SuccessStories']], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'config_parameter' => ['reload_on_close' => true], 'tabs' => []], 'services' => ['config_elements' => ['additional_classes' => ['type' => 'additionalClasses', 'title' => 'Abstand Oben', 'config' => $this->parameters['dw.margin.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'tabs' => []], 'services_grid' => ['config_elements' => ['additional_classes' => ['type' => 'additionalClasses', 'title' => 'Abstand Oben', 'config' => $this->parameters['dw.margin.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'services' => ['type' => 'relations', 'title' => 'Dienstleistungen', 'config' => ['types' => [0 => 'object'], 'classes' => [0 => 'ServiceClass']], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'config_parameter' => ['reload_on_close' => true], 'tabs' => []], 'ss_filter_grid' => ['config_elements' => ['additional_classes' => ['type' => 'additionalClasses', 'title' => 'Abstand Oben', 'config' => $this->parameters['dw.margin.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'tabs' => []], 'text_section' => ['config_elements' => ['additional_classes' => ['type' => 'additionalClasses', 'title' => 'Abstand Oben', 'config' => $this->parameters['dw.margin.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'sections' => ['type' => 'select', 'title' => 'Sections', 'config' => ['store' => [1 => 'One Section', 2 => 'Two Section'], 'default' => '1'], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'config_parameter' => ['reload_on_close' => true], 'tabs' => []], 'waterfall_grid' => ['config_elements' => ['additional_classes' => ['type' => 'additionalClasses', 'title' => 'Abstand Oben', 'config' => $this->parameters['dw.margin.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'waterfall_grid' => ['type' => 'relations', 'title' => 'Waterfall Grid', 'config' => ['classes' => ''], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'config_parameter' => ['reload_on_close' => true], 'tabs' => []], 'contact_form' => ['config_elements' => ['additional_classes' => ['type' => 'additionalClasses', 'title' => 'Abstand Oben', 'config' => $this->parameters['dw.margin.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'contactperson' => ['type' => 'relation', 'title' => 'Ansprechpartner', 'config' => ['types' => [0 => 'object'], 'classes' => [0 => 'ContactPerson']], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'config_parameter' => ['reload_on_close' => true], 'tabs' => []], 'dw_downloads' => ['config_elements' => ['additional_classes' => ['type' => 'additionalClasses', 'title' => 'Abstand Oben', 'config' => $this->parameters['dw.margin.top'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_3' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Unten', 'config' => $this->parameters['dw.margin.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_4' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Unten', 'config' => $this->parameters['dw.padding.bottom'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_5' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Links', 'config' => $this->parameters['dw.margin.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_6' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Links', 'config' => $this->parameters['dw.padding.left'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_7' => ['type' => 'additionalClassesChained', 'title' => 'Abstand Rechts', 'config' => $this->parameters['dw.margin.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'additional_classes_chain_8' => ['type' => 'additionalClassesChained', 'title' => 'Innenabstand Rechts', 'config' => $this->parameters['dw.padding.right'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'downloads' => ['type' => 'relations', 'title' => 'Downloads', 'config' => ['types' => [0 => 'asset']], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'config_parameter' => ['reload_on_close' => true], 'tabs' => []], 'columnss' => ['config_parameter' => ['reload_on_close' => true, 'test' => true], 'config_elements' => ['type' => ['type' => 'select', 'title' => 'Columns', 'config' => ['store' => ['column_10' => '1 Column', 'column_5_5' => ['name' => '2 Columns – 50/50 (Phone: 1)', 'breakpoints' => ['xs' => '10_10', 'sm' => '10_10', 'md' => '5_5']], 'column_5_5_o0' => ['name' => '2 Columns – 50/50 (Phone, Tablet: 1)', 'breakpoints' => ['xs' => '10_10', 'sm' => '10_10', 'md' => '10_10', 'lg' => '5_5']], 'column_4_6' => ['name' => '2 Columns – 40/60', 'breakpoints' => ['xs' => '10_10', 'sm' => '4_6', 'md' => '4_6']], 'column_o2_6_4' => ['name' => '2 Columns – 60/40', 'breakpoints' => ['xs' => '10_10', 'sm' => '6_4', 'md' => '6_4']], 'column_2_2_2_2_2' => ['name' => '5 Columns – 20/20/20/20/20', 'breakpoints' => ['xs' => '2_2_2_2_2', 'sm' => '2_2_2_2_2', 'md' => '2_2_2_2_2']], 'column_3_6_3' => ['name' => '3 Columns – 30/60/30 (Phone, Tablet: 1)', 'breakpoints' => ['xs' => '10_10_10', 'sm' => '10_10_10', 'md' => '10_10_10', 'lg' => '3_6_3']], 'column_3_6_3_o0' => ['name' => '3 Columns – 30/60/30(Phone, Tablet, Laptop: 1)', 'breakpoints' => ['xs' => '10_10_10', 'sm' => '10_10_10', 'md' => '10_10_10', 'lg' => '10_10_10', 'xl' => '3_6_3']], 'column_2_4_2_2' => ['name' => '4 Columns – 20/40/20/20 (Phone, Tablet: 1)', 'breakpoints' => ['xs' => '2_2_2_2', 'sm' => '3_3_3_3', 'md' => '2_4_2_2', 'lg' => '2_4_2_2']], 'column_2_4_4' => ['name' => '3 Columns – 20/40/40 (Phone, Tablet: 1)', 'breakpoints' => ['xs' => '10_10_10', 'sm' => '10_10_10', 'md' => '10_10_10', 'lg' => '2_4_4']], 'default' => 'column_2_2_2_2_2']], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'equal_height' => ['type' => 'checkbox', 'title' => 'Equal heights?', 'config' => NULL, 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'tabs' => []], 'ekon_button' => ['config_elements' => ['btnClasses' => ['type' => 'select', 'title' => 'Button Typ wählen', 'config' => ['store' => ['ekon-btn-primary' => 'Primärer Button', 'ekon-btn-primary-slim' => 'Primärer Button (Dünner & ohne Icon)', 'ekon-btn-secondary' => 'Sekundärer Button', 'ekon-btn-secondary-gray' => 'Sekundärer Button (Grau)', 'ekon-btn-secondary-gray-full' => 'Sekundärer Button (Grau gefüllt)']], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'btnPosition' => ['type' => 'select', 'title' => 'Positionierung wählen', 'description' => 'Der Button wird im Bearbeitungsmodus nicht positioniert um die Bearbeitung zu erleichtern. Auf der Website selbst wird er richtig positioniert.', 'config' => ['store' => ['start' => 'Links', 'center' => 'Zentriert', 'end' => 'Rechts']], 'tab' => NULL, 'enabled' => true]], 'tabs' => []], 'grid_button' => ['config_parameter' => ['reload_on_close' => true], 'tabs' => [], 'config_elements' => []], 'scroll_detect' => ['config_elements' => ['inactiveColor' => ['type' => 'select', 'title' => 'Farbe der inaktiven Punkte', 'config' => ['store' => ['#C8C8C8' => 'Hellgrau (Default)', '#EA002A' => 'Rot', '#9B9B9B' => 'Mittel Grau', '#474747' => 'Grau', '#000000' => 'Schwarz', '#ffffff' => 'Weiß'], 'default' => '#C8C8C8'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'activeColor' => ['type' => 'select', 'title' => 'Farbe der aktiven Punkte', 'config' => ['store' => ['#FAFAFA' => 'Hellgrau', '#EA002A' => 'Rot (Default)', '#9B9B9B' => 'Mittel Grau', '#474747' => 'Grau', '#000000' => 'Schwarz', '#ffffff' => 'Weiß'], 'default' => '#EA002A'], 'description' => NULL, 'tab' => NULL, 'enabled' => true], 'textColor' => ['type' => 'select', 'title' => 'Farbe der Schrift', 'config' => ['store' => ['#FAFAFA' => 'Hellgrau', '#EA002A' => 'Rot (Default)', '#9B9B9B' => 'Mittel Grau', '#474747' => 'Grau', '#000000' => 'Schwarz', '#ffffff' => 'Weiß'], 'default' => '#ffffff'], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'tabs' => []], 'switch_header' => ['tabs' => ['left' => 'Links', 'right' => 'Rechts'], 'config_elements' => ['background_image' => ['type' => 'image', 'title' => 'Background Image', 'tab' => 'left', 'config' => ['reload' => true, 'hidetext' => true, 'width' => 265, 'thumbnail' => [0 => ['width' => 800], 1 => ['height' => 0]]], 'description' => NULL, 'enabled' => true], 'background_image_right' => ['type' => 'image', 'title' => 'Background Image', 'tab' => 'right', 'config' => ['reload' => true, 'hidetext' => true, 'width' => 265, 'thumbnail' => [0 => ['width' => 800], 1 => ['height' => 0]]], 'description' => NULL, 'enabled' => true]], 'config_parameter' => ['reload_on_close' => true]], 'switch_text_section' => ['config_elements' => ['sections' => ['type' => 'select', 'title' => 'Sections', 'config' => ['store' => [1 => 'One Section', 2 => 'Two Section'], 'default' => '1'], 'description' => NULL, 'tab' => NULL, 'enabled' => true]], 'config_parameter' => ['reload_on_close' => true], 'tabs' => []]], 'area_block_configuration' => ['toolbar' => ['width' => 200, 'buttonWidth' => 200, 'buttonMaxCharacters' => 20], 'groups' => [0 => ['name' => 'Struktur', 'elements' => [0 => 'accordion', 1 => 'anchor', 2 => 'columns', 3 => 'container', 4 => 'iFrame', 5 => 'parallaxContainer', 6 => 'slideColumns', 7 => 'spacer']], 1 => ['name' => 'Inhalte', 'elements' => [0 => 'content', 1 => 'headline', 2 => 'image', 3 => 'video', 4 => 'download', 5 => 'separator']], 2 => ['name' => 'Elemente', 'elements' => [0 => 'gallery', 1 => 'googleMap', 2 => 'linkList', 3 => 'snippet', 4 => 'teaser']]], 'controlsAlign' => 'top', 'controlsTrigger' => 'hover'], 'flags' => ['strict_column_counter' => false, 'use_dynamic_links' => false], 'context' => []]);
return $instance;
}
/**
* Gets the public 'ToolboxBundle\Manager\LayoutManager' shared autowired service.
*
* @return \ToolboxBundle\Manager\LayoutManager
*/
protected function getLayoutManagerService()
{
$this->services['ToolboxBundle\\Manager\\LayoutManager'] = $instance = new \ToolboxBundle\Manager\LayoutManager(($this->services['ToolboxBundle\\Manager\\ConfigManager'] ?? $this->getConfigManagerService()));
$instance->setTemplating(($this->services['pimcore.templating.engine.delegating'] ?? $this->getPimcore_Templating_Engine_DelegatingService()));
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('6+3BKxxpc+', 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('OMKYNWl3HB', 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\\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', 'default');
}
/**
* 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'])]));
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' => $this->getEnv('DB_HOST'), 'port' => $this->getEnv('DB_PORT'), 'user' => $this->getEnv('DB_USER'), 'password' => $this->getEnv('DB_PASSWORD'), 'dbname' => $this->getEnv('DB_NAME'), 'driverOptions' => [], 'wrapperClass' => '\\Pimcore\\Db\\Connection', 'serverVersion' => 'mariadb-10.3.22', 'defaultTableOptions' => ['charset' => 'UTF8MB4', '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.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
], [
'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => '?',
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
]), [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.default_listeners.attach_entity_listeners']]), ['enum' => 'string', 'bit' => 'boolean']);
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/lib/Doctrine/Common/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/cache/lib/Doctrine/Common/Cache/Cache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.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/FileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/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/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$b->addDriver(new \Doctrine\ORM\Mapping\Driver\YamlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Resources/config/doctrine/model') => 'FormBuilderBundle\\Model'], '.orm.yml')), 'FormBuilderBundle\\Model');
$a->setEntityNamespaces([]);
$a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
$a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
$a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
], [
'doctrine.ulid_generator' => '?',
'doctrine.uuid_generator' => '?',
])));
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(true);
$a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(new \Doctrine\ORM\Mapping\DefaultNamingStrategy());
$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
$a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
$instance = \Doctrine\ORM\EntityManager::create(($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.preUpdate', [0 => function () {
return ($this->privates['App\\EventListener\\AdminListener'] ?? ($this->privates['App\\EventListener\\AdminListener'] = new \App\EventListener\AdminListener()));
}, 1 => 'onTagAddOrUpdate'], 0);
$instance->addListener('pimcore.dataobject.preAdd', [0 => function () {
return ($this->privates['App\\EventListener\\AdminListener'] ?? ($this->privates['App\\EventListener\\AdminListener'] = new \App\EventListener\AdminListener()));
}, 1 => 'onTagAddOrUpdate'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.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('kernel.response', [0 => function () {
return ($this->services['ToolboxBundle\\EventListener\\Frontend\\FrontendJsListener'] ?? $this->getFrontendJsListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('form_builder.output_workflow.signals', [0 => function () {
return ($this->services['FormBuilderBundle\\Stream\\AttachmentStream'] ?? $this->getAttachmentStreamService());
}, 1 => 'cleanUp'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
}, 1 => 'onKernelResponse'], -1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->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\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
}, 1 => 'onWorkerRunning'], 100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->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\\WorkerStartedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnSigtermSignalListenerService'));
}, 1 => 'onWorkerStarted'], 100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
}, 1 => 'onMessageFailed'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
}, 1 => 'onNotification'], -255);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->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('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->load('getNotesSubscriberService'));
}, 1 => 'onWorkflowCompleted'], 1);
$instance->addListener('workflow.enter', [0 => function () {
return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->load('getNotesSubscriberService'));
}, 1 => 'onWorkflowEnter'], 0);
$instance->addListener('pimcore.workflow.preGlobalAction', [0 => function () {
return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->load('getNotesSubscriberService'));
}, 1 => 'onPreGlobalAction'], 0);
$instance->addListener('pimcore.workflow.postGlobalAction', [0 => function () {
return ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->load('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'], 580);
$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('kernel.controller', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\BruteforceProtectionListener'] ?? $this->getBruteforceProtectionListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\BruteforceProtectionListener'] ?? $this->getBruteforceProtectionListenerService());
}, 1 => 'onKernelException'], 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.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('console.command', [0 => function () {
return ($this->privates['ToolboxBundle\\EventListener\\PermissionListener'] ?? $this->load('getPermissionListenerService'));
}, 1 => 'onConsoleCommand'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->services['FormBuilderBundle\\EventSubscriber\\FormBuilderSubscriber'] ?? $this->getFormBuilderSubscriberService());
}, 1 => 'onPreSetData'], 0);
$instance->addListener('form.post_set_data', [0 => function () {
return ($this->services['FormBuilderBundle\\EventSubscriber\\FormBuilderSubscriber'] ?? $this->getFormBuilderSubscriberService());
}, 1 => 'onPostSetData'], 0);
$instance->addListener('form.pre_submit', [0 => function () {
return ($this->services['FormBuilderBundle\\EventSubscriber\\FormBuilderSubscriber'] ?? $this->getFormBuilderSubscriberService());
}, 1 => 'onPreSubmit'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['FormBuilderBundle\\EventListener\\Core\\RequestListener'] ?? $this->getRequestListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('pimcore.mail.preSend', [0 => function () {
return ($this->privates['FormBuilderBundle\\EventListener\\Core\\MailParamListener'] ?? ($this->privates['FormBuilderBundle\\EventListener\\Core\\MailParamListener'] = new \FormBuilderBundle\EventListener\Core\MailParamListener()));
}, 1 => 'watchEmailParams'], 0);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
}, 1 => 'resetAssets'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\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()
{
return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
yield 4 => ($this->privates['debug.Pimcore\\Controller\\ArgumentValueResolver\\DocumentValueResolver'] ?? $this->load('getDocumentValueResolverService'));
yield 5 => ($this->privates['debug.Pimcore\\Controller\\ArgumentValueResolver\\EditmodeValueResolver'] ?? $this->load('getEditmodeValueResolverService'));
yield 6 => ($this->privates['debug.Pimcore\\Controller\\ArgumentValueResolver\\WebsiteConfigValueResolver'] ?? $this->load('getWebsiteConfigValueResolverService'));
yield 7 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
yield 8 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
yield 9 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
yield 10 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
}, 11)), ($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.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 autowired 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.adapter.pdo'] ?? $this->getPimcore_Cache_Adapter_PdoService()), NULL);
$instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* Gets the public 'pimcore.model.factory' shared autowired service.
*
* @return \Pimcore\Model\Factory
*/
protected function getPimcore_Model_FactoryService()
{
$this->services['pimcore.model.factory'] = $instance = new \Pimcore\Model\Factory();
$instance->addLoader(new \Pimcore\Model\Factory\FallbackBuilder());
$instance->addLoader(new \Pimcore\Loader\ImplementationLoader\ClassMapLoader([]));
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('', 'localhost', 'http', 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);
}
/**
* Gets the public 'pimcore_admin.security.bruteforce_protection_handler' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\Security\BruteforceProtectionHandler
*/
protected function getPimcoreAdmin_Security_BruteforceProtectionHandlerService()
{
$this->services['pimcore_admin.security.bruteforce_protection_handler'] = $instance = new \Pimcore\Bundle\AdminBundle\Security\BruteforceProtectionHandler(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()));
$a = ($this->services['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
$instance->setLogger($a);
$instance->setLogger($a);
return $instance;
}
/**
* Gets the public 'pimcore_admin.security.user_loader' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\Security\User\UserLoader
*/
protected function getPimcoreAdmin_Security_UserLoaderService()
{
return $this->services['pimcore_admin.security.user_loader'] = new \Pimcore\Bundle\AdminBundle\Security\User\UserLoader(($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\User\\TokenStorageUserResolver'] ?? $this->getTokenStorageUserResolverService()), ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()));
}
/**
* 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 '.service_locator.hNQzc35' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HNQzc35Service()
{
return $this->privates['.service_locator.hNQzc35'] = 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.dev' => '?',
'security.firewall.map.context.pimcore_admin' => '?',
'security.firewall.map.context.pimcore_admin_webdav' => '?',
]);
}
/**
* Gets the private 'FormBuilderBundle\EventListener\Core\RequestListener' shared autowired service.
*
* @return \FormBuilderBundle\EventListener\Core\RequestListener
*/
protected function getRequestListenerService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
$b = ($this->services['FormBuilderBundle\\Session\\FlashBagManagerInterface'] ?? $this->getFlashBagManagerInterfaceService());
$c = ($this->services['FormBuilderBundle\\Validation\\ConditionalLogic\\Dispatcher\\Dispatcher'] ?? $this->getDispatcherService());
return $this->privates['FormBuilderBundle\\EventListener\\Core\\RequestListener'] = new \FormBuilderBundle\EventListener\Core\RequestListener(($this->services['FormBuilderBundle\\Builder\\FrontendFormBuilder'] ?? $this->getFrontendFormBuilderService()), $a, new \FormBuilderBundle\OutputWorkflow\FormSubmissionFinisher($b, ($this->services['FormBuilderBundle\\Form\\FormErrorsSerializer'] ?? ($this->services['FormBuilderBundle\\Form\\FormErrorsSerializer'] = new \FormBuilderBundle\Form\FormErrorsSerializer())), new \FormBuilderBundle\OutputWorkflow\OutputWorkflowResolver($c), new \FormBuilderBundle\OutputWorkflow\OutputWorkflowDispatcher($a, ($this->privates['FormBuilderBundle\\Registry\\OutputWorkflowChannelRegistry'] ?? $this->getOutputWorkflowChannelRegistryService())), new \FormBuilderBundle\OutputWorkflow\SuccessManagementWorker(($this->services['FormBuilderBundle\\Tool\\LocaleDataMapper'] ?? ($this->services['FormBuilderBundle\\Tool\\LocaleDataMapper'] = new \FormBuilderBundle\Tool\LocaleDataMapper())), $b, ($this->privates['Pimcore\\Templating\\Renderer\\IncludeRenderer'] ?? $this->getIncludeRendererService()), $c, ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()))), ($this->privates['FormBuilderBundle\\Manager\\FormDefinitionManager'] ?? $this->getFormDefinitionManagerService()));
}
/**
* Gets the private 'FormBuilderBundle\Manager\FormDefinitionManager' shared autowired service.
*
* @return \FormBuilderBundle\Manager\FormDefinitionManager
*/
protected function getFormDefinitionManagerService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
return $this->privates['FormBuilderBundle\\Manager\\FormDefinitionManager'] = new \FormBuilderBundle\Manager\FormDefinitionManager(($this->services['FormBuilderBundle\\Factory\\FormDefinitionFactoryInterface'] ?? ($this->services['FormBuilderBundle\\Factory\\FormDefinitionFactoryInterface'] = new \FormBuilderBundle\Factory\FormDefinitionFactory())), new \FormBuilderBundle\Repository\FormDefinitionRepository($a), ($this->services['Pimcore\\Bundle\\AdminBundle\\Security\\User\\TokenStorageUserResolver'] ?? $this->getTokenStorageUserResolverService()), $a);
}
/**
* Gets the private 'FormBuilderBundle\Registry\OutputWorkflowChannelRegistry' shared autowired service.
*
* @return \FormBuilderBundle\Registry\OutputWorkflowChannelRegistry
*/
protected function getOutputWorkflowChannelRegistryService()
{
$this->privates['FormBuilderBundle\\Registry\\OutputWorkflowChannelRegistry'] = $instance = new \FormBuilderBundle\Registry\OutputWorkflowChannelRegistry();
$a = ($this->services['FormBuilderBundle\\Form\\FormValuesOutputApplier'] ?? $this->getFormValuesOutputApplierService());
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
$instance->register('email', new \FormBuilderBundle\OutputWorkflow\Channel\Email\EmailOutputChannel(new \FormBuilderBundle\OutputWorkflow\Channel\Email\EmailOutputChannelWorker(($this->services['FormBuilderBundle\\Configuration\\Configuration'] ?? $this->getConfigurationService()), new \FormBuilderBundle\OutputWorkflow\Channel\Email\Parser\MailParser(($this->services['pimcore.templating.engine.delegating'] ?? $this->getPimcore_Templating_Engine_DelegatingService()), $a, ($this->services['FormBuilderBundle\\MailEditor\\Parser\\PlaceholderParser'] ?? $this->getPlaceholderParserService())), $b), ($this->services['FormBuilderBundle\\Tool\\LocaleDataMapper'] ?? ($this->services['FormBuilderBundle\\Tool\\LocaleDataMapper'] = new \FormBuilderBundle\Tool\LocaleDataMapper()))));
$instance->register('object', new \FormBuilderBundle\OutputWorkflow\Channel\Object\ObjectOutputChannel(new \FormBuilderBundle\Factory\ObjectResolverFactory(($this->privates['FormBuilderBundle\\Registry\\DynamicObjectResolverRegistry'] ?? ($this->privates['FormBuilderBundle\\Registry\\DynamicObjectResolverRegistry'] = new \FormBuilderBundle\Registry\DynamicObjectResolverRegistry())), $a, $b, ($this->services['pimcore.model.factory'] ?? $this->getPimcore_Model_FactoryService()))));
$instance->register('api', new \FormBuilderBundle\OutputWorkflow\Channel\Api\ApiOutputChannel(new \FormBuilderBundle\OutputWorkflow\Channel\Api\ApiOutputChannelWorker($a, ($this->privates['FormBuilderBundle\\Registry\\ApiProviderRegistry'] ?? ($this->privates['FormBuilderBundle\\Registry\\ApiProviderRegistry'] = new \FormBuilderBundle\Registry\ApiProviderRegistry())), ($this->privates['FormBuilderBundle\\Registry\\FieldTransformerRegistry'] ?? ($this->privates['FormBuilderBundle\\Registry\\FieldTransformerRegistry'] = new \FormBuilderBundle\Registry\FieldTransformerRegistry())), $b)));
return $instance;
}
/**
* Gets the private 'Pimcore\Analytics\Google\Tracker' shared autowired service.
*
* @return \Pimcore\Analytics\Google\Tracker
*/
protected function getTrackerService()
{
$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())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
$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\\Bundle\\AdminBundle\\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\BruteforceProtectionListener' shared autowired service.
*
* @return \Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener
*/
protected function getBruteforceProtectionListenerService()
{
$this->privates['Pimcore\\Bundle\\AdminBundle\\EventListener\\BruteforceProtectionListener'] = $instance = new \Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener(($this->services['pimcore_admin.security.bruteforce_protection_handler'] ?? $this->getPimcoreAdmin_Security_BruteforceProtectionHandlerService()));
$instance->setPimcoreContextResolver(($this->services['Pimcore\\Http\\Request\\Resolver\\PimcoreContextResolver'] ?? $this->getPimcoreContextResolverService()));
return $instance;
}
/**
* 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\\Bundle\\AdminBundle\\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\\Bundle\\AdminBundle\\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\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()
{
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()), ($this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'] ?? $this->getTargetingDataCollectorService()));
}
/**
* 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()
{
$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->services['pimcore_admin.security.user_loader'] ?? $this->getPimcoreAdmin_Security_UserLoaderService()), ($this->services['Pimcore\\Extension\\Bundle\\PimcoreBundleManager'] ?? $this->getPimcoreBundleManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($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()
{
$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->services['pimcore_admin.security.user_loader'] ?? $this->getPimcoreAdmin_Security_UserLoaderService()), ($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService()), ($this->services['Pimcore\\Config'] ?? ($this->services['Pimcore\\Config'] = new \Pimcore\Config())));
$a = ($this->services['monolog.logger.init'] ?? $this->getMonolog_Logger_InitService());
$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\GlobalTemplateVariablesListener' shared autowired service.
*
* @return \Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener
*/
protected function getGlobalTemplateVariablesListenerService()
{
$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()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
$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()
{
$this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] = $instance = new \Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener(($this->services['Pimcore\\Document\\StaticPageGenerator'] ?? $this->getStaticPageGeneratorService()), ($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()
{
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()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $this->parameters['pimcore.web_profiler.toolbar.excluded_routes']);
}
/**
* 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\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()
{
$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())), ($this->services['Symfony\\Component\\Lock\\LockFactory'] ?? $this->getLockFactoryService()));
$a = ($this->services['monolog.logger.routing'] ?? $this->getMonolog_Logger_RoutingService());
$instance->setLogger($a);
$instance->setLogger($a);
return $instance;
}
/**
* 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());
return $this->privates['Pimcore\\Targeting\\ConditionMatcher'] = new \Pimcore\Targeting\ConditionMatcher(new \Pimcore\Targeting\ConditionFactory($a, $this->parameters['pimcore.targeting.conditions']), ($this->privates['Pimcore\\Targeting\\DataLoader'] ?? $this->getDataLoaderService()), $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()
{
$this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'] = $instance = new \Pimcore\Targeting\Debug\TargetingDataCollector(($this->privates['Pimcore\\Targeting\\Storage\\CookieStorage'] ?? $this->getCookieStorageService()), ($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService()));
$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\\VisitorInfoStorage'] ?? ($this->privates['Pimcore\\Targeting\\VisitorInfoStorage'] = new \Pimcore\Targeting\VisitorInfoStorage()));
$b = ($this->privates['Pimcore\\Targeting\\ActionHandler\\DelegatingActionHandler'] ?? $this->getDelegatingActionHandlerService());
$c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
$d = new \Pimcore\Targeting\VisitorInfoResolver(($this->privates['Pimcore\\Targeting\\Storage\\CookieStorage'] ?? $this->getCookieStorageService()), $a, ($this->privates['Pimcore\\Targeting\\ConditionMatcher'] ?? $this->getConditionMatcherService()), $b, ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $c);
$e = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$d->setStopwatch($e);
$this->privates['Pimcore\\Targeting\\EventListener\\TargetingListener'] = $instance = new \Pimcore\Targeting\EventListener\TargetingListener($d, $b, $a, ($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), new \Pimcore\Targeting\Code\TargetingCodeGenerator($c, ($this->services['pimcore.templating.engine.delegating'] ?? $this->getPimcore_Templating_Engine_DelegatingService())));
$instance->setStopwatch($e);
$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()
{
$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()), ($this->privates['Pimcore\\Targeting\\Debug\\TargetingDataCollector'] ?? $this->getTargetingDataCollectorService()), ($this->privates['Pimcore\\Targeting\\Debug\\OverrideHandler'] ?? $this->getOverrideHandlerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($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()
{
return $this->privates['Pimcore\\Targeting\\Storage\\CookieStorage'] = new \Pimcore\Targeting\Storage\CookieStorage(new \Pimcore\Targeting\Storage\Cookie\JWTCookieSaveHandler('SJpnFGWIN2n9IPn0lbR/oieVQvG6jioJbBgrHpXP1J4=', [], NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'Pimcore\Templating\Renderer\ActionRenderer' shared autowired service.
*
* @return \Pimcore\Templating\Renderer\ActionRenderer
*/
protected function getActionRendererService()
{
return $this->privates['Pimcore\\Templating\\Renderer\\ActionRenderer'] = new \Pimcore\Templating\Renderer\ActionRenderer(($this->privates['twig.runtime.httpkernel'] ?? $this->getTwig_Runtime_HttpkernelService()));
}
/**
* Gets the private 'Pimcore\Templating\Renderer\IncludeRenderer' shared autowired service.
*
* @return \Pimcore\Templating\Renderer\IncludeRenderer
*/
protected function getIncludeRendererService()
{
return $this->privates['Pimcore\\Templating\\Renderer\\IncludeRenderer'] = new \Pimcore\Templating\Renderer\IncludeRenderer(($this->privates['Pimcore\\Templating\\Renderer\\ActionRenderer'] ?? $this->getActionRendererService()), ($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService()));
}
/**
* 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()
{
return $this->privates['Pimcore\\Twig\\Extension\\Templating\\Inc'] = new \Pimcore\Twig\Extension\Templating\Inc(($this->privates['Pimcore\\Templating\\Renderer\\IncludeRenderer'] ?? $this->getIncludeRendererService()), ($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', true],
'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()
{
return $this->privates['Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl'] = new \Pimcore\Twig\Extension\Templating\PimcoreUrl(($this->services['router'] ?? $this->getRouterService()), ($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 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
*
* @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
*/
protected function getResetAssetsEventListenerService()
{
return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
}
/**
* Gets the private 'ToolboxBundle\Connector\BundleConnector' shared autowired service.
*
* @return \ToolboxBundle\Connector\BundleConnector
*/
protected function getBundleConnectorService()
{
return $this->privates['ToolboxBundle\\Connector\\BundleConnector'] = new \ToolboxBundle\Connector\BundleConnector(($this->services['Pimcore\\Extension\\Bundle\\PimcoreBundleManager'] ?? $this->getPimcoreBundleManagerService()));
}
/**
* Gets the private 'ToolboxBundle\Manager\PermissionManager' shared autowired service.
*
* @return \ToolboxBundle\Manager\PermissionManager
*/
protected function getPermissionManagerService()
{
return $this->privates['ToolboxBundle\\Manager\\PermissionManager'] = new \ToolboxBundle\Manager\PermissionManager(($this->services['Pimcore\\Extension\\Document\\Areabrick\\AreabrickManagerInterface'] ?? $this->getAreabrickManagerInterfaceService()), ($this->services['pimcore_admin.security.user_loader'] ?? $this->getPimcoreAdmin_Security_UserLoaderService()));
}
/**
* 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('s3GpdVVNIO', 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.default.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_QueryService()
{
return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.default.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_ResultService()
{
return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.messenger.restart_workers_signal' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Messenger_RestartWorkersSignalService()
{
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('lIe5Nqy82v', 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('fK3fuTrXxw', 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('uXwqSGi+7e', 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('XH+PWWrmID', 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('LF++TBTR5b', 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'));
}, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
}
/**
* 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, [
'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\Channel\\ApiChannelType' => ['privates', 'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\Channel\\ApiChannelType', 'getApiChannelTypeService', true],
'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\Channel\\EmailChannelType' => ['privates', 'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\Channel\\EmailChannelType', 'getEmailChannelTypeService', true],
'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\Channel\\ObjectChannelType' => ['privates', 'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\Channel\\ObjectChannelType', 'getObjectChannelTypeService', true],
'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\Component\\FixedCollectionType' => ['privates', 'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\Component\\FixedCollectionType', 'getFixedCollectionTypeService', true],
'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\Component\\LocalizedValuesCollectionType' => ['privates', 'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\Component\\LocalizedValuesCollectionType', 'getLocalizedValuesCollectionTypeService', true],
'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\Component\\OutputWorkflowChannelChoiceType' => ['privates', 'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\Component\\OutputWorkflowChannelChoiceType', 'getOutputWorkflowChannelChoiceTypeService', true],
'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\Component\\PimcoreHrefType' => ['privates', 'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\Component\\PimcoreHrefType', 'getPimcoreHrefTypeService', true],
'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\OutputWorkflowChannelCollectionType' => ['privates', 'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\OutputWorkflowChannelCollectionType', 'getOutputWorkflowChannelCollectionTypeService', true],
'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\OutputWorkflowChannelType' => ['privates', 'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\OutputWorkflowChannelType', 'getOutputWorkflowChannelTypeService', true],
'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\OutputWorkflowCollectionType' => ['privates', 'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\OutputWorkflowCollectionType', 'getOutputWorkflowCollectionTypeService', true],
'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\OutputWorkflowType' => ['privates', 'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\OutputWorkflowType', 'getOutputWorkflowTypeService', true],
'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\SuccessManagementType' => ['privates', 'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\SuccessManagementType', 'getSuccessManagementTypeService', true],
'FormBuilderBundle\\Form\\Type\\ContainerCollectionType' => ['privates', 'FormBuilderBundle\\Form\\Type\\ContainerCollectionType', 'getContainerCollectionTypeService', true],
'FormBuilderBundle\\Form\\Type\\Container\\ContainerType' => ['privates', 'FormBuilderBundle\\Form\\Type\\Container\\ContainerType', 'getContainerTypeService', true],
'FormBuilderBundle\\Form\\Type\\Container\\FieldSetContainerType' => ['privates', 'FormBuilderBundle\\Form\\Type\\Container\\FieldSetContainerType', 'getFieldSetContainerTypeService', true],
'FormBuilderBundle\\Form\\Type\\Container\\RepeaterContainerType' => ['privates', 'FormBuilderBundle\\Form\\Type\\Container\\RepeaterContainerType', 'getRepeaterContainerTypeService', true],
'FormBuilderBundle\\Form\\Type\\DynamicChoiceType' => ['privates', 'FormBuilderBundle\\Form\\Type\\DynamicChoiceType', 'getDynamicChoiceTypeService', true],
'FormBuilderBundle\\Form\\Type\\DynamicFormType' => ['privates', 'FormBuilderBundle\\Form\\Type\\DynamicFormType', 'getDynamicFormTypeService', true],
'FormBuilderBundle\\Form\\Type\\DynamicMultiFileType' => ['privates', 'FormBuilderBundle\\Form\\Type\\DynamicMultiFileType', 'getDynamicMultiFileTypeService', true],
'FormBuilderBundle\\Form\\Type\\DynamicMultiFile\\DropZoneType' => ['privates', 'FormBuilderBundle\\Form\\Type\\DynamicMultiFile\\DropZoneType', 'getDropZoneTypeService', true],
'FormBuilderBundle\\Form\\Type\\DynamicMultiFile\\FineUploaderType' => ['privates', 'FormBuilderBundle\\Form\\Type\\DynamicMultiFile\\FineUploaderType', 'getFineUploaderTypeService', true],
'FormBuilderBundle\\Form\\Type\\HoneypotType' => ['privates', 'FormBuilderBundle\\Form\\Type\\HoneypotType', 'getHoneypotTypeService', true],
'FormBuilderBundle\\Form\\Type\\HtmlTagType' => ['privates', 'FormBuilderBundle\\Form\\Type\\HtmlTagType', 'getHtmlTagTypeService', true],
'FormBuilderBundle\\Form\\Type\\Recaptcha3Type' => ['privates', 'FormBuilderBundle\\Form\\Type\\Recaptcha3Type', 'getRecaptcha3TypeService', true],
'FormBuilderBundle\\Form\\Type\\SnippetType' => ['privates', 'FormBuilderBundle\\Form\\Type\\SnippetType', 'getSnippetTypeService', 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],
], [
'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\Channel\\ApiChannelType' => '?',
'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\Channel\\EmailChannelType' => '?',
'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\Channel\\ObjectChannelType' => '?',
'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\Component\\FixedCollectionType' => '?',
'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\Component\\LocalizedValuesCollectionType' => '?',
'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\Component\\OutputWorkflowChannelChoiceType' => '?',
'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\Component\\PimcoreHrefType' => '?',
'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\OutputWorkflowChannelCollectionType' => '?',
'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\OutputWorkflowChannelType' => '?',
'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\OutputWorkflowCollectionType' => '?',
'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\OutputWorkflowType' => '?',
'FormBuilderBundle\\Form\\Admin\\Type\\OutputWorkflow\\SuccessManagementType' => '?',
'FormBuilderBundle\\Form\\Type\\ContainerCollectionType' => '?',
'FormBuilderBundle\\Form\\Type\\Container\\ContainerType' => '?',
'FormBuilderBundle\\Form\\Type\\Container\\FieldSetContainerType' => '?',
'FormBuilderBundle\\Form\\Type\\Container\\RepeaterContainerType' => '?',
'FormBuilderBundle\\Form\\Type\\DynamicChoiceType' => '?',
'FormBuilderBundle\\Form\\Type\\DynamicFormType' => '?',
'FormBuilderBundle\\Form\\Type\\DynamicMultiFileType' => '?',
'FormBuilderBundle\\Form\\Type\\DynamicMultiFile\\DropZoneType' => '?',
'FormBuilderBundle\\Form\\Type\\DynamicMultiFile\\FineUploaderType' => '?',
'FormBuilderBundle\\Form\\Type\\HoneypotType' => '?',
'FormBuilderBundle\\Form\\Type\\HtmlTagType' => '?',
'FormBuilderBundle\\Form\\Type\\Recaptcha3Type' => '?',
'FormBuilderBundle\\Form\\Type\\SnippetType' => '?',
'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['FormBuilderBundle\\Form\\Extension\\HelpExtension'] ?? ($this->privates['FormBuilderBundle\\Form\\Extension\\HelpExtension'] = new \FormBuilderBundle\Form\Extension\HelpExtension()));
yield 1 => ($this->privates['App\\Form\\Extension\\HelpExtension'] ?? ($this->privates['App\\Form\\Extension\\HelpExtension'] = new \App\Form\Extension\HelpExtension()));
yield 2 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
yield 3 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
yield 4 => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
yield 5 => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
yield 6 => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
yield 7 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
}, 8), '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()
{
$this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$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()
{
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()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
}
/**
* 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->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService());
yield 3 => ($this->privates['Pimcore\\Bundle\\AdminBundle\\Translation\\AdminUserTranslator'] ?? $this->load('getAdminUserTranslatorService'));
}, 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()
{
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', ($this->services['router'] ?? $this->getRouterService()), 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/dev.log'), 100, true, NULL, false);
$instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
return $instance;
}
/**
* Gets the private 'monolog.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService()
{
$this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.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.pdo' shared autowired service.
*
* @return \Symfony\Component\Cache\Adapter\PdoAdapter
*/
protected function getPimcore_Cache_Adapter_PdoService()
{
$this->privates['pimcore.cache.adapter.pdo'] = $instance = new \Symfony\Component\Cache\Adapter\PdoAdapter(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), '', 31536000);
$instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* 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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
$instance = new \Symfony\Component\Cache\Adapter\RedisTagAwareAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection('redis://localhost', ['lazy' => true]), 'DrLqY7xrbg', 0, 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 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false, NULL);
}
/**
* Gets the private 'property_info' shared service.
*
* @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
*/
protected function getPropertyInfoService()
{
return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 2), new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 2), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 1));
}
/**
* Gets the private 'router.expression_language_provider' shared service.
*
* @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
*/
protected function getRouter_ExpressionLanguageProviderService()
{
return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
], [
'env' => 'Closure',
]));
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->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()
{
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()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* 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()
{
return $this->privates['security.authentication.provider_preparation_listener.two_factor.pimcore_admin'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener(($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService()), ($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.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.hNQzc35'] ?? $this->get_ServiceLocator_HNQzc35Service()), 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(/.*)?$')));
}, 3));
}
/**
* Gets the private 'security.firewall_config.two_factor.pimcore_admin' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
*/
protected function getSecurity_FirewallConfig_TwoFactor_PimcoreAdminService()
{
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', ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), new \Scheb\TwoFactorBundle\Security\Http\Utils\RequestDataReader());
}
/**
* Gets the private 'security.http_utils' shared service.
*
* @return \Symfony\Component\Security\Http\HttpUtils
*/
protected function getSecurity_HttpUtilsService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', NULL);
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->registerListener('pimcore_admin', '/admin/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();
$b = new \Pimcore\Bundle\CoreBundle\Request\ParamConverter\DataObjectParamConverter();
$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');
$a->add($b, -2, 'data_object_converter');
$a->add($b, 0, NULL);
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()
{
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()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($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 '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')], '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/dachcom-digital/toolbox/src/ToolboxBundle/Resources/translations/admin.de.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/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/dachcom-digital/toolbox/src/ToolboxBundle/Resources/translations/admin.en.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')]], '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/dachcom-digital/toolbox/src/ToolboxBundle/Resources/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony-cmf/routing-bundle/src/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/presta/sitemap-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/league/flysystem-bundle/src/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/scheb/2fa-bundle/Resources/translations', 4 => 'vendor/pimcore/pimcore/bundles/CoreBundle/Resources/translations', 5 => 'vendor/dachcom-digital/toolbox/src/ToolboxBundle/Resources/translations', 6 => 'vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Resources/translations', 7 => 'translations', 8 => 'vendor/symfony/framework-bundle/translations', 9 => 'vendor/symfony/security-bundle/translations', 10 => 'vendor/symfony/twig-bundle/translations', 11 => 'vendor/symfony/monolog-bundle/translations', 12 => 'vendor/doctrine/doctrine-bundle/translations', 13 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 14 => 'vendor/sensio/framework-extra-bundle/src/translations', 15 => 'vendor/symfony-cmf/routing-bundle/src/translations', 16 => 'vendor/presta/sitemap-bundle/translations', 17 => 'vendor/friendsofsymfony/jsrouting-bundle/translations', 18 => 'vendor/league/flysystem-bundle/src/translations', 19 => 'vendor/symfony/debug-bundle/translations', 20 => 'vendor/symfony/web-profiler-bundle/translations', 21 => 'vendor/pimcore/pimcore/bundles/AdminBundle/translations', 22 => 'vendor/symfony/webpack-encore-bundle/src/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/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/CoreBundle/Resources/views'), 'PimcoreCore');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle/Resources/views'), '!PimcoreCore');
$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).'/templates/bundles/ToolboxBundle'), 'Toolbox');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/dachcom-digital/toolbox/src/ToolboxBundle/Resources/views'), 'Toolbox');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/dachcom-digital/toolbox/src/ToolboxBundle/Resources/views'), '!Toolbox');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/FormBuilderBundle'), 'FormBuilder');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Resources/views'), 'FormBuilder');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle/Resources/views'), '!FormBuilder');
$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('SJpnFGWIN2n9IPn0lbR/oieVQvG6jioJbBgrHpXP1J4='), $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, [
'FormBuilderBundle\\Validator\\Constraints\\DynamicMultiFileNotBlankValidator' => ['services', 'FormBuilderBundle\\Validator\\Constraints\\DynamicMultiFileNotBlankValidator', 'getDynamicMultiFileNotBlankValidatorService', true],
'FormBuilderBundle\\Validator\\Constraints\\Recaptcha3Validator' => ['privates', 'FormBuilderBundle\\Validator\\Constraints\\Recaptcha3Validator', 'getRecaptcha3ValidatorService', true],
'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],
], [
'FormBuilderBundle\\Validator\\Constraints\\DynamicMultiFileNotBlankValidator' => '?',
'FormBuilderBundle\\Validator\\Constraints\\Recaptcha3Validator' => '?',
'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.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
return $instance;
}
/**
* Gets the private 'var_dumper.html_dumper' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
*/
protected function getVarDumper_HtmlDumperService()
{
$this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private '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()
{
return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false, 2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
}
/**
* Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
*/
protected function getWebpackEncore_EntrypointLookupCollectionService()
{
return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', true],
], [
'_default' => '?',
]), '_default');
}
/**
* Gets the 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 '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,
'pimcore_executable_php' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'session.save_path' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'doctrine.orm.proxy_dir' => false,
];
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 'pimcore_executable_php': $value = $this->getEnv('PHP_EXECUTABLE'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
case 'session.save_path': $value = ($this->targetDir.''.'/sessions'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
}
$this->loadedDynamicParameters[$name] = true;
return $this->dynamicParameters[$name] = $value;
}
protected function getDefaultParameters(): array
{
return [
'kernel.project_dir' => \dirname(__DIR__, 4),
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'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',
'FlysystemBundle' => 'League\\FlysystemBundle\\FlysystemBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'PimcoreCoreBundle' => 'Pimcore\\Bundle\\CoreBundle\\PimcoreCoreBundle',
'PimcoreAdminBundle' => 'Pimcore\\Bundle\\AdminBundle\\PimcoreAdminBundle',
'ToolboxBundle' => 'ToolboxBundle\\ToolboxBundle',
'FormBuilderBundle' => 'FormBuilderBundle\\FormBuilderBundle',
'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
],
'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',
],
'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',
],
'FlysystemBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/league/flysystem-bundle/src'),
'namespace' => 'League\\FlysystemBundle',
],
'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',
],
'PimcoreCoreBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/CoreBundle'),
'namespace' => 'Pimcore\\Bundle\\CoreBundle',
],
'PimcoreAdminBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/pimcore/pimcore/bundles/AdminBundle'),
'namespace' => 'Pimcore\\Bundle\\AdminBundle',
],
'ToolboxBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/dachcom-digital/toolbox/src/ToolboxBundle'),
'namespace' => 'ToolboxBundle',
],
'FormBuilderBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/dachcom-digital/formbuilder/src/FormBuilderBundle'),
'namespace' => 'FormBuilderBundle',
],
'WebpackEncoreBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
'namespace' => 'Symfony\\WebpackEncoreBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'App_KernelDevDebugContainer',
'locale' => 'en',
'toolbox_google_maps_host_url' => 'https://maps.google.ch',
'form_builder_html_tag_elements' => [
0 => [
0 => 'label',
1 => 'label',
],
],
'form_builder_form_attributes' => [
0 => [
0 => 'class',
1 => 'class',
],
1 => [
0 => 'id',
1 => 'id',
],
2 => [
0 => 'style',
1 => 'style',
],
3 => [
0 => 'maxlength',
1 => 'maxlength',
],
4 => [
0 => 'disabled',
1 => 'disabled',
],
5 => [
0 => 'readonly',
1 => 'readonly',
],
6 => [
0 => 'size',
1 => 'size',
],
7 => [
0 => 'title',
1 => 'title',
],
8 => [
0 => 'placeholder',
1 => 'placeholder',
],
9 => [
0 => 'onchange',
1 => 'onchange',
],
10 => [
0 => 'onclick',
1 => 'onclick',
],
11 => [
0 => 'ondbclick',
1 => 'ondbclick',
],
12 => [
0 => 'onfocus',
1 => 'onfocus',
],
13 => [
0 => 'onkeydown',
1 => 'onkeydown',
],
14 => [
0 => 'onkeypress',
1 => 'onkeypress',
],
15 => [
0 => 'onkeyup',
1 => 'onkeyup',
],
16 => [
0 => 'onmousedown',
1 => 'onmousedown',
],
17 => [
0 => 'onmousemove',
1 => 'onmousemove',
],
18 => [
0 => 'onmouseout',
1 => 'onmouseout',
],
19 => [
0 => 'onmouseover',
1 => 'onmouseover',
],
20 => [
0 => 'onmouseup',
1 => 'onmouseup',
],
21 => [
0 => 'onselect',
1 => 'onselect',
],
],
'form_builder_field_attributes' => [
0 => [
0 => 'class',
1 => 'class',
],
1 => [
0 => 'id',
1 => 'id',
],
2 => [
0 => 'style',
1 => 'style',
],
3 => [
0 => 'maxlength',
1 => 'maxlength',
],
4 => [
0 => 'disabled',
1 => 'disabled',
],
5 => [
0 => 'readonly',
1 => 'readonly',
],
6 => [
0 => 'size',
1 => 'size',
],
7 => [
0 => 'title',
1 => 'title',
],
8 => [
0 => 'placeholder',
1 => 'placeholder',
],
9 => [
0 => 'onchange',
1 => 'onchange',
],
10 => [
0 => 'onclick',
1 => 'onclick',
],
11 => [
0 => 'ondbclick',
1 => 'ondbclick',
],
12 => [
0 => 'onfocus',
1 => 'onfocus',
],
13 => [
0 => 'onkeydown',
1 => 'onkeydown',
],
14 => [
0 => 'onkeypress',
1 => 'onkeypress',
],
15 => [
0 => 'onkeyup',
1 => 'onkeyup',
],
16 => [
0 => 'onmousedown',
1 => 'onmousedown',
],
17 => [
0 => 'onmousemove',
1 => 'onmousemove',
],
18 => [
0 => 'onmouseout',
1 => 'onmouseout',
],
19 => [
0 => 'onmouseover',
1 => 'onmouseover',
],
20 => [
0 => 'onmouseup',
1 => 'onmouseup',
],
21 => [
0 => 'onselect',
1 => 'onselect',
],
],
'dw.animations' => [
'store' => [
'none' => 'None',
'wow animate__bounce' => 'bounce',
'wow animate__flash' => 'flash',
'wow animate__pulse' => 'pulse',
'wow animate__rubberBand' => 'rubberBand',
'wow animate__shakeX' => 'shakeX',
'wow animate__shakeY' => 'shakeY',
'wow animate__headShake' => 'headShake',
'wow animate__swing' => 'swing',
'wow animate__tada' => 'tada',
'wow animate__wobble' => 'wobble',
'wow animate__jello' => 'jello',
'wow animate__heartBeat' => 'heartBeat',
'wow animate__backInDown' => 'backInDown',
'wow animate__backInLeft' => 'backInLeft',
'wow animate__backInRight' => 'backInRight',
'wow animate__backInUp' => 'backInUp',
'wow animate__backOutDown' => 'backOutDown',
'wow animate__backOutLeft' => 'backOutLeft',
'wow animate__backOutRight' => 'backOutRight',
'wow animate__backOutUp' => 'backOutUp',
'wow animate__bounceIn' => 'bounceIn',
'wow animate__bounceInDown' => 'bounceInDown',
'wow animate__bounceInLeft' => 'bounceInLeft',
'wow animate__bounceInRight' => 'bounceInRight',
'wow animate__bounceInUp' => 'bounceInUp',
'wow animate__bounceOut' => 'bounceOut',
'wow animate__bounceOutDown' => 'bounceOutDown',
'wow animate__bounceOutLeft' => 'bounceOutLeft',
'wow animate__bounceOutRight' => 'bounceOutRight',
'wow animate__bounceOutUp' => 'bounceOutUp',
'wow animate__fadeIn' => 'fadeIn',
'wow animate__fadeInDown' => 'fadeInDown',
'wow animate__fadeInDownBig' => 'fadeInDownBig',
'wow animate__fadeInLeft' => 'fadeInLeft',
'wow animate__fadeInLeftBig' => 'fadeInLeftBig',
'wow animate__fadeInRight' => 'fadeInRight',
'wow animate__fadeInRightBig' => 'fadeInRightBig',
'wow animate__fadeInUp' => 'fadeInUp',
'wow animate__fadeInUpBig' => 'fadeInUpBig',
'wow animate__fadeInTopLeft' => 'fadeInTopLeft',
'wow animate__fadeInTopRight' => 'fadeInTopRight',
'wow animate__fadeInBottomLeft' => 'fadeInBottomLeft',
'wow animate__fadeInBottomRight' => 'fadeInBottomRight',
'wow animate__fadeOut' => 'fadeOut',
'wow animate__fadeOutDown' => 'fadeOutDown',
'wow animate__fadeOutDownBig' => 'fadeOutDownBig',
'wow animate__fadeOutLeft' => 'fadeOutLeft',
'wow animate__fadeOutLeftBig' => 'fadeOutLeftBig',
'wow animate__fadeOutRight' => 'fadeOutRight',
'wow animate__fadeOutRightBig' => 'fadeOutRightBig',
'wow animate__fadeOutUp' => 'fadeOutUp',
'wow animate__fadeOutUpBig' => 'fadeOutUpBig',
'wow animate__fadeOutTopLeft' => 'fadeOutTopLeft',
'wow animate__fadeOutTopRight' => 'fadeOutTopRight',
'wow animate__fadeOutBottomRight' => 'fadeOutBottomRight',
'wow animate__fadeOutBottomLeft' => 'fadeOutBottomLeft',
'wow animate__flip' => 'flip',
'wow animate__flipInX' => 'flipInX',
'wow animate__flipInY' => 'flipInY',
'wow animate__flipOutX' => 'flipOutX',
'wow animate__flipOutY' => 'flipOutY',
'wow animate__lightSpeedInRight' => 'lightSpeedInRight',
'wow animate__lightSpeedInLeft' => 'lightSpeedInLeft',
'wow animate__lightSpeedOutRight' => 'lightSpeedOutRight',
'wow animate__lightSpeedOutLeft' => 'lightSpeedOutLeft',
'wow animate__rotateIn' => 'rotateIn',
'wow animate__rotateInDownLeft' => 'rotateInDownLeft',
'wow animate__rotateInDownRight' => 'rotateInDownRight',
'wow animate__rotateInUpLeft' => 'rotateInUpLeft',
'wow animate__rotateInUpRight' => 'rotateInUpRight',
'wow animate__rotateOut' => 'rotateOut',
'wow animate__rotateOutDownLeft' => 'rotateOutDownLeft',
'wow animate__rotateOutDownRight' => 'rotateOutDownRight',
'wow animate__rotateOutUpLeft' => 'rotateOutUpLeft',
'wow animate__rotateOutUpRight' => 'rotateOutUpRight',
'wow animate__hinge' => 'hinge',
'wow animate__jackInTheBox' => 'jackInTheBox',
'wow animate__rollIn' => 'rollIn',
'wow animate__rollOut' => 'rollOut',
'wow animate__zoomIn' => 'zoomIn',
'wow animate__zoomInDown' => 'zoomInDown',
'wow animate__zoomInLeft' => 'zoomInLeft',
'wow animate__zoomInRight' => 'zoomInRight',
'wow animate__zoomInUp' => 'zoomInUp',
'wow animate__zoomOut' => 'zoomOut',
'wow animate__zoomOutDown' => 'zoomOutDown',
'wow animate__zoomOutLeft' => 'zoomOutLeft',
'wow animate__zoomOutRight' => 'zoomOutRight',
'wow animate__zoomOutUp' => 'zoomOutUp',
'wow animate__slideInDown' => 'slideInDown',
'wow animate__slideInLeft' => 'slideInLeft',
'wow animate__slideInRight' => 'slideInRight',
'wow animate__slideInUp' => 'slideInUp',
'wow animate__slideOutDown' => 'slideOutDown',
'wow animate__slideOutLeft' => 'slideOutLeft',
'wow animate__slideOutRight' => 'slideOutRight',
'wow animate__slideOutUp' => 'slideOutUp',
],
'default' => 'none',
],
'dw.animationDurations' => [
'store' => [
'none' => 'Default (1s)',
'animate__slow' => 'Slow (2s)',
'animate__slower' => 'Slower (3s)',
'animate__fast' => 'Fast (800ms)',
'animate__faster' => 'Faster (500ms)',
],
'default' => 'none',
],
'dw.animationDelays' => [
'store' => [
'none' => 'Default (Kein Delay)',
'animate__delay-1s' => '1 Sekunde',
'animate__delay-2s' => '2 Sekunden',
'animate__delay-3s' => '3 Sekunden',
'animate__delay-4s' => '4 Sekunden',
'animate__delay-5s' => '5 Sekunden',
],
],
'dw.animationRepeat' => [
'store' => [
'none' => 'Default (Keine Wiederholung)',
'animate__repeat-1' => '1 Wiederholun',
'animate__repeat-2' => '2 Wiederholungen',
'animate__repeat-3' => '3 Wiederholungen',
'animate__infinite' => 'Schleife (endlose Wiederholungen)',
],
'default' => 'none',
],
'dw.animationClasses' => [
'type' => 'additionalClassesChained',
'title' => 'Animation',
'config' => [
'store' => [
'none' => 'None',
'wow animate__bounce' => 'bounce',
'wow animate__flash' => 'flash',
'wow animate__pulse' => 'pulse',
'wow animate__rubberBand' => 'rubberBand',
'wow animate__shakeX' => 'shakeX',
'wow animate__shakeY' => 'shakeY',
'wow animate__headShake' => 'headShake',
'wow animate__swing' => 'swing',
'wow animate__tada' => 'tada',
'wow animate__wobble' => 'wobble',
'wow animate__jello' => 'jello',
'wow animate__heartBeat' => 'heartBeat',
'wow animate__backInDown' => 'backInDown',
'wow animate__backInLeft' => 'backInLeft',
'wow animate__backInRight' => 'backInRight',
'wow animate__backInUp' => 'backInUp',
'wow animate__backOutDown' => 'backOutDown',
'wow animate__backOutLeft' => 'backOutLeft',
'wow animate__backOutRight' => 'backOutRight',
'wow animate__backOutUp' => 'backOutUp',
'wow animate__bounceIn' => 'bounceIn',
'wow animate__bounceInDown' => 'bounceInDown',
'wow animate__bounceInLeft' => 'bounceInLeft',
'wow animate__bounceInRight' => 'bounceInRight',
'wow animate__bounceInUp' => 'bounceInUp',
'wow animate__bounceOut' => 'bounceOut',
'wow animate__bounceOutDown' => 'bounceOutDown',
'wow animate__bounceOutLeft' => 'bounceOutLeft',
'wow animate__bounceOutRight' => 'bounceOutRight',
'wow animate__bounceOutUp' => 'bounceOutUp',
'wow animate__fadeIn' => 'fadeIn',
'wow animate__fadeInDown' => 'fadeInDown',
'wow animate__fadeInDownBig' => 'fadeInDownBig',
'wow animate__fadeInLeft' => 'fadeInLeft',
'wow animate__fadeInLeftBig' => 'fadeInLeftBig',
'wow animate__fadeInRight' => 'fadeInRight',
'wow animate__fadeInRightBig' => 'fadeInRightBig',
'wow animate__fadeInUp' => 'fadeInUp',
'wow animate__fadeInUpBig' => 'fadeInUpBig',
'wow animate__fadeInTopLeft' => 'fadeInTopLeft',
'wow animate__fadeInTopRight' => 'fadeInTopRight',
'wow animate__fadeInBottomLeft' => 'fadeInBottomLeft',
'wow animate__fadeInBottomRight' => 'fadeInBottomRight',
'wow animate__fadeOut' => 'fadeOut',
'wow animate__fadeOutDown' => 'fadeOutDown',
'wow animate__fadeOutDownBig' => 'fadeOutDownBig',
'wow animate__fadeOutLeft' => 'fadeOutLeft',
'wow animate__fadeOutLeftBig' => 'fadeOutLeftBig',
'wow animate__fadeOutRight' => 'fadeOutRight',
'wow animate__fadeOutRightBig' => 'fadeOutRightBig',
'wow animate__fadeOutUp' => 'fadeOutUp',
'wow animate__fadeOutUpBig' => 'fadeOutUpBig',
'wow animate__fadeOutTopLeft' => 'fadeOutTopLeft',
'wow animate__fadeOutTopRight' => 'fadeOutTopRight',
'wow animate__fadeOutBottomRight' => 'fadeOutBottomRight',
'wow animate__fadeOutBottomLeft' => 'fadeOutBottomLeft',
'wow animate__flip' => 'flip',
'wow animate__flipInX' => 'flipInX',
'wow animate__flipInY' => 'flipInY',
'wow animate__flipOutX' => 'flipOutX',
'wow animate__flipOutY' => 'flipOutY',
'wow animate__lightSpeedInRight' => 'lightSpeedInRight',
'wow animate__lightSpeedInLeft' => 'lightSpeedInLeft',
'wow animate__lightSpeedOutRight' => 'lightSpeedOutRight',
'wow animate__lightSpeedOutLeft' => 'lightSpeedOutLeft',
'wow animate__rotateIn' => 'rotateIn',
'wow animate__rotateInDownLeft' => 'rotateInDownLeft',
'wow animate__rotateInDownRight' => 'rotateInDownRight',
'wow animate__rotateInUpLeft' => 'rotateInUpLeft',
'wow animate__rotateInUpRight' => 'rotateInUpRight',
'wow animate__rotateOut' => 'rotateOut',
'wow animate__rotateOutDownLeft' => 'rotateOutDownLeft',
'wow animate__rotateOutDownRight' => 'rotateOutDownRight',
'wow animate__rotateOutUpLeft' => 'rotateOutUpLeft',
'wow animate__rotateOutUpRight' => 'rotateOutUpRight',
'wow animate__hinge' => 'hinge',
'wow animate__jackInTheBox' => 'jackInTheBox',
'wow animate__rollIn' => 'rollIn',
'wow animate__rollOut' => 'rollOut',
'wow animate__zoomIn' => 'zoomIn',
'wow animate__zoomInDown' => 'zoomInDown',
'wow animate__zoomInLeft' => 'zoomInLeft',
'wow animate__zoomInRight' => 'zoomInRight',
'wow animate__zoomInUp' => 'zoomInUp',
'wow animate__zoomOut' => 'zoomOut',
'wow animate__zoomOutDown' => 'zoomOutDown',
'wow animate__zoomOutLeft' => 'zoomOutLeft',
'wow animate__zoomOutRight' => 'zoomOutRight',
'wow animate__zoomOutUp' => 'zoomOutUp',
'wow animate__slideInDown' => 'slideInDown',
'wow animate__slideInLeft' => 'slideInLeft',
'wow animate__slideInRight' => 'slideInRight',
'wow animate__slideInUp' => 'slideInUp',
'wow animate__slideOutDown' => 'slideOutDown',
'wow animate__slideOutLeft' => 'slideOutLeft',
'wow animate__slideOutRight' => 'slideOutRight',
'wow animate__slideOutUp' => 'slideOutUp',
],
'default' => 'none',
],
],
'dw.animationDurationClasses' => [
'type' => 'additionalClassesChained',
'title' => 'Animation Dauer',
'config' => [
'store' => [
'none' => 'Default (1s)',
'animate__slow' => 'Slow (2s)',
'animate__slower' => 'Slower (3s)',
'animate__fast' => 'Fast (800ms)',
'animate__faster' => 'Faster (500ms)',
],
'default' => 'none',
],
],
'dw.animationDelayClasses' => [
'type' => 'additionalClassesChained',
'title' => 'Animation Verzögerung',
'config' => [
'store' => [
'none' => 'Default (Kein Delay)',
'animate__delay-1s' => '1 Sekunde',
'animate__delay-2s' => '2 Sekunden',
'animate__delay-3s' => '3 Sekunden',
'animate__delay-4s' => '4 Sekunden',
'animate__delay-5s' => '5 Sekunden',
],
],
],
'dw.animationRepeatClasses' => [
'type' => 'additionalClassesChained',
'title' => 'Animation Wiederholungen',
'config' => [
'store' => [
'none' => 'Default (Keine Wiederholung)',
'animate__repeat-1' => '1 Wiederholun',
'animate__repeat-2' => '2 Wiederholungen',
'animate__repeat-3' => '3 Wiederholungen',
'animate__infinite' => 'Schleife (endlose Wiederholungen)',
],
'default' => 'none',
],
],
'dw.margin.left' => [
'store' => [
'none' => 'None',
'ml-1 sm:ml-2 md:ml-3 lg:ml-4 xl:ml-5' => 'XXS',
'ml-2 sm:ml-3 md:ml-4 lg:ml-5 xl:ml-6' => 'XS',
'ml-3 sm:ml-4 md:ml-5 lg:ml-6 xl:ml-8' => 'S',
'ml-4 sm:ml-5 md:ml-6 lg:ml-8 xl:ml-10' => 'M',
'ml-5 sm:ml-6 md:ml-8 lg:ml-10 xl:ml-12' => 'L',
'ml-6 sm:ml-8 md:ml-10 lg:ml-12 xl:ml-16' => 'XL',
'ml-8 sm:ml-10 md:ml-12 lg:ml-16 xl:ml-20' => 'XXL',
'ml-auto' => 'Auto',
],
'default' => 'none',
],
'dw.margin.right' => [
'store' => [
'none' => 'None',
'mr-1 sm:mr-2 md:mr-3 lg:mr-4 xl:mr-5' => 'XXS',
'mr-2 sm:mr-3 md:mr-4 lg:mr-5 xl:mr-6' => 'XS',
'mr-3 sm:mr-4 md:mr-5 lg:mr-6 xl:mr-8' => 'S',
'mr-4 sm:mr-5 md:mr-6 lg:mr-8 xl:mr-10' => 'M',
'mr-5 sm:mr-6 md:mr-8 lg:mr-10 xl:mr-12' => 'L',
'mr-6 sm:mr-8 md:mr-10 lg:mr-12 xl:mr-16' => 'XL',
'mr-8 sm:mr-10 md:mr-12 lg:mr-16 xl:mr-20' => 'XXL',
'mr-auto' => 'Auto',
],
'default' => 'none',
],
'dw.margin.top' => [
'store' => [
'none' => 'None',
'mt-1 sm:mt-2 md:mt-3 lg:mt-4 xl:mt-5' => 'XXS',
'mt-2 sm:mt-3 md:mt-4 lg:mt-5 xl:mt-6' => 'XS',
'mt-3 sm:mt-4 md:mt-5 lg:mt-6 xl:mt-8' => 'S',
'mt-4 sm:mt-5 md:mt-6 lg:mt-8 xl:mt-10' => 'M',
'mt-5 sm:mt-6 md:mt-8 lg:mt-10 xl:mt-12' => 'L',
'mt-6 sm:mt-8 md:mt-10 lg:mt-12 xl:mt-16' => 'XL',
'mt-8 sm:mt-10 md:mt-12 lg:mt-16 xl:mt-20' => 'XXL',
'no-m-edit -mt-1 sm:-mt-2 md:-mt-3 lg:-mt-4 xl:-mt-5' => 'XXS (Negativ)',
'no-m-edit -mt-2 sm:-mt-3 md:-mt-4 lg:-mt-5 xl:-mt-6' => 'XS (Negativ)',
'no-m-edit -mt-3 sm:-mt-4 md:-mt-5 lg:-mt-6 xl:-mt-8' => 'S (Negativ)',
'no-m-edit -mt-4 sm:-mt-5 md:-mt-6 lg:-mt-8 xl:-mt-10' => 'M (Negativ)',
'no-m-edit -mt-5 sm:-mt-6 md:-mt-8 lg:-mt-10 xl:-mt-12' => 'L (Negativ)',
'no-m-edit -mt-6 sm:-mt-8 md:-mt-10 lg:-mt-12 xl:-mt-16' => 'XL (Negativ)',
'no-m-edit -mt-8 sm:-mt-10 md:-mt-12 lg:-mt-16 xl:-mt-20' => 'XXL (Negativ)',
'mt-auto' => 'Auto',
],
'default' => 'none',
],
'dw.margin.bottom' => [
'store' => [
'none' => 'None',
'mb-1 sm:mb-2 md:mb-3 lg:mb-4 xl:mb-5' => 'XXS',
'mb-2 sm:mb-3 md:mb-4 lg:mb-5 xl:mb-6' => 'XS',
'mb-3 sm:mb-4 md:mb-5 lg:mb-6 xl:mb-8' => 'S',
'mb-4 sm:mb-5 md:mb-6 lg:mb-8 xl:mb-10' => 'M',
'mb-5 sm:mb-6 md:mb-8 lg:mb-10 xl:mb-12' => 'L',
'mb-6 sm:mb-8 md:mb-10 lg:mb-12 xl:mb-16' => 'XL',
'mb-8 sm:mb-10 md:mb-12 lg:mb-16 xl:mb-20' => 'XXL',
'mb-auto' => 'Auto',
],
'default' => 'none',
],
'dw.padding.left' => [
'store' => [
'none' => 'None',
'pl-1 sm:pl-2 md:pl-3 lg:pl-4 xl:pl-5' => 'XXS',
'pl-2 sm:pl-3 md:pl-4 lg:pl-5 xl:pl-6' => 'XS',
'pl-3 sm:pl-4 md:pl-5 lg:pl-6 xl:pl-8' => 'S',
'pl-4 sm:pl-5 md:pl-6 lg:pl-8 xl:pl-10' => 'M',
'pl-5 sm:pl-6 md:pl-8 lg:pl-10 xl:pl-12' => 'L',
'pl-6 sm:pl-8 md:pl-10 lg:pl-12 xl:pl-16' => 'XL',
'pl-8 sm:pl-10 md:pl-12 lg:pl-16 xl:pl-20' => 'XXL',
],
'default' => 'none',
],
'dw.padding.right' => [
'store' => [
'none' => 'None',
'pr-1 sm:pr-2 md:pr-3 lg:pr-4 xl:pr-5' => 'XXS',
'pr-2 sm:pr-3 md:pr-4 lg:pr-5 xl:pr-6' => 'XS',
'pr-3 sm:pr-4 md:pr-5 lg:pr-6 xl:pr-8' => 'S',
'pr-4 sm:pr-5 md:pr-6 lg:pr-8 xl:pr-10' => 'M',
'pr-5 sm:pr-6 md:pr-8 lg:pr-10 xl:pr-12' => 'L',
'pr-6 sm:pr-8 md:pr-10 lg:pr-12 xl:pr-16' => 'XL',
'pr-8 sm:pr-10 md:pr-12 lg:pr-16 xl:pr-20' => 'XXL',
],
'default' => 'none',
],
'dw.padding.top' => [
'store' => [
'none' => 'None',
'pt-1 sm:pt-2 md:pt-3 lg:pt-4 xl:pt-5' => 'XXS',
'pt-2 sm:pt-3 md:pt-4 lg:pt-5 xl:pt-6' => 'XS',
'pt-3 sm:pt-4 md:pt-5 lg:pt-6 xl:pt-8' => 'S',
'pt-4 sm:pt-5 md:pt-6 lg:pt-8 xl:pt-10' => 'M',
'pt-5 sm:pt-6 md:pt-8 lg:pt-10 xl:pt-12' => 'L',
'pt-6 sm:pt-8 md:pt-10 lg:pt-12 xl:pt-16' => 'XL',
'pt-8 sm:pt-10 md:pt-12 lg:pt-16 xl:pt-20' => 'XXL',
],
'default' => 'none',
],
'dw.padding.bottom' => [
'store' => [
'none' => 'None',
'pb-1 sm:pb-2 md:pb-3 lg:pb-4 xl:pb-5' => 'XXS',
'pb-2 sm:pb-3 md:pb-4 lg:pb-5 xl:pb-6' => 'XS',
'pb-3 sm:pb-4 md:pb-5 lg:pb-6 xl:pb-8' => 'S',
'pb-4 sm:pb-5 md:pb-6 lg:pb-8 xl:pb-10' => 'M',
'pb-5 sm:pb-6 md:pb-8 lg:pb-10 xl:pb-12' => 'L',
'pb-6 sm:pb-8 md:pb-10 lg:pb-12 xl:pb-16' => 'XL',
'pb-8 sm:pb-10 md:pb-12 lg:pb-16 xl:pb-20' => 'XXL',
],
'default' => 'none',
],
'dw.margin.classes.top' => [
'type' => 'additionalClasses',
'title' => 'Abstand Oben',
'config' => [
'store' => [
'none' => 'None',
'mt-1 sm:mt-2 md:mt-3 lg:mt-4 xl:mt-5' => 'XXS',
'mt-2 sm:mt-3 md:mt-4 lg:mt-5 xl:mt-6' => 'XS',
'mt-3 sm:mt-4 md:mt-5 lg:mt-6 xl:mt-8' => 'S',
'mt-4 sm:mt-5 md:mt-6 lg:mt-8 xl:mt-10' => 'M',
'mt-5 sm:mt-6 md:mt-8 lg:mt-10 xl:mt-12' => 'L',
'mt-6 sm:mt-8 md:mt-10 lg:mt-12 xl:mt-16' => 'XL',
'mt-8 sm:mt-10 md:mt-12 lg:mt-16 xl:mt-20' => 'XXL',
'no-m-edit -mt-1 sm:-mt-2 md:-mt-3 lg:-mt-4 xl:-mt-5' => 'XXS (Negativ)',
'no-m-edit -mt-2 sm:-mt-3 md:-mt-4 lg:-mt-5 xl:-mt-6' => 'XS (Negativ)',
'no-m-edit -mt-3 sm:-mt-4 md:-mt-5 lg:-mt-6 xl:-mt-8' => 'S (Negativ)',
'no-m-edit -mt-4 sm:-mt-5 md:-mt-6 lg:-mt-8 xl:-mt-10' => 'M (Negativ)',
'no-m-edit -mt-5 sm:-mt-6 md:-mt-8 lg:-mt-10 xl:-mt-12' => 'L (Negativ)',
'no-m-edit -mt-6 sm:-mt-8 md:-mt-10 lg:-mt-12 xl:-mt-16' => 'XL (Negativ)',
'no-m-edit -mt-8 sm:-mt-10 md:-mt-12 lg:-mt-16 xl:-mt-20' => 'XXL (Negativ)',
'mt-auto' => 'Auto',
],
'default' => 'none',
],
],
'dw.padding.classes.top' => [
'type' => 'additionalClassesChained',
'title' => 'Innenabstand Oben',
'config' => [
'store' => [
'none' => 'None',
'pt-1 sm:pt-2 md:pt-3 lg:pt-4 xl:pt-5' => 'XXS',
'pt-2 sm:pt-3 md:pt-4 lg:pt-5 xl:pt-6' => 'XS',
'pt-3 sm:pt-4 md:pt-5 lg:pt-6 xl:pt-8' => 'S',
'pt-4 sm:pt-5 md:pt-6 lg:pt-8 xl:pt-10' => 'M',
'pt-5 sm:pt-6 md:pt-8 lg:pt-10 xl:pt-12' => 'L',
'pt-6 sm:pt-8 md:pt-10 lg:pt-12 xl:pt-16' => 'XL',
'pt-8 sm:pt-10 md:pt-12 lg:pt-16 xl:pt-20' => 'XXL',
],
'default' => 'none',
],
],
'dw.margin.classes.bottom' => [
'type' => 'additionalClassesChained',
'title' => 'Abstand Unten',
'config' => [
'store' => [
'none' => 'None',
'mb-1 sm:mb-2 md:mb-3 lg:mb-4 xl:mb-5' => 'XXS',
'mb-2 sm:mb-3 md:mb-4 lg:mb-5 xl:mb-6' => 'XS',
'mb-3 sm:mb-4 md:mb-5 lg:mb-6 xl:mb-8' => 'S',
'mb-4 sm:mb-5 md:mb-6 lg:mb-8 xl:mb-10' => 'M',
'mb-5 sm:mb-6 md:mb-8 lg:mb-10 xl:mb-12' => 'L',
'mb-6 sm:mb-8 md:mb-10 lg:mb-12 xl:mb-16' => 'XL',
'mb-8 sm:mb-10 md:mb-12 lg:mb-16 xl:mb-20' => 'XXL',
'mb-auto' => 'Auto',
],
'default' => 'none',
],
],
'dw.padding.classes.bottom' => [
'type' => 'additionalClassesChained',
'title' => 'Innenabstand Unten',
'config' => [
'store' => [
'none' => 'None',
'pb-1 sm:pb-2 md:pb-3 lg:pb-4 xl:pb-5' => 'XXS',
'pb-2 sm:pb-3 md:pb-4 lg:pb-5 xl:pb-6' => 'XS',
'pb-3 sm:pb-4 md:pb-5 lg:pb-6 xl:pb-8' => 'S',
'pb-4 sm:pb-5 md:pb-6 lg:pb-8 xl:pb-10' => 'M',
'pb-5 sm:pb-6 md:pb-8 lg:pb-10 xl:pb-12' => 'L',
'pb-6 sm:pb-8 md:pb-10 lg:pb-12 xl:pb-16' => 'XL',
'pb-8 sm:pb-10 md:pb-12 lg:pb-16 xl:pb-20' => 'XXL',
],
'default' => 'none',
],
],
'dw.margin.classes.left' => [
'type' => 'additionalClassesChained',
'title' => 'Abstand Links',
'config' => [
'store' => [
'none' => 'None',
'ml-1 sm:ml-2 md:ml-3 lg:ml-4 xl:ml-5' => 'XXS',
'ml-2 sm:ml-3 md:ml-4 lg:ml-5 xl:ml-6' => 'XS',
'ml-3 sm:ml-4 md:ml-5 lg:ml-6 xl:ml-8' => 'S',
'ml-4 sm:ml-5 md:ml-6 lg:ml-8 xl:ml-10' => 'M',
'ml-5 sm:ml-6 md:ml-8 lg:ml-10 xl:ml-12' => 'L',
'ml-6 sm:ml-8 md:ml-10 lg:ml-12 xl:ml-16' => 'XL',
'ml-8 sm:ml-10 md:ml-12 lg:ml-16 xl:ml-20' => 'XXL',
'ml-auto' => 'Auto',
],
'default' => 'none',
],
],
'dw.padding.classes.left' => [
'type' => 'additionalClassesChained',
'title' => 'Innenabstand Links',
'config' => [
'store' => [
'none' => 'None',
'pl-1 sm:pl-2 md:pl-3 lg:pl-4 xl:pl-5' => 'XXS',
'pl-2 sm:pl-3 md:pl-4 lg:pl-5 xl:pl-6' => 'XS',
'pl-3 sm:pl-4 md:pl-5 lg:pl-6 xl:pl-8' => 'S',
'pl-4 sm:pl-5 md:pl-6 lg:pl-8 xl:pl-10' => 'M',
'pl-5 sm:pl-6 md:pl-8 lg:pl-10 xl:pl-12' => 'L',
'pl-6 sm:pl-8 md:pl-10 lg:pl-12 xl:pl-16' => 'XL',
'pl-8 sm:pl-10 md:pl-12 lg:pl-16 xl:pl-20' => 'XXL',
],
'default' => 'none',
],
],
'dw.margin.classes.right' => [
'type' => 'additionalClassesChained',
'title' => 'Abstand Rechts',
'config' => [
'store' => [
'none' => 'None',
'mr-1 sm:mr-2 md:mr-3 lg:mr-4 xl:mr-5' => 'XXS',
'mr-2 sm:mr-3 md:mr-4 lg:mr-5 xl:mr-6' => 'XS',
'mr-3 sm:mr-4 md:mr-5 lg:mr-6 xl:mr-8' => 'S',
'mr-4 sm:mr-5 md:mr-6 lg:mr-8 xl:mr-10' => 'M',
'mr-5 sm:mr-6 md:mr-8 lg:mr-10 xl:mr-12' => 'L',
'mr-6 sm:mr-8 md:mr-10 lg:mr-12 xl:mr-16' => 'XL',
'mr-8 sm:mr-10 md:mr-12 lg:mr-16 xl:mr-20' => 'XXL',
'mr-auto' => 'Auto',
],
'default' => 'none',
],
],
'dw.padding.classes.right' => [
'type' => 'additionalClassesChained',
'title' => 'Innenabstand Rechts',
'config' => [
'store' => [
'none' => 'None',
'pr-1 sm:pr-2 md:pr-3 lg:pr-4 xl:pr-5' => 'XXS',
'pr-2 sm:pr-3 md:pr-4 lg:pr-5 xl:pr-6' => 'XS',
'pr-3 sm:pr-4 md:pr-5 lg:pr-6 xl:pr-8' => 'S',
'pr-4 sm:pr-5 md:pr-6 lg:pr-8 xl:pr-10' => 'M',
'pr-5 sm:pr-6 md:pr-8 lg:pr-10 xl:pr-12' => 'L',
'pr-6 sm:pr-8 md:pr-10 lg:pr-12 xl:pr-16' => 'XL',
'pr-8 sm:pr-10 md:pr-12 lg:pr-16 xl:pr-20' => 'XXL',
],
'default' => 'none',
],
],
'secret' => 'SJpnFGWIN2n9IPn0lbR/oieVQvG6jioJbBgrHpXP1J4=',
'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',
],
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.secret' => 'SJpnFGWIN2n9IPn0lbR/oieVQvG6jioJbBgrHpXP1J4=',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'en',
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'debug.file_link_format' => NULL,
'asset.request_context.base_path' => NULL,
'asset.request_context.secure' => NULL,
'translator.logging' => false,
'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
'debug.error_handler.throw_at' => -1,
'router.request_context.host' => 'localhost',
'router.request_context.scheme' => 'http',
'router.request_context.base_url' => '',
'router.resource' => 'kernel::loadRoutes',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'cookie_httponly' => true,
'cookie_samesite' => 'strict',
'gc_probability' => 0,
],
'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',
],
'security.pimcore_admin_webdav._indexed_authenticators' => [
],
'security.pimcore_admin._indexed_authenticators' => [
],
'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' => [
'default' => 'doctrine.orm.default_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
'uuid' => [
'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
],
'ulid' => [
'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
],
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
],
'doctrine.default_connection' => 'default',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
'doctrine.orm.auto_generate_proxy_classes' => true,
'doctrine.orm.proxy_namespace' => 'Proxies',
'doctrine.migrations.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\\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,
'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.config' => [
'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' => 'encoder',
'password_hasher_factories' => [
],
],
'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\\Model\\Asset\\MetaData\\ClassDefinition\\Data\\Textarea',
],
'prefixes' => [
],
],
],
],
'versions' => [
'days' => NULL,
'steps' => NULL,
'use_hardlinks' => true,
'disable_stack_trace' => false,
],
'hide_edit_image' => false,
'disable_tree_preview' => true,
'image' => [
'thumbnails' => [
'definitions' => [
'jumpstartDownloadThumb' => [
'items' => [
0 => [
'method' => 'cover',
'arguments' => [
'width' => 350,
'height' => 200,
'positioning' => 'center',
'forceResize' => true,
],
],
],
'medias' => [
],
'name' => 'jumpstartDownloadThumb',
'description' => '',
'group' => '',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1647439452,
'creationDate' => 1647439410,
'preserveAnimation' => false,
],
'jumpstartImage' => [
'items' => [
],
'medias' => [
'(max-width: 320px)' => [
0 => [
'method' => 'scaleByWidth',
'arguments' => [
'width' => 320,
'forceResize' => false,
],
],
],
'(max-width: 360px)' => [
0 => [
'method' => 'scaleByWidth',
'arguments' => [
'width' => 360,
'forceResize' => false,
],
],
],
'(max-width: 480px)' => [
0 => [
'method' => 'scaleByWidth',
'arguments' => [
'width' => 480,
'forceResize' => false,
],
],
],
'(max-width: 768px)' => [
0 => [
'method' => 'scaleByWidth',
'arguments' => [
'width' => 768,
'forceResize' => false,
],
],
],
'(max-width: 960px)' => [
0 => [
'method' => 'scaleByWidth',
'arguments' => [
'width' => 960,
'forceResize' => false,
],
],
],
'(max-width: 1280px)' => [
0 => [
'method' => 'scaleByWidth',
'arguments' => [
'width' => 1280,
'forceResize' => false,
],
],
],
'(max-width: 1366px)' => [
0 => [
'method' => 'scaleByWidth',
'arguments' => [
'width' => 1366,
'forceResize' => false,
],
],
],
'(max-width: 1600px)' => [
0 => [
'method' => 'scaleByWidth',
'arguments' => [
'width' => 1600,
'forceResize' => false,
],
],
],
'(max-width: 1920px)' => [
0 => [
'method' => 'scaleByWidth',
'arguments' => [
'width' => 1920,
'forceResize' => false,
],
],
],
],
'name' => 'jumpstartImage',
'description' => '',
'group' => '',
'format' => 'SOURCE',
'quality' => 85,
'highResolution' => 0.0,
'preserveColor' => false,
'preserveMetaData' => false,
'rasterizeSVG' => false,
'downloadable' => false,
'modificationDate' => 1647422307,
'creationDate' => 1647422109,
'preserveAnimation' => false,
],
],
'clip_auto_support' => true,
'image_optimizers' => [
'enabled' => true,
],
'auto_formats' => [
'avif' => [
'enabled' => true,
'quality' => 15,
],
'webp' => [
'enabled' => true,
'quality' => NULL,
],
],
'auto_clear_temp_files' => true,
],
'max_pixels' => 40000000,
'low_quality_image_preview' => [
'enabled' => true,
],
'focal_point_detection' => [
'enabled' => 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',
],
'prefixes' => [
0 => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Data\\',
1 => '\\Object_Class_Data_',
],
],
'layout' => [
'prefixes' => [
0 => '\\Pimcore\\Model\\DataObject\\ClassDefinition\\Layout\\',
1 => '\\Object_Class_Layout_',
],
'map' => [
],
],
],
'versions' => [
'days' => NULL,
'steps' => NULL,
'disable_stack_trace' => false,
],
'ignore_localized_query_fallback' => false,
'tree_paging_limit' => 30,
'auto_save_interval' => 60,
],
'documents' => [
'editables' => [
'prefixes' => [
0 => '\\Pimcore\\Model\\Document\\Editable\\',
],
'map' => [
'googlemap' => '\\ToolboxBundle\\Model\\Document\\Editable\\GoogleMap',
'parallaximage' => '\\ToolboxBundle\\Model\\Document\\Editable\\ParallaxImage',
'vhs' => '\\ToolboxBundle\\Model\\Document\\Editable\\Vhs',
'columnadjuster' => '\\ToolboxBundle\\Model\\Document\\Editable\\ColumnAdjuster',
],
],
'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' => NULL,
'disable_stack_trace' => false,
],
'error_pages' => [
'default' => '',
'localized' => [
'en' => '/NoNavigation/error',
'de' => '/NoNavigation/error',
],
],
'doc_types' => [
'definitions' => [
'3ac4e4c2-61d2-4b23-84ef-a6862676e9ec' => [
'name' => 'Teaser Snippet',
'group' => NULL,
'controller' => 'ToolboxBundle\\Controller\\SnippetController::teaserAction',
'template' => NULL,
'type' => 'snippet',
'priority' => 0,
'creationDate' => 1643099718,
'modificationDate' => 1643099718,
'staticGeneratorEnabled' => NULL,
],
'56ce741a-9c95-4adb-ba85-f3819d4d0714' => [
'name' => 'Simple Snippet',
'group' => '',
'controller' => 'App\\Controller\\DefaultController::defaultAction',
'template' => 'digitalwandler/DocumentType/simpleSnippet.html.twig',
'type' => 'snippet',
'priority' => 0,
'creationDate' => 1648193519,
'modificationDate' => 1648193595,
'staticGeneratorEnabled' => NULL,
],
'd4174223-6942-4bde-9d01-817047a74205' => [
'name' => 'SuccessStorie',
'group' => '',
'controller' => 'App\\Controller\\DefaultController::defaultAction',
'template' => 'digitalwandler/DocumentType/successStorieSnipped.html.twig',
'type' => 'snippet',
'priority' => 1,
'creationDate' => 1644525799,
'modificationDate' => 1647526333,
'staticGeneratorEnabled' => 0,
],
'dcea2a80-a059-4225-a418-7f28f1e49596' => [
'name' => 'Simple Page',
'group' => '',
'controller' => 'App\\Controller\\DefaultController::defaultAction',
'template' => 'digitalwandler/DocumentType/simplePage.html.twig',
'type' => 'page',
'priority' => 0,
'creationDate' => 1648193274,
'modificationDate' => 1648193553,
'staticGeneratorEnabled' => NULL,
],
'ea46ca23-e6e6-4d17-93ac-50e313751750' => [
'name' => 'Formbuilder Email',
'group' => NULL,
'controller' => 'FormBuilderBundle\\Controller\\EmailController::emailAction',
'template' => 'FormBuilderBundle:Email:email.html.twig',
'type' => 'email',
'priority' => 0,
'creationDate' => 1646212721,
'modificationDate' => 1646212721,
'staticGeneratorEnabled' => NULL,
],
'ec9902ab-4b2b-42b6-b39e-da1dc64c9a64' => [
'name' => 'Custom Menu',
'group' => '',
'controller' => 'App\\Controller\\SuccessStoriesController::menuAction',
'template' => 'digitalwandler/DocumentType/menuSnippet.html.twig',
'type' => 'snippet',
'priority' => 0,
'creationDate' => 1647850983,
'modificationDate' => 1647851018,
'staticGeneratorEnabled' => NULL,
],
],
],
'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,
],
'web_to_print' => [
'pdf_creation_php_memory_limit' => '2048M',
'default_controller_print_page' => 'App\\Controller\\Web2printController::defaultAction',
'default_controller_print_container' => 'App\\Controller\\Web2printController::containerAction',
],
'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,
],
'custom_report' => [
'adapters' => [
'sql' => 'pimcore.custom_report.adapter.factory.sql',
'analytics' => 'pimcore.custom_report.adapter.factory.analytics',
],
'definitions' => [
],
],
'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' => [
],
],
],
],
],
'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',
],
],
],
'translations' => [
'debugging' => [
'enabled' => true,
'parameter' => 'pimcore_debug_translations',
],
'admin_translation_mapping' => [
],
'data_object' => [
],
],
'email' => [
'sender' => [
'name' => 'Robotic Solutions Website',
'email' => 'noreply@alexander-buerkle.de',
],
'debug' => [
'email_addresses' => 'c.siegel@digitalwandler.com',
],
'return' => [
'name' => '',
'email' => '',
],
'usespecific' => false,
],
'general' => [
'domain' => '',
'redirect_to_maindomain' => false,
'language' => 'en',
'valid_languages' => 'en,de',
'fallback_languages' => [
'en' => '',
'de' => '',
],
'default_language' => 'de',
'debug_admin_translations' => false,
'timezone' => '',
'path_variable' => NULL,
'disable_usage_statistics' => false,
'instance_identifier' => NULL,
],
'staticroutes' => [
'definitions' => [
'928cb323-f555-40bc-aa85-8248bfa50c00' => [
'name' => 'services',
'pattern' => '/\\/dienstleistungen\\/(.*)?/',
'reverse' => '/dienstleistungen/%slug/',
'controller' => 'App\\Controller\\ServiceController::defaultAction',
'variables' => 'slug',
'defaults' => NULL,
'siteId' => [
],
'methods' => [
],
'priority' => 0,
'creationDate' => 1646660302,
'modificationDate' => 1646663743,
],
'c86ee139-1986-40d7-8f6d-c2f7c7e7f070' => [
'name' => 'successtories',
'pattern' => '/\\/erfolgsgeschichten\\/(.*)?/',
'reverse' => '/erfolgsgeschichten/%slug/',
'controller' => 'App\\Controller\\SuccessStoriesController::defaultAction',
'variables' => 'slug',
'defaults' => '',
'siteId' => [
],
'methods' => [
],
'priority' => 0,
'creationDate' => 1644532209,
'modificationDate' => 1647529445,
],
],
],
'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,
],
'workflows' => [
],
'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' => [
],
],
],
'perspectives' => [
'definitions' => [
],
],
'custom_views' => [
'definitions' => [
],
],
],
'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.workflow' => [
],
'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.config' => [
'branding' => [
'login_screen_invert_colors' => false,
'color_login_screen' => '',
'color_admin_interface' => '',
'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,
],
'toolbox.google_maps.browser_api_key' => NULL,
'toolbox.google_maps.simple_api_key' => NULL,
'toolbox.area_brick.dialog_aware_bricks' => [
0 => 'benefits_grid',
1 => 'dw_gallery',
2 => 'more_services',
3 => 'more_stories',
4 => 'services',
5 => 'services_grid',
6 => 'ss_filter_grid',
7 => 'text_section',
8 => 'waterfall_grid',
9 => 'contact_form',
10 => 'dw_downloads',
11 => 'columnss',
12 => 'ekon_button',
13 => 'scroll_detect',
14 => 'switch_header',
15 => 'switch_text_section',
],
'form_builder.persistence.doctrine.enabled' => true,
'form_builder.persistence.doctrine.manager' => 'default',
'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' => [
'App\\Controller\\DefaultController' => 'App\\Controller\\DefaultController',
'App\\Controller\\ServiceController' => 'App\\Controller\\ServiceController',
'App\\Controller\\SuccessStoriesController' => 'App\\Controller\\SuccessStoriesController',
'App\\Controller\\Web2printController' => 'App\\Controller\\Web2printController',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController',
'FormBuilderBundle\\Controller\\Admin\\ExportController' => 'FormBuilderBundle\\Controller\\Admin\\ExportController',
'FormBuilderBundle\\Controller\\Admin\\MailEditorController' => 'FormBuilderBundle\\Controller\\Admin\\MailEditorController',
'FormBuilderBundle\\Controller\\Admin\\OutputWorkflowApiController' => 'FormBuilderBundle\\Controller\\Admin\\OutputWorkflowApiController',
'FormBuilderBundle\\Controller\\Admin\\OutputWorkflowController' => 'FormBuilderBundle\\Controller\\Admin\\OutputWorkflowController',
'FormBuilderBundle\\Controller\\Admin\\OutputWorkflowObjectController' => 'FormBuilderBundle\\Controller\\Admin\\OutputWorkflowObjectController',
'FormBuilderBundle\\Controller\\Admin\\SettingsController' => 'FormBuilderBundle\\Controller\\Admin\\SettingsController',
'FormBuilderBundle\\Controller\\AjaxController' => 'FormBuilderBundle\\Controller\\AjaxController',
'FormBuilderBundle\\Controller\\EmailController' => 'FormBuilderBundle\\Controller\\EmailController',
'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',
'ToolboxBundle\\Controller\\Admin\\ColumnAdjusterController' => 'ToolboxBundle\\Controller\\Admin\\ColumnAdjusterController',
'ToolboxBundle\\Controller\\Admin\\SettingsController' => 'ToolboxBundle\\Controller\\Admin\\SettingsController',
'ToolboxBundle\\Controller\\AjaxController' => 'ToolboxBundle\\Controller\\AjaxController',
'ToolboxBundle\\Controller\\SnippetController' => 'ToolboxBundle\\Controller\\SnippetController',
'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\\Definition\\Import\\ClassCommand',
3 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\CustomLayoutCommand',
4 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\FieldCollectionCommand',
5 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Definition\\Import\\ObjectBrickCommand',
6 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\DeleteClassificationStoreCommand',
7 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\DeleteUnusedLocaleDataCommand',
8 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Document\\GeneratePagePreviews',
9 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\Document\\MigrateElementsCommand',
10 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\EmailLogsCleanupCommand',
11 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\GenerateStaticPagesCommand',
12 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalMigrationHelpersCommand',
13 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalModelDaoMappingGeneratorCommand',
14 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\InternalUnicodeCldrLanguageTerritoryGeneratorCommand',
15 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\LowQualityImagePreviewCommand',
16 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MaintenanceModeCommand',
17 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MigrateStorageCommand',
18 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\MysqlToolsCommand',
19 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RecyclebinCleanupCommand',
20 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RequirementsCheckCommand',
21 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ResetPasswordCommand',
22 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\RunScriptCommand',
23 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\SearchBackendReindexCommand',
24 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsClearCommand',
25 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsImageCommand',
26 => 'console.command.public_alias.Pimcore\\Bundle\\CoreBundle\\Command\\ThumbnailsVideoCommand',
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}