http://202.131.233.39/shop/CAR-ACCESSORIES~c1128

Log Messages

Info. & Errors 20

Informational and error log messages generated during the execution of the application.

Level Channel Message
INFO request Matched route
"shop-category"
.
[
  "route" => "shop-category"
  "route_parameters" => [
    "_route" => "shop-category"
    "path" => ""
    "_controller" => "App\Controller\ProductController::listingAction"
    "categoryname" => "CAR-ACCESSORIES"
    "category" => "1128"
  ]
  "request_uri" => "http://202.131.233.39/shop/CAR-ACCESSORIES~c1128"
  "method" => "GET"
]
INFO security Populated the TokenStorage with an anonymous Token.
INFO pimcore_ecommerce_sql User specific Condition Part: (parentCategoryIds LIKE '%,1128,%')
INFO pimcore_ecommerce_sql Total Condition: active = 1 AND o_virtualProductActive = 1 AND inProductList = 1 AND o_type = 'variant' AND (parentCategoryIds LIKE '%,1128,%')
INFO pimcore_ecommerce_sql Query: SELECT count(*) FROM shop_productindex a WHERE active = 1 AND o_virtualProductActive = 1 AND inProductList = 1 AND o_type = 'variant' AND (parentCategoryIds LIKE '%,1128,%')
INFO pimcore_ecommerce_sql Query done.
INFO pimcore_ecommerce_sql User specific Condition Part: (parentCategoryIds LIKE '%,1128,%')
INFO pimcore_ecommerce_sql Total Condition: active = 1 AND o_virtualProductActive = 1 AND inProductList = 1 AND o_type = 'variant' AND (parentCategoryIds LIKE '%,1128,%')
INFO pimcore_ecommerce_sql Query: SELECT SQL_CALC_FOUND_ROWS a.o_id, priceSystemName FROM shop_productindex a WHERE active = 1 AND o_virtualProductActive = 1 AND inProductList = 1 AND o_type = 'variant' AND (parentCategoryIds LIKE '%,1128,%') LIMIT 22
INFO pimcore_ecommerce_sql Query done.
INFO pimcore_ecommerce_sql User specific Condition Part:
INFO pimcore_ecommerce_sql Total Condition: active = 1 AND o_virtualProductActive = 1 AND inProductList = 1 AND o_type = 'variant'
INFO pimcore_ecommerce_sql Query: SELECT TRIM(`parentCategoryIds`) as `value`, count(*) as `count` FROM shop_productindex a WHERE active = 1 AND o_virtualProductActive = 1 AND inProductList = 1 AND o_type = 'variant' GROUP BY TRIM(`parentCategoryIds`)
INFO pimcore_ecommerce_sql Query done.
INFO pimcore_ecommerce_sql User specific Condition Part: (parentCategoryIds LIKE '%,1128,%')
INFO pimcore_ecommerce_sql Total Condition: active = 1 AND o_virtualProductActive = 1 AND inProductList = 1 AND o_type = 'variant' AND (parentCategoryIds LIKE '%,1128,%')
INFO pimcore_ecommerce_sql Query: SELECT dest as `value`, count(*) as `count` FROM shop_productindex_relations a WHERE fieldname = 'manufacturer' AND src IN (SELECT a.o_id FROM shop_productindex a WHERE active = 1 AND o_virtualProductActive = 1 AND inProductList = 1 AND o_type = 'variant' AND (parentCategoryIds LIKE '%,1128,%')) GROUP BY dest
INFO pimcore_ecommerce_sql Query done.
INFO pimcore Load Objects...
INFO pimcore done.

Deprecations 1403

Log messages generated by using features marked as deprecated.

Time Channel Message
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#429
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:22 {
        Container5oqzx75\getSecurity_Authentication_ManagerService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1189 {
        Container5oqzx75\App_KernelDevDebugContainer->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['security.authentication.manager'] ?? $this->load('getSecurity_Authentication_ManagerService')), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1246 {
        Container5oqzx75\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
        › $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));
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:3557 {
        Container5oqzx75\App_KernelDevDebugContainer->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()));}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:2419 {
        Container5oqzx75\App_KernelDevDebugContainer->Container5oqzx75\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());}, 1 => 'onKernelRequest'], 700);
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:22 {
    Container5oqzx75\getSecurity_Authentication_ManagerService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1189 {
    Container5oqzx75\App_KernelDevDebugContainer->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['security.authentication.manager'] ?? $this->load('getSecurity_Authentication_ManagerService')), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1246 {
    Container5oqzx75\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
    › $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));
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:3557 {
    Container5oqzx75\App_KernelDevDebugContainer->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()));}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:2419 {
    Container5oqzx75\App_KernelDevDebugContainer->Container5oqzx75\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());}, 1 => 'onKernelRequest'], 700);
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#430
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php"
    #line: 27
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:27 {
        Container5oqzx75\getSecurity_Authentication_ManagerService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AuthenticationProviderManager::class);}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1189 {
        Container5oqzx75\App_KernelDevDebugContainer->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['security.authentication.manager'] ?? $this->load('getSecurity_Authentication_ManagerService')), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1246 {
        Container5oqzx75\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
        › $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));
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:3557 {
        Container5oqzx75\App_KernelDevDebugContainer->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()));}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:2419 {
        Container5oqzx75\App_KernelDevDebugContainer->Container5oqzx75\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());}, 1 => 'onKernelRequest'], 700);
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:27 {
    Container5oqzx75\getSecurity_Authentication_ManagerService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AuthenticationProviderManager::class);}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1189 {
    Container5oqzx75\App_KernelDevDebugContainer->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['security.authentication.manager'] ?? $this->load('getSecurity_Authentication_ManagerService')), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1246 {
    Container5oqzx75\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
    › $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));
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:3557 {
    Container5oqzx75\App_KernelDevDebugContainer->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()));}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:2419 {
    Container5oqzx75\App_KernelDevDebugContainer->Container5oqzx75\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());}, 1 => 'onKernelRequest'], 700);
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead.
[
  "exception" => ErrorException {#431
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/vendor/symfony/security-core/Event/AuthenticationFailureEvent.php"
    #line: 18
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/symfony/security-core/Event/AuthenticationFailureEvent.php:18 {
        class_exists(string $class, bool $autoload = true): bool …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" with the new authenticator system instead.', AuthenticationFailureEvent::class, LoginFailureEvent::class);}
      /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:31 {
        Container5oqzx75\getSecurity_Authentication_ManagerService::do($container, $lazyLoad = true) …
        › class_exists(AuthenticationEvents::class);class_exists(AuthenticationFailureEvent::class);class_exists(AuthenticationSuccessEvent::class);
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1189 {
        Container5oqzx75\App_KernelDevDebugContainer->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['security.authentication.manager'] ?? $this->load('getSecurity_Authentication_ManagerService')), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1246 {
        Container5oqzx75\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
        › $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));
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:3557 {
        Container5oqzx75\App_KernelDevDebugContainer->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()));}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:2419 {
        Container5oqzx75\App_KernelDevDebugContainer->Container5oqzx75\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());}, 1 => 'onKernelRequest'], 700);
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/vendor/symfony/security-core/Event/AuthenticationFailureEvent.php:18 {
    class_exists(string $class, bool $autoload = true): bool …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" with the new authenticator system instead.', AuthenticationFailureEvent::class, LoginFailureEvent::class);}
  /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:31 {
    Container5oqzx75\getSecurity_Authentication_ManagerService::do($container, $lazyLoad = true) …
    › class_exists(AuthenticationEvents::class);class_exists(AuthenticationFailureEvent::class);class_exists(AuthenticationSuccessEvent::class);
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1189 {
    Container5oqzx75\App_KernelDevDebugContainer->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['security.authentication.manager'] ?? $this->load('getSecurity_Authentication_ManagerService')), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1246 {
    Container5oqzx75\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
    › $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));
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:3557 {
    Container5oqzx75\App_KernelDevDebugContainer->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()));}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:2419 {
    Container5oqzx75\App_KernelDevDebugContainer->Container5oqzx75\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());}, 1 => 'onKernelRequest'], 700);
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "cmf.customer_exporter_manager" service is deprecated. Use "CustomerManagementFrameworkBundle\CustomerList\ExporterManagerInterface" instead
[
  "exception" => ErrorException {#1455
    #message: "User Deprecated: The "cmf.customer_exporter_manager" service is deprecated. Use "CustomerManagementFrameworkBundle\CustomerList\ExporterManagerInterface" instead"
    #code: 0
    #file: "/opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getCmf_CustomerExporterManagerService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getCmf_CustomerExporterManagerService.php:22 {
        Container5oqzx75\getCmf_CustomerExporterManagerService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('', '', 'The "cmf.customer_exporter_manager" service is deprecated. Use "CustomerManagementFrameworkBundle\\CustomerList\\ExporterManagerInterface" instead');}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1292 {
        Container5oqzx75\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
        › $instance->addExtension(new \Pimcore\Twig\Extension\AdminExtension($h));$instance->addExtension(new \CustomerManagementFrameworkBundle\Twig\Extension\CmfFrontendUtilsExtension($f, ($this->services['CustomerManagementFrameworkBundle\\Helper\\JsConfigService'] ?? ($this->services['CustomerManagementFrameworkBundle\\Helper\\JsConfigService'] = new \CustomerManagementFrameworkBundle\Helper\JsConfigService())), ($this->services['CustomerManagementFrameworkBundle\\SegmentManager\\SegmentManagerInterface'] ?? $this->getSegmentManagerInterfaceService()), ($this->services['cmf.customer_exporter_manager'] ?? $this->load('getCmf_CustomerExporterManagerService'))));$instance->addExtension(new \CustomerManagementFrameworkBundle\Twig\Extension\CmfUrlUtilsExtension($h, $a, ($this->services['CustomerManagementFrameworkBundle\\CustomerView\\CustomerViewInterface'] ?? $this->getCustomerViewInterfaceService()), ($this->services['cmf.link-activity-definition.linkgenerator'] ?? $this->load('getCmf_Linkactivitydefinition_LinkgeneratorService'))));
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:3557 {
        Container5oqzx75\App_KernelDevDebugContainer->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()));}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:2419 {
        Container5oqzx75\App_KernelDevDebugContainer->Container5oqzx75\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());}, 1 => 'onKernelRequest'], 700);
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getCmf_CustomerExporterManagerService.php:22 {
    Container5oqzx75\getCmf_CustomerExporterManagerService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('', '', 'The "cmf.customer_exporter_manager" service is deprecated. Use "CustomerManagementFrameworkBundle\\CustomerList\\ExporterManagerInterface" instead');}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1292 {
    Container5oqzx75\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
    › $instance->addExtension(new \Pimcore\Twig\Extension\AdminExtension($h));$instance->addExtension(new \CustomerManagementFrameworkBundle\Twig\Extension\CmfFrontendUtilsExtension($f, ($this->services['CustomerManagementFrameworkBundle\\Helper\\JsConfigService'] ?? ($this->services['CustomerManagementFrameworkBundle\\Helper\\JsConfigService'] = new \CustomerManagementFrameworkBundle\Helper\JsConfigService())), ($this->services['CustomerManagementFrameworkBundle\\SegmentManager\\SegmentManagerInterface'] ?? $this->getSegmentManagerInterfaceService()), ($this->services['cmf.customer_exporter_manager'] ?? $this->load('getCmf_CustomerExporterManagerService'))));$instance->addExtension(new \CustomerManagementFrameworkBundle\Twig\Extension\CmfUrlUtilsExtension($h, $a, ($this->services['CustomerManagementFrameworkBundle\\CustomerView\\CustomerViewInterface'] ?? $this->getCustomerViewInterfaceService()), ($this->services['cmf.link-activity-definition.linkgenerator'] ?? $this->load('getCmf_Linkactivitydefinition_LinkgeneratorService'))));
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:3557 {
    Container5oqzx75\App_KernelDevDebugContainer->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()));}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:2419 {
    Container5oqzx75\App_KernelDevDebugContainer->Container5oqzx75\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());}, 1 => 'onKernelRequest'], 700);
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "cmf.link-activity-definition.linkgenerator" service is deprecated. Use "CustomerManagementFrameworkBundle\LinkGenerator\LinkActivityDefinitionLinkGenerator" instead
[
  "exception" => ErrorException {#1460
    #message: "User Deprecated: The "cmf.link-activity-definition.linkgenerator" service is deprecated. Use "CustomerManagementFrameworkBundle\LinkGenerator\LinkActivityDefinitionLinkGenerator" instead"
    #code: 0
    #file: "/opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getCmf_Linkactivitydefinition_LinkgeneratorService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getCmf_Linkactivitydefinition_LinkgeneratorService.php:22 {
        Container5oqzx75\getCmf_Linkactivitydefinition_LinkgeneratorService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('', '', 'The "cmf.link-activity-definition.linkgenerator" service is deprecated. Use "CustomerManagementFrameworkBundle\\LinkGenerator\\LinkActivityDefinitionLinkGenerator" instead');}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1293 {
        Container5oqzx75\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
        › $instance->addExtension(new \CustomerManagementFrameworkBundle\Twig\Extension\CmfFrontendUtilsExtension($f, ($this->services['CustomerManagementFrameworkBundle\\Helper\\JsConfigService'] ?? ($this->services['CustomerManagementFrameworkBundle\\Helper\\JsConfigService'] = new \CustomerManagementFrameworkBundle\Helper\JsConfigService())), ($this->services['CustomerManagementFrameworkBundle\\SegmentManager\\SegmentManagerInterface'] ?? $this->getSegmentManagerInterfaceService()), ($this->services['cmf.customer_exporter_manager'] ?? $this->load('getCmf_CustomerExporterManagerService'))));$instance->addExtension(new \CustomerManagementFrameworkBundle\Twig\Extension\CmfUrlUtilsExtension($h, $a, ($this->services['CustomerManagementFrameworkBundle\\CustomerView\\CustomerViewInterface'] ?? $this->getCustomerViewInterfaceService()), ($this->services['cmf.link-activity-definition.linkgenerator'] ?? $this->load('getCmf_Linkactivitydefinition_LinkgeneratorService'))));$instance->addExtension(new \Web2PrintToolsBundle\Twig\OutputChannelExtension());
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:3557 {
        Container5oqzx75\App_KernelDevDebugContainer->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()));}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:2419 {
        Container5oqzx75\App_KernelDevDebugContainer->Container5oqzx75\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());}, 1 => 'onKernelRequest'], 700);
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getCmf_Linkactivitydefinition_LinkgeneratorService.php:22 {
    Container5oqzx75\getCmf_Linkactivitydefinition_LinkgeneratorService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('', '', 'The "cmf.link-activity-definition.linkgenerator" service is deprecated. Use "CustomerManagementFrameworkBundle\\LinkGenerator\\LinkActivityDefinitionLinkGenerator" instead');}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1293 {
    Container5oqzx75\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
    › $instance->addExtension(new \CustomerManagementFrameworkBundle\Twig\Extension\CmfFrontendUtilsExtension($f, ($this->services['CustomerManagementFrameworkBundle\\Helper\\JsConfigService'] ?? ($this->services['CustomerManagementFrameworkBundle\\Helper\\JsConfigService'] = new \CustomerManagementFrameworkBundle\Helper\JsConfigService())), ($this->services['CustomerManagementFrameworkBundle\\SegmentManager\\SegmentManagerInterface'] ?? $this->getSegmentManagerInterfaceService()), ($this->services['cmf.customer_exporter_manager'] ?? $this->load('getCmf_CustomerExporterManagerService'))));$instance->addExtension(new \CustomerManagementFrameworkBundle\Twig\Extension\CmfUrlUtilsExtension($h, $a, ($this->services['CustomerManagementFrameworkBundle\\CustomerView\\CustomerViewInterface'] ?? $this->getCustomerViewInterfaceService()), ($this->services['cmf.link-activity-definition.linkgenerator'] ?? $this->load('getCmf_Linkactivitydefinition_LinkgeneratorService'))));$instance->addExtension(new \Web2PrintToolsBundle\Twig\OutputChannelExtension());
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:3557 {
    Container5oqzx75\App_KernelDevDebugContainer->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()));}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:2419 {
    Container5oqzx75\App_KernelDevDebugContainer->Container5oqzx75\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener'] ?? $this->getGlobalTemplateVariablesListenerService());}, 1 => 'onKernelRequest'], 700);
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/framework-bundle 5.3: The "session" service and "SessionInterface" alias are deprecated, use "$requestStack->getSession()" instead.
[
  "exception" => ErrorException {#1587
    #message: "User Deprecated: Since symfony/framework-bundle 5.3: The "session" service and "SessionInterface" alias are deprecated, use "$requestStack->getSession()" instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSessionService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSessionService.php:22 {
        Container5oqzx75\getSessionService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session" service and "SessionInterface" alias are deprecated, use "$requestStack->getSession()" instead.');}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:3741 {
        Container5oqzx75\App_KernelDevDebugContainer->getTrackingCodeFlashMessageListenerService() …
        › {    $this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener'] = $instance = new \Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener(($this->services['session'] ?? $this->load('getSessionService')), ($this->services['pimcore_ecommerce.tracking.tracking_manager'] ?? $this->getPimcoreEcommerce_Tracking_TrackingManagerService()));}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:2674 {
        Container5oqzx75\App_KernelDevDebugContainer->Container5oqzx75\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener'] ?? $this->getTrackingCodeFlashMessageListenerService());}, 1 => 'onKernelRequest'], 0);
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSessionService.php:22 {
    Container5oqzx75\getSessionService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session" service and "SessionInterface" alias are deprecated, use "$requestStack->getSession()" instead.');}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:3741 {
    Container5oqzx75\App_KernelDevDebugContainer->getTrackingCodeFlashMessageListenerService() …
    › {    $this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener'] = $instance = new \Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener(($this->services['session'] ?? $this->load('getSessionService')), ($this->services['pimcore_ecommerce.tracking.tracking_manager'] ?? $this->getPimcoreEcommerce_Tracking_TrackingManagerService()));}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:2674 {
    Container5oqzx75\App_KernelDevDebugContainer->Container5oqzx75\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener'] ?? $this->getTrackingCodeFlashMessageListenerService());}, 1 => 'onKernelRequest'], 0);
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/http-foundation 5.3: The "Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag" class is deprecated.
[
  "exception" => ErrorException {#1588
    #message: "User Deprecated: Since symfony/http-foundation 5.3: The "Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag" class is deprecated."
    #code: 0
    #file: "/opt/bitnami/pimcore/vendor/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php:14 {
        include_once …
        › 
        › trigger_deprecation('symfony/http-foundation', '5.3', 'The "%s" class is deprecated.', NamespacedAttributeBag::class);}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSessionService.php:27 {
        Container5oqzx75\getSessionService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php';include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Session/SessionConfiguratorInterface.php';
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:3741 {
        Container5oqzx75\App_KernelDevDebugContainer->getTrackingCodeFlashMessageListenerService() …
        › {    $this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener'] = $instance = new \Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener(($this->services['session'] ?? $this->load('getSessionService')), ($this->services['pimcore_ecommerce.tracking.tracking_manager'] ?? $this->getPimcoreEcommerce_Tracking_TrackingManagerService()));}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:2674 {
        Container5oqzx75\App_KernelDevDebugContainer->Container5oqzx75\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener'] ?? $this->getTrackingCodeFlashMessageListenerService());}, 1 => 'onKernelRequest'], 0);
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/vendor/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php:14 {
    include_once …
    › 
    › trigger_deprecation('symfony/http-foundation', '5.3', 'The "%s" class is deprecated.', NamespacedAttributeBag::class);}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSessionService.php:27 {
    Container5oqzx75\getSessionService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php';include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Session/SessionConfiguratorInterface.php';
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:3741 {
    Container5oqzx75\App_KernelDevDebugContainer->getTrackingCodeFlashMessageListenerService() …
    › {    $this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener'] = $instance = new \Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener(($this->services['session'] ?? $this->load('getSessionService')), ($this->services['pimcore_ecommerce.tracking.tracking_manager'] ?? $this->getPimcoreEcommerce_Tracking_TrackingManagerService()));}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:2674 {
    Container5oqzx75\App_KernelDevDebugContainer->Container5oqzx75\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener'] ?? $this->getTrackingCodeFlashMessageListenerService());}, 1 => 'onKernelRequest'], 0);
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
[
  "exception" => ErrorException {#1590
    #message: "User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSession_Storage_NativeService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSession_Storage_NativeService.php:22 {
        Container5oqzx75\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSessionService.php:33 {
        Container5oqzx75\getSessionService::do($container, $lazyLoad = true) …
        › 
        › $container->services['session'] = $instance = new \Symfony\Component\HttpFoundation\Session\Session($container->load('getSession_Storage_NativeService'), new \Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag(), $container->load('getSession_FlashBagService'));}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:3741 {
        Container5oqzx75\App_KernelDevDebugContainer->getTrackingCodeFlashMessageListenerService() …
        › {    $this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener'] = $instance = new \Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener(($this->services['session'] ?? $this->load('getSessionService')), ($this->services['pimcore_ecommerce.tracking.tracking_manager'] ?? $this->getPimcoreEcommerce_Tracking_TrackingManagerService()));}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:2674 {
        Container5oqzx75\App_KernelDevDebugContainer->Container5oqzx75\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener'] ?? $this->getTrackingCodeFlashMessageListenerService());}, 1 => 'onKernelRequest'], 0);
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSession_Storage_NativeService.php:22 {
    Container5oqzx75\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSessionService.php:33 {
    Container5oqzx75\getSessionService::do($container, $lazyLoad = true) …
    › 
    › $container->services['session'] = $instance = new \Symfony\Component\HttpFoundation\Session\Session($container->load('getSession_Storage_NativeService'), new \Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag(), $container->load('getSession_FlashBagService'));}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:3741 {
    Container5oqzx75\App_KernelDevDebugContainer->getTrackingCodeFlashMessageListenerService() …
    › {    $this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener'] = $instance = new \Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener(($this->services['session'] ?? $this->load('getSessionService')), ($this->services['pimcore_ecommerce.tracking.tracking_manager'] ?? $this->getPimcoreEcommerce_Tracking_TrackingManagerService()));}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:2674 {
    Container5oqzx75\App_KernelDevDebugContainer->Container5oqzx75\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener'] ?? $this->getTrackingCodeFlashMessageListenerService());}, 1 => 'onKernelRequest'], 0);
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
[
  "exception" => ErrorException {#1592
    #message: "User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSession_Storage_MetadataBagService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSession_Storage_MetadataBagService.php:22 {
        Container5oqzx75\getSession_Storage_MetadataBagService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSession_Storage_NativeService.php:24 {
        Container5oqzx75\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
        › 
        ›     return new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($container->parameters['session.storage.options'], NULL, $container->load('getSession_Storage_MetadataBagService'));}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSessionService.php:33 {
        Container5oqzx75\getSessionService::do($container, $lazyLoad = true) …
        › 
        › $container->services['session'] = $instance = new \Symfony\Component\HttpFoundation\Session\Session($container->load('getSession_Storage_NativeService'), new \Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag(), $container->load('getSession_FlashBagService'));}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:3741 {
        Container5oqzx75\App_KernelDevDebugContainer->getTrackingCodeFlashMessageListenerService() …
        › {    $this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener'] = $instance = new \Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener(($this->services['session'] ?? $this->load('getSessionService')), ($this->services['pimcore_ecommerce.tracking.tracking_manager'] ?? $this->getPimcoreEcommerce_Tracking_TrackingManagerService()));}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:2674 {
        Container5oqzx75\App_KernelDevDebugContainer->Container5oqzx75\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener'] ?? $this->getTrackingCodeFlashMessageListenerService());}, 1 => 'onKernelRequest'], 0);
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSession_Storage_MetadataBagService.php:22 {
    Container5oqzx75\getSession_Storage_MetadataBagService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSession_Storage_NativeService.php:24 {
    Container5oqzx75\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
    › 
    ›     return new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($container->parameters['session.storage.options'], NULL, $container->load('getSession_Storage_MetadataBagService'));}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSessionService.php:33 {
    Container5oqzx75\getSessionService::do($container, $lazyLoad = true) …
    › 
    › $container->services['session'] = $instance = new \Symfony\Component\HttpFoundation\Session\Session($container->load('getSession_Storage_NativeService'), new \Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag(), $container->load('getSession_FlashBagService'));}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:3741 {
    Container5oqzx75\App_KernelDevDebugContainer->getTrackingCodeFlashMessageListenerService() …
    › {    $this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener'] = $instance = new \Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener(($this->services['session'] ?? $this->load('getSessionService')), ($this->services['pimcore_ecommerce.tracking.tracking_manager'] ?? $this->getPimcoreEcommerce_Tracking_TrackingManagerService()));}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:2674 {
    Container5oqzx75\App_KernelDevDebugContainer->Container5oqzx75\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener'] ?? $this->getTrackingCodeFlashMessageListenerService());}, 1 => 'onKernelRequest'], 0);
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/framework-bundle 5.1: The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.
[
  "exception" => ErrorException {#1598
    #message: "User Deprecated: Since symfony/framework-bundle 5.1: The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSession_FlashBagService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSession_FlashBagService.php:22 {
        Container5oqzx75\getSession_FlashBagService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/framework-bundle', '5.1', 'The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.');}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSessionService.php:33 {
        Container5oqzx75\getSessionService::do($container, $lazyLoad = true) …
        › 
        › $container->services['session'] = $instance = new \Symfony\Component\HttpFoundation\Session\Session($container->load('getSession_Storage_NativeService'), new \Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag(), $container->load('getSession_FlashBagService'));}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:3741 {
        Container5oqzx75\App_KernelDevDebugContainer->getTrackingCodeFlashMessageListenerService() …
        › {    $this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener'] = $instance = new \Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener(($this->services['session'] ?? $this->load('getSessionService')), ($this->services['pimcore_ecommerce.tracking.tracking_manager'] ?? $this->getPimcoreEcommerce_Tracking_TrackingManagerService()));}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:2674 {
        Container5oqzx75\App_KernelDevDebugContainer->Container5oqzx75\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener'] ?? $this->getTrackingCodeFlashMessageListenerService());}, 1 => 'onKernelRequest'], 0);
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSession_FlashBagService.php:22 {
    Container5oqzx75\getSession_FlashBagService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/framework-bundle', '5.1', 'The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.');}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSessionService.php:33 {
    Container5oqzx75\getSessionService::do($container, $lazyLoad = true) …
    › 
    › $container->services['session'] = $instance = new \Symfony\Component\HttpFoundation\Session\Session($container->load('getSession_Storage_NativeService'), new \Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag(), $container->load('getSession_FlashBagService'));}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:3741 {
    Container5oqzx75\App_KernelDevDebugContainer->getTrackingCodeFlashMessageListenerService() …
    › {    $this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener'] = $instance = new \Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener(($this->services['session'] ?? $this->load('getSessionService')), ($this->services['pimcore_ecommerce.tracking.tracking_manager'] ?? $this->getPimcoreEcommerce_Tracking_TrackingManagerService()));}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:2674 {
    Container5oqzx75\App_KernelDevDebugContainer->Container5oqzx75\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener'] ?? $this->getTrackingCodeFlashMessageListenerService());}, 1 => 'onKernelRequest'], 0);
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.form.demo_frontend" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#1743
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.form.demo_frontend" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Listener_Form_DemoFrontendService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Listener_Form_DemoFrontendService.php:22 {
        Container5oqzx75\getSecurity_Authentication_Listener_Form_DemoFrontendService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.form.demo_frontend" service is deprecated, use the new authenticator system instead.');}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Firewall_Map_Context_DemoFrontendService.php:36 {
        Container5oqzx75\getSecurity_Firewall_Map_Context_DemoFrontendService::Container5oqzx75\{closure} …
        › yield 1 => ($container->privates['security.context_listener.1'] ?? $container->load('getSecurity_ContextListener_1Service'));yield 2 => ($container->privates['security.authentication.listener.form.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Form_DemoFrontendService'));yield 3 => ($container->privates['hwi_oauth.authentication.listener.oauth.demo_frontend'] ?? $container->load('getHwiOauth_Authentication_Listener_Oauth_DemoFrontendService'));
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:68 {
        Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
        › 
        › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › 
        › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Listener_Form_DemoFrontendService.php:22 {
    Container5oqzx75\getSecurity_Authentication_Listener_Form_DemoFrontendService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.form.demo_frontend" service is deprecated, use the new authenticator system instead.');}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Firewall_Map_Context_DemoFrontendService.php:36 {
    Container5oqzx75\getSecurity_Firewall_Map_Context_DemoFrontendService::Container5oqzx75\{closure} …
    › yield 1 => ($container->privates['security.context_listener.1'] ?? $container->load('getSecurity_ContextListener_1Service'));yield 2 => ($container->privates['security.authentication.listener.form.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Form_DemoFrontendService'));yield 3 => ($container->privates['hwi_oauth.authentication.listener.oauth.demo_frontend'] ?? $container->load('getHwiOauth_Authentication_Listener_Oauth_DemoFrontendService'));
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:68 {
    Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
    › 
    › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › 
    › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#1800
    #message: "User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php"
    #line: 32
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php:32 {
        Container5oqzx75\getSecurity_Authentication_Listener_Form_DemoFrontendService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', UsernamePasswordFormAuthenticationListener::class);}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Firewall_Map_Context_DemoFrontendService.php:36 {
        Container5oqzx75\getSecurity_Firewall_Map_Context_DemoFrontendService::Container5oqzx75\{closure} …
        › yield 1 => ($container->privates['security.context_listener.1'] ?? $container->load('getSecurity_ContextListener_1Service'));yield 2 => ($container->privates['security.authentication.listener.form.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Form_DemoFrontendService'));yield 3 => ($container->privates['hwi_oauth.authentication.listener.oauth.demo_frontend'] ?? $container->load('getHwiOauth_Authentication_Listener_Oauth_DemoFrontendService'));
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:68 {
        Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
        › 
        › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › 
        › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php:32 {
    Container5oqzx75\getSecurity_Authentication_Listener_Form_DemoFrontendService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', UsernamePasswordFormAuthenticationListener::class);}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Firewall_Map_Context_DemoFrontendService.php:36 {
    Container5oqzx75\getSecurity_Firewall_Map_Context_DemoFrontendService::Container5oqzx75\{closure} …
    › yield 1 => ($container->privates['security.context_listener.1'] ?? $container->load('getSecurity_ContextListener_1Service'));yield 2 => ($container->privates['security.authentication.listener.form.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Form_DemoFrontendService'));yield 3 => ($container->privates['hwi_oauth.authentication.listener.oauth.demo_frontend'] ?? $container->load('getHwiOauth_Authentication_Listener_Oauth_DemoFrontendService'));
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:68 {
    Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
    › 
    › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › 
    › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#1799
    #message: "User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php"
    #line: 34
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php:34 {
        Container5oqzx75\getSecurity_Authentication_Listener_Form_DemoFrontendService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AbstractAuthenticationListener::class);}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Firewall_Map_Context_DemoFrontendService.php:36 {
        Container5oqzx75\getSecurity_Firewall_Map_Context_DemoFrontendService::Container5oqzx75\{closure} …
        › yield 1 => ($container->privates['security.context_listener.1'] ?? $container->load('getSecurity_ContextListener_1Service'));yield 2 => ($container->privates['security.authentication.listener.form.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Form_DemoFrontendService'));yield 3 => ($container->privates['hwi_oauth.authentication.listener.oauth.demo_frontend'] ?? $container->load('getHwiOauth_Authentication_Listener_Oauth_DemoFrontendService'));
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:68 {
        Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
        › 
        › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › 
        › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php:34 {
    Container5oqzx75\getSecurity_Authentication_Listener_Form_DemoFrontendService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AbstractAuthenticationListener::class);}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Firewall_Map_Context_DemoFrontendService.php:36 {
    Container5oqzx75\getSecurity_Firewall_Map_Context_DemoFrontendService::Container5oqzx75\{closure} …
    › yield 1 => ($container->privates['security.context_listener.1'] ?? $container->load('getSecurity_ContextListener_1Service'));yield 2 => ($container->privates['security.authentication.listener.form.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Form_DemoFrontendService'));yield 3 => ($container->privates['hwi_oauth.authentication.listener.oauth.demo_frontend'] ?? $container->load('getHwiOauth_Authentication_Listener_Oauth_DemoFrontendService'));
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:68 {
    Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
    › 
    › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › 
    › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.demo_frontend" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#1771
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.demo_frontend" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Listener_Rememberme_DemoFrontendService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Listener_Rememberme_DemoFrontendService.php:22 {
        Container5oqzx75\getSecurity_Authentication_Listener_Rememberme_DemoFrontendService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.rememberme.demo_frontend" service is deprecated, use the new authenticator system instead.');}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Firewall_Map_Context_DemoFrontendService.php:38 {
        Container5oqzx75\getSecurity_Firewall_Map_Context_DemoFrontendService::Container5oqzx75\{closure} …
        › yield 3 => ($container->privates['hwi_oauth.authentication.listener.oauth.demo_frontend'] ?? $container->load('getHwiOauth_Authentication_Listener_Oauth_DemoFrontendService'));yield 4 => ($container->privates['security.authentication.listener.rememberme.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_DemoFrontendService'));yield 5 => ($container->privates['security.authentication.listener.anonymous.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_DemoFrontendService'));
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:68 {
        Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
        › 
        › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › 
        › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Listener_Rememberme_DemoFrontendService.php:22 {
    Container5oqzx75\getSecurity_Authentication_Listener_Rememberme_DemoFrontendService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.rememberme.demo_frontend" service is deprecated, use the new authenticator system instead.');}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Firewall_Map_Context_DemoFrontendService.php:38 {
    Container5oqzx75\getSecurity_Firewall_Map_Context_DemoFrontendService::Container5oqzx75\{closure} …
    › yield 3 => ($container->privates['hwi_oauth.authentication.listener.oauth.demo_frontend'] ?? $container->load('getHwiOauth_Authentication_Listener_Oauth_DemoFrontendService'));yield 4 => ($container->privates['security.authentication.listener.rememberme.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_DemoFrontendService'));yield 5 => ($container->privates['security.authentication.listener.anonymous.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_DemoFrontendService'));
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:68 {
    Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
    › 
    › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › 
    › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\RememberMeListener" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#1767
    #message: "User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\RememberMeListener" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/RememberMeListener.php"
    #line: 27
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/RememberMeListener.php:27 {
        Container5oqzx75\getSecurity_Authentication_Listener_Rememberme_DemoFrontendService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', RememberMeListener::class);}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Firewall_Map_Context_DemoFrontendService.php:38 {
        Container5oqzx75\getSecurity_Firewall_Map_Context_DemoFrontendService::Container5oqzx75\{closure} …
        › yield 3 => ($container->privates['hwi_oauth.authentication.listener.oauth.demo_frontend'] ?? $container->load('getHwiOauth_Authentication_Listener_Oauth_DemoFrontendService'));yield 4 => ($container->privates['security.authentication.listener.rememberme.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_DemoFrontendService'));yield 5 => ($container->privates['security.authentication.listener.anonymous.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_DemoFrontendService'));
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:68 {
        Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
        › 
        › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › 
        › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/RememberMeListener.php:27 {
    Container5oqzx75\getSecurity_Authentication_Listener_Rememberme_DemoFrontendService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', RememberMeListener::class);}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Firewall_Map_Context_DemoFrontendService.php:38 {
    Container5oqzx75\getSecurity_Firewall_Map_Context_DemoFrontendService::Container5oqzx75\{closure} …
    › yield 3 => ($container->privates['hwi_oauth.authentication.listener.oauth.demo_frontend'] ?? $container->load('getHwiOauth_Authentication_Listener_Oauth_DemoFrontendService'));yield 4 => ($container->privates['security.authentication.listener.rememberme.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_DemoFrontendService'));yield 5 => ($container->privates['security.authentication.listener.anonymous.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_DemoFrontendService'));
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:68 {
    Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
    › 
    › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › 
    › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.demo_frontend" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#1768
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.demo_frontend" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Listener_Anonymous_DemoFrontendService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Listener_Anonymous_DemoFrontendService.php:22 {
        Container5oqzx75\getSecurity_Authentication_Listener_Anonymous_DemoFrontendService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.demo_frontend" service is deprecated, use the new authenticator system instead.');}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Firewall_Map_Context_DemoFrontendService.php:39 {
        Container5oqzx75\getSecurity_Firewall_Map_Context_DemoFrontendService::Container5oqzx75\{closure} …
        › yield 4 => ($container->privates['security.authentication.listener.rememberme.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_DemoFrontendService'));yield 5 => ($container->privates['security.authentication.listener.anonymous.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_DemoFrontendService'));yield 6 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:68 {
        Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
        › 
        › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › 
        › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Listener_Anonymous_DemoFrontendService.php:22 {
    Container5oqzx75\getSecurity_Authentication_Listener_Anonymous_DemoFrontendService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.demo_frontend" service is deprecated, use the new authenticator system instead.');}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Firewall_Map_Context_DemoFrontendService.php:39 {
    Container5oqzx75\getSecurity_Firewall_Map_Context_DemoFrontendService::Container5oqzx75\{closure} …
    › yield 4 => ($container->privates['security.authentication.listener.rememberme.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_DemoFrontendService'));yield 5 => ($container->privates['security.authentication.listener.anonymous.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_DemoFrontendService'));yield 6 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:68 {
    Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
    › 
    › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › 
    › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#1764
    #message: "User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:22 {
        Container5oqzx75\getSecurity_Authentication_Listener_Anonymous_DemoFrontendService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AnonymousAuthenticationListener::class);}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Firewall_Map_Context_DemoFrontendService.php:39 {
        Container5oqzx75\getSecurity_Firewall_Map_Context_DemoFrontendService::Container5oqzx75\{closure} …
        › yield 4 => ($container->privates['security.authentication.listener.rememberme.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_DemoFrontendService'));yield 5 => ($container->privates['security.authentication.listener.anonymous.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_DemoFrontendService'));yield 6 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:68 {
        Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
        › 
        › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › 
        › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:22 {
    Container5oqzx75\getSecurity_Authentication_Listener_Anonymous_DemoFrontendService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AnonymousAuthenticationListener::class);}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Firewall_Map_Context_DemoFrontendService.php:39 {
    Container5oqzx75\getSecurity_Firewall_Map_Context_DemoFrontendService::Container5oqzx75\{closure} …
    › yield 4 => ($container->privates['security.authentication.listener.rememberme.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_DemoFrontendService'));yield 5 => ($container->privates['security.authentication.listener.anonymous.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_DemoFrontendService'));yield 6 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:68 {
    Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
    › 
    › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:39 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › 
    › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#1896
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php"
    #line: 17
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php:17 {
        include_once …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" interface is deprecated, use the new authenticator system instead.', AuthenticationProviderInterface::class);}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService.php:21 {
        Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:25 {
        Container5oqzx75\getSecurity_Authentication_ManagerService::Container5oqzx75\{closure} …
        › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService'));    yield 1 => ($container->privates['security.authentication.provider.guard.pimcore_admin.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService'));
      }
      /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php:17 {
    include_once …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" interface is deprecated, use the new authenticator system instead.', AuthenticationProviderInterface::class);}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService.php:21 {
    Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/Provider/AuthenticationProviderDecorator.php';
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:25 {
    Container5oqzx75\getSecurity_Authentication_ManagerService::Container5oqzx75\{closure} …
    › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService'));    yield 1 => ($container->privates['security.authentication.provider.guard.pimcore_admin.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService'));
  }
  /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#1894
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService.php:22 {
        Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.');}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService.php:26 {
        Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.condition_handler'] ?? $container->load('getSchebTwoFactor_ConditionHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:25 {
        Container5oqzx75\getSecurity_Authentication_ManagerService::Container5oqzx75\{closure} …
        › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService'));    yield 1 => ($container->privates['security.authentication.provider.guard.pimcore_admin.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService'));
      }
      /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService.php:22 {
    Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.');}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService.php:26 {
    Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.condition_handler'] ?? $container->load('getSchebTwoFactor_ConditionHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:25 {
    Container5oqzx75\getSecurity_Authentication_ManagerService::Container5oqzx75\{closure} …
    › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService'));    yield 1 => ($container->privates['security.authentication.provider.guard.pimcore_admin.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService'));
  }
  /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#1897
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php"
    #line: 27
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php:27 {
        Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', DaoAuthenticationProvider::class);}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService.php:26 {
        Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.condition_handler'] ?? $container->load('getSchebTwoFactor_ConditionHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:25 {
        Container5oqzx75\getSecurity_Authentication_ManagerService::Container5oqzx75\{closure} …
        › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService'));    yield 1 => ($container->privates['security.authentication.provider.guard.pimcore_admin.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService'));
      }
      /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php:27 {
    Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', DaoAuthenticationProvider::class);}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService.php:26 {
    Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.condition_handler'] ?? $container->load('getSchebTwoFactor_ConditionHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:25 {
    Container5oqzx75\getSecurity_Authentication_ManagerService::Container5oqzx75\{closure} …
    › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService'));    yield 1 => ($container->privates['security.authentication.provider.guard.pimcore_admin.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService'));
  }
  /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\UserAuthenticationProvider" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#1901
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\UserAuthenticationProvider" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php"
    #line: 26
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php:26 {
        Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', UserAuthenticationProvider::class);}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService.php:26 {
        Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.condition_handler'] ?? $container->load('getSchebTwoFactor_ConditionHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:25 {
        Container5oqzx75\getSecurity_Authentication_ManagerService::Container5oqzx75\{closure} …
        › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService'));    yield 1 => ($container->privates['security.authentication.provider.guard.pimcore_admin.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService'));
      }
      /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php:26 {
    Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', UserAuthenticationProvider::class);}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService.php:26 {
    Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.condition_handler'] ?? $container->load('getSchebTwoFactor_ConditionHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:25 {
    Container5oqzx75\getSecurity_Authentication_ManagerService::Container5oqzx75\{closure} …
    › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService'));    yield 1 => ($container->privates['security.authentication.provider.guard.pimcore_admin.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService'));
  }
  /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "pimcore.security.encoder_factory" service is deprecated, use "pimcore.security.user_password_hasher" instead.
[
  "exception" => ErrorException {#1902
    #message: "User Deprecated: The "pimcore.security.encoder_factory" service is deprecated, use "pimcore.security.user_password_hasher" instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getPimcore_Security_EncoderFactoryService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getPimcore_Security_EncoderFactoryService.php:22 {
        Container5oqzx75\getPimcore_Security_EncoderFactoryService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('', '', 'The "pimcore.security.encoder_factory" service is deprecated, use "pimcore.security.user_password_hasher" instead.');}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService.php:29 {
        Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
        › 
        ›     return new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($container->services['pimcore_admin.security.user_provider'] ?? ($container->services['pimcore_admin.security.user_provider'] = new \Pimcore\Bundle\AdminBundle\Security\User\UserProvider())), ($container->services['hwi_oauth.user_checker'] ?? ($container->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'pimcore_admin_webdav', ($container->privates['pimcore.security.encoder_factory'] ?? $container->load('getPimcore_Security_EncoderFactoryService')), true);}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService.php:26 {
        Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.condition_handler'] ?? $container->load('getSchebTwoFactor_ConditionHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:25 {
        Container5oqzx75\getSecurity_Authentication_ManagerService::Container5oqzx75\{closure} …
        › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService'));    yield 1 => ($container->privates['security.authentication.provider.guard.pimcore_admin.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService'));
      }
      /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getPimcore_Security_EncoderFactoryService.php:22 {
    Container5oqzx75\getPimcore_Security_EncoderFactoryService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('', '', 'The "pimcore.security.encoder_factory" service is deprecated, use "pimcore.security.user_password_hasher" instead.');}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService.php:29 {
    Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
    › 
    ›     return new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($container->services['pimcore_admin.security.user_provider'] ?? ($container->services['pimcore_admin.security.user_provider'] = new \Pimcore\Bundle\AdminBundle\Security\User\UserProvider())), ($container->services['hwi_oauth.user_checker'] ?? ($container->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'pimcore_admin_webdav', ($container->privates['pimcore.security.encoder_factory'] ?? $container->load('getPimcore_Security_EncoderFactoryService')), true);}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService.php:26 {
    Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.condition_handler'] ?? $container->load('getSchebTwoFactor_ConditionHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:25 {
    Container5oqzx75\getSecurity_Authentication_ManagerService::Container5oqzx75\{closure} …
    › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService'));    yield 1 => ($container->privates['security.authentication.provider.guard.pimcore_admin.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService'));
  }
  /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
[
  "exception" => ErrorException {#1903
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php"
    #line: 17
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php:17 {
        include_once …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactoryInterface::class, PasswordHasherFactoryInterface::class);}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getPimcore_Security_EncoderFactoryService.php:24 {
        Container5oqzx75\getPimcore_Security_EncoderFactoryService::do($container, $lazyLoad = true) …
        › 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Security/Encoder/Factory/AbstractEncoderFactory.php';
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService.php:29 {
        Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
        › 
        ›     return new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($container->services['pimcore_admin.security.user_provider'] ?? ($container->services['pimcore_admin.security.user_provider'] = new \Pimcore\Bundle\AdminBundle\Security\User\UserProvider())), ($container->services['hwi_oauth.user_checker'] ?? ($container->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'pimcore_admin_webdav', ($container->privates['pimcore.security.encoder_factory'] ?? $container->load('getPimcore_Security_EncoderFactoryService')), true);}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService.php:26 {
        Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.condition_handler'] ?? $container->load('getSchebTwoFactor_ConditionHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:25 {
        Container5oqzx75\getSecurity_Authentication_ManagerService::Container5oqzx75\{closure} …
        › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService'));    yield 1 => ($container->privates['security.authentication.provider.guard.pimcore_admin.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService'));
      }
      /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php:17 {
    include_once …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactoryInterface::class, PasswordHasherFactoryInterface::class);}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getPimcore_Security_EncoderFactoryService.php:24 {
    Container5oqzx75\getPimcore_Security_EncoderFactoryService::do($container, $lazyLoad = true) …
    › 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Security/Encoder/Factory/AbstractEncoderFactory.php';
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService.php:29 {
    Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
    › 
    ›     return new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($container->services['pimcore_admin.security.user_provider'] ?? ($container->services['pimcore_admin.security.user_provider'] = new \Pimcore\Bundle\AdminBundle\Security\User\UserProvider())), ($container->services['hwi_oauth.user_checker'] ?? ($container->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'pimcore_admin_webdav', ($container->privates['pimcore.security.encoder_factory'] ?? $container->load('getPimcore_Security_EncoderFactoryService')), true);}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService.php:26 {
    Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.condition_handler'] ?? $container->load('getSchebTwoFactor_ConditionHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:25 {
    Container5oqzx75\getSecurity_Authentication_ManagerService::Container5oqzx75\{closure} …
    › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService'));    yield 1 => ($container->privates['security.authentication.provider.guard.pimcore_admin.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService'));
  }
  /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
[
  "exception" => ErrorException {#1905
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_EncoderFactory_GenericService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_EncoderFactory_GenericService.php:22 {
        Container5oqzx75\getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getPimcore_Security_EncoderFactoryService.php:28 {
        Container5oqzx75\getPimcore_Security_EncoderFactoryService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['pimcore.security.encoder_factory'] = new \Pimcore\Security\Encoder\EncoderFactory($container->load('getSecurity_EncoderFactory_GenericService'), ['Pimcore\\Bundle\\AdminBundle\\Security\\User\\User' => new \Pimcore\Security\Encoder\Factory\UserAwareEncoderFactory('Pimcore\\Bundle\\AdminBundle\\Security\\Encoder\\AdminPasswordEncoder'), 'Pimcore\\Model\\DataObject\\Customer' => new \Pimcore\Security\Encoder\Factory\UserAwareEncoderFactory('Pimcore\\Security\\Encoder\\PasswordFieldEncoder', [0 => 'password'])]);}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService.php:29 {
        Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
        › 
        ›     return new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($container->services['pimcore_admin.security.user_provider'] ?? ($container->services['pimcore_admin.security.user_provider'] = new \Pimcore\Bundle\AdminBundle\Security\User\UserProvider())), ($container->services['hwi_oauth.user_checker'] ?? ($container->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'pimcore_admin_webdav', ($container->privates['pimcore.security.encoder_factory'] ?? $container->load('getPimcore_Security_EncoderFactoryService')), true);}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService.php:26 {
        Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.condition_handler'] ?? $container->load('getSchebTwoFactor_ConditionHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:25 {
        Container5oqzx75\getSecurity_Authentication_ManagerService::Container5oqzx75\{closure} …
        › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService'));    yield 1 => ($container->privates['security.authentication.provider.guard.pimcore_admin.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService'));
      }
      /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_EncoderFactory_GenericService.php:22 {
    Container5oqzx75\getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getPimcore_Security_EncoderFactoryService.php:28 {
    Container5oqzx75\getPimcore_Security_EncoderFactoryService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['pimcore.security.encoder_factory'] = new \Pimcore\Security\Encoder\EncoderFactory($container->load('getSecurity_EncoderFactory_GenericService'), ['Pimcore\\Bundle\\AdminBundle\\Security\\User\\User' => new \Pimcore\Security\Encoder\Factory\UserAwareEncoderFactory('Pimcore\\Bundle\\AdminBundle\\Security\\Encoder\\AdminPasswordEncoder'), 'Pimcore\\Model\\DataObject\\Customer' => new \Pimcore\Security\Encoder\Factory\UserAwareEncoderFactory('Pimcore\\Security\\Encoder\\PasswordFieldEncoder', [0 => 'password'])]);}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService.php:29 {
    Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
    › 
    ›     return new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($container->services['pimcore_admin.security.user_provider'] ?? ($container->services['pimcore_admin.security.user_provider'] = new \Pimcore\Bundle\AdminBundle\Security\User\UserProvider())), ($container->services['hwi_oauth.user_checker'] ?? ($container->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'pimcore_admin_webdav', ($container->privates['pimcore.security.encoder_factory'] ?? $container->load('getPimcore_Security_EncoderFactoryService')), true);}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService.php:26 {
    Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.condition_handler'] ?? $container->load('getSchebTwoFactor_ConditionHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:25 {
    Container5oqzx75\getSecurity_Authentication_ManagerService::Container5oqzx75\{closure} …
    › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService'));    yield 1 => ($container->privates['security.authentication.provider.guard.pimcore_admin.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService'));
  }
  /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead.
[
  "exception" => ErrorException {#1906
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/vendor/symfony/security-core/Encoder/EncoderFactory.php"
    #line: 20
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/symfony/security-core/Encoder/EncoderFactory.php:20 {
        Container5oqzx75\getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactory::class, PasswordHasherFactory::class);}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getPimcore_Security_EncoderFactoryService.php:28 {
        Container5oqzx75\getPimcore_Security_EncoderFactoryService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['pimcore.security.encoder_factory'] = new \Pimcore\Security\Encoder\EncoderFactory($container->load('getSecurity_EncoderFactory_GenericService'), ['Pimcore\\Bundle\\AdminBundle\\Security\\User\\User' => new \Pimcore\Security\Encoder\Factory\UserAwareEncoderFactory('Pimcore\\Bundle\\AdminBundle\\Security\\Encoder\\AdminPasswordEncoder'), 'Pimcore\\Model\\DataObject\\Customer' => new \Pimcore\Security\Encoder\Factory\UserAwareEncoderFactory('Pimcore\\Security\\Encoder\\PasswordFieldEncoder', [0 => 'password'])]);}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService.php:29 {
        Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
        › 
        ›     return new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($container->services['pimcore_admin.security.user_provider'] ?? ($container->services['pimcore_admin.security.user_provider'] = new \Pimcore\Bundle\AdminBundle\Security\User\UserProvider())), ($container->services['hwi_oauth.user_checker'] ?? ($container->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'pimcore_admin_webdav', ($container->privates['pimcore.security.encoder_factory'] ?? $container->load('getPimcore_Security_EncoderFactoryService')), true);}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService.php:26 {
        Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.condition_handler'] ?? $container->load('getSchebTwoFactor_ConditionHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:25 {
        Container5oqzx75\getSecurity_Authentication_ManagerService::Container5oqzx75\{closure} …
        › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService'));    yield 1 => ($container->privates['security.authentication.provider.guard.pimcore_admin.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService'));
      }
      /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/vendor/symfony/security-core/Encoder/EncoderFactory.php:20 {
    Container5oqzx75\getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactory::class, PasswordHasherFactory::class);}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getPimcore_Security_EncoderFactoryService.php:28 {
    Container5oqzx75\getPimcore_Security_EncoderFactoryService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['pimcore.security.encoder_factory'] = new \Pimcore\Security\Encoder\EncoderFactory($container->load('getSecurity_EncoderFactory_GenericService'), ['Pimcore\\Bundle\\AdminBundle\\Security\\User\\User' => new \Pimcore\Security\Encoder\Factory\UserAwareEncoderFactory('Pimcore\\Bundle\\AdminBundle\\Security\\Encoder\\AdminPasswordEncoder'), 'Pimcore\\Model\\DataObject\\Customer' => new \Pimcore\Security\Encoder\Factory\UserAwareEncoderFactory('Pimcore\\Security\\Encoder\\PasswordFieldEncoder', [0 => 'password'])]);}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService.php:29 {
    Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
    › 
    ›     return new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($container->services['pimcore_admin.security.user_provider'] ?? ($container->services['pimcore_admin.security.user_provider'] = new \Pimcore\Bundle\AdminBundle\Security\User\UserProvider())), ($container->services['hwi_oauth.user_checker'] ?? ($container->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'pimcore_admin_webdav', ($container->privates['pimcore.security.encoder_factory'] ?? $container->load('getPimcore_Security_EncoderFactoryService')), true);}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService.php:26 {
    Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.condition_handler'] ?? $container->load('getSchebTwoFactor_ConditionHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:25 {
    Container5oqzx75\getSecurity_Authentication_ManagerService::Container5oqzx75\{closure} …
    › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService'));    yield 1 => ($container->privates['security.authentication.provider.guard.pimcore_admin.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService'));
  }
  /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: Passing a "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" instance to the "Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" constructor is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
[
  "exception" => ErrorException {#1910
    #message: "User Deprecated: Since symfony/security-core 5.3: Passing a "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" instance to the "Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" constructor is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php"
    #line: 50
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php:50 {
        Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider->__construct(UserProviderInterface $userProvider, UserCheckerInterface $userChecker, string $providerKey, $hasherFactory, bool $hideUserNotFoundExceptions = true) …
        › if ($hasherFactory instanceof EncoderFactoryInterface) {    trigger_deprecation('symfony/security-core', '5.3', 'Passing a "%s" instance to the "%s" constructor is deprecated, use "%s" instead.', EncoderFactoryInterface::class, __CLASS__, PasswordHasherFactoryInterface::class);}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService.php:29 {
        Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
        › 
        ›     return new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($container->services['pimcore_admin.security.user_provider'] ?? ($container->services['pimcore_admin.security.user_provider'] = new \Pimcore\Bundle\AdminBundle\Security\User\UserProvider())), ($container->services['hwi_oauth.user_checker'] ?? ($container->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'pimcore_admin_webdav', ($container->privates['pimcore.security.encoder_factory'] ?? $container->load('getPimcore_Security_EncoderFactoryService')), true);}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService.php:26 {
        Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.condition_handler'] ?? $container->load('getSchebTwoFactor_ConditionHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:25 {
        Container5oqzx75\getSecurity_Authentication_ManagerService::Container5oqzx75\{closure} …
        › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService'));    yield 1 => ($container->privates['security.authentication.provider.guard.pimcore_admin.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService'));
      }
      /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php:50 {
    Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider->__construct(UserProviderInterface $userProvider, UserCheckerInterface $userChecker, string $providerKey, $hasherFactory, bool $hideUserNotFoundExceptions = true) …
    › if ($hasherFactory instanceof EncoderFactoryInterface) {    trigger_deprecation('symfony/security-core', '5.3', 'Passing a "%s" instance to the "%s" constructor is deprecated, use "%s" instead.', EncoderFactoryInterface::class, __CLASS__, PasswordHasherFactoryInterface::class);}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService.php:29 {
    Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
    › 
    ›     return new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($container->services['pimcore_admin.security.user_provider'] ?? ($container->services['pimcore_admin.security.user_provider'] = new \Pimcore\Bundle\AdminBundle\Security\User\UserProvider())), ($container->services['hwi_oauth.user_checker'] ?? ($container->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'pimcore_admin_webdav', ($container->privates['pimcore.security.encoder_factory'] ?? $container->load('getPimcore_Security_EncoderFactoryService')), true);}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService.php:26 {
    Container5oqzx75\getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.condition_handler'] ?? $container->load('getSchebTwoFactor_ConditionHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:25 {
    Container5oqzx75\getSecurity_Authentication_ManagerService::Container5oqzx75\{closure} …
    › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService'));    yield 1 => ($container->privates['security.authentication.provider.guard.pimcore_admin.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService'));
  }
  /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.pimcore_admin.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#1915
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.pimcore_admin.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecorator_InnerService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecorator_InnerService.php:22 {
        Container5oqzx75\getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.guard.pimcore_admin.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.');}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService.php:26 {
        Container5oqzx75\getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authentication.provider.guard.pimcore_admin.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.condition_handler'] ?? $container->load('getSchebTwoFactor_ConditionHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:26 {
        Container5oqzx75\getSecurity_Authentication_ManagerService::Container5oqzx75\{closure} …
        › yield 0 => ($container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService'));yield 1 => ($container->privates['security.authentication.provider.guard.pimcore_admin.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService'));yield 2 => ($container->privates['security.authentication.provider.two_factor.pimcore_admin'] ?? $container->load('getSecurity_Authentication_Provider_TwoFactor_PimcoreAdminService'));
      }
      /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecorator_InnerService.php:22 {
    Container5oqzx75\getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.guard.pimcore_admin.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.');}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService.php:26 {
    Container5oqzx75\getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authentication.provider.guard.pimcore_admin.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.condition_handler'] ?? $container->load('getSchebTwoFactor_ConditionHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:26 {
    Container5oqzx75\getSecurity_Authentication_ManagerService::Container5oqzx75\{closure} …
    › yield 0 => ($container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService'));yield 1 => ($container->privates['security.authentication.provider.guard.pimcore_admin.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService'));yield 2 => ($container->privates['security.authentication.provider.two_factor.pimcore_admin'] ?? $container->load('getSecurity_Authentication_Provider_TwoFactor_PimcoreAdminService'));
  }
  /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#1917
    #message: "User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php"
    #line: 32
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:32 {
        Container5oqzx75\getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-guard', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', GuardAuthenticationProvider::class);}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService.php:26 {
        Container5oqzx75\getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authentication.provider.guard.pimcore_admin.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.condition_handler'] ?? $container->load('getSchebTwoFactor_ConditionHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:26 {
        Container5oqzx75\getSecurity_Authentication_ManagerService::Container5oqzx75\{closure} …
        › yield 0 => ($container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService'));yield 1 => ($container->privates['security.authentication.provider.guard.pimcore_admin.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService'));yield 2 => ($container->privates['security.authentication.provider.two_factor.pimcore_admin'] ?? $container->load('getSecurity_Authentication_Provider_TwoFactor_PimcoreAdminService'));
      }
      /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:32 {
    Container5oqzx75\getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-guard', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', GuardAuthenticationProvider::class);}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService.php:26 {
    Container5oqzx75\getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authentication.provider.guard.pimcore_admin.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.condition_handler'] ?? $container->load('getSchebTwoFactor_ConditionHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:26 {
    Container5oqzx75\getSecurity_Authentication_ManagerService::Container5oqzx75\{closure} …
    › yield 0 => ($container->privates['security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_PimcoreAdminWebdav_TwoFactorDecoratorService'));yield 1 => ($container->privates['security.authentication.provider.guard.pimcore_admin.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Guard_PimcoreAdmin_TwoFactorDecoratorService'));yield 2 => ($container->privates['security.authentication.provider.two_factor.pimcore_admin'] ?? $container->load('getSecurity_Authentication_Provider_TwoFactor_PimcoreAdminService'));
  }
  /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.pimcore_admin.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#1930
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.pimcore_admin.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Anonymous_PimcoreAdmin_TwoFactorDecorator_InnerService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Anonymous_PimcoreAdmin_TwoFactorDecorator_InnerService.php:22 {
        Container5oqzx75\getSecurity_Authentication_Provider_Anonymous_PimcoreAdmin_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.pimcore_admin.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.');}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Anonymous_PimcoreAdmin_TwoFactorDecoratorService.php:26 {
        Container5oqzx75\getSecurity_Authentication_Provider_Anonymous_PimcoreAdmin_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authentication.provider.anonymous.pimcore_admin.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Anonymous_PimcoreAdmin_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.condition_handler'] ?? $container->load('getSchebTwoFactor_ConditionHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:28 {
        Container5oqzx75\getSecurity_Authentication_ManagerService::Container5oqzx75\{closure} …
        › yield 2 => ($container->privates['security.authentication.provider.two_factor.pimcore_admin'] ?? $container->load('getSecurity_Authentication_Provider_TwoFactor_PimcoreAdminService'));yield 3 => ($container->privates['security.authentication.provider.anonymous.pimcore_admin.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Anonymous_PimcoreAdmin_TwoFactorDecoratorService'));yield 4 => ($container->privates['security.authentication.provider.dao.demo_frontend.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_DemoFrontend_TwoFactorDecoratorService'));
      }
      /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Anonymous_PimcoreAdmin_TwoFactorDecorator_InnerService.php:22 {
    Container5oqzx75\getSecurity_Authentication_Provider_Anonymous_PimcoreAdmin_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.pimcore_admin.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.');}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Anonymous_PimcoreAdmin_TwoFactorDecoratorService.php:26 {
    Container5oqzx75\getSecurity_Authentication_Provider_Anonymous_PimcoreAdmin_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authentication.provider.anonymous.pimcore_admin.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Anonymous_PimcoreAdmin_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.condition_handler'] ?? $container->load('getSchebTwoFactor_ConditionHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:28 {
    Container5oqzx75\getSecurity_Authentication_ManagerService::Container5oqzx75\{closure} …
    › yield 2 => ($container->privates['security.authentication.provider.two_factor.pimcore_admin'] ?? $container->load('getSecurity_Authentication_Provider_TwoFactor_PimcoreAdminService'));yield 3 => ($container->privates['security.authentication.provider.anonymous.pimcore_admin.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Anonymous_PimcoreAdmin_TwoFactorDecoratorService'));yield 4 => ($container->privates['security.authentication.provider.dao.demo_frontend.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_DemoFrontend_TwoFactorDecoratorService'));
  }
  /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#1931
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/Provider/AnonymousAuthenticationProvider.php"
    #line: 19
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/Provider/AnonymousAuthenticationProvider.php:19 {
        Container5oqzx75\getSecurity_Authentication_Provider_Anonymous_PimcoreAdmin_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AnonymousAuthenticationProvider::class);}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Anonymous_PimcoreAdmin_TwoFactorDecoratorService.php:26 {
        Container5oqzx75\getSecurity_Authentication_Provider_Anonymous_PimcoreAdmin_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authentication.provider.anonymous.pimcore_admin.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Anonymous_PimcoreAdmin_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.condition_handler'] ?? $container->load('getSchebTwoFactor_ConditionHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:28 {
        Container5oqzx75\getSecurity_Authentication_ManagerService::Container5oqzx75\{closure} …
        › yield 2 => ($container->privates['security.authentication.provider.two_factor.pimcore_admin'] ?? $container->load('getSecurity_Authentication_Provider_TwoFactor_PimcoreAdminService'));yield 3 => ($container->privates['security.authentication.provider.anonymous.pimcore_admin.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Anonymous_PimcoreAdmin_TwoFactorDecoratorService'));yield 4 => ($container->privates['security.authentication.provider.dao.demo_frontend.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_DemoFrontend_TwoFactorDecoratorService'));
      }
      /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      }
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/Provider/AnonymousAuthenticationProvider.php:19 {
    Container5oqzx75\getSecurity_Authentication_Provider_Anonymous_PimcoreAdmin_TwoFactorDecorator_InnerService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AnonymousAuthenticationProvider::class);}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_Provider_Anonymous_PimcoreAdmin_TwoFactorDecoratorService.php:26 {
    Container5oqzx75\getSecurity_Authentication_Provider_Anonymous_PimcoreAdmin_TwoFactorDecoratorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authentication.provider.anonymous.pimcore_admin.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\Provider\AuthenticationProviderDecorator($container->load('getSecurity_Authentication_Provider_Anonymous_PimcoreAdmin_TwoFactorDecorator_InnerService'), ($container->privates['scheb_two_factor.condition_handler'] ?? $container->load('getSchebTwoFactor_ConditionHandlerService')), ($container->privates['scheb_two_factor.authentication_context_factory'] ?? ($container->privates['scheb_two_factor.authentication_context_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'))), ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getSecurity_Authentication_ManagerService.php:28 {
    Container5oqzx75\getSecurity_Authentication_ManagerService::Container5oqzx75\{closure} …
    › yield 2 => ($container->privates['security.authentication.provider.two_factor.pimcore_admin'] ?? $container->load('getSecurity_Authentication_Provider_TwoFactor_PimcoreAdminService'));yield 3 => ($container->privates['security.authentication.provider.anonymous.pimcore_admin.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Anonymous_PimcoreAdmin_TwoFactorDecoratorService'));yield 4 => ($container->privates['security.authentication.provider.dao.demo_frontend.two_factor_decorator'] ?? $container->load('getSecurity_Authentication_Provider_Dao_DemoFrontend_TwoFactorDecoratorService'));
  }
  /opt/bitnami/pimcore/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
  }
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php (385 times) User Deprecated: Since pimcore/pimcore 4.4: Pimcore\Model\Element\ChildsCompatibilityTrait::setChilds is deprecated, please use setChildren() instead. It will be removed in Pimcore 11.
[
  "exception" => ErrorException {#2953
    #message: "User Deprecated: Since pimcore/pimcore 4.4: Pimcore\Model\Element\ChildsCompatibilityTrait::setChilds is deprecated, please use setChildren() instead. It will be removed in Pimcore 11."
    #code: 0
    #file: "/opt/bitnami/pimcore/vendor/pimcore/pimcore/models/Element/ChildsCompatibilityTrait.php"
    #line: 57
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/pimcore/pimcore/models/Element/ChildsCompatibilityTrait.php:57 {
        Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields->setChilds() …
        ›     '4.4',    sprintf('%s is deprecated, please use setChildren() instead. It will be removed in Pimcore 11.', __METHOD__));
      }
      /opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/ClassDefinition/Data.php:299 {
        Pimcore\Model\DataObject\ClassDefinition\Data->setValues($data = [], $blockedKeys = []) …
        › if (method_exists($this, $method)) {    $this->$method($value);}
      }
      /opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/ClassDefinition/Helper/VarExport.php:58 {
        Pimcore\Model\DataObject\ClassDefinition\Data::__set_state($data) …
        › $obj = new static();$obj->setValues($data);}
      /opt/bitnami/pimcore/var/classes/definition_Category.php:337 {
        include …
        ›    'labelWidth' => 100,   'labelAlign' => 'left',)),
      }
      /opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/ClassDefinition.php:290 {
        Pimcore\Model\DataObject\ClassDefinition::getById(string $id, $force = false) …
        › $definitionFile = $class->getDefinitionFile($name);$class = @include $definitionFile;}
      /opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/Concrete.php:419 {
        Pimcore\Model\DataObject\Concrete->getClass(): ClassDefinition …
        › if (!$this->o_class) {    $this->setClass(ClassDefinition::getById($this->getClassId()));}
      }
      /opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/Localizedfield.php:272 {
        Pimcore\Model\DataObject\Localizedfield->setObject($object, bool $markAsDirty = true) …
        › $this->objectId = $object ? $object->getId() : null;$this->setClass($object ? $object->getClass() : null);}
      /opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/Concrete.php:817 {
        Pimcore\Model\DataObject\Concrete->__wakeup() …
        › if (property_exists($this, 'localizedfields') && $this->localizedfields instanceof Localizedfield) {    $this->localizedfields->setObject($this, false);}
      }
      Pimcore\Model\DataObject\Concrete->__wakeup() {}
      /opt/bitnami/pimcore/vendor/symfony/cache/Marshaller/DefaultMarshaller.php:75 {
        Symfony\Component\Cache\Marshaller\DefaultMarshaller->unmarshall(string $value) …
        › if (':' === ($value[1] ?? ':')) {    if (false !== $value = unserialize($value)) {        return $value;
      }
      /opt/bitnami/pimcore/vendor/symfony/cache/Adapter/PdoAdapter.php:258 {
        Symfony\Component\Cache\Adapter\PdoAdapter->doFetch(array $ids) …
        › } else {    yield $row[0] => $this->marshaller->unmarshall(\is_resource($row[1]) ? stream_get_contents($row[1]) : $row[1]);}
      }
      /opt/bitnami/pimcore/vendor/symfony/cache/Traits/AbstractAdapterTrait.php:348 {
        Symfony\Component\Cache\Adapter\AbstractAdapter->generateItems(iterable $items, array &$keys): Generator …
        › try {    foreach ($items as $id => $value) {        if (!isset($keys[$id])) {
      }
      /opt/bitnami/pimcore/vendor/symfony/cache/Adapter/TagAwareAdapter.php:343 {
        Symfony\Component\Cache\Adapter\TagAwareAdapter->generateItems(iterable $items, array $tagKeys): Generator …
        › 
        › foreach ($items as $key => $item) {    if (!$tagKeys) {
      }
      /opt/bitnami/pimcore/vendor/symfony/cache/Adapter/TagAwareAdapter.php:192 {
        Symfony\Component\Cache\Adapter\TagAwareAdapter->getItem($key) …
        › {    foreach ($this->getItems([$key]) as $item) {        return $item;
      }
      /opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Cache/Core/CoreCacheHandler.php:328 {
        Pimcore\Cache\Core\CoreCacheHandler->getItem($key) …
        › {    $item = $this->pool->getItem($key);    if ($item->isHit()) {
      }
      /opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Cache/Core/CoreCacheHandler.php:304 {
        Pimcore\Cache\Core\CoreCacheHandler->load($key) …
        › 
        › $item = $this->getItem($key);}
      /opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Cache.php:75 {
        Pimcore\Cache::load($key) …
        › {    return static::getHandler()->load($key);}
      }
      /opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/AbstractObject.php:328 {
        Pimcore\Model\DataObject\AbstractObject::getById($id, $force = false) …
        › 
        › if ($force || !($object = Cache::load($cacheKey))) {    $object = new Model\DataObject();
      }
      /opt/bitnami/pimcore/src/Controller/ProductController.php:156 {
        App\Controller\ProductController->listingAction(Request $request, HeadTitle $headTitleHelper, BreadcrumbHelperService $breadcrumbHelperService, Factory $ecommerceFactory, SegmentTrackingHelperService $segmentTrackingHelperService, ListHelper $listHelper, PaginatorInterface $paginator) …
        › 
        › $category = Category::getById($params['category'] ?? null);$params['category'] = $category;
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:156 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/vendor/pimcore/pimcore/models/Element/ChildsCompatibilityTrait.php:57 {
    Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields->setChilds() …
    ›     '4.4',    sprintf('%s is deprecated, please use setChildren() instead. It will be removed in Pimcore 11.', __METHOD__));
  }
  /opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/ClassDefinition/Data.php:299 {
    Pimcore\Model\DataObject\ClassDefinition\Data->setValues($data = [], $blockedKeys = []) …
    › if (method_exists($this, $method)) {    $this->$method($value);}
  }
  /opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/ClassDefinition/Helper/VarExport.php:58 {
    Pimcore\Model\DataObject\ClassDefinition\Data::__set_state($data) …
    › $obj = new static();$obj->setValues($data);}
  /opt/bitnami/pimcore/var/classes/definition_Category.php:337 {
    include …
    ›    'labelWidth' => 100,   'labelAlign' => 'left',)),
  }
  /opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/ClassDefinition.php:290 {
    Pimcore\Model\DataObject\ClassDefinition::getById(string $id, $force = false) …
    › $definitionFile = $class->getDefinitionFile($name);$class = @include $definitionFile;}
  /opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/Concrete.php:419 {
    Pimcore\Model\DataObject\Concrete->getClass(): ClassDefinition …
    › if (!$this->o_class) {    $this->setClass(ClassDefinition::getById($this->getClassId()));}
  }
  /opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/Localizedfield.php:272 {
    Pimcore\Model\DataObject\Localizedfield->setObject($object, bool $markAsDirty = true) …
    › $this->objectId = $object ? $object->getId() : null;$this->setClass($object ? $object->getClass() : null);}
  /opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/Concrete.php:817 {
    Pimcore\Model\DataObject\Concrete->__wakeup() …
    › if (property_exists($this, 'localizedfields') && $this->localizedfields instanceof Localizedfield) {    $this->localizedfields->setObject($this, false);}
  }
  Pimcore\Model\DataObject\Concrete->__wakeup() {}
  /opt/bitnami/pimcore/vendor/symfony/cache/Marshaller/DefaultMarshaller.php:75 {
    Symfony\Component\Cache\Marshaller\DefaultMarshaller->unmarshall(string $value) …
    › if (':' === ($value[1] ?? ':')) {    if (false !== $value = unserialize($value)) {        return $value;
  }
  /opt/bitnami/pimcore/vendor/symfony/cache/Adapter/PdoAdapter.php:258 {
    Symfony\Component\Cache\Adapter\PdoAdapter->doFetch(array $ids) …
    › } else {    yield $row[0] => $this->marshaller->unmarshall(\is_resource($row[1]) ? stream_get_contents($row[1]) : $row[1]);}
  }
  /opt/bitnami/pimcore/vendor/symfony/cache/Traits/AbstractAdapterTrait.php:348 {
    Symfony\Component\Cache\Adapter\AbstractAdapter->generateItems(iterable $items, array &$keys): Generator …
    › try {    foreach ($items as $id => $value) {        if (!isset($keys[$id])) {
  }
  /opt/bitnami/pimcore/vendor/symfony/cache/Adapter/TagAwareAdapter.php:343 {
    Symfony\Component\Cache\Adapter\TagAwareAdapter->generateItems(iterable $items, array $tagKeys): Generator …
    › 
    › foreach ($items as $key => $item) {    if (!$tagKeys) {
  }
  /opt/bitnami/pimcore/vendor/symfony/cache/Adapter/TagAwareAdapter.php:192 {
    Symfony\Component\Cache\Adapter\TagAwareAdapter->getItem($key) …
    › {    foreach ($this->getItems([$key]) as $item) {        return $item;
  }
  /opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Cache/Core/CoreCacheHandler.php:328 {
    Pimcore\Cache\Core\CoreCacheHandler->getItem($key) …
    › {    $item = $this->pool->getItem($key);    if ($item->isHit()) {
  }
  /opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Cache/Core/CoreCacheHandler.php:304 {
    Pimcore\Cache\Core\CoreCacheHandler->load($key) …
    › 
    › $item = $this->getItem($key);}
  /opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Cache.php:75 {
    Pimcore\Cache::load($key) …
    › {    return static::getHandler()->load($key);}
  }
  /opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/AbstractObject.php:328 {
    Pimcore\Model\DataObject\AbstractObject::getById($id, $force = false) …
    › 
    › if ($force || !($object = Cache::load($cacheKey))) {    $object = new Model\DataObject();
  }
  /opt/bitnami/pimcore/src/Controller/ProductController.php:156 {
    App\Controller\ProductController->listingAction(Request $request, HeadTitle $headTitleHelper, BreadcrumbHelperService $breadcrumbHelperService, Factory $ecommerceFactory, SegmentTrackingHelperService $segmentTrackingHelperService, ListHelper $listHelper, PaginatorInterface $paginator) …
    › 
    › $category = Category::getById($params['category'] ?? null);$params['category'] = $category;
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:156 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since pimcore/pimcore 10.1: Usage of pimcoreglossary tag is deprecated since version 10.1 and will be removed in Pimcore 11. Use pimcore_glossary Twig filter instead.
[
  "exception" => ErrorException {#6239
    #message: "User Deprecated: Since pimcore/pimcore 10.1: Usage of pimcoreglossary tag is deprecated since version 10.1 and will be removed in Pimcore 11. Use pimcore_glossary Twig filter instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Twig/Extension/GlossaryExtension.php"
    #line: 74
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Twig/Extension/GlossaryExtension.php:74 {
        Pimcore\Twig\Extension\GlossaryExtension->getTokenParsers(): array …
        › {    trigger_deprecation('pimcore/pimcore', '10.1', 'Usage of pimcoreglossary tag is deprecated since version 10.1 and will be removed in Pimcore 11. Use pimcore_glossary Twig filter instead.');}
      /opt/bitnami/pimcore/vendor/twig/twig/src/ExtensionSet.php:436 {
        Twig\ExtensionSet->initExtension(ExtensionInterface $extension): void …
        › // token parsersforeach ($extension->getTokenParsers() as $parser) {    if (!$parser instanceof TokenParserInterface) {
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/ExtensionSet.php:411 {
        Twig\ExtensionSet->initExtensions(): void …
        › foreach ($this->extensions as $extension) {    $this->initExtension($extension);}
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/ExtensionSet.php:154 {
        Twig\ExtensionSet->getFunction(string $name): TwigFunction …
        › if (!$this->initialized) {    $this->initExtensions();}
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/Environment.php:713 {
        Twig\Environment->getFunction(string $name): TwigFunction …
        › {    return $this->extensionSet->getFunction($name);}
      }
      /opt/bitnami/pimcore/var/cache/dev/twig/bb/bb815334b0f463a9d65796d43c771d2d1049082e22fe8d16e55155c7f1494ec0.php:67 {
        __TwigTemplate_92e7b70e75a43f852b5a05d89ef3631cfd4eeb9e502c120444f90753af8a50cd->doDisplay(array $context, array $blocks = []) …
        › echo "            ";twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('pimcore_head_link')->getCallable(), []), "appendStylesheet", [0 => "https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500&display=swap"], "method", false, false, false, 11);// line 12
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:367 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /opt/bitnami/pimcore/var/cache/dev/twig/2b/2b1e1e49ad9f850041836c3f59d6d5e29a8b495bf899db5d1518b17fc7cd5ddc.php:48 {
        __TwigTemplate_6cc360252972d0039f92a0b6bf1ed6acaca97b975413c64c022a73316c2afe6d->doDisplay(array $context, array $blocks = []) …
        › $this->parent = $this->loadTemplate("layouts/layout.html.twig", "product/listing.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:367 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:379 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/TemplateWrapper.php:40 {
        Twig\TemplateWrapper->render(array $context = []): string …
        ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/Environment.php:277 {
        Twig\Environment->render($name, array $context = []): string …
        › {    return $this->load($name)->render($context);}
      }
      /opt/bitnami/pimcore/vendor/symfony/framework-bundle/Controller/AbstractController.php:251 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
        › 
        ›     return $this->container->get('twig')->render($view, $parameters);}
      }
      /opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Controller/Controller.php:81 {
        Pimcore\Controller\Controller->renderView(string $view, array $parameters = []): string …
        › 
        ›     return parent::renderView($view, $parameters);}
      }
      /opt/bitnami/pimcore/vendor/symfony/framework-bundle/Controller/AbstractController.php:259 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
        › {    $content = $this->renderView($view, $parameters);}
      /opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Controller/Controller.php:43 {
        Pimcore\Controller\Controller->render(string $view, array $parameters = [], Response $response = null): Response …
        › 
        ›     return parent::render($view, $parameters, $response);}
      }
      /opt/bitnami/pimcore/src/Controller/ProductController.php:213 {
        App\Controller\ProductController->listingAction(Request $request, HeadTitle $headTitleHelper, BreadcrumbHelperService $breadcrumbHelperService, Factory $ecommerceFactory, SegmentTrackingHelperService $segmentTrackingHelperService, ListHelper $listHelper, PaginatorInterface $paginator) …
        › 
        ›     return $this->render('product/listing.html.twig', $params);}
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:156 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Twig/Extension/GlossaryExtension.php:74 {
    Pimcore\Twig\Extension\GlossaryExtension->getTokenParsers(): array …
    › {    trigger_deprecation('pimcore/pimcore', '10.1', 'Usage of pimcoreglossary tag is deprecated since version 10.1 and will be removed in Pimcore 11. Use pimcore_glossary Twig filter instead.');}
  /opt/bitnami/pimcore/vendor/twig/twig/src/ExtensionSet.php:436 {
    Twig\ExtensionSet->initExtension(ExtensionInterface $extension): void …
    › // token parsersforeach ($extension->getTokenParsers() as $parser) {    if (!$parser instanceof TokenParserInterface) {
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/ExtensionSet.php:411 {
    Twig\ExtensionSet->initExtensions(): void …
    › foreach ($this->extensions as $extension) {    $this->initExtension($extension);}
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/ExtensionSet.php:154 {
    Twig\ExtensionSet->getFunction(string $name): TwigFunction …
    › if (!$this->initialized) {    $this->initExtensions();}
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/Environment.php:713 {
    Twig\Environment->getFunction(string $name): TwigFunction …
    › {    return $this->extensionSet->getFunction($name);}
  }
  /opt/bitnami/pimcore/var/cache/dev/twig/bb/bb815334b0f463a9d65796d43c771d2d1049082e22fe8d16e55155c7f1494ec0.php:67 {
    __TwigTemplate_92e7b70e75a43f852b5a05d89ef3631cfd4eeb9e502c120444f90753af8a50cd->doDisplay(array $context, array $blocks = []) …
    › echo "            ";twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('pimcore_head_link')->getCallable(), []), "appendStylesheet", [0 => "https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500&display=swap"], "method", false, false, false, 11);// line 12
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:367 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /opt/bitnami/pimcore/var/cache/dev/twig/2b/2b1e1e49ad9f850041836c3f59d6d5e29a8b495bf899db5d1518b17fc7cd5ddc.php:48 {
    __TwigTemplate_6cc360252972d0039f92a0b6bf1ed6acaca97b975413c64c022a73316c2afe6d->doDisplay(array $context, array $blocks = []) …
    › $this->parent = $this->loadTemplate("layouts/layout.html.twig", "product/listing.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:367 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:379 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/TemplateWrapper.php:40 {
    Twig\TemplateWrapper->render(array $context = []): string …
    ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/Environment.php:277 {
    Twig\Environment->render($name, array $context = []): string …
    › {    return $this->load($name)->render($context);}
  }
  /opt/bitnami/pimcore/vendor/symfony/framework-bundle/Controller/AbstractController.php:251 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
    › 
    ›     return $this->container->get('twig')->render($view, $parameters);}
  }
  /opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Controller/Controller.php:81 {
    Pimcore\Controller\Controller->renderView(string $view, array $parameters = []): string …
    › 
    ›     return parent::renderView($view, $parameters);}
  }
  /opt/bitnami/pimcore/vendor/symfony/framework-bundle/Controller/AbstractController.php:259 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
    › {    $content = $this->renderView($view, $parameters);}
  /opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Controller/Controller.php:43 {
    Pimcore\Controller\Controller->render(string $view, array $parameters = [], Response $response = null): Response …
    › 
    ›     return parent::render($view, $parameters, $response);}
  }
  /opt/bitnami/pimcore/src/Controller/ProductController.php:213 {
    App\Controller\ProductController->listingAction(Request $request, HeadTitle $headTitleHelper, BreadcrumbHelperService $breadcrumbHelperService, Factory $ecommerceFactory, SegmentTrackingHelperService $segmentTrackingHelperService, ListHelper $listHelper, PaginatorInterface $paginator) …
    › 
    ›     return $this->render('product/listing.html.twig', $params);}
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:156 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php (5 times) User Deprecated: Since pimcore/pimcore 10.2: Pimcore\Http\RequestHelper::hasMasterRequest is deprecated, please use RequestHelper::hasMainRequest() instead.
[
  "exception" => ErrorException {#7130
    #message: "User Deprecated: Since pimcore/pimcore 10.2: Pimcore\Http\RequestHelper::hasMasterRequest is deprecated, please use RequestHelper::hasMainRequest() instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Http/RequestHelper.php"
    #line: 90
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Http/RequestHelper.php:90 {
        Pimcore\Http\RequestHelper->hasMasterRequest(): bool …
        ›     '10.2',    sprintf('%s is deprecated, please use RequestHelper::hasMainRequest() instead.', __METHOD__));
      }
      /opt/bitnami/pimcore/src/Website/Tool/PimcoreUrl.php:32 {
        App\Website\Tool\PimcoreUrl->__invoke(array $urlOptions = [], $name = null, $reset = false, $encode = true, $relative = false) …
        › // merge all parameters from request to parametersif (!$reset && $this->requestHelper->hasMasterRequest()) {    $urlOptions = array_replace($this->requestHelper->getMasterRequest()->attributes->get('_route_params'), $urlOptions);
      }
      /opt/bitnami/pimcore/var/cache/dev/twig/cc/cc5116c4533aa5a8f2fb009a4bcc870f6c9441ffd3d5857e2a098e7d6fb320db.php:87 {
        __TwigTemplate_fc917498e64b19f2b555496aeaaec961478874bba76d6105ed52a0e4917e48fc->doDisplay(array $context, array $blocks = []) …
        › echo "                <li class=\"page-item\"><a class=\"page-link\" href=\"";echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('pimcore_url')->getCallable(), [["page" => $context["page"]]]), "html", null, true);echo "\">";
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:367 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /opt/bitnami/pimcore/templates/product/listing_content.html.twig:70 {
        __TwigTemplate_f616b092dce1aaf02cd3591e25892f38dd7b59ae64397eadefcaca140905d446->doDisplay(array $context, array $blocks = []) …
        › 
        › {% include 'includes/pagination.html.twig' %}}
      /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:367 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /opt/bitnami/pimcore/templates/product/listing.html.twig:7 {
        __TwigTemplate_6cc360252972d0039f92a0b6bf1ed6acaca97b975413c64c022a73316c2afe6d->block_content($context, array $blocks = []) …
        › <div id="main-content" class="main-content">\r    {% include 'product/listing_content.html.twig' %}\r</div>\r
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:171 {
        Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
        › try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /opt/bitnami/pimcore/var/cache/dev/twig/bb/bb815334b0f463a9d65796d43c771d2d1049082e22fe8d16e55155c7f1494ec0.php:383 {
        __TwigTemplate_92e7b70e75a43f852b5a05d89ef3631cfd4eeb9e502c120444f90753af8a50cd->doDisplay(array $context, array $blocks = []) …
        › echo "                            ";$this->displayBlock("content", $context, $blocks);echo "
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:367 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /opt/bitnami/pimcore/var/cache/dev/twig/2b/2b1e1e49ad9f850041836c3f59d6d5e29a8b495bf899db5d1518b17fc7cd5ddc.php:48 {
        __TwigTemplate_6cc360252972d0039f92a0b6bf1ed6acaca97b975413c64c022a73316c2afe6d->doDisplay(array $context, array $blocks = []) …
        › $this->parent = $this->loadTemplate("layouts/layout.html.twig", "product/listing.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:367 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:379 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/TemplateWrapper.php:40 {
        Twig\TemplateWrapper->render(array $context = []): string …
        ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/Environment.php:277 {
        Twig\Environment->render($name, array $context = []): string …
        › {    return $this->load($name)->render($context);}
      }
      /opt/bitnami/pimcore/vendor/symfony/framework-bundle/Controller/AbstractController.php:251 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
        › 
        ›     return $this->container->get('twig')->render($view, $parameters);}
      }
      /opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Controller/Controller.php:81 {
        Pimcore\Controller\Controller->renderView(string $view, array $parameters = []): string …
        › 
        ›     return parent::renderView($view, $parameters);}
      }
      /opt/bitnami/pimcore/vendor/symfony/framework-bundle/Controller/AbstractController.php:259 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
        › {    $content = $this->renderView($view, $parameters);}
      /opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Controller/Controller.php:43 {
        Pimcore\Controller\Controller->render(string $view, array $parameters = [], Response $response = null): Response …
        › 
        ›     return parent::render($view, $parameters, $response);}
      }
      /opt/bitnami/pimcore/src/Controller/ProductController.php:213 {
        App\Controller\ProductController->listingAction(Request $request, HeadTitle $headTitleHelper, BreadcrumbHelperService $breadcrumbHelperService, Factory $ecommerceFactory, SegmentTrackingHelperService $segmentTrackingHelperService, ListHelper $listHelper, PaginatorInterface $paginator) …
        › 
        ›     return $this->render('product/listing.html.twig', $params);}
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:156 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Http/RequestHelper.php:90 {
    Pimcore\Http\RequestHelper->hasMasterRequest(): bool …
    ›     '10.2',    sprintf('%s is deprecated, please use RequestHelper::hasMainRequest() instead.', __METHOD__));
  }
  /opt/bitnami/pimcore/src/Website/Tool/PimcoreUrl.php:32 {
    App\Website\Tool\PimcoreUrl->__invoke(array $urlOptions = [], $name = null, $reset = false, $encode = true, $relative = false) …
    › // merge all parameters from request to parametersif (!$reset && $this->requestHelper->hasMasterRequest()) {    $urlOptions = array_replace($this->requestHelper->getMasterRequest()->attributes->get('_route_params'), $urlOptions);
  }
  /opt/bitnami/pimcore/var/cache/dev/twig/cc/cc5116c4533aa5a8f2fb009a4bcc870f6c9441ffd3d5857e2a098e7d6fb320db.php:87 {
    __TwigTemplate_fc917498e64b19f2b555496aeaaec961478874bba76d6105ed52a0e4917e48fc->doDisplay(array $context, array $blocks = []) …
    › echo "                <li class=\"page-item\"><a class=\"page-link\" href=\"";echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('pimcore_url')->getCallable(), [["page" => $context["page"]]]), "html", null, true);echo "\">";
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:367 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /opt/bitnami/pimcore/templates/product/listing_content.html.twig:70 {
    __TwigTemplate_f616b092dce1aaf02cd3591e25892f38dd7b59ae64397eadefcaca140905d446->doDisplay(array $context, array $blocks = []) …
    › 
    › {% include 'includes/pagination.html.twig' %}}
  /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:367 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /opt/bitnami/pimcore/templates/product/listing.html.twig:7 {
    __TwigTemplate_6cc360252972d0039f92a0b6bf1ed6acaca97b975413c64c022a73316c2afe6d->block_content($context, array $blocks = []) …
    › <div id="main-content" class="main-content">\r    {% include 'product/listing_content.html.twig' %}\r</div>\r
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:171 {
    Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
    › try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /opt/bitnami/pimcore/var/cache/dev/twig/bb/bb815334b0f463a9d65796d43c771d2d1049082e22fe8d16e55155c7f1494ec0.php:383 {
    __TwigTemplate_92e7b70e75a43f852b5a05d89ef3631cfd4eeb9e502c120444f90753af8a50cd->doDisplay(array $context, array $blocks = []) …
    › echo "                            ";$this->displayBlock("content", $context, $blocks);echo "
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:367 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /opt/bitnami/pimcore/var/cache/dev/twig/2b/2b1e1e49ad9f850041836c3f59d6d5e29a8b495bf899db5d1518b17fc7cd5ddc.php:48 {
    __TwigTemplate_6cc360252972d0039f92a0b6bf1ed6acaca97b975413c64c022a73316c2afe6d->doDisplay(array $context, array $blocks = []) …
    › $this->parent = $this->loadTemplate("layouts/layout.html.twig", "product/listing.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:367 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:379 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/TemplateWrapper.php:40 {
    Twig\TemplateWrapper->render(array $context = []): string …
    ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/Environment.php:277 {
    Twig\Environment->render($name, array $context = []): string …
    › {    return $this->load($name)->render($context);}
  }
  /opt/bitnami/pimcore/vendor/symfony/framework-bundle/Controller/AbstractController.php:251 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
    › 
    ›     return $this->container->get('twig')->render($view, $parameters);}
  }
  /opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Controller/Controller.php:81 {
    Pimcore\Controller\Controller->renderView(string $view, array $parameters = []): string …
    › 
    ›     return parent::renderView($view, $parameters);}
  }
  /opt/bitnami/pimcore/vendor/symfony/framework-bundle/Controller/AbstractController.php:259 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
    › {    $content = $this->renderView($view, $parameters);}
  /opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Controller/Controller.php:43 {
    Pimcore\Controller\Controller->render(string $view, array $parameters = [], Response $response = null): Response …
    › 
    ›     return parent::render($view, $parameters, $response);}
  }
  /opt/bitnami/pimcore/src/Controller/ProductController.php:213 {
    App\Controller\ProductController->listingAction(Request $request, HeadTitle $headTitleHelper, BreadcrumbHelperService $breadcrumbHelperService, Factory $ecommerceFactory, SegmentTrackingHelperService $segmentTrackingHelperService, ListHelper $listHelper, PaginatorInterface $paginator) …
    › 
    ›     return $this->render('product/listing.html.twig', $params);}
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:156 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php (5 times) User Deprecated: Since pimcore/pimcore 10.2: Pimcore\Http\RequestHelper::getMasterRequest is deprecated, please use RequestHelper::getMainRequest() instead.
[
  "exception" => ErrorException {#7131
    #message: "User Deprecated: Since pimcore/pimcore 10.2: Pimcore\Http\RequestHelper::getMasterRequest is deprecated, please use RequestHelper::getMainRequest() instead."
    #code: 0
    #file: "/opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Http/RequestHelper.php"
    #line: 114
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Http/RequestHelper.php:114 {
        Pimcore\Http\RequestHelper->getMasterRequest(): Request …
        ›     '10.2',    sprintf('%s is deprecated, please use RequestHelper::getMainRequest() instead.', __METHOD__));
      }
      /opt/bitnami/pimcore/src/Website/Tool/PimcoreUrl.php:33 {
        App\Website\Tool\PimcoreUrl->__invoke(array $urlOptions = [], $name = null, $reset = false, $encode = true, $relative = false) …
        › if (!$reset && $this->requestHelper->hasMasterRequest()) {    $urlOptions = array_replace($this->requestHelper->getMasterRequest()->attributes->get('_route_params'), $urlOptions);}
      }
      /opt/bitnami/pimcore/var/cache/dev/twig/cc/cc5116c4533aa5a8f2fb009a4bcc870f6c9441ffd3d5857e2a098e7d6fb320db.php:87 {
        __TwigTemplate_fc917498e64b19f2b555496aeaaec961478874bba76d6105ed52a0e4917e48fc->doDisplay(array $context, array $blocks = []) …
        › echo "                <li class=\"page-item\"><a class=\"page-link\" href=\"";echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('pimcore_url')->getCallable(), [["page" => $context["page"]]]), "html", null, true);echo "\">";
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:367 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /opt/bitnami/pimcore/templates/product/listing_content.html.twig:70 {
        __TwigTemplate_f616b092dce1aaf02cd3591e25892f38dd7b59ae64397eadefcaca140905d446->doDisplay(array $context, array $blocks = []) …
        › 
        › {% include 'includes/pagination.html.twig' %}}
      /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:367 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /opt/bitnami/pimcore/templates/product/listing.html.twig:7 {
        __TwigTemplate_6cc360252972d0039f92a0b6bf1ed6acaca97b975413c64c022a73316c2afe6d->block_content($context, array $blocks = []) …
        › <div id="main-content" class="main-content">\r    {% include 'product/listing_content.html.twig' %}\r</div>\r
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:171 {
        Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
        › try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /opt/bitnami/pimcore/var/cache/dev/twig/bb/bb815334b0f463a9d65796d43c771d2d1049082e22fe8d16e55155c7f1494ec0.php:383 {
        __TwigTemplate_92e7b70e75a43f852b5a05d89ef3631cfd4eeb9e502c120444f90753af8a50cd->doDisplay(array $context, array $blocks = []) …
        › echo "                            ";$this->displayBlock("content", $context, $blocks);echo "
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:367 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /opt/bitnami/pimcore/var/cache/dev/twig/2b/2b1e1e49ad9f850041836c3f59d6d5e29a8b495bf899db5d1518b17fc7cd5ddc.php:48 {
        __TwigTemplate_6cc360252972d0039f92a0b6bf1ed6acaca97b975413c64c022a73316c2afe6d->doDisplay(array $context, array $blocks = []) …
        › $this->parent = $this->loadTemplate("layouts/layout.html.twig", "product/listing.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:367 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:379 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/TemplateWrapper.php:40 {
        Twig\TemplateWrapper->render(array $context = []): string …
        ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /opt/bitnami/pimcore/vendor/twig/twig/src/Environment.php:277 {
        Twig\Environment->render($name, array $context = []): string …
        › {    return $this->load($name)->render($context);}
      }
      /opt/bitnami/pimcore/vendor/symfony/framework-bundle/Controller/AbstractController.php:251 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
        › 
        ›     return $this->container->get('twig')->render($view, $parameters);}
      }
      /opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Controller/Controller.php:81 {
        Pimcore\Controller\Controller->renderView(string $view, array $parameters = []): string …
        › 
        ›     return parent::renderView($view, $parameters);}
      }
      /opt/bitnami/pimcore/vendor/symfony/framework-bundle/Controller/AbstractController.php:259 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
        › {    $content = $this->renderView($view, $parameters);}
      /opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Controller/Controller.php:43 {
        Pimcore\Controller\Controller->render(string $view, array $parameters = [], Response $response = null): Response …
        › 
        ›     return parent::render($view, $parameters, $response);}
      }
      /opt/bitnami/pimcore/src/Controller/ProductController.php:213 {
        App\Controller\ProductController->listingAction(Request $request, HeadTitle $headTitleHelper, BreadcrumbHelperService $breadcrumbHelperService, Factory $ecommerceFactory, SegmentTrackingHelperService $segmentTrackingHelperService, ListHelper $listHelper, PaginatorInterface $paginator) …
        › 
        ›     return $this->render('product/listing.html.twig', $params);}
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:156 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /opt/bitnami/pimcore/public/index.php:36 {
        › 
        › $response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Http/RequestHelper.php:114 {
    Pimcore\Http\RequestHelper->getMasterRequest(): Request …
    ›     '10.2',    sprintf('%s is deprecated, please use RequestHelper::getMainRequest() instead.', __METHOD__));
  }
  /opt/bitnami/pimcore/src/Website/Tool/PimcoreUrl.php:33 {
    App\Website\Tool\PimcoreUrl->__invoke(array $urlOptions = [], $name = null, $reset = false, $encode = true, $relative = false) …
    › if (!$reset && $this->requestHelper->hasMasterRequest()) {    $urlOptions = array_replace($this->requestHelper->getMasterRequest()->attributes->get('_route_params'), $urlOptions);}
  }
  /opt/bitnami/pimcore/var/cache/dev/twig/cc/cc5116c4533aa5a8f2fb009a4bcc870f6c9441ffd3d5857e2a098e7d6fb320db.php:87 {
    __TwigTemplate_fc917498e64b19f2b555496aeaaec961478874bba76d6105ed52a0e4917e48fc->doDisplay(array $context, array $blocks = []) …
    › echo "                <li class=\"page-item\"><a class=\"page-link\" href=\"";echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('pimcore_url')->getCallable(), [["page" => $context["page"]]]), "html", null, true);echo "\">";
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:367 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /opt/bitnami/pimcore/templates/product/listing_content.html.twig:70 {
    __TwigTemplate_f616b092dce1aaf02cd3591e25892f38dd7b59ae64397eadefcaca140905d446->doDisplay(array $context, array $blocks = []) …
    › 
    › {% include 'includes/pagination.html.twig' %}}
  /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:367 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /opt/bitnami/pimcore/templates/product/listing.html.twig:7 {
    __TwigTemplate_6cc360252972d0039f92a0b6bf1ed6acaca97b975413c64c022a73316c2afe6d->block_content($context, array $blocks = []) …
    › <div id="main-content" class="main-content">\r    {% include 'product/listing_content.html.twig' %}\r</div>\r
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:171 {
    Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
    › try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /opt/bitnami/pimcore/var/cache/dev/twig/bb/bb815334b0f463a9d65796d43c771d2d1049082e22fe8d16e55155c7f1494ec0.php:383 {
    __TwigTemplate_92e7b70e75a43f852b5a05d89ef3631cfd4eeb9e502c120444f90753af8a50cd->doDisplay(array $context, array $blocks = []) …
    › echo "                            ";$this->displayBlock("content", $context, $blocks);echo "
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:367 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /opt/bitnami/pimcore/var/cache/dev/twig/2b/2b1e1e49ad9f850041836c3f59d6d5e29a8b495bf899db5d1518b17fc7cd5ddc.php:48 {
    __TwigTemplate_6cc360252972d0039f92a0b6bf1ed6acaca97b975413c64c022a73316c2afe6d->doDisplay(array $context, array $blocks = []) …
    › $this->parent = $this->loadTemplate("layouts/layout.html.twig", "product/listing.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:367 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/Template.php:379 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/TemplateWrapper.php:40 {
    Twig\TemplateWrapper->render(array $context = []): string …
    ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /opt/bitnami/pimcore/vendor/twig/twig/src/Environment.php:277 {
    Twig\Environment->render($name, array $context = []): string …
    › {    return $this->load($name)->render($context);}
  }
  /opt/bitnami/pimcore/vendor/symfony/framework-bundle/Controller/AbstractController.php:251 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
    › 
    ›     return $this->container->get('twig')->render($view, $parameters);}
  }
  /opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Controller/Controller.php:81 {
    Pimcore\Controller\Controller->renderView(string $view, array $parameters = []): string …
    › 
    ›     return parent::renderView($view, $parameters);}
  }
  /opt/bitnami/pimcore/vendor/symfony/framework-bundle/Controller/AbstractController.php:259 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
    › {    $content = $this->renderView($view, $parameters);}
  /opt/bitnami/pimcore/vendor/pimcore/pimcore/lib/Controller/Controller.php:43 {
    Pimcore\Controller\Controller->render(string $view, array $parameters = [], Response $response = null): Response …
    › 
    ›     return parent::render($view, $parameters, $response);}
  }
  /opt/bitnami/pimcore/src/Controller/ProductController.php:213 {
    App\Controller\ProductController->listingAction(Request $request, HeadTitle $headTitleHelper, BreadcrumbHelperService $breadcrumbHelperService, Factory $ecommerceFactory, SegmentTrackingHelperService $segmentTrackingHelperService, ListHelper $listHelper, PaginatorInterface $paginator) …
    › 
    ›     return $this->render('product/listing.html.twig', $params);}
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:156 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /opt/bitnami/pimcore/public/index.php:36 {
    › 
    › $response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "cmf.event_listener.action_trigger" service is deprecated. Use "CustomerManagementFrameworkBundle\ActionTrigger\Queue\QueueInterface" instead
[
  "exception" => ErrorException {#9584
    #message: "User Deprecated: The "cmf.event_listener.action_trigger" service is deprecated. Use "CustomerManagementFrameworkBundle\ActionTrigger\Queue\QueueInterface" instead"
    #code: 0
    #file: "/opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getCmf_EventListener_ActionTriggerService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getCmf_EventListener_ActionTriggerService.php:22 {
        Container5oqzx75\getCmf_EventListener_ActionTriggerService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('', '', 'The "cmf.event_listener.action_trigger" service is deprecated. Use "CustomerManagementFrameworkBundle\\ActionTrigger\\Queue\\QueueInterface" instead');}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:2116 {
        Container5oqzx75\App_KernelDevDebugContainer->Container5oqzx75\{closure} …
        › $instance->addListener('plugin.cmf.new-activity', [0 => function () {    return ($this->services['cmf.event_listener.action_trigger'] ?? $this->load('getCmf_EventListener_ActionTriggerService'));}, 1 => 'handleEvent'], 0);
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:84 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:99 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->getListeners(string $eventName = null) …
        › {    return $this->dispatcher->getListeners($eventName);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:195 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->getNotCalledListeners(Request $request = null) …
        › try {    $allListeners = $this->getListeners();} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\EventDataCollector->lateCollect() …
        › $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));$this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));$this->setOrphanedEvents($this->dispatcher->getOrphanedEvents($this->currentRequest));
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Profiler/Profiler.php:97 {
        Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
        › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:111 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(TerminateEvent $event) …
        › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:98 {
        Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
        › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:156 {
        Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
        › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
      }
      /opt/bitnami/pimcore/public/index.php:39 {
        › 
        › $kernel->terminate($request, $response);}
    }
  }
]
{
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getCmf_EventListener_ActionTriggerService.php:22 {
    Container5oqzx75\getCmf_EventListener_ActionTriggerService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('', '', 'The "cmf.event_listener.action_trigger" service is deprecated. Use "CustomerManagementFrameworkBundle\\ActionTrigger\\Queue\\QueueInterface" instead');}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:2116 {
    Container5oqzx75\App_KernelDevDebugContainer->Container5oqzx75\{closure} …
    › $instance->addListener('plugin.cmf.new-activity', [0 => function () {    return ($this->services['cmf.event_listener.action_trigger'] ?? $this->load('getCmf_EventListener_ActionTriggerService'));}, 1 => 'handleEvent'], 0);
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:84 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:99 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->getListeners(string $eventName = null) …
    › {    return $this->dispatcher->getListeners($eventName);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:195 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->getNotCalledListeners(Request $request = null) …
    › try {    $allListeners = $this->getListeners();} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\EventDataCollector->lateCollect() …
    › $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));$this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));$this->setOrphanedEvents($this->dispatcher->getOrphanedEvents($this->currentRequest));
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Profiler/Profiler.php:97 {
    Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
    › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:111 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(TerminateEvent $event) …
    › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:98 {
    Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
    › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:156 {
    Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
    › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
  }
  /opt/bitnami/pimcore/public/index.php:39 {
    › 
    › $kernel->terminate($request, $response);}
}
php User Deprecated: The "cmf.action_trigger.queue" service is deprecated. Use "CustomerManagementFrameworkBundle\ActionTrigger\Queue\QueueInterface" instead
[
  "exception" => ErrorException {#9586
    #message: "User Deprecated: The "cmf.action_trigger.queue" service is deprecated. Use "CustomerManagementFrameworkBundle\ActionTrigger\Queue\QueueInterface" instead"
    #code: 0
    #file: "/opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getCmf_ActionTrigger_QueueService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getCmf_ActionTrigger_QueueService.php:22 {
        Container5oqzx75\getCmf_ActionTrigger_QueueService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('', '', 'The "cmf.action_trigger.queue" service is deprecated. Use "CustomerManagementFrameworkBundle\\ActionTrigger\\Queue\\QueueInterface" instead');}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getCmf_EventListener_ActionTriggerService.php:24 {
        Container5oqzx75\getCmf_EventListener_ActionTriggerService::do($container, $lazyLoad = true) …
        › 
        › $container->services['cmf.event_listener.action_trigger'] = $instance = new \CustomerManagementFrameworkBundle\ActionTrigger\EventHandler\DefaultEventHandler(($container->services['cmf.action_trigger.queue'] ?? $container->load('getCmf_ActionTrigger_QueueService')), ($container->services['Knp\\Component\\Pager\\PaginatorInterface'] ?? $container->getPaginatorInterfaceService()));}
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
        Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:2116 {
        Container5oqzx75\App_KernelDevDebugContainer->Container5oqzx75\{closure} …
        › $instance->addListener('plugin.cmf.new-activity', [0 => function () {    return ($this->services['cmf.event_listener.action_trigger'] ?? $this->load('getCmf_EventListener_ActionTriggerService'));}, 1 => 'handleEvent'], 0);
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:84 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:99 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->getListeners(string $eventName = null) …
        › {    return $this->dispatcher->getListeners($eventName);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:195 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->getNotCalledListeners(Request $request = null) …
        › try {    $allListeners = $this->getListeners();} catch (\Exception $e) {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\EventDataCollector->lateCollect() …
        › $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));$this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));$this->setOrphanedEvents($this->dispatcher->getOrphanedEvents($this->currentRequest));
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Profiler/Profiler.php:97 {
        Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
        › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:111 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(TerminateEvent $event) …
        › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:98 {
        Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
        › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
      }
      /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:156 {
        Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
        › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
      }
      /opt/bitnami/pimcore/public/index.php:39 {
        › 
        › $kernel->terminate($request, $response);}
    }
  }
]
{
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getCmf_ActionTrigger_QueueService.php:22 {
    Container5oqzx75\getCmf_ActionTrigger_QueueService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('', '', 'The "cmf.action_trigger.queue" service is deprecated. Use "CustomerManagementFrameworkBundle\\ActionTrigger\\Queue\\QueueInterface" instead');}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/getCmf_EventListener_ActionTriggerService.php:24 {
    Container5oqzx75\getCmf_EventListener_ActionTriggerService::do($container, $lazyLoad = true) …
    › 
    › $container->services['cmf.event_listener.action_trigger'] = $instance = new \CustomerManagementFrameworkBundle\ActionTrigger\EventHandler\DefaultEventHandler(($container->services['cmf.action_trigger.queue'] ?? $container->load('getCmf_ActionTrigger_QueueService')), ($container->services['Knp\\Component\\Pager\\PaginatorInterface'] ?? $container->getPaginatorInterfaceService()));}
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:1162 {
    Container5oqzx75\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /opt/bitnami/pimcore/var/cache/dev/Container5oqzx75/App_KernelDevDebugContainer.php:2116 {
    Container5oqzx75\App_KernelDevDebugContainer->Container5oqzx75\{closure} …
    › $instance->addListener('plugin.cmf.new-activity', [0 => function () {    return ($this->services['cmf.event_listener.action_trigger'] ?? $this->load('getCmf_EventListener_ActionTriggerService'));}, 1 => 'handleEvent'], 0);
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:84 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:99 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->getListeners(string $eventName = null) …
    › {    return $this->dispatcher->getListeners($eventName);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:195 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->getNotCalledListeners(Request $request = null) …
    › try {    $allListeners = $this->getListeners();} catch (\Exception $e) {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\EventDataCollector->lateCollect() …
    › $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));$this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));$this->setOrphanedEvents($this->dispatcher->getOrphanedEvents($this->currentRequest));
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Profiler/Profiler.php:97 {
    Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
    › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:111 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(TerminateEvent $event) …
    › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /opt/bitnami/pimcore/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/HttpKernel.php:98 {
    Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
    › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
  }
  /opt/bitnami/pimcore/vendor/symfony/http-kernel/Kernel.php:156 {
    Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
    › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
  }
  /opt/bitnami/pimcore/public/index.php:39 {
    › 
    › $kernel->terminate($request, $response);}
}
n/a (4 times) Since symfony/yaml 5.1: Support for parsing numbers prefixed with 0 as octal numbers. They will be parsed as strings as of 6.0.
n/a Since symfony/framework-bundle 5.3: Not setting the "framework.session.storage_factory_id" configuration option is deprecated, it will default to "session.storage.factory.native" and will replace the "framework.session.storage_id" configuration option in version 6.0.
n/a Since symfony/framework-bundle 5.1: Not setting the "framework.router.utf8" configuration option is deprecated, it will default to "true" in version 6.0.
n/a (2 times) Since symfony/security-bundle 5.1: The "success_handler" at path "security.firewalls.pimcore_admin.logout" is deprecated, register a listener on the "Symfony\Component\Security\Http\Event\LogoutEvent" event instead.
n/a (2 times) Since symfony/security-bundle 5.1: The "success_handler" at path "security.firewalls.demo_frontend.logout" is deprecated, register a listener on the "Symfony\Component\Security\Http\Event\LogoutEvent" event instead.
n/a Since symfony/security-bundle 5.3: Not setting the "security.enable_authenticator_manager" config option to true is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the "deprecated" option in "/opt/bitnami/pimcore/vendor/pimcore/pimcore/bundles/CoreBundle/DependencyInjection/../Resources/config/services.yaml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the "deprecated" option in "/opt/bitnami/pimcore/vendor/pimcore/pimcore/bundles/CoreBundle/DependencyInjection/../Resources/config/services.yaml" is deprecated.
n/a (3 times) Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the "deprecated" option in "/opt/bitnami/pimcore/vendor/pimcore/customer-management-framework-bundle/src/DependencyInjection/../Resources/config/services.yml" is deprecated.
n/a (3 times) Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the "deprecated" option in "/opt/bitnami/pimcore/vendor/pimcore/customer-management-framework-bundle/src/DependencyInjection/../Resources/config/services.yml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the "deprecated" option in "/opt/bitnami/pimcore/vendor/pimcore/customer-management-framework-bundle/src/DependencyInjection/../Resources/config/services_events.yml" is deprecated.
n/a Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the "deprecated" option in "/opt/bitnami/pimcore/vendor/pimcore/customer-management-framework-bundle/src/DependencyInjection/../Resources/config/services_events.yml" is deprecated.
n/a Since symfony/security-http 5.1: The "Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler" class is deprecated, use "Symfony\Component\Security\Http\EventListener\DefaultLogoutListener" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#229
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php:18 {
        include …
        › 
        › trigger_deprecation('symfony/security-http', '5.1', 'The "%s" class is deprecated, use "%s" instead.', DefaultLogoutSuccessHandler::class, DefaultLogoutListener::class);}
      /opt/bitnami/pimcore/vendor/symfony/error-handler/DebugClassLoader.php:349 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/ClassDefinition/Data/ReverseManyToManyObjectRelation.php"
        }
      }
    }
  }
]
n/a Since symfony/security-http 5.1: The "Symfony\Component\Security\Http\Logout\LogoutSuccessHandlerInterface" interface is deprecated, create a listener for the "Symfony\Component\Security\Http\Event\LogoutEvent" event instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#216
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php:18 {
        include …
        › 
        › trigger_deprecation('symfony/security-http', '5.1', 'The "%s" interface is deprecated, create a listener for the "%s" event instead.', LogoutSuccessHandlerInterface::class, LogoutEvent::class);}
      /opt/bitnami/pimcore/vendor/symfony/error-handler/DebugClassLoader.php:349 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/ClassDefinition/Data/ReverseManyToManyObjectRelation.php"
        }
      }
    }
  }
]
n/a The "App\EventListener\AuthenticationLogoutListener" class extends "Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler" that is deprecated since Symfony 5.1.
n/a Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#200
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php:17 {
        include …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactoryInterface::class, PasswordHasherFactoryInterface::class);}
      /opt/bitnami/pimcore/vendor/symfony/error-handler/DebugClassLoader.php:349 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/ClassDefinition/Data/ReverseManyToManyObjectRelation.php"
        }
      }
    }
  }
]
n/a The "Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator" class extends "Symfony\Component\Security\Guard\AbstractGuardAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
n/a The "Pimcore\Bundle\AdminBundle\Security\LogoutSuccessHandler" class implements "Symfony\Component\Security\Http\Logout\LogoutSuccessHandlerInterface" that is deprecated since Symfony 5.1.
n/a Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\User\UserChecker" class is deprecated, use "Symfony\Component\Security\Core\User\InMemoryUserChecker" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#325
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/symfony/security-core/User/UserChecker.php:14 {
        include …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', UserChecker::class, InMemoryUserChecker::class);}
      /opt/bitnami/pimcore/vendor/symfony/error-handler/DebugClassLoader.php:349 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/ClassDefinition/Data/ReverseManyToManyObjectRelation.php"
        }
      }
    }
  }
]
{
  /opt/bitnami/pimcore/vendor/symfony/security-core/User/UserChecker.php:14 {
    include …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', UserChecker::class, InMemoryUserChecker::class);}
  /opt/bitnami/pimcore/vendor/symfony/error-handler/DebugClassLoader.php:349 {    return;} elseif (false === include $file) {    return;
    arguments: {
      "/opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/ClassDefinition/Data/ReverseManyToManyObjectRelation.php"
    }
  }
}
n/a The "CustomerManagementFrameworkBundle\RESTApi\CustomersHandler::readRecord()" method will require a new "array $params" argument in the next major version of its interface "CustomerManagementFrameworkBundle\RESTApi\CrudHandlerInterface", not defining it is deprecated.
n/a The "CustomerManagementFrameworkBundle\RESTApi\CustomersHandler::updateRecord()" method will require a new "array $params" argument in the next major version of its interface "CustomerManagementFrameworkBundle\RESTApi\CrudHandlerInterface", not defining it is deprecated.
n/a The "CustomerManagementFrameworkBundle\RESTApi\SegmentsHandler::readRecord()" method will require a new "array $params" argument in the next major version of its interface "CustomerManagementFrameworkBundle\RESTApi\CrudHandlerInterface", not defining it is deprecated.
n/a The "CustomerManagementFrameworkBundle\RESTApi\SegmentsHandler::updateRecord()" method will require a new "array $params" argument in the next major version of its interface "CustomerManagementFrameworkBundle\RESTApi\CrudHandlerInterface", not defining it is deprecated.
n/a The "CustomerManagementFrameworkBundle\RESTApi\SegmentGroupsHandler::readRecord()" method will require a new "array $params" argument in the next major version of its interface "CustomerManagementFrameworkBundle\RESTApi\CrudHandlerInterface", not defining it is deprecated.
n/a The "CustomerManagementFrameworkBundle\RESTApi\SegmentGroupsHandler::updateRecord()" method will require a new "array $params" argument in the next major version of its interface "CustomerManagementFrameworkBundle\RESTApi\CrudHandlerInterface", not defining it is deprecated.
n/a The "Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects" class is considered internal. It may change without further notice. You should not use it from "CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers".
n/a The "CustomerManagementFrameworkBundle\Security\Guard\WebserviceAuthenticator" class extends "Symfony\Component\Security\Guard\AbstractGuardAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
n/a (2 times) Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7905
    +count: 2
    -severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:22 {
        include …
        › 
        › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AnonymousAuthenticationListener::class);}
      /opt/bitnami/pimcore/vendor/symfony/error-handler/DebugClassLoader.php:349 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/ClassDefinition/Data/ReverseManyToManyObjectRelation.php"
        }
      }
    }
  }
]
n/a Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7908
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:31 {
        include …
        › 
        › trigger_deprecation('symfony/security-guard', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', GuardAuthenticationListener::class);}
      /opt/bitnami/pimcore/vendor/symfony/error-handler/DebugClassLoader.php:349 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/ClassDefinition/Data/ReverseManyToManyObjectRelation.php"
        }
      }
    }
  }
]
n/a Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener" class is deprecated, use the new authenticator system instead.
n/a Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" class is deprecated, use the new authenticator system instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#7913
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php:34 {
        include …
        › 
        › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AbstractAuthenticationListener::class);}
      /opt/bitnami/pimcore/vendor/symfony/error-handler/DebugClassLoader.php:349 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/ClassDefinition/Data/ReverseManyToManyObjectRelation.php"
        }
      }
    }
  }
]
n/a The "HWI\Bundle\OAuthBundle\Security\Http\Firewall\OAuthListener" class extends "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" that is deprecated since Symfony 5.3, use the new authenticator system instead.
n/a Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\RememberMeListener" class is deprecated, use the new authenticator system instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#239
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/RememberMeListener.php:27 {
        include …
        › 
        › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', RememberMeListener::class);}
      /opt/bitnami/pimcore/vendor/symfony/error-handler/DebugClassLoader.php:349 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/ClassDefinition/Data/ReverseManyToManyObjectRelation.php"
        }
      }
    }
  }
]
{
  /opt/bitnami/pimcore/vendor/symfony/security-http/Firewall/RememberMeListener.php:27 {
    include …
    › 
    › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', RememberMeListener::class);}
  /opt/bitnami/pimcore/vendor/symfony/error-handler/DebugClassLoader.php:349 {    return;} elseif (false === include $file) {    return;
    arguments: {
      "/opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/ClassDefinition/Data/ReverseManyToManyObjectRelation.php"
    }
  }
}
n/a Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\EventListener\AuthenticationLogoutListener" service.
n/a Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Ecommerce\Overrides\Environment" service.
n/a Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Pimcore\Model\DataObject\QuantityValue\UnitConversionService" service.
n/a Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "Pimcore\Bundle\AdminBundle\Session\Handler\AdminSessionHandler" service.
n/a Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener" service.
n/a Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" service.
n/a Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PricingManager" service.
n/a Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingManager" service.
n/a Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "pimcore_ecommerce.pricing_manager.default" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "CustomerManagementFrameworkBundle\Security\Authentication\LoginManager" service.
n/a Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "CustomerManagementFrameworkBundle\Security\OAuth\SessionTokenStorage" service.
n/a Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Pimcore\Bundle\DataHubBundle\Service\OutputCacheService" service.
n/a Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
n/a Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead.
n/a Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead.
n/a The "cmf.customer_exporter_manager" service is deprecated. Use "CustomerManagementFrameworkBundle\CustomerList\ExporterManagerInterface" instead
n/a The "cmf.link-activity-definition.linkgenerator" service is deprecated. Use "CustomerManagementFrameworkBundle\LinkGenerator\LinkActivityDefinitionLinkGenerator" instead
n/a Since pimcore/pimcore 10.1: Usage of pimcoreglossary tag is deprecated since version 10.1 and will be removed in Pimcore 11. Use pimcore_glossary Twig filter instead.
n/a Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\BasePasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\CheckPasswordLengthTrait" instead.
n/a Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\PasswordEncoderInterface" class is deprecated, use "Symfony\Component\PasswordHasher\PasswordHasherInterface" instead.
n/a Data-type `Pimcore\Model\DataObject\ClassDefinition\Data\ReverseManyToManyObjectRelation` is deprecated and will be removed in Pimcore 11. Use `Pimcore\Model\DataObject\ClassDefinition\Data\ReverseObjectRelation` instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#265
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/ClassDefinition/Data/ReverseManyToManyObjectRelation.php:21 {
        include …
        ›     'Use `' . ReverseObjectRelation::class . '` instead.',    E_USER_DEPRECATED);
      }
      /opt/bitnami/pimcore/vendor/symfony/error-handler/DebugClassLoader.php:349 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/ClassDefinition/Data/ReverseManyToManyObjectRelation.php"
        }
      }
    }
  }
]
{
  /opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/ClassDefinition/Data/ReverseManyToManyObjectRelation.php:21 {
    include …
    ›     'Use `' . ReverseObjectRelation::class . '` instead.',    E_USER_DEPRECATED);
  }
  /opt/bitnami/pimcore/vendor/symfony/error-handler/DebugClassLoader.php:349 {    return;} elseif (false === include $file) {    return;
    arguments: {
      "/opt/bitnami/pimcore/vendor/pimcore/pimcore/models/DataObject/ClassDefinition/Data/ReverseManyToManyObjectRelation.php"
    }
  }
}
n/a (907 times) Since pimcore/pimcore 4.4: Pimcore\Model\Element\ChildsCompatibilityTrait::setChilds is deprecated, please use setChildren() instead. It will be removed in Pimcore 11.
n/a Since symfony/framework-bundle 5.3: The "session" service and "SessionInterface" alias are deprecated, use "$requestStack->getSession()" instead.
n/a Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
n/a Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
n/a Since symfony/framework-bundle 5.1: The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.

Debug 555

Unimportant log messages generated during the execution of the application.

Time Channel Message
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00site_domain_a1cb33e0 [...]"
  3 => "site_domain_a1cb33e0ffd14c [...]"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?)
[
  1 => 1727525778
  2 => "system\x00tags\x00"
  3 => "site\x00tags\x00"
  4 => "site_domain_a1cb33e0ffd14c [...]"
]
cache Successfully got data for key
"site_domain_a1cb33e0ffd14c1d49594bf03aed9a60"
from cache
[
  "key" => "site_domain_a1cb33e0ffd14c1d49594bf03aed9a60"
]
doctrine SELECT * FROM redirects WHERE ( (source = :sourcePath AND (`type` = :typePath OR `type` = :typeAuto)) OR (source = :sourcePathQuery AND `type` = :typePathQuery) OR (source = :sourceEntireUri AND `type` = :typeEntireUri) ) AND active = 1 AND regex IS NULL AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC
[
  "sourcePath" => "/shop/CAR-ACCESSORIES~c1128"
  "sourcePathQuery" => "/shop/CAR-ACCESSORIES~c1128"
  "sourceEntireUri" => "http://202.131.233.39/shop [...]"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00system_route_redirect"
  3 => "system_route_redirect"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?,?)
[
  1 => 1727525778
  2 => "system\x00tags\x00"
  3 => "redirect\x00tags\x00"
  4 => "route\x00tags\x00"
  5 => "system_route_redirect\x00tags\x00"
]
cache Successfully got data for key
"system_route_redirect"
from cache
[
  "key" => "system_route_redirect"
]
doctrine SELECT * FROM settings_store WHERE id = :id AND scope = :scope
[
  "id" => "reports"
  "scope" => "pimcore"
]
app Resolved pimcore context for path
"/shop/CAR-ACCESSORIES~c1128"
to
"default"
[
  "path" => "/shop/CAR-ACCESSORIES~c1128"
  "context" => "default"
]
doctrine SELECT id FROM documents WHERE path = :path AND `key` = :key
[
  "key" => "CAR-ACCESSORIES~c1128"
  "path" => "/shop/"
]
doctrine SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
[
  "prettyUrl" => "/shop/CAR-ACCESSORIES~c1128"
]
doctrine SELECT id FROM documents WHERE path = :path AND `key` = :key
[
  "key" => "shop"
  "path" => "/"
]
doctrine SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
[
  "prettyUrl" => "/shop"
]
doctrine SELECT id FROM documents WHERE path = :path AND `key` = :key
[
  "key" => ""
  "path" => "/"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00document_1"
  3 => "document_1"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
[
  1 => 1727525778
  2 => "document_1\x00tags\x00"
]
cache Successfully got data for key
"document_1"
from cache
[
  "key" => "document_1"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00document_properties_1"
  3 => "document_properties_1"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?)
[
  1 => 1727525778
  2 => "document_properties\x00tags\x00"
  3 => "document_1\x00tags\x00"
  4 => "document_properties_1\x00tags\x00"
]
cache Successfully got data for key
"document_properties_1"
from cache
[
  "key" => "document_properties_1"
]
event Notified event
"security.authentication.success"
to listener
"Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onLogin"
.
[
  "event" => "security.authentication.success"
  "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onLogin"
]
event Notified event
"security.authentication.success"
to listener
"Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor::onLogin"
.
[
  "event" => "security.authentication.success"
  "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor::onLogin"
]
doctrine SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
event Notified event
"pimcore.targeting.pre_resolve"
to listener
"Pimcore\Targeting\EventListener\TargetingListener::onPreResolve"
.
[
  "event" => "pimcore.targeting.pre_resolve"
  "listener" => "Pimcore\Targeting\EventListener\TargetingListener::onPreResolve"
]
event Notified event
"pimcore.targeting.pre_resolve"
to listener
"Pimcore\Targeting\EventListener\DocumentTargetGroupListener::onVisitorInfoResolve"
.
[
  "event" => "pimcore.targeting.pre_resolve"
  "listener" => "Pimcore\Targeting\EventListener\DocumentTargetGroupListener::onVisitorInfoResolve"
]
event Notified event
"pimcore.targeting.pre_resolve"
to listener
"CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener::onTargetingPreResolve"
.
[
  "event" => "pimcore.targeting.pre_resolve"
  "listener" => "CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener::onTargetingPreResolve"
]
event Notified event
"pimcore.targeting.pre_resolve"
to listener
"Pimcore\Targeting\EventListener\ToolbarListener::onPreResolve"
.
[
  "event" => "pimcore.targeting.pre_resolve"
  "listener" => "Pimcore\Targeting\EventListener\ToolbarListener::onPreResolve"
]
doctrine SELECT id FROM targeting_rules WHERE active = 1 ORDER BY `prio` ASC
event Notified event
"pimcore.targeting.post_resolve"
to listener
"Pimcore\Targeting\EventListener\VisitedPagesCountListener::onPostResolveVisitorInfo"
.
[
  "event" => "pimcore.targeting.post_resolve"
  "listener" => "Pimcore\Targeting\EventListener\VisitedPagesCountListener::onPostResolveVisitorInfo"
]
init Resolved editmode to
"false"
[
  "editmode" => "false"
  "params" => [
    "param" => false
    "adminRequest" => false
    "user" => false
  ]
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener::onEvent"
.
[
  "event" => "kernel.request"
  "listener" => "Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener::onEvent"
]
event Notified event
"kernel.request"
to listener
"Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent"
.
[
  "event" => "kernel.request"
  "listener" => "Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Targeting\EventListener\TargetingListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Targeting\EventListener\TargetingListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00document_target_groups_1"
  3 => "document_target_groups_1"
]
cache Key
"document_target_groups_1"
doesn't exist in cache
[
  "key" => "document_target_groups_1"
]
doctrine SELECT * FROM documents_editables WHERE documentId = ?
[
  1
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_563"
  3 => "object_563"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_563\x00tags\x00"
  3 => "class_EF_FD\x00tags\x00"
]
cache Successfully got data for key
"object_563"
from cache
[
  "key" => "object_563"
]
doctrine SELECT * FROM targeting_target_groups WHERE id = ?
[
  4
]
doctrine SELECT * FROM targeting_target_groups WHERE id = ?
[
  5
]
doctrine SELECT * FROM targeting_target_groups WHERE id = ?
[
  6
]
event Notified event
"kernel.controller"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_1128"
  3 => "object_1128"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_1128\x00tags\x00"
  3 => "class_CA\x00tags\x00"
]
doctrine SELECT name FROM classes WHERE id = ?
[
  "CA"
]
cache Successfully got data for key
"object_1128"
from cache
[
  "key" => "object_1128"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_564"
  3 => "object_564"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_564\x00tags\x00"
  3 => "class_CA\x00tags\x00"
]
cache Successfully got data for key
"object_564"
from cache
[
  "key" => "object_564"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_389"
  3 => "object_389"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
[
  1 => 1727525778
  2 => "object_389\x00tags\x00"
]
cache Successfully got data for key
"object_389"
from cache
[
  "key" => "object_389"
]
doctrine SELECT PLUGIN_CMF_COLLECT_OBJECT_SEGMENT_ASSIGNMENTS(:elementId)
[
  "elementId" => 1128
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00website_config"
  3 => "website_config"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?,?,?,?)
[
  1 => 1727525778
  2 => "website_config\x00tags\x00"
  3 => "system\x00tags\x00"
  4 => "config\x00tags\x00"
  5 => "output\x00tags\x00"
  6 => "object_563\x00tags\x00"
  7 => "class_EF_FD\x00tags\x00"
]
cache Successfully got data for key
"website_config"
from cache
[
  "key" => "website_config"
]
doctrine SELECT name FROM classes WHERE id = ?
[
  "EF_FD"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_695"
  3 => "object_695"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
[
  1 => 1727525778
  2 => "object_695\x00tags\x00"
]
cache Successfully got data for key
"object_695"
from cache
[
  "key" => "object_695"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_562"
  3 => "object_562"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
[
  1 => 1727525778
  2 => "object_562\x00tags\x00"
]
cache Successfully got data for key
"object_562"
from cache
[
  "key" => "object_562"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_1"
  3 => "object_1"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
[
  1 => 1727525778
  2 => "object_1\x00tags\x00"
]
cache Successfully got data for key
"object_1"
from cache
[
  "key" => "object_1"
]
event Notified event
"knp_pager.before"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber::before"
.
[
  "event" => "knp_pager.before"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber::before"
]
doctrine SELECT count(*) FROM shop_productindex a WHERE active = 1 AND o_virtualProductActive = 1 AND inProductList = 1 AND o_type = 'variant' AND (parentCategoryIds LIKE '%,1128,%')
doctrine SELECT SQL_CALC_FOUND_ROWS a.o_id, priceSystemName FROM shop_productindex a WHERE active = 1 AND o_virtualProductActive = 1 AND inProductList = 1 AND o_type = 'variant' AND (parentCategoryIds LIKE '%,1128,%') LIMIT 22
doctrine SELECT FOUND_ROWS()
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_2036"
  3 => "object_2036"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?,?,?,?)
[
  1 => 1727525778
  2 => "object_2036\x00tags\x00"
  3 => "class_CAR\x00tags\x00"
  4 => "asset_3652\x00tags\x00"
  5 => "asset_3649\x00tags\x00"
  6 => "asset_3650\x00tags\x00"
  7 => "asset_3651\x00tags\x00"
]
doctrine SELECT name FROM classes WHERE id = ?
[
  "CAR"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00quantityvalue_units_table"
  3 => "quantityvalue_units_table"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
[
  1 => 1727525778
  2 => "quantityvalue_units_table\x00tags\x00"
]
cache Successfully got data for key
"quantityvalue_units_table"
from cache
[
  "key" => "quantityvalue_units_table"
]
cache Successfully got data for key
"object_2036"
from cache
[
  "key" => "object_2036"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_2038"
  3 => "object_2038"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?,?,?)
[
  1 => 1727525778
  2 => "object_2038\x00tags\x00"
  3 => "class_CAR\x00tags\x00"
  4 => "asset_3657\x00tags\x00"
  5 => "asset_3658\x00tags\x00"
  6 => "asset_3656\x00tags\x00"
]
cache Successfully got data for key
"object_2038"
from cache
[
  "key" => "object_2038"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_2042"
  3 => "object_2042"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?,?,?)
[
  1 => 1727525778
  2 => "object_2042\x00tags\x00"
  3 => "class_CAR\x00tags\x00"
  4 => "asset_3671\x00tags\x00"
  5 => "asset_3670\x00tags\x00"
  6 => "asset_3672\x00tags\x00"
]
cache Successfully got data for key
"object_2042"
from cache
[
  "key" => "object_2042"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_2043"
  3 => "object_2043"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?,?,?)
[
  1 => 1727525778
  2 => "object_2043\x00tags\x00"
  3 => "class_CAR\x00tags\x00"
  4 => "asset_3676\x00tags\x00"
  5 => "asset_3675\x00tags\x00"
  6 => "asset_3677\x00tags\x00"
]
cache Successfully got data for key
"object_2043"
from cache
[
  "key" => "object_2043"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_2044"
  3 => "object_2044"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?,?,?)
[
  1 => 1727525778
  2 => "object_2044\x00tags\x00"
  3 => "class_CAR\x00tags\x00"
  4 => "asset_3680\x00tags\x00"
  5 => "asset_3681\x00tags\x00"
  6 => "asset_3679\x00tags\x00"
]
cache Successfully got data for key
"object_2044"
from cache
[
  "key" => "object_2044"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_2045"
  3 => "object_2045"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?,?,?)
[
  1 => 1727525778
  2 => "object_2045\x00tags\x00"
  3 => "class_CAR\x00tags\x00"
  4 => "asset_3682\x00tags\x00"
  5 => "asset_3684\x00tags\x00"
  6 => "asset_3683\x00tags\x00"
]
cache Successfully got data for key
"object_2045"
from cache
[
  "key" => "object_2045"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_2046"
  3 => "object_2046"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?,?,?,?)
[
  1 => 1727525778
  2 => "object_2046\x00tags\x00"
  3 => "class_CAR\x00tags\x00"
  4 => "asset_3685\x00tags\x00"
  5 => "asset_3688\x00tags\x00"
  6 => "asset_3687\x00tags\x00"
  7 => "asset_3686\x00tags\x00"
]
cache Successfully got data for key
"object_2046"
from cache
[
  "key" => "object_2046"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_2047"
  3 => "object_2047"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?,?,?)
[
  1 => 1727525778
  2 => "object_2047\x00tags\x00"
  3 => "class_CAR\x00tags\x00"
  4 => "asset_3690\x00tags\x00"
  5 => "asset_3691\x00tags\x00"
  6 => "asset_3689\x00tags\x00"
]
cache Successfully got data for key
"object_2047"
from cache
[
  "key" => "object_2047"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_2048"
  3 => "object_2048"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?,?,?)
[
  1 => 1727525778
  2 => "object_2048\x00tags\x00"
  3 => "class_CAR\x00tags\x00"
  4 => "asset_3692\x00tags\x00"
  5 => "asset_3694\x00tags\x00"
  6 => "asset_3693\x00tags\x00"
]
cache Successfully got data for key
"object_2048"
from cache
[
  "key" => "object_2048"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_2049"
  3 => "object_2049"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?,?,?,?)
[
  1 => 1727525778
  2 => "object_2049\x00tags\x00"
  3 => "class_CAR\x00tags\x00"
  4 => "asset_3695\x00tags\x00"
  5 => "asset_3696\x00tags\x00"
  6 => "asset_3697\x00tags\x00"
  7 => "asset_3698\x00tags\x00"
]
cache Successfully got data for key
"object_2049"
from cache
[
  "key" => "object_2049"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_2050"
  3 => "object_2050"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?,?,?)
[
  1 => 1727525778
  2 => "object_2050\x00tags\x00"
  3 => "class_CAR\x00tags\x00"
  4 => "asset_3700\x00tags\x00"
  5 => "asset_3701\x00tags\x00"
  6 => "asset_3699\x00tags\x00"
]
cache Successfully got data for key
"object_2050"
from cache
[
  "key" => "object_2050"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_2051"
  3 => "object_2051"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?,?,?)
[
  1 => 1727525778
  2 => "object_2051\x00tags\x00"
  3 => "class_CAR\x00tags\x00"
  4 => "asset_3704\x00tags\x00"
  5 => "asset_3703\x00tags\x00"
  6 => "asset_3702\x00tags\x00"
]
cache Successfully got data for key
"object_2051"
from cache
[
  "key" => "object_2051"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_2052"
  3 => "object_2052"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?,?,?)
[
  1 => 1727525778
  2 => "object_2052\x00tags\x00"
  3 => "class_CAR\x00tags\x00"
  4 => "asset_3705\x00tags\x00"
  5 => "asset_3706\x00tags\x00"
  6 => "asset_3707\x00tags\x00"
]
cache Successfully got data for key
"object_2052"
from cache
[
  "key" => "object_2052"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_2053"
  3 => "object_2053"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?,?,?)
[
  1 => 1727525778
  2 => "object_2053\x00tags\x00"
  3 => "class_CAR\x00tags\x00"
  4 => "asset_3710\x00tags\x00"
  5 => "asset_3708\x00tags\x00"
  6 => "asset_3709\x00tags\x00"
]
cache Successfully got data for key
"object_2053"
from cache
[
  "key" => "object_2053"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_2054"
  3 => "object_2054"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?,?,?)
[
  1 => 1727525778
  2 => "object_2054\x00tags\x00"
  3 => "class_CAR\x00tags\x00"
  4 => "asset_3712\x00tags\x00"
  5 => "asset_3711\x00tags\x00"
  6 => "asset_3713\x00tags\x00"
]
cache Successfully got data for key
"object_2054"
from cache
[
  "key" => "object_2054"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_2055"
  3 => "object_2055"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?,?)
[
  1 => 1727525778
  2 => "object_2055\x00tags\x00"
  3 => "class_CAR\x00tags\x00"
  4 => "asset_3714\x00tags\x00"
  5 => "asset_3715\x00tags\x00"
]
cache Successfully got data for key
"object_2055"
from cache
[
  "key" => "object_2055"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_2056"
  3 => "object_2056"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?)
[
  1 => 1727525778
  2 => "object_2056\x00tags\x00"
  3 => "class_CAR\x00tags\x00"
  4 => "asset_5291\x00tags\x00"
]
cache Successfully got data for key
"object_2056"
from cache
[
  "key" => "object_2056"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_2057"
  3 => "object_2057"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?)
[
  1 => 1727525778
  2 => "object_2057\x00tags\x00"
  3 => "class_CAR\x00tags\x00"
  4 => "asset_5292\x00tags\x00"
]
cache Successfully got data for key
"object_2057"
from cache
[
  "key" => "object_2057"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_2058"
  3 => "object_2058"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?)
[
  1 => 1727525778
  2 => "object_2058\x00tags\x00"
  3 => "class_CAR\x00tags\x00"
  4 => "asset_5293\x00tags\x00"
]
cache Successfully got data for key
"object_2058"
from cache
[
  "key" => "object_2058"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_2059"
  3 => "object_2059"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?)
[
  1 => 1727525778
  2 => "object_2059\x00tags\x00"
  3 => "class_CAR\x00tags\x00"
  4 => "asset_5294\x00tags\x00"
]
cache Successfully got data for key
"object_2059"
from cache
[
  "key" => "object_2059"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_2060"
  3 => "object_2060"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?)
[
  1 => 1727525778
  2 => "object_2060\x00tags\x00"
  3 => "class_CAR\x00tags\x00"
  4 => "asset_5341\x00tags\x00"
]
cache Successfully got data for key
"object_2060"
from cache
[
  "key" => "object_2060"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_2061"
  3 => "object_2061"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?,?,?,?)
[
  1 => 1727525778
  2 => "object_2061\x00tags\x00"
  3 => "class_CAR\x00tags\x00"
  4 => "asset_6603\x00tags\x00"
  5 => "asset_6602\x00tags\x00"
  6 => "asset_6604\x00tags\x00"
  7 => "asset_6601\x00tags\x00"
]
cache Successfully got data for key
"object_2061"
from cache
[
  "key" => "object_2061"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QueryBuilderSubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QueryBuilderSubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\MongoDB\QueryBuilderSubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\MongoDB\QueryBuilderSubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\PHPCR\QueryBuilderSubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\PHPCR\QueryBuilderSubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\DBALQueryBuilderSubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\DBALQueryBuilderSubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\Callback\CallbackSubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Callback\CallbackSubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QuerySubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QuerySubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\MongoDB\QuerySubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\MongoDB\QuerySubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\PHPCR\QuerySubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\PHPCR\QuerySubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\CollectionSubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\CollectionSubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\PropelQuerySubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\PropelQuerySubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\SolariumQuerySubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\SolariumQuerySubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\ElasticaQuerySubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\ElasticaQuerySubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\ArraySubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\ArraySubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber::items"
]
event Listener
"Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber::items"
stopped propagation of the event
"knp_pager.items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber::items"
]
event Notified event
"knp_pager.pagination"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber::pagination"
.
[
  "event" => "knp_pager.pagination"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber::pagination"
]
event Listener
"Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber::pagination"
stopped propagation of the event
"knp_pager.pagination"
.
[
  "event" => "knp_pager.pagination"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber::pagination"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_6121"
  3 => "object_6121"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_6121\x00tags\x00"
  3 => "class_MA\x00tags\x00"
]
cache Successfully got data for key
"object_6121"
from cache
[
  "key" => "object_6121"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_1143"
  3 => "object_1143"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_1143\x00tags\x00"
  3 => "class_CA\x00tags\x00"
]
cache Successfully got data for key
"object_1143"
from cache
[
  "key" => "object_1143"
]
doctrine SELECT * FROM website_settings WHERE name = ? AND (siteId IS NULL OR siteId = '' OR siteId = ?) AND (language IS NULL OR language = '' OR language = ?) ORDER BY siteId,language DESC
[
  "defaultTaxClass"
  null
  null
]
doctrine SELECT * FROM website_settings WHERE id = ?
[
  2
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_1161"
  3 => "object_1161"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
[
  1 => 1727525778
  2 => "object_1161\x00tags\x00"
]
cache Successfully got data for key
"object_1161"
from cache
[
  "key" => "object_1161"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_1159"
  3 => "object_1159"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
[
  1 => 1727525778
  2 => "object_1159\x00tags\x00"
]
cache Successfully got data for key
"object_1159"
from cache
[
  "key" => "object_1159"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_1146"
  3 => "object_1146"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
[
  1 => 1727525778
  2 => "object_1146\x00tags\x00"
]
cache Successfully got data for key
"object_1146"
from cache
[
  "key" => "object_1146"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_744"
  3 => "object_744"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
[
  1 => 1727525778
  2 => "object_744\x00tags\x00"
]
cache Successfully got data for key
"object_744"
from cache
[
  "key" => "object_744"
]
doctrine SELECT name FROM classes WHERE id = ?
[
  "EF_OSTC"
]
doctrine SELECT id FROM ecommerceframework_pricing_rule WHERE active = 1 ORDER BY `prio` ASC
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00system_resource_colu [...]"
  3 => "system_resource_columns_ec [...]"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?)
[
  1 => 1727525778
  2 => "system\x00tags\x00"
  3 => "resource\x00tags\x00"
  4 => "system_resource_columns_ec [...]"
]
cache Successfully got data for key
"system_resource_columns_ecommerceframework_pricing_rule"
from cache
[
  "key" => "system_resource_columns_ecommerceframework_pricing_rule"
]
doctrine SELECT * FROM ecommerceframework_pricing_rule WHERE id='9'
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_559"
  3 => "object_559"
]
cache Key
"object_559"
doesn't exist in cache
[
  "key" => "object_559"
]
doctrine SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
[
  559
]
doctrine SELECT * FROM ecommerceframework_pricing_rule WHERE id='10'
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_556"
  3 => "object_556"
]
cache Key
"object_556"
doesn't exist in cache
[
  "key" => "object_556"
]
doctrine SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
[
  556
]
doctrine SELECT * FROM ecommerceframework_pricing_rule WHERE id='8'
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_75"
  3 => "object_75"
]
cache Key
"object_75"
doesn't exist in cache
[
  "key" => "object_75"
]
doctrine SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
[
  75
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_74"
  3 => "object_74"
]
cache Key
"object_74"
doesn't exist in cache
[
  "key" => "object_74"
]
doctrine SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
[
  74
]
doctrine SELECT o_id FROM objects WHERE o_path = :path AND `o_key` = :key
[
  "key" => "citroen-2cv-head lights"
  "path" => "/Product Data/Accessories/ [...]"
]
doctrine SELECT * FROM ecommerceframework_pricing_rule WHERE id='6'
doctrine SELECT * FROM ecommerceframework_pricing_rule WHERE id='7'
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_399"
  3 => "object_399"
]
cache Key
"object_399"
doesn't exist in cache
[
  "key" => "object_399"
]
doctrine SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
[
  399
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_873"
  3 => "object_873"
]
cache Key
"object_873"
doesn't exist in cache
[
  "key" => "object_873"
]
doctrine SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
[
  873
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_6156"
  3 => "object_6156"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_6156\x00tags\x00"
  3 => "class_MA\x00tags\x00"
]
cache Successfully got data for key
"object_6156"
from cache
[
  "key" => "object_6156"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_1164"
  3 => "object_1164"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
[
  1 => 1727525778
  2 => "object_1164\x00tags\x00"
]
cache Successfully got data for key
"object_1164"
from cache
[
  "key" => "object_1164"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_1163"
  3 => "object_1163"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
[
  1 => 1727525778
  2 => "object_1163\x00tags\x00"
]
cache Successfully got data for key
"object_1163"
from cache
[
  "key" => "object_1163"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_6160"
  3 => "object_6160"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_6160\x00tags\x00"
  3 => "class_MA\x00tags\x00"
]
cache Successfully got data for key
"object_6160"
from cache
[
  "key" => "object_6160"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_1174"
  3 => "object_1174"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
[
  1 => 1727525778
  2 => "object_1174\x00tags\x00"
]
cache Successfully got data for key
"object_1174"
from cache
[
  "key" => "object_1174"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_1173"
  3 => "object_1173"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
[
  1 => 1727525778
  2 => "object_1173\x00tags\x00"
]
cache Successfully got data for key
"object_1173"
from cache
[
  "key" => "object_1173"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_6161"
  3 => "object_6161"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_6161\x00tags\x00"
  3 => "class_MA\x00tags\x00"
]
cache Successfully got data for key
"object_6161"
from cache
[
  "key" => "object_6161"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_1177"
  3 => "object_1177"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
[
  1 => 1727525778
  2 => "object_1177\x00tags\x00"
]
cache Successfully got data for key
"object_1177"
from cache
[
  "key" => "object_1177"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_1176"
  3 => "object_1176"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
[
  1 => 1727525778
  2 => "object_1176\x00tags\x00"
]
cache Successfully got data for key
"object_1176"
from cache
[
  "key" => "object_1176"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00document_214"
  3 => "document_214"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
[
  1 => 1727525778
  2 => "document_214\x00tags\x00"
]
cache Successfully got data for key
"document_214"
from cache
[
  "key" => "document_214"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00nav_36dacad3db2e1ee9 [...]"
  3 => "nav_36dacad3db2e1ee9017a90 [...]"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?,?)
[
  1 => 1727525778
  2 => "output\x00tags\x00"
  3 => "navigation\x00tags\x00"
  4 => "document_212\x00tags\x00"
  5 => "nav_36dacad3db2e1ee9017a90 [...]"
]
cache Successfully got data for key
"nav_36dacad3db2e1ee9017a9066dc206fe3"
from cache
[
  "key" => "nav_36dacad3db2e1ee9017a9066dc206fe3"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
doctrine SELECT * FROM translations_messages LIMIT 1;
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00translation_data_671 [...]"
  3 => "translation_data_671eb4310 [...]"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?,?)
[
  1 => 1727525778
  2 => "translator\x00tags\x00"
  3 => "translator_website\x00tags\x00"
  4 => "translate\x00tags\x00"
  5 => "translation_data_671eb4310 [...]"
]
cache Successfully got data for key
"translation_data_671eb4310d9da89c0e84fb2d89b61992"
from cache
[
  "key" => "translation_data_671eb4310d9da89c0e84fb2d89b61992"
]
doctrine SELECT sourceId FROM documents_translations WHERE id = ?
[
  1
]
doctrine SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
[
  1
  1
  1
]
doctrine SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
[
  "136"
  "136"
]
doctrine SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
[
  "214"
  "214"
]
doctrine SELECT id FROM documents WHERE path = :path AND `key` = :key
[
  "key" => "en"
  "path" => "/"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00document_3"
  3 => "document_3"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "document_3\x00tags\x00"
  3 => "document_1\x00tags\x00"
]
cache Successfully got data for key
"document_3"
from cache
[
  "key" => "document_3"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00document_136"
  3 => "document_136"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
[
  1 => 1727525778
  2 => "document_136\x00tags\x00"
]
cache Successfully got data for key
"document_136"
from cache
[
  "key" => "document_136"
]
doctrine SELECT id FROM documents WHERE path = :path AND `key` = :key
[
  "key" => "mn"
  "path" => "/"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00nav_866e1fdb318380dd [...]"
  3 => "nav_866e1fdb318380dd4b31f7 [...]"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?,?)
[
  1 => 1727525778
  2 => "output\x00tags\x00"
  3 => "navigation\x00tags\x00"
  4 => "document_212\x00tags\x00"
  5 => "nav_866e1fdb318380dd4b31f7 [...]"
]
cache Successfully got data for key
"nav_866e1fdb318380dd4b31f7374d3f23ef"
from cache
[
  "key" => "nav_866e1fdb318380dd4b31f7374d3f23ef"
]
doctrine SELECT TRIM(`parentCategoryIds`) as `value`, count(*) as `count` FROM shop_productindex a WHERE active = 1 AND o_virtualProductActive = 1 AND inProductList = 1 AND o_type = 'variant' GROUP BY TRIM(`parentCategoryIds`)
doctrine SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
[
  1128
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_1129"
  3 => "object_1129"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_1129\x00tags\x00"
  3 => "class_CA\x00tags\x00"
]
cache Successfully got data for key
"object_1129"
from cache
[
  "key" => "object_1129"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_1135"
  3 => "object_1135"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_1135\x00tags\x00"
  3 => "class_CA\x00tags\x00"
]
cache Successfully got data for key
"object_1135"
from cache
[
  "key" => "object_1135"
]
doctrine SELECT dest as `value`, count(*) as `count` FROM shop_productindex_relations a WHERE fieldname = 'manufacturer' AND src IN (SELECT a.o_id FROM shop_productindex a WHERE active = 1 AND o_virtualProductActive = 1 AND inProductList = 1 AND o_type = 'variant' AND (parentCategoryIds LIKE '%,1128,%')) GROUP BY dest
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_6110"
  3 => "object_6110"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_6110\x00tags\x00"
  3 => "class_MA\x00tags\x00"
]
cache Successfully got data for key
"object_6110"
from cache
[
  "key" => "object_6110"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_6114"
  3 => "object_6114"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_6114\x00tags\x00"
  3 => "class_MA\x00tags\x00"
]
cache Successfully got data for key
"object_6114"
from cache
[
  "key" => "object_6114"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_6115"
  3 => "object_6115"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_6115\x00tags\x00"
  3 => "class_MA\x00tags\x00"
]
cache Successfully got data for key
"object_6115"
from cache
[
  "key" => "object_6115"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_6117"
  3 => "object_6117"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_6117\x00tags\x00"
  3 => "class_MA\x00tags\x00"
]
cache Successfully got data for key
"object_6117"
from cache
[
  "key" => "object_6117"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_6124"
  3 => "object_6124"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_6124\x00tags\x00"
  3 => "class_MA\x00tags\x00"
]
cache Successfully got data for key
"object_6124"
from cache
[
  "key" => "object_6124"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_6125"
  3 => "object_6125"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_6125\x00tags\x00"
  3 => "class_MA\x00tags\x00"
]
cache Successfully got data for key
"object_6125"
from cache
[
  "key" => "object_6125"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_6136"
  3 => "object_6136"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_6136\x00tags\x00"
  3 => "class_MA\x00tags\x00"
]
cache Successfully got data for key
"object_6136"
from cache
[
  "key" => "object_6136"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_6145"
  3 => "object_6145"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_6145\x00tags\x00"
  3 => "class_MA\x00tags\x00"
]
cache Successfully got data for key
"object_6145"
from cache
[
  "key" => "object_6145"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_6148"
  3 => "object_6148"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_6148\x00tags\x00"
  3 => "class_MA\x00tags\x00"
]
cache Successfully got data for key
"object_6148"
from cache
[
  "key" => "object_6148"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_6154"
  3 => "object_6154"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_6154\x00tags\x00"
  3 => "class_MA\x00tags\x00"
]
cache Successfully got data for key
"object_6154"
from cache
[
  "key" => "object_6154"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_6155"
  3 => "object_6155"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_6155\x00tags\x00"
  3 => "class_MA\x00tags\x00"
]
cache Successfully got data for key
"object_6155"
from cache
[
  "key" => "object_6155"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_6157"
  3 => "object_6157"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_6157\x00tags\x00"
  3 => "class_MA\x00tags\x00"
]
cache Successfully got data for key
"object_6157"
from cache
[
  "key" => "object_6157"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_6164"
  3 => "object_6164"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_6164\x00tags\x00"
  3 => "class_MA\x00tags\x00"
]
cache Successfully got data for key
"object_6164"
from cache
[
  "key" => "object_6164"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_6178"
  3 => "object_6178"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_6178\x00tags\x00"
  3 => "class_MA\x00tags\x00"
]
cache Successfully got data for key
"object_6178"
from cache
[
  "key" => "object_6178"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_6187"
  3 => "object_6187"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_6187\x00tags\x00"
  3 => "class_MA\x00tags\x00"
]
cache Successfully got data for key
"object_6187"
from cache
[
  "key" => "object_6187"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_6196"
  3 => "object_6196"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_6196\x00tags\x00"
  3 => "class_MA\x00tags\x00"
]
cache Successfully got data for key
"object_6196"
from cache
[
  "key" => "object_6196"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_6201"
  3 => "object_6201"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_6201\x00tags\x00"
  3 => "class_MA\x00tags\x00"
]
cache Successfully got data for key
"object_6201"
from cache
[
  "key" => "object_6201"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_6202"
  3 => "object_6202"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_6202\x00tags\x00"
  3 => "class_MA\x00tags\x00"
]
cache Successfully got data for key
"object_6202"
from cache
[
  "key" => "object_6202"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_6213"
  3 => "object_6213"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_6213\x00tags\x00"
  3 => "class_MA\x00tags\x00"
]
cache Successfully got data for key
"object_6213"
from cache
[
  "key" => "object_6213"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_6306"
  3 => "object_6306"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_6306\x00tags\x00"
  3 => "class_MA\x00tags\x00"
]
cache Successfully got data for key
"object_6306"
from cache
[
  "key" => "object_6306"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_6359"
  3 => "object_6359"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_6359\x00tags\x00"
  3 => "class_MA\x00tags\x00"
]
cache Successfully got data for key
"object_6359"
from cache
[
  "key" => "object_6359"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00object_56778"
  3 => "object_56778"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "object_56778\x00tags\x00"
  3 => "class_MA\x00tags\x00"
]
cache Successfully got data for key
"object_56778"
from cache
[
  "key" => "object_56778"
]
doctrine SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '2036'
doctrine SELECT * FROM settings_store WHERE id = :id AND scope = :scope
[
  "id" => "grid"
  "scope" => "pimcore_image_thumbnails"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00imagick_format_avif"
  3 => "imagick_format_avif"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
[
  1 => 1727525778
  2 => "imagick_format_avif\x00tags\x00"
]
cache Successfully got data for key
"imagick_format_avif"
from cache
[
  "key" => "imagick_format_avif"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00imagick_format_webp"
  3 => "imagick_format_webp"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
[
  1 => 1727525778
  2 => "imagick_format_webp\x00tags\x00"
]
cache Successfully got data for key
"imagick_format_webp"
from cache
[
  "key" => "imagick_format_webp"
]
doctrine SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '2038'
doctrine SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '2042'
doctrine SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '2043'
doctrine SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '2044'
doctrine SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '2045'
doctrine SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '2046'
doctrine SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '2047'
doctrine SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '2048'
doctrine SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '2049'
doctrine SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '2050'
doctrine SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '2051'
doctrine SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '2052'
doctrine SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '2053'
doctrine SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '2054'
doctrine SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '2055'
doctrine SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '2056'
doctrine SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '2057'
doctrine SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '2058'
doctrine SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '2059'
doctrine SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '2060'
doctrine SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '2061'
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00document_12"
  3 => "document_12"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
[
  1 => 1727525778
  2 => "document_12\x00tags\x00"
]
cache Successfully got data for key
"document_12"
from cache
[
  "key" => "document_12"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00document_target_groups_12"
  3 => "document_target_groups_12"
]
cache Key
"document_target_groups_12"
doesn't exist in cache
[
  "key" => "document_target_groups_12"
]
doctrine SELECT * FROM documents_editables WHERE documentId = ?
[
  12
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?)
[
  1 => 1727525778
  2 => "\x00tags\x00document_properties_12"
  3 => "document_properties_12"
]
doctrine SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?,?,?)
[
  1 => 1727525778
  2 => "document_properties\x00tags\x00"
  3 => "document_12\x00tags\x00"
  4 => "document_properties_12\x00tags\x00"
]
cache Successfully got data for key
"document_properties_12"
from cache
[
  "key" => "document_properties_12"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Targeting\EventListener\TargetingListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Targeting\EventListener\TargetingListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Targeting\EventListener\ToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Targeting\EventListener\ToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener::onEvent"
.
[
  "event" => "kernel.request"
  "listener" => "Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener::onEvent"
]
event Notified event
"kernel.request"
to listener
"Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent"
.
[
  "event" => "kernel.request"
  "listener" => "Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Targeting\EventListener\TargetingListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Targeting\EventListener\TargetingListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.request"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
init Resolved editmode to
"false"
[
  "editmode" => "false"
  "params" => [
    "param" => false
    "adminRequest" => false
    "user" => false
  ]
]
event Notified event
"kernel.controller"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
event Notified event
"kernel.view"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener::onKernelView"
.
[
  "event" => "kernel.view"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener::onKernelView"
]
event Notified event
"kernel.view"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelView"
.
[
  "event" => "kernel.view"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelView"
]
event Listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelView"
stopped propagation of the event
"kernel.view"
.
[
  "event" => "kernel.view"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelView"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Targeting\EventListener\TargetingListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Targeting\EventListener\TargetingListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Pimcore\Targeting\EventListener\ToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Pimcore\Targeting\EventListener\ToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]

PHP Notices 0

Log messages generated by PHP notices silenced with the @ operator.

There are no log messages of this level.

Container 3379

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccountController" (parent: .abstract.instanceof.App\Controller\AccountController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccountController).
  • Resolving inheritance for "App\Controller\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccountController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BaseController" (parent: .abstract.instanceof.App\Controller\BaseController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BaseController).
  • Resolving inheritance for "App\Controller\BaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BaseController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CartController" (parent: .abstract.instanceof.App\Controller\CartController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CartController).
  • Resolving inheritance for "App\Controller\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CartController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CheckoutController" (parent: .abstract.instanceof.App\Controller\CheckoutController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CheckoutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CheckoutController).
  • Resolving inheritance for "App\Controller\CheckoutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CheckoutController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentController" (parent: .abstract.instanceof.App\Controller\ContentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentController).
  • Resolving inheritance for "App\Controller\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController" (parent: .abstract.instanceof.App\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController).
  • Resolving inheritance for "App\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsController" (parent: .abstract.instanceof.App\Controller\NewsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsController).
  • Resolving inheritance for "App\Controller\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentController" (parent: .abstract.instanceof.App\Controller\PaymentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentController).
  • Resolving inheritance for "App\Controller\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductController" (parent: .abstract.instanceof.App\Controller\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductController).
  • Resolving inheritance for "App\Controller\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web2printController" (parent: .abstract.instanceof.App\Controller\Web2printController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web2printController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web2printController).
  • Resolving inheritance for "App\Controller\Web2printController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web2printController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AssetCopyrightCommand" (parent: .abstract.instanceof.App\Command\AssetCopyrightCommand).
  • Resolving inheritance for "App\Command\AssetCopyrightCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AssetCopyrightCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DataCommand" (parent: .abstract.instanceof.App\Command\DataCommand).
  • Resolving inheritance for "App\Command\DataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DataCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeliveryAddressFormType" (parent: .abstract.instanceof.App\Form\DeliveryAddressFormType).
  • Resolving inheritance for "App\Form\DeliveryAddressFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeliveryAddressFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoginFormType" (parent: .abstract.instanceof.App\Form\LoginFormType).
  • Resolving inheritance for "App\Form\LoginFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoginFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType" (parent: .abstract.instanceof.App\Form\RegistrationFormType).
  • Resolving inheritance for "App\Form\RegistrationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CarSubmitFormType" (parent: .abstract.instanceof.App\Form\CarSubmitFormType).
  • Resolving inheritance for "App\Form\CarSubmitFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CarSubmitFormType).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\CategoryFilterExtension" (parent: .abstract.instanceof.App\Twig\Extension\CategoryFilterExtension).
  • Resolving inheritance for "App\Twig\Extension\CategoryFilterExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\CategoryFilterExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Country" (parent: .abstract.instanceof.App\Twig\Extension\Country).
  • Resolving inheritance for "App\Twig\Extension\Country" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Country).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Currency" (parent: .abstract.instanceof.App\Twig\Extension\Currency).
  • Resolving inheritance for "App\Twig\Extension\Currency" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Currency).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\GeneralFilterExtension" (parent: .abstract.instanceof.App\Twig\Extension\GeneralFilterExtension).
  • Resolving inheritance for "App\Twig\Extension\GeneralFilterExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\GeneralFilterExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\NavigationExtension" (parent: .abstract.instanceof.App\Twig\Extension\NavigationExtension).
  • Resolving inheritance for "App\Twig\Extension\NavigationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\NavigationExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\UniqidExtension" (parent: .abstract.instanceof.App\Twig\Extension\UniqidExtension).
  • Resolving inheritance for "App\Twig\Extension\UniqidExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\UniqidExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\LanguageSwitcherExtension" (parent: .abstract.instanceof.App\Twig\Extension\LanguageSwitcherExtension).
  • Resolving inheritance for "App\Twig\Extension\LanguageSwitcherExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\LanguageSwitcherExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\ProductPageExtension" (parent: .abstract.instanceof.App\Twig\Extension\ProductPageExtension).
  • Resolving inheritance for "App\Twig\Extension\ProductPageExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\ProductPageExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\NewsExtension" (parent: .abstract.instanceof.App\Twig\Extension\NewsExtension).
  • Resolving inheritance for "App\Twig\Extension\NewsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\NewsExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\PrintCatalogExtension" (parent: .abstract.instanceof.App\Twig\Extension\PrintCatalogExtension).
  • Resolving inheritance for "App\Twig\Extension\PrintCatalogExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\PrintCatalogExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\PimcoreUrl" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\PimcoreUrl).
  • Resolving inheritance for "Pimcore\Twig\Extension\Templating\PimcoreUrl" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\PimcoreUrl).
  • Resolving inheritance for "App\Ecommerce\IndexService\Config\MySqlConfig" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig).
  • Resolving inheritance for "App\Ecommerce\Overrides\Environment" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\Environment).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.pool.app" (parent: .abstract.instanceof.pimcore.cache.pool.app).
  • Resolving inheritance for "pimcore.cache.pool.app" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.pool.app).
  • Resolving inheritance for "cache.app" (parent: pimcore.cache.pool.app).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.property_info" (parent: cache.system).
  • Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: pimcore.cache.pool.app).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "messenger.retry.multiplier_retry_strategy.pimcore_core" (parent: messenger.retry.abstract_multiplier_retry_strategy).
  • Resolving inheritance for "messenger.retry.multiplier_retry_strategy.pimcore_maintenance" (parent: messenger.retry.abstract_multiplier_retry_strategy).
  • Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
  • Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
  • Resolving inheritance for "secrets.decryption_key" (parent: container.env).
  • Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
  • Resolving inheritance for "cache.rate_limiter" (parent: pimcore.cache.pool.app).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.pimcore_admin_webdav" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.authentication.provider.dao.pimcore_admin_webdav" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.basic_entry_point.pimcore_admin_webdav" (parent: security.authentication.basic_entry_point).
  • Resolving inheritance for "security.authentication.listener.basic.pimcore_admin_webdav" (parent: security.authentication.listener.basic).
  • Resolving inheritance for "security.exception_listener.pimcore_admin_webdav" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.pimcore_admin_webdav" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.pimcore_admin" (parent: security.firewall.config).
  • Resolving inheritance for "security.logout_listener.pimcore_admin" (parent: security.logout_listener).
  • Resolving inheritance for "security.authentication.provider.guard.pimcore_admin" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.pimcore_admin" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.firewall_config.two_factor.pimcore_admin" (parent: scheb_two_factor.security.firewall_config).
  • Resolving inheritance for "security.authentication.success_handler.two_factor.pimcore_admin" (parent: scheb_two_factor.security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.two_factor.pimcore_admin" (parent: scheb_two_factor.security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.authentication_required_handler.two_factor.pimcore_admin" (parent: scheb_two_factor.security.authentication.authentication_required_handler).
  • Resolving inheritance for "security.authentication.kernel_exception_listener.two_factor.pimcore_admin" (parent: scheb_two_factor.security.kernel_exception_listener).
  • Resolving inheritance for "security.authentication.access_listener.two_factor.pimcore_admin" (parent: scheb_two_factor.security.access_listener).
  • Resolving inheritance for "security.authentication.form_listener.two_factor.pimcore_admin" (parent: scheb_two_factor.security.form_listener).
  • Resolving inheritance for "security.authentication.provider_preparation_listener.two_factor.pimcore_admin" (parent: scheb_two_factor.security.provider_preparation_listener).
  • Resolving inheritance for "security.authentication.provider.two_factor.pimcore_admin" (parent: scheb_two_factor.security.authentication.provider).
  • Resolving inheritance for "security.authentication.listener.two_factor.pimcore_admin" (parent: scheb_two_factor.security.authentication.listener).
  • Resolving inheritance for "security.authentication.listener.anonymous.pimcore_admin" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.pimcore_admin" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.pimcore_admin" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.pimcore_admin" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.demo_frontend" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.demo_frontend" (parent: security.logout_listener).
  • Resolving inheritance for "security.authentication.provider.dao.demo_frontend" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.demo_frontend.form_login" (parent: security.authentication.custom_success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.demo_frontend.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.demo_frontend" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.demo_frontend" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "hwi_oauth.resource_ownermap.demo_frontend" (parent: hwi_oauth.abstract_resource_ownermap).
  • Resolving inheritance for "hwi_oauth.authentication.provider.oauth.demo_frontend" (parent: hwi_oauth.authentication.provider.oauth).
  • Resolving inheritance for "security.authentication.success_handler.demo_frontend.oauth" (parent: security.authentication.custom_success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.demo_frontend.oauth" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "hwi_oauth.authentication.listener.oauth" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "hwi_oauth.authentication.listener.oauth.demo_frontend" (parent: hwi_oauth.authentication.listener.oauth).
  • Resolving inheritance for "hwi_oauth.authentication.entry_point.oauth.demo_frontend" (parent: hwi_oauth.authentication.entry_point.oauth).
  • Resolving inheritance for "security.authentication.provider.rememberme.demo_frontend" (parent: security.authentication.provider.rememberme).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash.demo_frontend" (parent: security.authentication.rememberme.services.simplehash).
  • Resolving inheritance for "security.authentication.listener.rememberme.demo_frontend" (parent: security.authentication.listener.rememberme).
  • Resolving inheritance for "security.authentication.listener.anonymous.demo_frontend" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.demo_frontend" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.demo_frontend" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.demo_frontend" (parent: security.firewall.context).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.Pimcore\HttpKernel\CacheWarmer\MkdirCacheWarmer" (parent: .abstract.instanceof.Pimcore\HttpKernel\CacheWarmer\MkdirCacheWarmer).
  • Resolving inheritance for "Pimcore\HttpKernel\CacheWarmer\MkdirCacheWarmer" (parent: .instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.Pimcore\HttpKernel\CacheWarmer\MkdirCacheWarmer).
  • Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.Pimcore\HttpKernel\CacheWarmer\PimcoreCoreCacheWarmer" (parent: .abstract.instanceof.Pimcore\HttpKernel\CacheWarmer\PimcoreCoreCacheWarmer).
  • Resolving inheritance for "Pimcore\HttpKernel\CacheWarmer\PimcoreCoreCacheWarmer" (parent: .instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.Pimcore\HttpKernel\CacheWarmer\PimcoreCoreCacheWarmer).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Controller\PublicServicesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.newsletter.address_source_adapter.factories" (parent: .abstract.instanceof.pimcore.newsletter.address_source_adapter.factories).
  • Resolving inheritance for "pimcore.newsletter.address_source_adapter.factories" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.newsletter.address_source_adapter.factories).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.custom_report.adapter.factories" (parent: .abstract.instanceof.pimcore.custom_report.adapter.factories).
  • Resolving inheritance for "pimcore.custom_report.adapter.factories" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.custom_report.adapter.factories).
  • Resolving inheritance for ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.Pimcore\Bundle\CoreBundle\Request\ParamConverter\DataObjectParamConverter" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Request\ParamConverter\DataObjectParamConverter).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Request\ParamConverter\DataObjectParamConverter" (parent: .instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.Pimcore\Bundle\CoreBundle\Request\ParamConverter\DataObjectParamConverter).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Symfony\Component\Lock\LockFactory" (parent: .abstract.instanceof.Symfony\Component\Lock\LockFactory).
  • Resolving inheritance for "Symfony\Component\Lock\LockFactory" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Symfony\Component\Lock\LockFactory).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber" (parent: .abstract.instanceof.Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber).
  • Resolving inheritance for "Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber" (parent: .abstract.instanceof.Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber).
  • Resolving inheritance for "Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Routing\Staticroute\Router" (parent: .abstract.instanceof.Pimcore\Routing\Staticroute\Router).
  • Resolving inheritance for "Pimcore\Routing\Staticroute\Router" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Routing\Staticroute\Router).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Routing\RedirectHandler" (parent: .abstract.instanceof.Pimcore\Routing\RedirectHandler).
  • Resolving inheritance for "Pimcore\Routing\RedirectHandler" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Routing\RedirectHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\NotificationSubscriber" (parent: .abstract.instanceof.Pimcore\Workflow\EventSubscriber\NotificationSubscriber).
  • Resolving inheritance for "Pimcore\Workflow\EventSubscriber\NotificationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\NotificationSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\NotesSubscriber" (parent: .abstract.instanceof.Pimcore\Workflow\EventSubscriber\NotesSubscriber).
  • Resolving inheritance for "Pimcore\Workflow\EventSubscriber\NotesSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\NotesSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber" (parent: .abstract.instanceof.Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber).
  • Resolving inheritance for "Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber).
  • Resolving inheritance for ".instanceof.Monolog\ResettableInterface.0.Pimcore\Log\Handler\ApplicationLoggerDb" (parent: .abstract.instanceof.Pimcore\Log\Handler\ApplicationLoggerDb).
  • Resolving inheritance for ".instanceof.Monolog\Handler\HandlerInterface.0.Pimcore\Log\Handler\ApplicationLoggerDb" (parent: .instanceof.Monolog\ResettableInterface.0.Pimcore\Log\Handler\ApplicationLoggerDb).
  • Resolving inheritance for "Pimcore\Log\Handler\ApplicationLoggerDb" (parent: .instanceof.Monolog\Handler\HandlerInterface.0.Pimcore\Log\Handler\ApplicationLoggerDb).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Http\Request\Resolver\EditmodeResolver" (parent: .abstract.instanceof.Pimcore\Http\Request\Resolver\EditmodeResolver).
  • Resolving inheritance for "Pimcore\Http\Request\Resolver\EditmodeResolver" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Http\Request\Resolver\EditmodeResolver).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Pimcore\Translation\Translator" (parent: .abstract.instanceof.Pimcore\Translation\Translator).
  • Resolving inheritance for "Pimcore\Translation\Translator" (parent: .instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Pimcore\Translation\Translator).
  • Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver" (parent: .abstract.instanceof.Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver).
  • Resolving inheritance for "Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver).
  • Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver" (parent: .abstract.instanceof.Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver).
  • Resolving inheritance for "Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver).
  • Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver" (parent: .abstract.instanceof.Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver).
  • Resolving inheritance for "Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Document\Editable\EditableHandler" (parent: .abstract.instanceof.Pimcore\Document\Editable\EditableHandler).
  • Resolving inheritance for "Pimcore\Document\Editable\EditableHandler" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Document\Editable\EditableHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.document.areabrick.brick_locator" (parent: .abstract.instanceof.pimcore.document.areabrick.brick_locator).
  • Resolving inheritance for "pimcore.document.areabrick.brick_locator" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.document.areabrick.brick_locator).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\SearchBackendListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\SearchBackendListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\SearchBackendListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\SearchBackendListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\UUIDListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\UUIDListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\UUIDListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\UUIDListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Templating\Renderer\EditableRenderer" (parent: .abstract.instanceof.Pimcore\Templating\Renderer\EditableRenderer).
  • Resolving inheritance for "Pimcore\Templating\Renderer\EditableRenderer" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Templating\Renderer\EditableRenderer).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.templating.navigation.renderer_locator" (parent: .abstract.instanceof.pimcore.templating.navigation.renderer_locator).
  • Resolving inheritance for "pimcore.templating.navigation.renderer_locator" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.templating.navigation.renderer_locator).
  • Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector" (parent: .instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector).
  • Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector" (parent: .instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.analytics.google.fallback_service_locator" (parent: .abstract.instanceof.pimcore.analytics.google.fallback_service_locator).
  • Resolving inheritance for "pimcore.analytics.google.fallback_service_locator" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.analytics.google.fallback_service_locator).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Sitemap\EventListener\SitemapGeneratorListener" (parent: .abstract.instanceof.Pimcore\Sitemap\EventListener\SitemapGeneratorListener).
  • Resolving inheritance for "Pimcore\Sitemap\EventListener\SitemapGeneratorListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Sitemap\EventListener\SitemapGeneratorListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\DisableCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\DisableCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Bundle\DisableCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\DisableCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\EnableCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\EnableCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Bundle\EnableCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\EnableCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\CacheClearCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\CacheClearCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\CacheClearCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\CacheClearCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\CustomLayoutRebuildCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\CustomLayoutRebuildCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\CustomLayoutRebuildCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\CustomLayoutRebuildCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ExtJSCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ExtJSCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\ExtJSCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ExtJSCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MigrateStorageCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\MigrateStorageCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\MigrateStorageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MigrateStorageCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RunScriptCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\RunScriptCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\RunScriptCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RunScriptCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\SearchBackendReindexCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\SearchBackendReindexCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\SearchBackendReindexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\SearchBackendReindexCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand).
  • Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.null_tag_aware" (parent: .abstract.instanceof.pimcore.cache.adapter.null_tag_aware).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.null_tag_aware" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.null_tag_aware).
  • Resolving inheritance for "pimcore.cache.adapter.null_tag_aware" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.null_tag_aware).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.pdo" (parent: .abstract.instanceof.pimcore.cache.adapter.pdo).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.pdo" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.pdo).
  • Resolving inheritance for "pimcore.cache.adapter.pdo" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.pdo).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.pdo_tag_aware" (parent: .abstract.instanceof.pimcore.cache.adapter.pdo_tag_aware).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.pdo_tag_aware" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.pdo_tag_aware).
  • Resolving inheritance for "pimcore.cache.adapter.pdo_tag_aware" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.pdo_tag_aware).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.redis_tag_aware" (parent: .abstract.instanceof.pimcore.cache.adapter.redis_tag_aware).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.redis_tag_aware" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.redis_tag_aware).
  • Resolving inheritance for "pimcore.cache.adapter.redis_tag_aware" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.redis_tag_aware).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Cache\Core\CoreCacheHandler" (parent: .abstract.instanceof.Pimcore\Cache\Core\CoreCacheHandler).
  • Resolving inheritance for "Pimcore\Cache\Core\CoreCacheHandler" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Cache\Core\CoreCacheHandler).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Cache\Core\WriteLock" (parent: .abstract.instanceof.Pimcore\Cache\Core\WriteLock).
  • Resolving inheritance for "Pimcore\Cache\Core\WriteLock" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Cache\Core\WriteLock).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\TargetingListener" (parent: .abstract.instanceof.Pimcore\Targeting\EventListener\TargetingListener).
  • Resolving inheritance for "Pimcore\Targeting\EventListener\TargetingListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\TargetingListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\DocumentTargetGroupListener" (parent: .abstract.instanceof.Pimcore\Targeting\EventListener\DocumentTargetGroupListener).
  • Resolving inheritance for "Pimcore\Targeting\EventListener\DocumentTargetGroupListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\DocumentTargetGroupListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\FullPageCacheCookieCleanupListener" (parent: .abstract.instanceof.Pimcore\Targeting\EventListener\FullPageCacheCookieCleanupListener).
  • Resolving inheritance for "Pimcore\Targeting\EventListener\FullPageCacheCookieCleanupListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\FullPageCacheCookieCleanupListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\VisitedPagesCountListener" (parent: .abstract.instanceof.Pimcore\Targeting\EventListener\VisitedPagesCountListener).
  • Resolving inheritance for "Pimcore\Targeting\EventListener\VisitedPagesCountListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\VisitedPagesCountListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\ToolbarListener" (parent: .abstract.instanceof.Pimcore\Targeting\EventListener\ToolbarListener).
  • Resolving inheritance for "Pimcore\Targeting\EventListener\ToolbarListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\ToolbarListener).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\HelpersExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\HelpersExtension).
  • Resolving inheritance for "Pimcore\Twig\Extension\HelpersExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\HelpersExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DocumentEditableExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\DocumentEditableExtension).
  • Resolving inheritance for "Pimcore\Twig\Extension\DocumentEditableExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DocumentEditableExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\SubrequestExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\SubrequestExtension).
  • Resolving inheritance for "Pimcore\Twig\Extension\SubrequestExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\SubrequestExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\PimcoreObjectExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\PimcoreObjectExtension).
  • Resolving inheritance for "Pimcore\Twig\Extension\PimcoreObjectExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\PimcoreObjectExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\PimcoreToolExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\PimcoreToolExtension).
  • Resolving inheritance for "Pimcore\Twig\Extension\PimcoreToolExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\PimcoreToolExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\NavigationExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\NavigationExtension).
  • Resolving inheritance for "Pimcore\Twig\Extension\NavigationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\NavigationExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\GlossaryExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\GlossaryExtension).
  • Resolving inheritance for "Pimcore\Twig\Extension\GlossaryExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\GlossaryExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\HeaderExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\HeaderExtension).
  • Resolving inheritance for "Pimcore\Twig\Extension\HeaderExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\HeaderExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\AssetCompressExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\AssetCompressExtension).
  • Resolving inheritance for "Pimcore\Twig\Extension\AssetCompressExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\AssetCompressExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\WebsiteConfigExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\WebsiteConfigExtension).
  • Resolving inheritance for "Pimcore\Twig\Extension\WebsiteConfigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\WebsiteConfigExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DumpExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\DumpExtension).
  • Resolving inheritance for "Pimcore\Twig\Extension\DumpExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DumpExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\CacheExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\CacheExtension).
  • Resolving inheritance for "Pimcore\Twig\Extension\CacheExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\CacheExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadLink" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadLink).
  • Resolving inheritance for "Pimcore\Twig\Extension\Templating\HeadLink" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadLink).
  • Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadMeta" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadMeta).
  • Resolving inheritance for "Pimcore\Twig\Extension\Templating\HeadMeta" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadMeta).
  • Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadScript" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadScript).
  • Resolving inheritance for "Pimcore\Twig\Extension\Templating\HeadScript" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadScript).
  • Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadStyle" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadStyle).
  • Resolving inheritance for "Pimcore\Twig\Extension\Templating\HeadStyle" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadStyle).
  • Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadTitle" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadTitle).
  • Resolving inheritance for "Pimcore\Twig\Extension\Templating\HeadTitle" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadTitle).
  • Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Inc" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\Inc).
  • Resolving inheritance for "Pimcore\Twig\Extension\Templating\Inc" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Inc).
  • Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\InlineScript" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\InlineScript).
  • Resolving inheritance for "Pimcore\Twig\Extension\Templating\InlineScript" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\InlineScript).
  • Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Navigation" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\Navigation).
  • Resolving inheritance for "Pimcore\Twig\Extension\Templating\Navigation" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Navigation).
  • Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\Placeholder).
  • Resolving inheritance for "Pimcore\Twig\Extension\Templating\Placeholder" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder).
  • Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension).
  • Resolving inheritance for "Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder\CacheBusterAware" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\Placeholder\CacheBusterAware).
  • Resolving inheritance for "Pimcore\Twig\Extension\Templating\Placeholder\CacheBusterAware" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder\CacheBusterAware).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\AssetHelperExtensions" (parent: .abstract.instanceof.Pimcore\Twig\Extension\AssetHelperExtensions).
  • Resolving inheritance for "Pimcore\Twig\Extension\AssetHelperExtensions" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\AssetHelperExtensions).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DataObjectHelperExtensions" (parent: .abstract.instanceof.Pimcore\Twig\Extension\DataObjectHelperExtensions).
  • Resolving inheritance for "Pimcore\Twig\Extension\DataObjectHelperExtensions" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DataObjectHelperExtensions).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DocumentHelperExtensions" (parent: .abstract.instanceof.Pimcore\Twig\Extension\DocumentHelperExtensions).
  • Resolving inheritance for "Pimcore\Twig\Extension\DocumentHelperExtensions" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DocumentHelperExtensions).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\ImageThumbnailExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\ImageThumbnailExtension).
  • Resolving inheritance for "Pimcore\Twig\Extension\ImageThumbnailExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\ImageThumbnailExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\DeferredExtension\DeferredExtension" (parent: .abstract.instanceof.Twig\DeferredExtension\DeferredExtension).
  • Resolving inheritance for "Twig\DeferredExtension\DeferredExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\DeferredExtension\DeferredExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\String\StringExtension" (parent: .abstract.instanceof.Twig\Extra\String\StringExtension).
  • Resolving inheritance for "Twig\Extra\String\StringExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\String\StringExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\AdminExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\AdminExtension).
  • Resolving inheritance for "Pimcore\Twig\Extension\AdminExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\AdminExtension).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Session\Handler\AdminSessionHandler" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Session\Handler\AdminSessionHandler).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Session\Handler\AdminSessionHandler" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Session\Handler\AdminSessionHandler).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\NewsletterController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\NewsletterController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\NewsletterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\NewsletterController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\NewsletterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\NewsletterController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintcontainerController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintcontainerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintcontainerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintcontainerController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintcontainerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintcontainerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintpageController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintpageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintpageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintpageController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintpageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintpageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\External\AdminerController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\External\AdminerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\External\AdminerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\External\AdminerController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\External\AdminerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\External\AdminerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\External\OpcacheController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\External\OpcacheController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\External\OpcacheController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\External\OpcacheController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\External\OpcacheController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\External\OpcacheController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LogController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\LogController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LogController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\LogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LogController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RedirectsController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\RedirectsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RedirectsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RedirectsController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\RedirectsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RedirectsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TargetingController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\TargetingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TargetingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TargetingController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\TargetingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TargetingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\ExtensionManager\ExtensionManagerController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\ExtensionManager\ExtensionManagerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\ExtensionManager\ExtensionManagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\ExtensionManager\ExtensionManagerController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\ExtensionManager\ExtensionManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\ExtensionManager\ExtensionManagerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Reports\AnalyticsController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Reports\AnalyticsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Reports\AnalyticsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Reports\AnalyticsController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Reports\AnalyticsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Reports\AnalyticsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Reports\CustomReportController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Reports\CustomReportController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Reports\CustomReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Reports\CustomReportController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Reports\CustomReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Reports\CustomReportController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Reports\SettingsController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Reports\SettingsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Reports\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Reports\SettingsController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Reports\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Reports\SettingsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Searchadmin\SearchController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Searchadmin\SearchController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Searchadmin\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Searchadmin\SearchController).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Searchadmin\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Searchadmin\SearchController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator" (parent: .instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator).
  • Resolving inheritance for ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects" (parent: .instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects).
  • Resolving inheritance for ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets" (parent: .instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets).
  • Resolving inheritance for ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\SentMail" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\SentMail).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\GDPR\DataProvider\SentMail" (parent: .instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\SentMail).
  • Resolving inheritance for ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers" (parent: .instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\LogoutSuccessHandler" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\LogoutSuccessHandler).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Security\LogoutSuccessHandler" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\LogoutSuccessHandler).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\BruteforceProtectionHandler" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\BruteforceProtectionHandler).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Security\BruteforceProtectionHandler" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\BruteforceProtectionHandler).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener).
  • Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysql" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysqlSubTenantConfig" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\OptimizedMysql" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\ElasticSearch" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultFindologic" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultMysql" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\AbstractWorker).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\OptimizedMysql" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\AbstractWorker).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\ElasticSearch\DefaultElasticSearch7" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\AbstractWorker).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultFindologic" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\AbstractWorker).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\Input" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\MultiSelect" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\MultiSelectFromMultiSelect" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\MultiSelectRelation" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\NumberRange" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\NumberRangeSelection" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\Select" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectCategory" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectClassificationStoreAttributes" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectFromMultiSelect" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectRelation" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\MultiSelect" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\MultiSelectRelation" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\NumberRange" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\NumberRangeSelection" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\Select" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\SelectCategory" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\SelectRelation" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Input" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelect" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectCategory" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectFromMultiSelect" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectRelation" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\NumberRange" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\NumberRangeSelection" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Select" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectCategory" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectFromMultiSelect" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectRelation" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Analytics\GoogleTagManager\EventSubscriber\TrackingCodeSubscriber" (parent: .abstract.instanceof.Pimcore\Analytics\GoogleTagManager\EventSubscriber\TrackingCodeSubscriber).
  • Resolving inheritance for "Pimcore\Analytics\GoogleTagManager\EventSubscriber\TrackingCodeSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Analytics\GoogleTagManager\EventSubscriber\TrackingCodeSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\EsSyncCommand" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\EsSyncCommand).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\EsSyncCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\EsSyncCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand).
  • Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand).
  • Resolving inheritance for "pimcore_ecommerce.cart_manager.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\MultiCartManager).
  • Resolving inheritance for "pimcore_ecommerce.cart_manager.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartFactory).
  • Resolving inheritance for "pimcore_ecommerce.cart_manager.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartPriceCalculatorFactory).
  • Resolving inheritance for "pimcore_ecommerce.order_manager.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\V7\OrderManager).
  • Resolving inheritance for "pimcore_ecommerce.order_manager.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\Order\AgentFactory).
  • Resolving inheritance for "pimcore_ecommerce.pricing_manager.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PricingManager).
  • Resolving inheritance for "pimcore_ecommerce.checkout_manager.default.commit_order_processor" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor).
  • Resolving inheritance for "pimcore_ecommerce.checkout_manager.default.factory" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactory).
  • Resolving inheritance for "pimcore_ecommerce.payment_manager.provider.unzer" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\Payment\Unzer).
  • Resolving inheritance for "pimcore_ecommerce.index_service.default.config" (parent: App\Ecommerce\IndexService\Config\MySqlConfig).
  • Resolving inheritance for "pimcore_ecommerce.index_service.default.worker" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultMysql).
  • Resolving inheritance for "pimcore_ecommerce.filter_service.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterService).
  • Resolving inheritance for "pimcore_ecommerce.filter_service.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Input).
  • Resolving inheritance for "pimcore_ecommerce.filter_service.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\NumberRange).
  • Resolving inheritance for "pimcore_ecommerce.filter_service.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\NumberRangeSelection).
  • Resolving inheritance for "pimcore_ecommerce.filter_service.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Select).
  • Resolving inheritance for "pimcore_ecommerce.filter_service.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectFromMultiSelect).
  • Resolving inheritance for "pimcore_ecommerce.filter_service.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelect).
  • Resolving inheritance for "pimcore_ecommerce.filter_service.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectFromMultiSelect).
  • Resolving inheritance for "pimcore_ecommerce.filter_service.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectRelation).
  • Resolving inheritance for "pimcore_ecommerce.filter_service.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectCategory).
  • Resolving inheritance for "pimcore_ecommerce.filter_service.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectRelation).
  • Resolving inheritance for "pimcore_ecommerce.tracking.tracker.enhanced_ecommerce" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\Analytics\EnhancedEcommerce).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\CronTriggerCommand" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Command\CronTriggerCommand).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Command\CronTriggerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\CronTriggerCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\MaintenanceCommand" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Command\MaintenanceCommand).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Command\MaintenanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\MaintenanceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand).
  • Resolving inheritance for ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers" (parent: .instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\HelperController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\HelperController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\HelperController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\HelperController).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\HelperController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\HelperController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\RulesController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\RulesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\RulesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\RulesController).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\RulesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\RulesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.pimcore.event_listener.frontend.activity_url_tracker" (parent: .abstract.instanceof.pimcore.event_listener.frontend.activity_url_tracker).
  • Resolving inheritance for "pimcore.event_listener.frontend.activity_url_tracker" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.pimcore.event_listener.frontend.activity_url_tracker).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.CustomerManagementFrameworkBundle\Targeting\EventListener\TargetingToolbarListener" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Targeting\EventListener\TargetingToolbarListener).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Targeting\EventListener\TargetingToolbarListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.CustomerManagementFrameworkBundle\Targeting\EventListener\TargetingToolbarListener).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.CustomerManagementFrameworkBundle\Security\Guard\WebserviceAuthenticator" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Security\Guard\WebserviceAuthenticator).
  • Resolving inheritance for "CustomerManagementFrameworkBundle\Security\Guard\WebserviceAuthenticator" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.CustomerManagementFrameworkBundle\Security\Guard\WebserviceAuthenticator).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OutputDataConfigToolkitBundle\Controller\ClassController" (parent: .abstract.instanceof.OutputDataConfigToolkitBundle\Controller\ClassController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OutputDataConfigToolkitBundle\Controller\ClassController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OutputDataConfigToolkitBundle\Controller\ClassController).
  • Resolving inheritance for "OutputDataConfigToolkitBundle\Controller\ClassController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OutputDataConfigToolkitBundle\Controller\ClassController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OutputDataConfigToolkitBundle\Controller\AdminController" (parent: .abstract.instanceof.OutputDataConfigToolkitBundle\Controller\AdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OutputDataConfigToolkitBundle\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OutputDataConfigToolkitBundle\Controller\AdminController).
  • Resolving inheritance for "OutputDataConfigToolkitBundle\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OutputDataConfigToolkitBundle\Controller\AdminController).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Web2PrintToolsBundle\Twig\OutputChannelExtension" (parent: .abstract.instanceof.Web2PrintToolsBundle\Twig\OutputChannelExtension).
  • Resolving inheritance for "Web2PrintToolsBundle\Twig\OutputChannelExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Web2PrintToolsBundle\Twig\OutputChannelExtension).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Web2PrintToolsBundle\Controller\AdminController" (parent: .abstract.instanceof.Web2PrintToolsBundle\Controller\AdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Web2PrintToolsBundle\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Web2PrintToolsBundle\Controller\AdminController).
  • Resolving inheritance for "Web2PrintToolsBundle\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Web2PrintToolsBundle\Controller\AdminController).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener).
  • Resolving inheritance for "Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubBundle\Command\GraphQL\RebuildDefinitionsCommand" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubBundle\Command\GraphQL\RebuildDefinitionsCommand).
  • Resolving inheritance for "Pimcore\Bundle\DataHubBundle\Command\GraphQL\RebuildDefinitionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubBundle\Command\GraphQL\RebuildDefinitionsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\ConfigController" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubBundle\Controller\ConfigController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\ConfigController).
  • Resolving inheritance for "Pimcore\Bundle\DataHubBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\ConfigController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController).
  • Resolving inheritance for "Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController).
  • Resolving inheritance for "Pimcore\Bundle\DataHubBundle\Controller\WebserviceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController" (parent: .abstract.instanceof.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController).
  • Resolving inheritance for "Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController).
  • Resolving inheritance for "hwi_oauth.abstract_resource_owner.oauth2" (parent: hwi_oauth.abstract_resource_owner.generic).
  • Resolving inheritance for "hwi_oauth.abstract_resource_owner.oauth1" (parent: hwi_oauth.abstract_resource_owner.generic).
  • Resolving inheritance for "hwi_oauth.resource_owner.google" (parent: hwi_oauth.abstract_resource_owner.oauth2).
  • Resolving inheritance for "hwi_oauth.resource_owner.twitter" (parent: hwi_oauth.abstract_resource_owner.oauth1).
  • Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
  • Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
  • Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.lock" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.pimcore" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.routing" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.init" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.pimcore_admin.session" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.admin" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.pimcore_ecommerce_indexupdater" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.pimcore_ecommerce" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.httplug" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.pimcore_api" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.session" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.pimcore_ecommerce_sql" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.pimcore_ecommerce_es" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.pimcore_ecommerce_findologic" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cmf" (parent: monolog.logger_prototype).
  • Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
  • Resolving inheritance for "security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.guard.pimcore_admin.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.anonymous.pimcore_admin.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.dao.demo_frontend.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "hwi_oauth.authentication.provider.oauth.demo_frontend.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.rememberme.demo_frontend.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.anonymous.demo_frontend.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash.demo_frontend.two_factor_decorator" (parent: scheb_two_factor.security.rememberme_services_decorator).
  • Resolving inheritance for "workflow.registry" (parent: workflow.support_strategy.expression).
  • Resolving inheritance for "state_machine.simple_asset_workflow" (parent: state_machine.abstract).
  • Resolving inheritance for "state_machine.simple_asset_workflow" (parent: workflow.marking_store.state_table).
  • Resolving inheritance for "workflow.product_data_enrichment" (parent: workflow.abstract).
  • Resolving inheritance for "workflow.product_data_enrichment" (parent: workflow.marking_store.state_table).
882
Symfony\Component\DependencyInjection\Compiler\AutowirePass
  • Skipping service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\ImageDataType": Class or interface "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\ImageDataType" cannot be loaded.
1
Symfony\Component\HttpKernel\DependencyInjection\RemoveEmptyControllerArgumentLocatorsPass
  • Removing service-argument resolver for controller "App\Controller\AccountController::getDocumentEditable": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\AccountController::renderTemplate": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\BaseController::getDocumentEditable": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\BaseController::renderTemplate": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\CartController::getDocumentEditable": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\CartController::renderTemplate": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\CheckoutController::getDocumentEditable": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\CheckoutController::renderTemplate": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\ContentController::getDocumentEditable": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\ContentController::renderTemplate": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\DefaultController::getDocumentEditable": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\DefaultController::renderTemplate": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\NewsController::getDocumentEditable": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\NewsController::renderTemplate": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\PaymentController::getDocumentEditable": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\PaymentController::renderTemplate": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\ProductController::getDocumentEditable": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\ProductController::renderTemplate": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\Web2printController::getDocumentEditable": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\Web2printController::renderTemplate": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController::getDocumentEditable": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController::renderTemplate": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "Pimcore\Bundle\DataHubBundle\Controller\WebserviceController::getDocumentEditable": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "Pimcore\Bundle\DataHubBundle\Controller\WebserviceController::renderTemplate": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController::getDocumentEditable": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController::renderTemplate": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController::getDocumentEditable": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController::renderTemplate": no corresponding services exist for the referenced types.
28
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; reason: private alias.
  • Removed service "cache.default_pdo_provider"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "session.storage.factory"; reason: private alias.
  • Removed service "session.handler"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
  • Removed service "messenger.default_serializer"; reason: private alias.
  • Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
  • Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
  • Removed service "mailer"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
  • Removed service "mailer.logger_message_listener"; reason: private alias.
  • Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
  • Removed service "Symfony\Component\Notifier\ChatterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Notifier\TexterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
  • Removed service "translator.formatter"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
  • Removed service "error_renderer.serializer"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
  • Removed service "lock.default.store"; reason: private alias.
  • Removed service "lock.store"; reason: private alias.
  • Removed service "lock.factory"; reason: private alias.
  • Removed service "lock"; reason: private alias.
  • Removed service "Symfony\Component\Lock\LockInterface"; reason: private alias.
  • Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
  • Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
  • Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
  • Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
  • Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "security.encoder_factory"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
  • Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
  • Removed service "security.password_hasher"; reason: private alias.
  • Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "security.user.provider.concrete.pimcore_admin"; reason: private alias.
  • Removed service "security.user.provider.concrete.cmf_customer_provider"; reason: private alias.
  • Removed service "security.user.provider.concrete.cmf_customer_provider_with_oauth"; reason: private alias.
  • Removed service "security.authentication.session_strategy.pimcore_admin_webdav"; reason: private alias.
  • Removed service "security.user_checker.pimcore_admin_webdav"; reason: private alias.
  • Removed service "security.authentication.session_strategy.pimcore_admin"; reason: private alias.
  • Removed service "security.user_checker.pimcore_admin"; reason: private alias.
  • Removed service "security.authentication.session_strategy.demo_frontend"; reason: private alias.
  • Removed service "hwi_oauth.user.provider.entity.demo_frontend"; reason: private alias.
  • Removed service "security.user_checker.demo_frontend"; reason: private alias.
  • Removed service "security.firewall.context_locator"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
  • Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
  • Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "Symfony\Cmf\Component\Routing\ChainRouterInterface"; reason: private alias.
  • Removed service "Presta\SitemapBundle\Service\GeneratorInterface"; reason: private alias.
  • Removed service "Presta\SitemapBundle\Service\DumperInterface"; reason: private alias.
  • Removed service "scheb_two_factor.csrf_token_manager"; reason: private alias.
  • Removed service "scheb_two_factor.first_two_factor_handler"; reason: private alias.
  • Removed service "scheb_two_factor.handler_condition"; reason: private alias.
  • Removed service "scheb_two_factor.security.google.form_renderer"; reason: private alias.
  • Removed service "scheb_two_factor.persister"; reason: private alias.
  • Removed service "scheb_two_factor.ip_whitelist_provider"; reason: private alias.
  • Removed service "scheb_two_factor.token_factory"; reason: private alias.
  • Removed service "fos_js_routing.router"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemOperator $pimcoreDocumentStaticStorage"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemReader $pimcoreDocumentStaticStorage"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemWriter $pimcoreDocumentStaticStorage"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemOperator $pimcoreAssetStorage"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemReader $pimcoreAssetStorage"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemWriter $pimcoreAssetStorage"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemOperator $pimcoreAssetCacheStorage"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemReader $pimcoreAssetCacheStorage"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemWriter $pimcoreAssetCacheStorage"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemOperator $pimcoreThumbnailStorage"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemReader $pimcoreThumbnailStorage"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemWriter $pimcoreThumbnailStorage"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemOperator $pimcoreVersionStorage"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemReader $pimcoreVersionStorage"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemWriter $pimcoreVersionStorage"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemOperator $pimcoreRecycleBinStorage"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemReader $pimcoreRecycleBinStorage"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemWriter $pimcoreRecycleBinStorage"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemOperator $pimcoreAdminStorage"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemReader $pimcoreAdminStorage"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemWriter $pimcoreAdminStorage"; reason: private alias.
  • Removed service "Pimcore\HttpKernel\BundleLocator\BundleLocatorInterface"; reason: private alias.
  • Removed service "Pimcore\Model\FactoryInterface"; reason: private alias.
  • Removed service "pimcore.area.brick_manager"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Fragment\FragmentRendererInterface"; reason: private alias.
  • Removed service "Pimcore\Templating\Renderer\TagRenderer"; reason: private alias.
  • Removed service "Symfony\Component\Templating\EngineInterface"; reason: private alias.
  • Removed service "Doctrine\Migrations\DependencyFactory"; reason: private alias.
  • Removed service "Pimcore\Sitemap\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Pimcore\Sitemap\Document\DocumentUrlGeneratorInterface"; reason: private alias.
  • Removed service "Pimcore\Targeting\VisitorInfoStorageInterface"; reason: private alias.
  • Removed service "GeoIp2\ProviderInterface"; reason: private alias.
  • Removed service "Pimcore\Targeting\DataLoaderInterface"; reason: private alias.
  • Removed service "Pimcore\Targeting\ConditionFactoryInterface"; reason: private alias.
  • Removed service "Pimcore\Targeting\ConditionMatcherInterface"; reason: private alias.
  • Removed service "Pimcore\Targeting\ActionHandler\ActionHandlerInterface"; reason: private alias.
  • Removed service "Pimcore\Targeting\Storage\TargetingStorageInterface"; reason: private alias.
  • Removed service "Pimcore\Bundle\AdminBundle\Controller\BruteforceProtectedControllerInterface"; reason: private alias.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\EnvironmentInterface"; reason: private alias.
  • Removed service "pimcore_ecommerce.locator.cart_manager"; reason: private alias.
  • Removed service "pimcore_ecommerce.locator.order_manager"; reason: private alias.
  • Removed service "pimcore_ecommerce.locator.pricing_manager"; reason: private alias.
  • Removed service "pimcore_ecommerce.price_system.default"; reason: private alias.
  • Removed service "pimcore_ecommerce.availability_system.default"; reason: private alias.
  • Removed service "pimcore_ecommerce.locator.checkout_manager.commit_order_processor"; reason: private alias.
  • Removed service "pimcore_ecommerce.locator.checkout_manager.factory"; reason: private alias.
  • Removed service "pimcore_ecommerce.locator.filter_service"; reason: private alias.
  • Removed service "CustomerManagementFrameworkBundle\Security\Authentication\LoginManagerInterface"; reason: private alias.
  • Removed service "cmf.security.sso.identity_service"; reason: private alias.
  • Removed service "CustomerManagementFrameworkBundle\Security\SsoIdentity\SsoIdentityServiceInterface"; reason: private alias.
  • Removed service "CustomerManagementFrameworkBundle\Security\OAuth\AccountConnectorInterface"; reason: private alias.
  • Removed service "CustomerManagementFrameworkBundle\Security\OAuth\TokenStorageInterface"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.assettype._asset_folder"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.assettype.asset_input"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.assettype.asset_tree"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.documenttype.document"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.documenttype.document_tree"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.documenttype.document_element"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.documenttype.document_email"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.documenttype.document_hardlink"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.documenttype.document_link"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.documenttype.document_link_datatype"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.documenttype.document_areablock_datatype"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.documenttype.document_scheduledblock_datatype"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.documenttype.document_areablock_input_datatype"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.documenttype.document_scheduledblock_input_datatype"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.documenttype.document_link_inputtype"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.documenttype.document_page"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.documenttype.document_snippet"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.documenttype._document_folder"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.documenttype.document_page_input"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.dataobjecttype.image_input"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.dataobjecttype.elementdescriptor_input"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.dataobjecttype.geopoint_input"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.dataobjecttype.object_tree"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.dataobjecttype._object_folder"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.dataobjecttype.asset_metadata_manytoone"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.fieldhelper.asset"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.fieldhelper.document"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.fieldhelper.object"; reason: private alias.
  • Removed service "pimcore.datahub.graphql.documentmutationelementprocessor"; reason: private alias.
  • Removed service "Pimcore\Model\Document\Editable\Loader\EditableLoaderInterface"; reason: private alias.
  • Removed service "bundle.number_sequence_generator.generator"; reason: private alias.
  • Removed service "bundle.number_sequence_generator.randomgenerator"; reason: private alias.
  • Removed service "Http\Message\MessageFactory"; reason: private alias.
  • Removed service "Http\Message\RequestFactory"; reason: private alias.
  • Removed service "Http\Message\ResponseFactory"; reason: private alias.
  • Removed service "Http\Message\StreamFactory"; reason: private alias.
  • Removed service "Http\Message\UriFactory"; reason: private alias.
  • Removed service "Http\Client\HttpAsyncClient"; reason: private alias.
  • Removed service "Http\Client\HttpClient"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service ".session.do-not-use"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $pimcoreLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $routingLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $initLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $pimcoreAdminSessionLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $adminLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $pimcoreEcommerceIndexupdaterLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $pimcoreEcommerceLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $httplugLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $pimcoreApiLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $sessionLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $pimcoreEcommerceSqlLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $pimcoreEcommerceEsLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $pimcoreEcommerceFindologicLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cmfLogger"; reason: private alias.
  • Removed service "Symfony\Component\Workflow\Registry"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Profiler\Profiler"; reason: private alias.
  • Removed service ".service_locator.7Pkaoi1"; reason: private alias.
  • Removed service ".service_locator.akOAsuU"; reason: private alias.
  • Removed service ".service_locator.EIToks6"; reason: private alias.
  • Removed service ".service_locator.QIZaCbC"; reason: private alias.
  • Removed service ".service_locator.yVU.Uka"; reason: private alias.
  • Removed service ".service_locator.Y38Yilj"; reason: private alias.
  • Removed service ".service_locator.O5RpWxk"; reason: private alias.
  • Removed service ".service_locator.FjVoF6W"; reason: private alias.
  • Removed service ".service_locator.MPXbZng"; reason: private alias.
  • Removed service ".service_locator._w9mW7S"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
  • Removed service "security.authentication.trust_resolver"; reason: private alias.
  • Removed service "var_dumper.cli_dumper"; reason: private alias.
  • Removed service "pimcore.security.encoder_factory.inner"; reason: private alias.
  • Removed service "security.password_hasher_factory"; reason: private alias.
  • Removed service "Pimcore\Mail\Mailer.inner"; reason: private alias.
  • Removed service "Pimcore\Translation\Translator.inner"; reason: private alias.
  • Removed service "httplug.auto_discovery.auto_discovered_client"; reason: private alias.
  • Removed service "httplug.factory.auto"; reason: private alias.
  • Removed service "httplug.factory.buzz"; reason: private alias.
  • Removed service "httplug.factory.curl"; reason: private alias.
  • Removed service "httplug.factory.guzzle5"; reason: private alias.
  • Removed service "httplug.factory.guzzle6"; reason: private alias.
  • Removed service "httplug.factory.guzzle7"; reason: private alias.
  • Removed service "httplug.factory.react"; reason: private alias.
  • Removed service "httplug.factory.socket"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver"; reason: private alias.
  • Removed service "Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver"; reason: private alias.
  • Removed service "Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver"; reason: private alias.
  • Removed service "argument_resolver.service"; reason: private alias.
  • Removed service "argument_resolver.default"; reason: private alias.
  • Removed service "argument_resolver.variadic"; reason: private alias.
  • Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
  • Removed service "messenger.bus.default"; reason: private alias.
  • Removed service "http_client"; reason: private alias.
  • Removed service "security.authentication.provider.dao.pimcore_admin_webdav"; reason: private alias.
  • Removed service "security.authentication.provider.guard.pimcore_admin"; reason: private alias.
  • Removed service "security.authentication.provider.anonymous.pimcore_admin"; reason: private alias.
  • Removed service "security.authentication.provider.dao.demo_frontend"; reason: private alias.
  • Removed service "hwi_oauth.authentication.provider.oauth.demo_frontend"; reason: private alias.
  • Removed service "security.authentication.provider.rememberme.demo_frontend"; reason: private alias.
  • Removed service "security.authentication.provider.anonymous.demo_frontend"; reason: private alias.
  • Removed service "security.authentication.rememberme.services.simplehash.demo_frontend"; reason: private alias.
  • Removed service ".service_locator.V_k9xR2"; reason: private alias.
  • Removed service ".service_locator.4dz46Pu"; reason: private alias.
  • Removed service ".service_locator.JBAFp66"; reason: private alias.
  • Removed service ".service_locator._5g_Wvc"; reason: private alias.
  • Removed service ".service_locator.SpBK7Fk"; reason: private alias.
  • Removed service ".service_locator.bYeelc1"; reason: private alias.
  • Removed service ".service_locator.UhvcHjT"; reason: private alias.
  • Removed service ".service_locator.EQa.yNv"; reason: private alias.
  • Removed service ".service_locator.pJmVQBo"; reason: private alias.
  • Removed service ".service_locator.e8vPlvW"; reason: private alias.
  • Removed service ".service_locator.hiHNhxb"; reason: private alias.
  • Removed service ".service_locator.0qbAFB9"; reason: private alias.
  • Removed service ".service_locator.hOfHw0c"; reason: private alias.
  • Removed service ".service_locator.U5iPQi0"; reason: private alias.
  • Removed service ".service_locator.9Yo_h3u"; reason: private alias.
  • Removed service ".service_locator.80cFDE7"; reason: private alias.
  • Removed service ".service_locator.q7Fjy38"; reason: private alias.
  • Removed service ".service_locator.b9.BixN"; reason: private alias.
  • Removed service ".service_locator.xBRPqh4"; reason: private alias.
  • Removed service ".service_locator.SoZ0FrX"; reason: private alias.
  • Removed service ".service_locator.vFMGlsZ"; reason: private alias.
  • Removed service ".service_locator.tRwM5e6"; reason: private alias.
  • Removed service ".service_locator.qVkV5ri"; reason: private alias.
  • Removed service ".service_locator.yYjHlAB"; reason: private alias.
  • Removed service ".service_locator.aYPJpZ7"; reason: private alias.
  • Removed service ".service_locator.NaEtj40"; reason: private alias.
  • Removed service ".service_locator.qf75uKj"; reason: private alias.
  • Removed service ".service_locator.dVBiNic"; reason: private alias.
  • Removed service ".service_locator.OHYY3OW"; reason: private alias.
  • Removed service ".service_locator.eqMxZ3s"; reason: private alias.
  • Removed service ".service_locator.A4wByOF"; reason: private alias.
  • Removed service ".service_locator.YXQQD0j"; reason: private alias.
  • Removed service ".service_locator.oQd9BGQ"; reason: private alias.
  • Removed service ".service_locator.YYUW4N8"; reason: private alias.
  • Removed service ".service_locator.aD93jT7"; reason: private alias.
  • Removed service ".service_locator.0Tb.tV3"; reason: private alias.
  • Removed service ".service_locator.R5Q2R8."; reason: private alias.
  • Removed service ".service_locator.ZaxaxMk"; reason: private alias.
  • Removed service ".service_locator.teQE3Qh"; reason: private alias.
  • Removed service ".service_locator.Y0K7TbY"; reason: private alias.
  • Removed service ".service_locator.QyXo_5s"; reason: private alias.
  • Removed service ".service_locator.Zej7uAv"; reason: private alias.
  • Removed service ".service_locator.QPnpU7C"; reason: private alias.
  • Removed service ".service_locator.VGMwnk9"; reason: private alias.
  • Removed service ".service_locator.PnBcoj1"; reason: private alias.
  • Removed service ".service_locator.W._aLEw"; reason: private alias.
  • Removed service ".service_locator.1VAxf2U"; reason: private alias.
  • Removed service ".service_locator.2TZgvXb"; reason: private alias.
  • Removed service ".service_locator.J6nTKyJ"; reason: private alias.
  • Removed service ".service_locator.O8UQTcq"; reason: private alias.
  • Removed service ".service_locator.n3QD3TW"; reason: private alias.
  • Removed service ".service_locator.4c8q5iG"; reason: private alias.
  • Removed service ".service_locator.mZB7iKS"; reason: private alias.
  • Removed service ".service_locator.zX_Qu3H"; reason: private alias.
  • Removed service ".service_locator._BZlmJ5"; reason: private alias.
  • Removed service ".service_locator.h.UoJuW"; reason: private alias.
  • Removed service ".service_locator.x2Wrf61"; reason: private alias.
  • Removed service ".service_locator.jBSK07O"; reason: private alias.
  • Removed service ".service_locator.RQh4Ony"; reason: private alias.
  • Removed service ".service_locator.gofh2eD"; reason: private alias.
  • Removed service ".service_locator.mOYwzk2"; reason: private alias.
  • Removed service ".service_locator._QxZ1UJ"; reason: private alias.
  • Removed service ".service_locator.zwoaU1S"; reason: private alias.
  • Removed service ".service_locator.XN4Iqfu"; reason: private alias.
  • Removed service ".service_locator.MsiqZu0"; reason: private alias.
  • Removed service ".service_locator.seeyXcI"; reason: private alias.
  • Removed service ".service_locator.A7OBTFG"; reason: private alias.
  • Removed service ".service_locator.BjnSPrT"; reason: private alias.
  • Removed service ".service_locator.JTo90mC"; reason: private alias.
  • Removed service ".service_locator.qBNONzI"; reason: private alias.
  • Removed service ".service_locator.uIi4ZoB"; reason: private alias.
  • Removed service ".service_locator.z2X3xlC"; reason: private alias.
  • Removed service ".service_locator.Vf8E5wy"; reason: private alias.
  • Removed service ".service_locator.3p3O_ba"; reason: private alias.
  • Removed service ".service_locator.3ZTdvI9"; reason: private alias.
  • Removed service ".service_locator.ULDdmDo"; reason: private alias.
  • Removed service ".service_locator.O5Ly1sJ"; reason: private alias.
  • Removed service ".service_locator.GAC_NDj"; reason: private alias.
  • Removed service ".service_locator.8S_OkUf"; reason: private alias.
  • Removed service ".service_locator.Lvu.FsI"; reason: private alias.
  • Removed service ".service_locator.1bkV4sW"; reason: private alias.
  • Removed service ".service_locator.91Z9gOH"; reason: private alias.
  • Removed service ".service_locator.82V3Ph5"; reason: private alias.
  • Removed service ".service_locator.Fxh9nMN"; reason: private alias.
  • Removed service ".service_locator.IQxs9UE"; reason: private alias.
  • Removed service ".service_locator.NlGkh0u"; reason: private alias.
  • Removed service ".service_locator.Xz10Pyb"; reason: private alias.
  • Removed service ".service_locator.nV1dLjm"; reason: private alias.
  • Removed service ".service_locator.fKSElxa"; reason: private alias.
  • Removed service ".service_locator.TlQTDMd"; reason: private alias.
  • Removed service ".service_locator.vCXo5gn"; reason: private alias.
  • Removed service ".service_locator.sSBVYaD"; reason: private alias.
  • Removed service ".service_locator.c5HgDpf"; reason: private alias.
  • Removed service ".service_locator.wmH5kpy"; reason: private alias.
  • Removed service ".service_locator.sDGfEfb"; reason: private alias.
  • Removed service ".service_locator.sg8EMWv"; reason: private alias.
  • Removed service ".service_locator.Q8nGr0P"; reason: private alias.
  • Removed service ".service_locator.kYUcKIM"; reason: private alias.
  • Removed service ".service_locator.896GS4p"; reason: private alias.
  • Removed service ".service_locator.LFx7_Hp"; reason: private alias.
  • Removed service ".service_locator.LUPxgA."; reason: private alias.
  • Removed service ".service_locator.Wd_D6Iy"; reason: private alias.
  • Removed service ".service_locator.2APcHpw"; reason: private alias.
437
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\Controller\CartController" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Factory" to "pimcore_ecommerce.factory".
  • Changed reference of service "App\Services\PasswordRecoveryService" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "App\Services\NewsletterDoubleOptInService" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "App\Website\Navigation\BreadcrumbHelperService" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "App\Website\Navigation\BreadcrumbHelperService" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "App\Twig\Extension\GeneralFilterExtension" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "App\Twig\Extension\ProductPageExtension" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "App\Twig\Extension\PrintCatalogExtension" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Twig\Extension\Templating\PimcoreUrl" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "App\EventListener\CheckoutEventListener" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Factory" to "pimcore_ecommerce.factory".
  • Changed reference of service "App\EventListener\AuthenticationLoginListener" previously pointing to "App\Ecommerce\Overrides\Environment" to "pimcore_ecommerce.environment".
  • Changed reference of service "App\EventListener\AuthenticationLoginListener" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Factory" to "pimcore_ecommerce.factory".
  • Changed reference of service "App\EventListener\AuthenticationLogoutListener" previously pointing to "App\Ecommerce\Overrides\Environment" to "pimcore_ecommerce.environment".
  • Changed reference of service "app.default_price_system" previously pointing to "App\Ecommerce\Overrides\Environment" to "pimcore_ecommerce.environment".
  • Changed reference of service "locale_listener" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "url_helper" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "pimcore.cache.adapter.pdo_tag_aware" to "pimcore.cache.pool".
  • Changed reference of service "locale_aware_listener" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.router_debug" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "session.factory" previously pointing to "session_listener" to "Symfony\Component\HttpKernel\EventListener\SessionListener".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type.choice" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "form.type.file" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "form.type.color" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "form.type_extension.upload.validator" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "form.type_extension.csrf" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "assets.context" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
  • Changed reference of service "assets.context" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
  • Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "messenger.middleware.validation" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "messenger.middleware.router_context" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "validator.builder" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service "router.default" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
  • Changed reference of service "router_listener" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "router_listener" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
  • Changed reference of service "security.logout_url_generator" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "security.authentication.retry_entry_point" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
  • Changed reference of service "security.authentication.retry_entry_point" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
  • Changed reference of service "security.context_listener" previously pointing to "Pimcore\Bundle\AdminBundle\Security\User\UserProvider" to "pimcore_admin.security.user_provider".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.logout.listener.legacy_success_listener.pimcore_admin" previously pointing to "Pimcore\Bundle\AdminBundle\Security\LogoutSuccessHandler" to "pimcore_admin.security.logout_success_handler".
  • Changed reference of service "security.authentication.listener.guard.pimcore_admin" previously pointing to "Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator" to "pimcore_admin.security.admin_authenticator".
  • Changed reference of service "security.authentication.kernel_exception_listener.two_factor.pimcore_admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.form_listener.two_factor.pimcore_admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.two_factor.pimcore_admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.exception_listener.pimcore_admin" previously pointing to "Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator" to "pimcore_admin.security.admin_authenticator".
  • Changed reference of service "security.context_listener.1" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.demo_frontend" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "hwi_oauth.authentication.listener.oauth.demo_frontend" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme.demo_frontend" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "twig" previously pointing to "twig.extension.weblink" to "Symfony\Bridge\Twig\Extension\WebLinkExtension".
  • Changed reference of service "twig.extension.trans" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "twig.extension.routing" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "twig.extension.form" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "cmf_routing.dynamic_router" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
  • Changed reference of service "cmf_routing.dynamic_router" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "cmf_routing.dynamic_router" previously pointing to "Pimcore\Routing\DynamicRouteProvider" to "cmf_routing.route_provider".
  • Changed reference of service "cmf_routing.nested_matcher" previously pointing to "Pimcore\Routing\DynamicRouteProvider" to "cmf_routing.route_provider".
  • Changed reference of service "cmf_routing.generator" previously pointing to "Pimcore\Routing\DynamicRouteProvider" to "cmf_routing.route_provider".
  • Changed reference of service "cmf_routing.redirect_controller" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "presta_sitemap.dump_command" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "presta_sitemap.dump_command" previously pointing to "presta_sitemap.dumper_default" to "presta_sitemap.dumper".
  • Changed reference of service "presta_sitemap.controller" previously pointing to "presta_sitemap.generator_default" to "presta_sitemap.generator".
  • Changed reference of service "presta_sitemap.eventlistener.route_annotation" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "presta_sitemap.eventlistener.route_annotation" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "presta_sitemap.messenger.message_handler" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "presta_sitemap.messenger.message_handler" previously pointing to "presta_sitemap.dumper_default" to "presta_sitemap.dumper".
  • Changed reference of service "scheb_two_factor.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "scheb_two_factor.security.form_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "scheb_two_factor.security.kernel_exception_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "scheb_two_factor.security.authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_js_routing.extractor" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "Pimcore\Config\ReportConfigWriter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Knp\Component\Pager\PaginatorInterface" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Routing\Element\Router" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
  • Changed reference of service "Pimcore\Routing\Staticroute\Router" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
  • Changed reference of service "Pimcore\Workflow\Manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Workflow\Place\StatusInfo" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Workflow\Notification\NotificationEmailService" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "Pimcore\Workflow\Notification\NotificationEmailService" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Workflow\Notification\PimcoreNotificationService" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Workflow\ExpressionService" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Pimcore\Workflow\EventSubscriber\NotificationSubscriber" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Workflow\EventSubscriber\NotesSubscriber" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "pimcore.workflow.place-options-provider" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Extension\Bundle\PimcoreBundleManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Extension\Bundle\PimcoreBundleManager" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "Pimcore\Bundle\CoreBundle\Command\Bundle\Helper\PostStateChange" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Http\RequestHelper" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
  • Changed reference of service "Pimcore\Http\Request\Resolver\EditmodeResolver" previously pointing to "Pimcore\Bundle\AdminBundle\Security\User\UserLoader" to "pimcore_admin.security.user_loader".
  • Changed reference of service "Pimcore\Localization\LocaleServiceInterface" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Document\Editable\EditableHandler" previously pointing to "Pimcore\Extension\Document\Areabrick\AreabrickManager" to "Pimcore\Extension\Document\Areabrick\AreabrickManagerInterface".
  • Changed reference of service "Pimcore\Document\Renderer\DocumentRenderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Document\Editable\EditableUsageResolver" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener" previously pointing to "Pimcore\Bundle\AdminBundle\Security\User\UserLoader" to "pimcore_admin.security.user_loader".
  • Changed reference of service "Pimcore\Bundle\CoreBundle\EventListener\SearchBackendListener" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener" previously pointing to "Pimcore\Bundle\AdminBundle\Security\User\UserLoader" to "pimcore_admin.security.user_loader".
  • Changed reference of service "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Cache\FullPage\SessionStatus" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Analytics\Google\Tracker" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Sitemap\UrlGenerator" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
  • Changed reference of service "Pimcore\Maintenance\Executor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service "Pimcore\Bundle\CoreBundle\Command\CacheClearCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "pimcore.cache.pool.app" previously pointing to "pimcore.cache.adapter.pdo_tag_aware" to "pimcore.cache.pool".
  • Changed reference of service "Pimcore\Cache\Core\CoreCacheHandler" previously pointing to "pimcore.cache.adapter.pdo_tag_aware" to "pimcore.cache.pool".
  • Changed reference of service "Pimcore\Cache\Core\CoreCacheHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Cache\Core\WriteLock" previously pointing to "pimcore.cache.adapter.pdo_tag_aware" to "pimcore.cache.pool".
  • Changed reference of service "Pimcore\Targeting\Storage\CookieStorage" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Targeting\VisitorInfoResolver" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Targeting\DataProvider\Device" previously pointing to "pimcore.cache.adapter.pdo_tag_aware" to "pimcore.cache.pool".
  • Changed reference of service "Pimcore\Targeting\ConditionFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "pimcore.targeting.condition_matcher.expression_language" previously pointing to "pimcore.cache.adapter.pdo_tag_aware" to "pimcore.cache.pool".
  • Changed reference of service "Pimcore\Targeting\ConditionMatcher" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Targeting\Document\DocumentTargetingConfigurator" previously pointing to "Pimcore\Bundle\AdminBundle\Security\User\UserLoader" to "pimcore_admin.security.user_loader".
  • Changed reference of service "Pimcore\Targeting\Code\TargetingCodeGenerator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Targeting\EventListener\DocumentTargetGroupListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Targeting\EventListener\ToolbarListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Twig\Extension\Templating\HeadLink" previously pointing to "twig.extension.weblink" to "Symfony\Bridge\Twig\Extension\WebLinkExtension".
  • Changed reference of service "Pimcore\Twig\Extension\Templating\HeadScript" previously pointing to "twig.extension.weblink" to "Symfony\Bridge\Twig\Extension\WebLinkExtension".
  • Changed reference of service "Pimcore\Twig\Extension\Templating\InlineScript" previously pointing to "twig.extension.weblink" to "Symfony\Bridge\Twig\Extension\WebLinkExtension".
  • Changed reference of service "Pimcore\Twig\Extension\AdminExtension" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Bundle\AdminBundle\Controller\ExtensionManager\ExtensionManagerController" previously pointing to "Pimcore\Extension\Document\Areabrick\AreabrickManager" to "Pimcore\Extension\Document\Areabrick\AreabrickManagerInterface".
  • Changed reference of service "Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator" previously pointing to "Pimcore\Bundle\AdminBundle\Security\User\UserLoader" to "pimcore_admin.security.user_loader".
  • Changed reference of service "pimcore.security.authentication.provider.admin_pre_auth" previously pointing to "Pimcore\Bundle\AdminBundle\Security\User\UserChecker" to "pimcore_admin.security.user_checker".
  • Changed reference of service "Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener" previously pointing to "Pimcore\Bundle\AdminBundle\Security\BruteforceProtectionHandler" to "pimcore_admin.security.bruteforce_protection_handler".
  • Changed reference of service "pimcore.data_object.grid_column_config.operator.factory.translate_value" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingManager" to "pimcore_ecommerce.tracking.tracking_manager".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\MultiCartManager" previously pointing to "App\Ecommerce\Overrides\Environment" to "pimcore_ecommerce.environment".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\Order\AgentFactory" previously pointing to "App\Ecommerce\Overrides\Environment" to "pimcore_ecommerce.environment".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\Order\AgentFactory" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\PaymentManager" to "pimcore_ecommerce.payment_manager".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\Order\AgentFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\V7\OrderManager" previously pointing to "App\Ecommerce\Overrides\Environment" to "pimcore_ecommerce.environment".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\V7\OrderManager" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\VoucherService\DefaultService" to "pimcore_ecommerce.voucher_service".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\V7\OrderManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\V7\OrderManager" previously pointing to "Pimcore\Model\Factory" to "pimcore.model.factory".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\PriceSystem\AttributePriceSystem" previously pointing to "App\Ecommerce\Overrides\Environment" to "pimcore_ecommerce.environment".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactory" previously pointing to "App\Ecommerce\Overrides\Environment" to "pimcore_ecommerce.environment".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysqlSubTenantConfig" previously pointing to "App\Ecommerce\Overrides\Environment" to "pimcore_ecommerce.environment".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\ElasticSearch" previously pointing to "App\Ecommerce\Overrides\Environment" to "pimcore_ecommerce.environment".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultMysql" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\OptimizedMysql" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\ElasticSearch\DefaultElasticSearch7" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultFindologic" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexUpdateService" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexService" to "pimcore_ecommerce.index_service".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\Input" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\MultiSelect" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\MultiSelectFromMultiSelect" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\MultiSelectRelation" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\NumberRange" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\NumberRangeSelection" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\Select" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectCategory" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectClassificationStoreAttributes" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectFromMultiSelect" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectRelation" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\MultiSelect" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\MultiSelectRelation" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\NumberRange" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\NumberRangeSelection" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\Select" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\SelectCategory" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\SelectRelation" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Input" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelect" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectCategory" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectFromMultiSelect" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectRelation" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\NumberRange" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\NumberRangeSelection" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Select" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectCategory" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectFromMultiSelect" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectRelation" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Analytics\GoogleTagManager\EventSubscriber\TrackingCodeSubscriber" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingManager" to "pimcore_ecommerce.tracking.tracking_manager".
  • Changed reference of service "pimcore_ecommerce.cart_manager.default" previously pointing to "App\Ecommerce\Overrides\Environment" to "pimcore_ecommerce.environment".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartManagerLocatorInterface" previously pointing to "App\Ecommerce\Overrides\Environment" to "pimcore_ecommerce.environment".
  • Changed reference of service "pimcore_ecommerce.order_manager.default" previously pointing to "App\Ecommerce\Overrides\Environment" to "pimcore_ecommerce.environment".
  • Changed reference of service "pimcore_ecommerce.order_manager.default" previously pointing to "App\Ecommerce\Overrides\Environment" to "pimcore_ecommerce.environment".
  • Changed reference of service "pimcore_ecommerce.order_manager.default" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\PaymentManager" to "pimcore_ecommerce.payment_manager".
  • Changed reference of service "pimcore_ecommerce.order_manager.default" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "pimcore_ecommerce.order_manager.default" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\VoucherService\DefaultService" to "pimcore_ecommerce.voucher_service".
  • Changed reference of service "pimcore_ecommerce.order_manager.default" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "pimcore_ecommerce.order_manager.default" previously pointing to "Pimcore\Model\Factory" to "pimcore.model.factory".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\OrderManagerLocatorInterface" previously pointing to "App\Ecommerce\Overrides\Environment" to "pimcore_ecommerce.environment".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PricingManagerLocatorInterface" previously pointing to "App\Ecommerce\Overrides\Environment" to "pimcore_ecommerce.environment".
  • Changed reference of service "pimcore_ecommerce.checkout_manager.default.commit_order_processor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "pimcore_ecommerce.checkout_manager.default.factory" previously pointing to "App\Ecommerce\Overrides\Environment" to "pimcore_ecommerce.environment".
  • Changed reference of service "pimcore_ecommerce.checkout_manager.default.factory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CommitOrderProcessorLocatorInterface" previously pointing to "App\Ecommerce\Overrides\Environment" to "pimcore_ecommerce.environment".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactoryLocatorInterface" previously pointing to "App\Ecommerce\Overrides\Environment" to "pimcore_ecommerce.environment".
  • Changed reference of service "pimcore_ecommerce.index_service.default.worker" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "pimcore_ecommerce.filter_service.default" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "pimcore_ecommerce.filter_service.default" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "pimcore_ecommerce.filter_service.default" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "pimcore_ecommerce.filter_service.default" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "pimcore_ecommerce.filter_service.default" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "pimcore_ecommerce.filter_service.default" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "pimcore_ecommerce.filter_service.default" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "pimcore_ecommerce.filter_service.default" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "pimcore_ecommerce.filter_service.default" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "pimcore_ecommerce.filter_service.default" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterServiceLocatorInterface" previously pointing to "App\Ecommerce\Overrides\Environment" to "pimcore_ecommerce.environment".
  • Changed reference of service "CustomerManagementFrameworkBundle\CustomerSaveManager\CustomerSaveManagerInterface" previously pointing to "CustomerManagementFrameworkBundle\ActivityStore\ActivityStoreInterface" to "cmf.activity_store".
  • Changed reference of service "CustomerManagementFrameworkBundle\CustomerProvider\CustomerProviderInterface" previously pointing to "Pimcore\Model\Factory" to "pimcore.model.factory".
  • Changed reference of service "cmf.view_formatter" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "CustomerManagementFrameworkBundle\ActivityManager\DefaultActivityManager" previously pointing to "CustomerManagementFrameworkBundle\ActivityStore\ActivityStoreInterface" to "cmf.activity_store".
  • Changed reference of service "CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers" previously pointing to "CustomerManagementFrameworkBundle\ActivityStore\ActivityStoreInterface" to "cmf.activity_store".
  • Changed reference of service "CustomerManagementFrameworkBundle\Twig\Extension\CmfUrlUtilsExtension" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "CustomerManagementFrameworkBundle\Event\TargetingEventListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "CustomerManagementFrameworkBundle\Targeting\SegmentTracker" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "CustomerManagementFrameworkBundle\Targeting\ActionHandler\TrackSegment" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "CustomerManagementFrameworkBundle\Targeting\ActionHandler\ApplyTargetGroupsFromSegments" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "CustomerManagementFrameworkBundle\Security\Authentication\LoginManager" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
  • Changed reference of service "Pimcore\Bundle\DataHubBundle\GraphQL\Service" previously pointing to "Pimcore\Model\Factory" to "pimcore.model.factory".
  • Changed reference of service "Pimcore\Bundle\DataHubBundle\GraphQL\Service" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "Pimcore\Bundle\DataHubBundle\Controller\WebserviceController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Pimcore\Bundle\DataHubBundle\Service\OutputCacheService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "httplug.factory.symfony" previously pointing to "httplug.psr17_response_factory.default" to "httplug.psr17_response_factory".
  • Changed reference of service "httplug.factory.symfony" previously pointing to "httplug.psr17_stream_factory.default" to "httplug.psr17_stream_factory".
  • Changed reference of service "HWI\Bundle\OAuthBundle\Controller\LoginController" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "hwi_oauth.http_client" previously pointing to "httplug.client.default" to "httplug.client".
  • Changed reference of service "hwi_oauth.http_client" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
  • Changed reference of service "hwi_oauth.authentication.listener.oauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.603v9dW" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service ".service_locator.603v9dW" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service ".service_locator.MoaOcu6" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service ".service_locator.9OjhIfb" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service ".service_locator.7qesIGA" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service ".service_locator.KdvGBCz" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Factory" to "pimcore_ecommerce.factory".
  • Changed reference of service ".service_locator.ng.uGNH" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Factory" to "pimcore_ecommerce.factory".
  • Changed reference of service ".service_locator.h0KCKE8" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Factory" to "pimcore_ecommerce.factory".
  • Changed reference of service ".service_locator.h0KCKE8" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service ".service_locator.2cPU3gb" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Factory" to "pimcore_ecommerce.factory".
  • Changed reference of service ".service_locator.2cPU3gb" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Factory" to "pimcore_ecommerce.factory".
  • Changed reference of service ".service_locator.sy1I3Cy" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service ".service_locator.Vs6_73M" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Factory" to "pimcore_ecommerce.factory".
  • Changed reference of service ".service_locator.AhkfP6H" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Factory" to "pimcore_ecommerce.factory".
  • Changed reference of service ".service_locator.pA82qw1" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Factory" to "pimcore_ecommerce.factory".
  • Changed reference of service ".service_locator.pA82qw1" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service ".service_locator.oKf9BU8" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Factory" to "pimcore_ecommerce.factory".
  • Changed reference of service ".service_locator.3eSAAxD" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Factory" to "pimcore_ecommerce.factory".
  • Changed reference of service ".service_locator.bZ2Rhv4" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Factory" to "pimcore_ecommerce.factory".
  • Changed reference of service ".service_locator.bZ2Rhv4" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service ".service_locator.nef3CFV" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.T7cEtLA" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.p3n2A0." previously pointing to "Pimcore\Model\Factory" to "pimcore.model.factory".
  • Changed reference of service ".service_locator.uuqlEwx" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.OAHkUYB" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.O2zs7Hf" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.W6wwMYa" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.YY9cfkh" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service ".service_locator.qbtM1.G" previously pointing to "Pimcore\Bundle\AdminBundle\Security\BruteforceProtectionHandler" to "pimcore_admin.security.bruteforce_protection_handler".
  • Changed reference of service ".service_locator.qbtM1.G" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.og4psnc" previously pointing to "Pimcore\Bundle\AdminBundle\Security\BruteforceProtectionHandler" to "pimcore_admin.security.bruteforce_protection_handler".
  • Changed reference of service ".service_locator.mzjt3rI" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service ".service_locator.meWtG.K" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service ".service_locator.bUW.0ix" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service ".service_locator.dQZOhQ." previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.5lFa7Vj" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.5usv1bv" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.I7XBdyQ" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.bqCv9dE" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service ".service_locator.FzfExcv" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.vFQpRG3" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.AyL7kn0" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service ".service_locator.8Iopj6d" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service ".service_locator.kQEkFJ_" previously pointing to "Pimcore\Model\Factory" to "pimcore.model.factory".
  • Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.scheb_two_factor.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "app.area.brick.personalized_product_teaser" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Factory" to "pimcore_ecommerce.factory".
  • Changed reference of service "workflow.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "state_machine.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "state_machine.simple_asset_workflow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "workflow.product_data_enrichment" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.s5sPCzY" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service ".service_locator.s5sPCzY" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service ".service_locator.s5sPCzY" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service ".service_locator.J4b.DPX" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service ".service_locator.HLwzKIm" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service ".service_locator.1BmsNA5" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service ".service_locator.1BmsNA5" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service ".service_locator.1BmsNA5" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service ".service_locator.za.1Wif" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service ".service_locator.za.1Wif" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service ".service_locator.za.1Wif" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service ".service_locator.za.1Wif" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service ".service_locator.nhJnGPh" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service ".service_locator.nhJnGPh" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service ".service_locator.nhJnGPh" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service ".service_locator.nhJnGPh" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service ".service_locator.W9y3dzm" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service ".service_locator.W9y3dzm" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service ".service_locator.W9y3dzm" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service ".service_locator.tbixHt0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "httplug.collector.factory.buzz.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
  • Changed reference of service "httplug.collector.factory.curl.inner" previously pointing to "httplug.psr17_response_factory.default" to "httplug.psr17_response_factory".
  • Changed reference of service "httplug.collector.factory.curl.inner" previously pointing to "httplug.psr17_stream_factory.default" to "httplug.psr17_stream_factory".
  • Changed reference of service "httplug.collector.factory.guzzle5.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
  • Changed reference of service "httplug.collector.factory.react.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
  • Changed reference of service "httplug.collector.factory.socket.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
  • Changed reference of service "security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator.inner" previously pointing to "Pimcore\Bundle\AdminBundle\Security\User\UserProvider" to "pimcore_admin.security.user_provider".
  • Changed reference of service "security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator.inner" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
  • Changed reference of service "security.authentication.provider.guard.pimcore_admin.two_factor_decorator.inner" previously pointing to "Pimcore\Bundle\AdminBundle\Security\User\UserProvider" to "pimcore_admin.security.user_provider".
  • Changed reference of service "security.authentication.provider.guard.pimcore_admin.two_factor_decorator.inner" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
  • Changed reference of service "security.authentication.provider.dao.demo_frontend.two_factor_decorator.inner" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
  • Changed reference of service "hwi_oauth.authentication.provider.oauth.demo_frontend.two_factor_decorator.inner" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
  • Changed reference of service "security.authentication.provider.rememberme.demo_frontend.two_factor_decorator.inner" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
  • Changed reference of service "cache.app.recorder_inner" previously pointing to "pimcore.cache.adapter.pdo_tag_aware" to "pimcore.cache.pool".
  • Changed reference of service "cache.messenger.restart_workers_signal.recorder_inner" previously pointing to "pimcore.cache.adapter.pdo_tag_aware" to "pimcore.cache.pool".
  • Changed reference of service "cache.rate_limiter.recorder_inner" previously pointing to "pimcore.cache.adapter.pdo_tag_aware" to "pimcore.cache.pool".
  • Changed reference of service "router" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
  • Changed reference of service "presta_sitemap.generator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "presta_sitemap.generator" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "presta_sitemap.dumper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "pimcore_admin.security.admin_authenticator" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "pimcore_admin.security.admin_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "pimcore_admin.security.admin_authenticator" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
  • Changed reference of service "pimcore_admin.security.admin_authenticator" previously pointing to "Pimcore\Bundle\AdminBundle\Security\BruteforceProtectionHandler" to "pimcore_admin.security.bruteforce_protection_handler".
  • Changed reference of service "pimcore_admin.security.logout_success_handler" previously pointing to "cmf_routing.router" to "router".
  • Changed reference of service "pimcore_admin.security.logout_success_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "pimcore_ecommerce.index_service" previously pointing to "App\Ecommerce\Overrides\Environment" to "pimcore_ecommerce.environment".
  • Changed reference of service "pimcore_ecommerce.tracking.tracking_manager" previously pointing to "App\Ecommerce\Overrides\Environment" to "pimcore_ecommerce.environment".
  • Changed reference of service "event_dispatcher" previously pointing to "session_listener" to "Symfony\Component\HttpKernel\EventListener\SessionListener".
  • Changed reference of service "event_dispatcher" previously pointing to "session_listener" to "Symfony\Component\HttpKernel\EventListener\SessionListener".
  • Changed reference of service "event_dispatcher" previously pointing to "session_listener" to "Symfony\Component\HttpKernel\EventListener\SessionListener".
  • Changed reference of service "console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexService" to "pimcore_ecommerce.index_service".
  • Changed reference of service "console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexService" to "pimcore_ecommerce.index_service".
  • Changed reference of service "console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexService" to "pimcore_ecommerce.index_service".
390
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "container.env"; reason: abstract.
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; reason: abstract.
  • Removed service "cache.adapter.filesystem"; reason: abstract.
  • Removed service "cache.adapter.psr6"; reason: abstract.
  • Removed service "cache.adapter.redis"; reason: abstract.
  • Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
  • Removed service "cache.adapter.memcached"; reason: abstract.
  • Removed service "cache.adapter.pdo"; reason: abstract.
  • Removed service "cache.adapter.array"; reason: abstract.
  • Removed service "assets.path_package"; reason: abstract.
  • Removed service "assets.url_package"; reason: abstract.
  • Removed service "assets.static_version_strategy"; reason: abstract.
  • Removed service "assets.json_manifest_version_strategy"; reason: abstract.
  • Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
  • Removed service "messenger.middleware.handle_message"; reason: abstract.
  • Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
  • Removed service "messenger.middleware.traceable"; reason: abstract.
  • Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
  • Removed service "http_client.abstract_retry_strategy"; reason: abstract.
  • Removed service "mailer.transport_factory.abstract"; reason: abstract.
  • Removed service "notifier.transport_factory.abstract"; reason: abstract.
  • Removed service "lock.store.combined.abstract"; reason: abstract.
  • Removed service "lock.factory.abstract"; reason: abstract.
  • Removed service "limiter"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.listener.session"; reason: abstract.
  • Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.listener.default"; reason: abstract.
  • Removed service "security.authentication.form_entry_point"; reason: abstract.
  • Removed service "security.authentication.listener.abstract"; reason: abstract.
  • Removed service "security.authentication.custom_success_handler"; reason: abstract.
  • Removed service "security.authentication.success_handler"; reason: abstract.
  • Removed service "security.authentication.custom_failure_handler"; reason: abstract.
  • Removed service "security.authentication.failure_handler"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
  • Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
  • Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.provider.decorator"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.provider"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.listener"; reason: abstract.
  • Removed service "scheb_two_factor.security.rememberme_services_decorator"; reason: abstract.
  • Removed service "scheb_two_factor.security.provider_preparation_listener"; reason: abstract.
  • Removed service "scheb_two_factor.security.form_listener"; reason: abstract.
  • Removed service "scheb_two_factor.security.kernel_exception_listener"; reason: abstract.
  • Removed service "scheb_two_factor.security.access_listener"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.success_handler"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.failure_handler"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.authentication_required_handler"; reason: abstract.
  • Removed service "scheb_two_factor.security.firewall_config"; reason: abstract.
  • Removed service "scheb_two_factor.security.authenticator"; reason: abstract.
  • Removed service "scheb_two_factor.security.listener.token_created"; reason: abstract.
  • Removed service "workflow.marking_store.state_table"; reason: abstract.
  • Removed service "workflow.marking_store.multiple_state"; reason: abstract.
  • Removed service "workflow.marking_store.single_state"; reason: abstract.
  • Removed service "workflow.marking_store.data_object_splitted_state"; reason: abstract.
  • Removed service "workflow.marking_store.data_object_multiple_state"; reason: abstract.
  • Removed service "workflow.support_strategy.expression"; reason: abstract.
  • Removed service "pimcore.security.authentication.provider.admin_pre_auth"; reason: abstract.
  • Removed service "pimcore.security.authentication.listener.admin_pre_auth"; reason: abstract.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig"; reason: abstract.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\AbstractWorker"; reason: abstract.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType"; reason: abstract.
  • Removed service "httplug.plugin.cache"; reason: abstract.
  • Removed service "httplug.plugin.add_host"; reason: abstract.
  • Removed service "httplug.plugin.add_path"; reason: abstract.
  • Removed service "httplug.plugin.base_uri"; reason: abstract.
  • Removed service "httplug.plugin.content_type"; reason: abstract.
  • Removed service "httplug.plugin.header_append"; reason: abstract.
  • Removed service "httplug.plugin.header_defaults"; reason: abstract.
  • Removed service "httplug.plugin.header_set"; reason: abstract.
  • Removed service "httplug.plugin.header_remove"; reason: abstract.
  • Removed service "httplug.plugin.query_defaults"; reason: abstract.
  • Removed service "httplug.plugin.stack"; reason: abstract.
  • Removed service "hwi_oauth.authentication.listener.oauth"; reason: abstract.
  • Removed service "hwi_oauth.authentication.entry_point.oauth"; reason: abstract.
  • Removed service "hwi_oauth.user.provider.entity"; reason: abstract.
  • Removed service "hwi_oauth.user.provider.fosub_bridge.def"; reason: abstract.
  • Removed service "hwi_oauth.registration.form.handler.fosub_bridge.def"; reason: abstract.
  • Removed service "hwi_oauth.abstract_resource_ownermap"; reason: abstract.
  • Removed service "hwi_oauth.abstract_resource_owner.generic"; reason: abstract.
  • Removed service "hwi_oauth.abstract_resource_owner.oauth2"; reason: abstract.
  • Removed service "hwi_oauth.abstract_resource_owner.oauth1"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccountController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AccountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BaseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BaseController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BaseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CartController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CheckoutController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CheckoutController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CheckoutController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\NewsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PaymentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web2printController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web2printController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Web2printController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AssetCopyrightCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AssetCopyrightCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DataCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\DataCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeliveryAddressFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\DeliveryAddressFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoginFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\LoginFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\RegistrationFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CarSubmitFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CarSubmitFormType"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\CategoryFilterExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\Extension\CategoryFilterExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Country"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\Extension\Country"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Currency"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\Extension\Currency"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\GeneralFilterExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\Extension\GeneralFilterExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\NavigationExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\Extension\NavigationExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\UniqidExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\Extension\UniqidExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\LanguageSwitcherExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\Extension\LanguageSwitcherExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\ProductPageExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\Extension\ProductPageExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\NewsExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\Extension\NewsExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\PrintCatalogExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\Extension\PrintCatalogExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\PimcoreUrl"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\PimcoreUrl"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.Pimcore\HttpKernel\CacheWarmer\MkdirCacheWarmer"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\HttpKernel\CacheWarmer\MkdirCacheWarmer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.Pimcore\HttpKernel\CacheWarmer\PimcoreCoreCacheWarmer"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\HttpKernel\CacheWarmer\PimcoreCoreCacheWarmer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.newsletter.address_source_adapter.factories"; reason: abstract.
  • Removed service ".abstract.instanceof.pimcore.newsletter.address_source_adapter.factories"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.custom_report.adapter.factories"; reason: abstract.
  • Removed service ".abstract.instanceof.pimcore.custom_report.adapter.factories"; reason: abstract.
  • Removed service ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.Pimcore\Bundle\CoreBundle\Request\ParamConverter\DataObjectParamConverter"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Request\ParamConverter\DataObjectParamConverter"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Symfony\Component\Lock\LockFactory"; reason: abstract.
  • Removed service ".abstract.instanceof.Symfony\Component\Lock\LockFactory"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Routing\Staticroute\Router"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Routing\Staticroute\Router"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Routing\RedirectHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Routing\RedirectHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\NotificationSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Workflow\EventSubscriber\NotificationSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\NotesSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Workflow\EventSubscriber\NotesSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber"; reason: abstract.
  • Removed service ".instanceof.Monolog\ResettableInterface.0.Pimcore\Log\Handler\ApplicationLoggerDb"; reason: abstract.
  • Removed service ".instanceof.Monolog\Handler\HandlerInterface.0.Pimcore\Log\Handler\ApplicationLoggerDb"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Log\Handler\ApplicationLoggerDb"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Http\Request\Resolver\EditmodeResolver"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Http\Request\Resolver\EditmodeResolver"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Pimcore\Translation\Translator"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Translation\Translator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Document\Editable\EditableHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Document\Editable\EditableHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.document.areabrick.brick_locator"; reason: abstract.
  • Removed service ".abstract.instanceof.pimcore.document.areabrick.brick_locator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentStackListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\SearchBackendListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\SearchBackendListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\UUIDListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\UUIDListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Templating\Renderer\EditableRenderer"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Templating\Renderer\EditableRenderer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.templating.navigation.renderer_locator"; reason: abstract.
  • Removed service ".abstract.instanceof.pimcore.templating.navigation.renderer_locator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.analytics.google.fallback_service_locator"; reason: abstract.
  • Removed service ".abstract.instanceof.pimcore.analytics.google.fallback_service_locator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Sitemap\EventListener\SitemapGeneratorListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Sitemap\EventListener\SitemapGeneratorListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\DisableCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\DisableCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\EnableCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\EnableCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\CacheClearCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\CacheClearCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\CustomLayoutRebuildCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\CustomLayoutRebuildCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ExtJSCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ExtJSCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MigrateStorageCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\MigrateStorageCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RunScriptCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\RunScriptCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\SearchBackendReindexCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\SearchBackendReindexCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.null_tag_aware"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.null_tag_aware"; reason: abstract.
  • Removed service ".abstract.instanceof.pimcore.cache.adapter.null_tag_aware"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.pdo"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.pdo"; reason: abstract.
  • Removed service ".abstract.instanceof.pimcore.cache.adapter.pdo"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.pdo_tag_aware"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.pdo_tag_aware"; reason: abstract.
  • Removed service ".abstract.instanceof.pimcore.cache.adapter.pdo_tag_aware"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.redis_tag_aware"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.redis_tag_aware"; reason: abstract.
  • Removed service ".abstract.instanceof.pimcore.cache.adapter.redis_tag_aware"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.pool.app"; reason: abstract.
  • Removed service ".abstract.instanceof.pimcore.cache.pool.app"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Cache\Core\CoreCacheHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Cache\Core\CoreCacheHandler"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Cache\Core\WriteLock"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Cache\Core\WriteLock"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\TargetingListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Targeting\EventListener\TargetingListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\DocumentTargetGroupListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Targeting\EventListener\DocumentTargetGroupListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\FullPageCacheCookieCleanupListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Targeting\EventListener\FullPageCacheCookieCleanupListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\VisitedPagesCountListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Targeting\EventListener\VisitedPagesCountListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\ToolbarListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Targeting\EventListener\ToolbarListener"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\HelpersExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\HelpersExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DocumentEditableExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\DocumentEditableExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\SubrequestExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\SubrequestExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\PimcoreObjectExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\PimcoreObjectExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\PimcoreToolExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\PimcoreToolExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\NavigationExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\NavigationExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\GlossaryExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\GlossaryExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\HeaderExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\HeaderExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\AssetCompressExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\AssetCompressExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\WebsiteConfigExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\WebsiteConfigExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DumpExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\DumpExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\CacheExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\CacheExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadLink"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadLink"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadMeta"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadMeta"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadScript"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadScript"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadStyle"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadStyle"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadTitle"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadTitle"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Inc"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\Inc"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\InlineScript"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\InlineScript"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Navigation"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\Navigation"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\Placeholder"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder\CacheBusterAware"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\Placeholder\CacheBusterAware"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\AssetHelperExtensions"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\AssetHelperExtensions"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DataObjectHelperExtensions"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\DataObjectHelperExtensions"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DocumentHelperExtensions"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\DocumentHelperExtensions"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\ImageThumbnailExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\ImageThumbnailExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\DeferredExtension\DeferredExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Twig\DeferredExtension\DeferredExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\String\StringExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Twig\Extra\String\StringExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\AdminExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Twig\Extension\AdminExtension"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Session\Handler\AdminSessionHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Session\Handler\AdminSessionHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\NewsletterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\NewsletterController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\NewsletterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintcontainerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintcontainerController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintcontainerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintpageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintpageController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintpageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\External\AdminerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\External\AdminerController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\External\AdminerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\External\OpcacheController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\External\OpcacheController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\External\OpcacheController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LogController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\LogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RedirectsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RedirectsController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\RedirectsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TargetingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TargetingController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\TargetingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\ExtensionManager\ExtensionManagerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\ExtensionManager\ExtensionManagerController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\ExtensionManager\ExtensionManagerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Reports\AnalyticsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Reports\AnalyticsController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Reports\AnalyticsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Reports\CustomReportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Reports\CustomReportController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Reports\CustomReportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Reports\SettingsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Reports\SettingsController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Reports\SettingsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Searchadmin\SearchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Searchadmin\SearchController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Searchadmin\SearchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator"; reason: abstract.
  • Removed service ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects"; reason: abstract.
  • Removed service ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets"; reason: abstract.
  • Removed service ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\SentMail"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\SentMail"; reason: abstract.
  • Removed service ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\LogoutSuccessHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\LogoutSuccessHandler"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\BruteforceProtectionHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\BruteforceProtectionHandler"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Analytics\GoogleTagManager\EventSubscriber\TrackingCodeSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Analytics\GoogleTagManager\EventSubscriber\TrackingCodeSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\EsSyncCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\EsSyncCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\CronTriggerCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Command\CronTriggerCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\MaintenanceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Command\MaintenanceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand"; reason: abstract.
  • Removed service ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\HelperController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\HelperController"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\HelperController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\RulesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\RulesController"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\RulesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.pimcore.event_listener.frontend.activity_url_tracker"; reason: abstract.
  • Removed service ".abstract.instanceof.pimcore.event_listener.frontend.activity_url_tracker"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.CustomerManagementFrameworkBundle\Targeting\EventListener\TargetingToolbarListener"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Targeting\EventListener\TargetingToolbarListener"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.CustomerManagementFrameworkBundle\Security\Guard\WebserviceAuthenticator"; reason: abstract.
  • Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Security\Guard\WebserviceAuthenticator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OutputDataConfigToolkitBundle\Controller\ClassController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OutputDataConfigToolkitBundle\Controller\ClassController"; reason: abstract.
  • Removed service ".abstract.instanceof.OutputDataConfigToolkitBundle\Controller\ClassController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OutputDataConfigToolkitBundle\Controller\AdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OutputDataConfigToolkitBundle\Controller\AdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.OutputDataConfigToolkitBundle\Controller\AdminController"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Web2PrintToolsBundle\Twig\OutputChannelExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Web2PrintToolsBundle\Twig\OutputChannelExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Web2PrintToolsBundle\Controller\AdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Web2PrintToolsBundle\Controller\AdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Web2PrintToolsBundle\Controller\AdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubBundle\Command\GraphQL\RebuildDefinitionsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubBundle\Command\GraphQL\RebuildDefinitionsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\ConfigController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\ConfigController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubBundle\Controller\ConfigController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController"; reason: abstract.
  • Removed service "workflow.abstract"; reason: abstract.
  • Removed service "state_machine.abstract"; reason: abstract.
809
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "App\Services\Workflow\CustomHtmlService"; reason: unused.
  • Removed service "App\Ecommerce\IndexService\Config\MySqlConfig"; reason: unused.
  • Removed service "http_cache"; reason: unused.
  • Removed service "http_cache.store"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service "session.factory"; reason: unused.
  • Removed service "session.storage.factory.native"; reason: unused.
  • Removed service "session.storage.factory.php_bridge"; reason: unused.
  • Removed service "session.storage.factory.mock_file"; reason: unused.
  • Removed service "session.storage.factory.service"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "session.marshaller"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "messenger.transport.symfony_serializer"; reason: unused.
  • Removed service "messenger.middleware.validation"; reason: unused.
  • Removed service "messenger.middleware.router_context"; reason: unused.
  • Removed service "messenger.transport.sqs.factory"; reason: unused.
  • Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
  • Removed service "psr18.http_client"; reason: unused.
  • Removed service "mailer.default_transport"; reason: unused.
  • Removed service "notifier"; reason: unused.
  • Removed service "notifier.channel_policy"; reason: unused.
  • Removed service "notifier.channel.browser"; reason: unused.
  • Removed service "notifier.channel.chat"; reason: unused.
  • Removed service "notifier.channel.sms"; reason: unused.
  • Removed service "notifier.channel.email"; reason: unused.
  • Removed service "notifier.monolog_handler"; reason: unused.
  • Removed service "notifier.failed_message_listener"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "annotations.filesystem_cache_adapter"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "annotations.cache"; reason: unused.
  • Removed service "serializer.mapping.cache.symfony"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service "lock.strategy.majority"; reason: unused.
  • Removed service ".lock.default.store.m9uSjd7"; reason: unused.
  • Removed service "lock.default.factory"; reason: unused.
  • Removed service "lock.default"; reason: unused.
  • Removed service "ulid.factory"; reason: unused.
  • Removed service "uuid.factory"; reason: unused.
  • Removed service "name_based_uuid.factory"; reason: unused.
  • Removed service "random_based_uuid.factory"; reason: unused.
  • Removed service "time_based_uuid.factory"; reason: unused.
  • Removed service "security.helper"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.user_providers"; reason: unused.
  • Removed service "security.authentication.form_entry_point.demo_frontend"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "monolog.http_client"; reason: unused.
  • Removed service "doctrine.dbal.logger.chain"; reason: unused.
  • Removed service "doctrine.migrations.connection_loader"; reason: unused.
  • Removed service "doctrine.migrations.em_loader"; reason: unused.
  • Removed service "doctrine.migrations.entity_manager_registry_loader"; reason: unused.
  • Removed service "cmf_routing.enhancer.default_controller"; reason: unused.
  • Removed service "cmf_routing.enhancer.explicit_template"; reason: unused.
  • Removed service "cmf_routing.enhancer.controllers_by_type"; reason: unused.
  • Removed service "cmf_routing.enhancer.controllers_by_class"; reason: unused.
  • Removed service "cmf_routing.enhancer.controller_for_templates_by_class"; reason: unused.
  • Removed service "cmf_routing.enhancer.templates_by_class"; reason: unused.
  • Removed service "cmf_routing.enhancer.content_repository"; reason: unused.
  • Removed service "flysystem.adapter.lazy.factory"; reason: unused.
  • Removed service "var_dumper.server_connection"; reason: unused.
  • Removed service "Pimcore\Analytics\Google\Config\Config"; reason: unused.
  • Removed service "pimcore.cache.adapter.null"; reason: unused.
  • Removed service "pimcore.cache.adapter.null_tag_aware"; reason: unused.
  • Removed service "pimcore.cache.pool.app"; reason: unused.
  • Removed service "Pimcore\Targeting\Storage\Cookie\JsonCookieSaveHandler"; reason: unused.
  • Removed service "Pimcore\Targeting\Storage\SessionStorage"; reason: unused.
  • Removed service "Pimcore\Targeting\Storage\DbStorage"; reason: unused.
  • Removed service "Pimcore\Targeting\ActionHandler\AssignTargetGroup"; reason: unused.
  • Removed service "Pimcore\Targeting\Maintenance\TargetingStorageTask"; reason: unused.
  • Removed service "Pimcore\Twig\Extension\Templating\Placeholder\Container"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\Environment"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\MultiCartManager"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartFactory"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartPriceCalculatorFactory"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\Order\AgentFactory"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\V7\OrderManager"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PricingManager"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\PriceSystem\AttributePriceSystem"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactory"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\HandlePendingPayments\ThrowExceptionStrategy"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\HandlePendingPayments\AlwaysRecreateOrderStrategy"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\SynonymProvider\FileSynonymProvider"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysql"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysqlSubTenantConfig"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\OptimizedMysql"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\ElasticSearch"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultFindologic"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultMysql"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\OptimizedMysql"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\ElasticSearch\DefaultElasticSearch7"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultFindologic"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\DefaultBrickGetter"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\DefaultBrickGetterSequenceToMultiselect"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\DefaultClassificationAttributeGetter"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\TagsGetter"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\AssetId"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\DefaultClassificationStore"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\DefaultRelations"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\DefaultStructuredTable"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\IdList"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\Numeric"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\ObjectId"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\ObjectIdSum"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\Round"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\Soundex"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\StructuredTable"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\Input"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\MultiSelect"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\MultiSelectFromMultiSelect"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\MultiSelectRelation"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\NumberRange"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\NumberRangeSelection"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\Select"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectCategory"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectClassificationStoreAttributes"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectFromMultiSelect"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectRelation"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\MultiSelect"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\MultiSelectRelation"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\NumberRange"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\NumberRangeSelection"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\Select"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\SelectCategory"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\SelectRelation"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Input"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelect"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectCategory"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectFromMultiSelect"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectRelation"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\NumberRange"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\NumberRangeSelection"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Select"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectCategory"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectFromMultiSelect"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectRelation"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterService"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\Analytics\EnhancedEcommerce"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\Analytics\Ecommerce"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\Analytics\UniversalEcommerce"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\GoogleTagManager"; reason: unused.
  • Removed service "CustomerManagementFrameworkBundle\Security\Guard\WebserviceAuthenticator"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\ImageDataType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetMetadataItem"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetInputType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetFolderType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetTreeType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreType\Group"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentTreeType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentFolderType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentLinkInputType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\GeopointInputType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ObjectTreeType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ObjectFolderType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\HotspotType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\HrefType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\InputQuantityValueType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\QuantityValueType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\UrlSlugType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\VideoType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentPageInputType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\InputType\ImageInputType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Wysiwyg"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\ElementPropertyType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\HotspotMetadataType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\AssetType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\DocumentType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\AssetFolderType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\DocumentFolderType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\ObjectFolderType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\DataObjectType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\CheckboxType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\TextareaType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\TextType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\SelectType"; reason: unused.
  • Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\ElementTag"; reason: unused.
  • Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\Payment\Unzer"; reason: unused.
  • Removed service "Pimcore\Bundle\NumberSequenceGeneratorBundle\Generator"; reason: unused.
  • Removed service "Pimcore\Bundle\NumberSequenceGeneratorBundle\RandomGenerator"; reason: unused.
  • Removed service "httplug.strategy"; reason: unused.
  • Removed service "httplug.async_client.default"; reason: unused.
  • Removed service "httplug.factory.symfony"; reason: unused.
  • Removed service "httplug.plugin.content_length"; reason: unused.
  • Removed service "httplug.plugin.cookie"; reason: unused.
  • Removed service "httplug.plugin.decoder"; reason: unused.
  • Removed service "httplug.plugin.error"; reason: unused.
  • Removed service "httplug.plugin.history"; reason: unused.
  • Removed service "httplug.plugin.logger"; reason: unused.
  • Removed service "httplug.plugin.redirect"; reason: unused.
  • Removed service "httplug.plugin.retry"; reason: unused.
  • Removed service "httplug.plugin.stopwatch"; reason: unused.
  • Removed service "httplug.collector.auto_discovered_client"; reason: unused.
  • Removed service "httplug.collector.factory.auto"; reason: unused.
  • Removed service "httplug.collector.factory.buzz"; reason: unused.
  • Removed service "httplug.collector.factory.curl"; reason: unused.
  • Removed service "httplug.collector.factory.guzzle5"; reason: unused.
  • Removed service "httplug.collector.factory.guzzle6"; reason: unused.
  • Removed service "httplug.collector.factory.guzzle7"; reason: unused.
  • Removed service "httplug.collector.factory.react"; reason: unused.
  • Removed service "httplug.collector.factory.socket"; reason: unused.
  • Removed service "hwi_oauth.authentication.provider.oauth"; reason: unused.
  • Removed service "hwi_oauth.user.provider"; reason: unused.
  • Removed service ".service_locator.Iv3qzYE"; reason: unused.
  • Removed service ".service_locator.kbOVLex"; reason: unused.
  • Removed service ".service_locator.Xbsa8iG"; reason: unused.
  • Removed service "security.ldap_locator"; reason: unused.
  • Removed service ".service_locator.OmL_Dgd"; reason: unused.
  • Removed service ".service_locator.W9y3dzm.HWI\Bundle\OAuthBundle\Controller\ConnectController"; reason: unused.
  • Removed service ".service_locator.XXv1IfR"; reason: unused.
  • Removed service ".service_locator.clUEvlF"; reason: unused.
  • Removed service ".service_locator.aa1PbBb"; reason: unused.
  • Removed service "httplug.collector.auto_discovered_client.inner"; reason: unused.
  • Removed service "httplug.collector.factory.auto.inner"; reason: unused.
  • Removed service "httplug.collector.factory.buzz.inner"; reason: unused.
  • Removed service "httplug.collector.factory.curl.inner"; reason: unused.
  • Removed service "httplug.collector.factory.guzzle5.inner"; reason: unused.
  • Removed service "httplug.collector.factory.guzzle6.inner"; reason: unused.
  • Removed service "httplug.collector.factory.guzzle7.inner"; reason: unused.
  • Removed service "httplug.collector.factory.react.inner"; reason: unused.
  • Removed service "httplug.collector.factory.socket.inner"; reason: unused.
247
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service ".service_locator.s5sPCzY.App\Controller\AccountController" to "App\Controller\AccountController".
  • Inlined service ".service_locator.s5sPCzY.App\Controller\BaseController" to "App\Controller\BaseController".
  • Inlined service ".service_locator.s5sPCzY.App\Controller\CartController" to "App\Controller\CartController".
  • Inlined service ".service_locator.s5sPCzY.App\Controller\CheckoutController" to "App\Controller\CheckoutController".
  • Inlined service ".service_locator.s5sPCzY.App\Controller\ContentController" to "App\Controller\ContentController".
  • Inlined service ".service_locator.s5sPCzY.App\Controller\DefaultController" to "App\Controller\DefaultController".
  • Inlined service ".service_locator.s5sPCzY.App\Controller\NewsController" to "App\Controller\NewsController".
  • Inlined service ".service_locator.s5sPCzY.App\Controller\PaymentController" to "App\Controller\PaymentController".
  • Inlined service ".service_locator.s5sPCzY.App\Controller\ProductController" to "App\Controller\ProductController".
  • Inlined service ".service_locator.s5sPCzY.App\Controller\Web2printController" to "App\Controller\Web2printController".
  • Inlined service "error_handler.error_renderer.serializer" to "error_controller".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
  • Inlined service "uri_signer" to "fragment.uri_generator".
  • Inlined service "cache.app.recorder_inner" to "cache.app".
  • Inlined service "cache.system.recorder_inner" to "cache.system".
  • Inlined service "cache.validator.recorder_inner" to "cache.validator".
  • Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
  • Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
  • Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
  • Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "form.resolved_type_factory" to "form.registry".
  • Inlined service ".service_locator.UHnDspV" to "form.extension".
  • Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
  • Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
  • Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
  • Inlined service "assets._default_package" to "assets.packages".
  • Inlined service "assets.empty_version_strategy" to "assets._default_package".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service "messenger.senders_locator" to "messenger.middleware.send_message".
  • Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
  • Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
  • Inlined service "mailer.transport_factory" to "mailer.transports".
  • Inlined service "chatter.transport_factory" to "chatter.transports".
  • Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
  • Inlined service "texter.transport_factory" to "texter.transports".
  • Inlined service "texter.transports" to "texter.messenger.sms_handler".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "validator.property_info_loader" to "validator.builder".
  • Inlined service ".service_locator.i5moiQS" to "validator.validator_factory".
  • Inlined service "validator.expression_language" to "validator.expression".
  • Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
  • Inlined service ".service_locator.O24_MAy" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "identity_translator" to "translator.formatter.default".
  • Inlined service "translation.extractor.php" to "translation.extractor".
  • Inlined service "twig.translation.extractor" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.po" to "translation.writer".
  • Inlined service "translation.dumper.mo" to "translation.writer".
  • Inlined service "translation.dumper.yml" to "translation.writer".
  • Inlined service "translation.dumper.yaml" to "translation.writer".
  • Inlined service "translation.dumper.qt" to "translation.writer".
  • Inlined service "translation.dumper.csv" to "translation.writer".
  • Inlined service "translation.dumper.ini" to "translation.writer".
  • Inlined service "translation.dumper.json" to "translation.writer".
  • Inlined service "translation.dumper.res" to "translation.writer".
  • Inlined service ".service_locator.J4b.DPX.translation.warmer" to "translation.warmer".
  • Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.translation" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.http_client" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "data_collector.messenger" to "profiler".
  • Inlined service "mailer.data_collector" to "profiler".
  • Inlined service "notifier.data_collector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.container" to "routing.resolver".
  • Inlined service "Pimcore\Routing\Loader\BundleRoutingLoader" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service ".service_locator.kODoftA" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.H1FAn6u.router.default" to "router.default".
  • Inlined service ".service_locator.1ZPWTRB" to "router.expression_language_provider".
  • Inlined service ".service_locator.HLwzKIm.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "secrets.decryption_key" to "secrets.vault".
  • Inlined service "serializer.denormalizer.unwrapping" to "serializer".
  • Inlined service "serializer.normalizer.flatten_exception" to "serializer".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.uid" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "serializer.normalizer.mime_message" to "serializer".
  • Inlined service "serializer.normalizer.datetimezone" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.form_error" to "serializer".
  • Inlined service "serializer.normalizer.data_uri" to "serializer".
  • Inlined service "serializer.denormalizer.array" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.encoder.xml" to "serializer".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "serializer.encoder.yaml" to "serializer".
  • Inlined service "serializer.encoder.csv" to "serializer".
  • Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
  • Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
  • Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
  • Inlined service ".security.request_matcher.Uz15ZJw" to "security.access_map".
  • Inlined service ".security.request_matcher.dioDQyB" to "security.access_map".
  • Inlined service ".security.request_matcher.jCQsfmG" to "security.access_map".
  • Inlined service ".security.request_matcher.DtPA6tq" to "security.access_map".
  • Inlined service ".security.request_matcher.rrZfUfG" to "security.access_map".
  • Inlined service ".security.request_matcher.5dJADCx" to "security.access_map".
  • Inlined service "security.impersonate_url_generator" to "twig.extension.security".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.exception_listener.pimcore_admin_webdav" to "security.firewall.map.context.pimcore_admin_webdav".
  • Inlined service "security.firewall.map.config.pimcore_admin_webdav" to "security.firewall.map.context.pimcore_admin_webdav".
  • Inlined service "scheb_two_factor.security.request_data_reader" to "security.firewall_config.two_factor.pimcore_admin".
  • Inlined service "scheb_two_factor.security.access.access_decider" to "security.authentication.access_listener.two_factor.pimcore_admin".
  • Inlined service "security.authentication.success_handler.two_factor.pimcore_admin" to "security.authentication.listener.two_factor.pimcore_admin".
  • Inlined service "security.authentication.failure_handler.two_factor.pimcore_admin" to "security.authentication.listener.two_factor.pimcore_admin".
  • Inlined service "scheb_two_factor.null_csrf_token_manager" to "security.authentication.listener.two_factor.pimcore_admin".
  • Inlined service "security.exception_listener.pimcore_admin" to "security.firewall.map.context.pimcore_admin".
  • Inlined service "security.logout_listener.pimcore_admin" to "security.firewall.map.context.pimcore_admin".
  • Inlined service "security.firewall.map.config.pimcore_admin" to "security.firewall.map.context.pimcore_admin".
  • Inlined service "App\EventListener\AuthenticationLogoutListener" to "security.logout.listener.legacy_success_listener.demo_frontend".
  • Inlined service "security.authentication.success_handler.demo_frontend.form_login" to "security.authentication.listener.form.demo_frontend".
  • Inlined service "security.authentication.failure_handler.demo_frontend.form_login" to "security.authentication.listener.form.demo_frontend".
  • Inlined service "security.authentication.success_handler.demo_frontend.oauth" to "hwi_oauth.authentication.listener.oauth.demo_frontend".
  • Inlined service "security.authentication.failure_handler.demo_frontend.oauth" to "hwi_oauth.authentication.listener.oauth.demo_frontend".
  • Inlined service "hwi_oauth.authentication.entry_point.oauth.demo_frontend" to "security.exception_listener.demo_frontend".
  • Inlined service "security.exception_listener.demo_frontend" to "security.firewall.map.context.demo_frontend".
  • Inlined service "security.logout_listener.demo_frontend" to "security.firewall.map.context.demo_frontend".
  • Inlined service "security.firewall.map.config.demo_frontend" to "security.firewall.map.context.demo_frontend".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.serializer" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "App\Twig\Extension\CategoryFilterExtension" to "twig".
  • Inlined service "App\Twig\Extension\Country" to "twig".
  • Inlined service "App\Twig\Extension\Currency" to "twig".
  • Inlined service "App\Twig\Extension\GeneralFilterExtension" to "twig".
  • Inlined service "App\Twig\Extension\NavigationExtension" to "twig".
  • Inlined service "App\Twig\Extension\UniqidExtension" to "twig".
  • Inlined service "App\Twig\Extension\LanguageSwitcherExtension" to "twig".
  • Inlined service "App\Twig\Extension\ProductPageExtension" to "twig".
  • Inlined service "App\Twig\Extension\NewsExtension" to "twig".
  • Inlined service "App\Twig\Extension\PrintCatalogExtension" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "Pimcore\Twig\Extension\HelpersExtension" to "twig".
  • Inlined service "Pimcore\Twig\Extension\DocumentEditableExtension" to "twig".
  • Inlined service "Pimcore\Twig\Extension\PimcoreObjectExtension" to "twig".
  • Inlined service "Pimcore\Twig\Extension\PimcoreToolExtension" to "twig".
  • Inlined service "Pimcore\Twig\Extension\NavigationExtension" to "twig".
  • Inlined service "Pimcore\Twig\Extension\GlossaryExtension" to "twig".
  • Inlined service "Pimcore\Twig\Extension\HeaderExtension" to "twig".
  • Inlined service "Pimcore\Twig\Extension\AssetCompressExtension" to "twig".
  • Inlined service "Pimcore\Twig\Extension\WebsiteConfigExtension" to "twig".
  • Inlined service "Pimcore\Twig\Extension\DumpExtension" to "twig".
  • Inlined service "Pimcore\Twig\Extension\CacheExtension" to "twig".
  • Inlined service "Pimcore\Twig\Extension\AssetHelperExtensions" to "twig".
  • Inlined service "Pimcore\Twig\Extension\DataObjectHelperExtensions" to "twig".
  • Inlined service "Pimcore\Twig\Extension\DocumentHelperExtensions" to "twig".
  • Inlined service "Pimcore\Twig\Extension\ImageThumbnailExtension" to "twig".
  • Inlined service "Twig\DeferredExtension\DeferredExtension" to "twig".
  • Inlined service "Twig\Extra\String\StringExtension" to "twig".
  • Inlined service "Pimcore\Twig\Extension\AdminExtension" to "twig".
  • Inlined service "CustomerManagementFrameworkBundle\Twig\Extension\CmfFrontendUtilsExtension" to "twig".
  • Inlined service "CustomerManagementFrameworkBundle\Twig\Extension\CmfUrlUtilsExtension" to "twig".
  • Inlined service "Web2PrintToolsBundle\Twig\OutputChannelExtension" to "twig".
  • Inlined service "httplug.collector.twig.http_message" to "twig".
  • Inlined service "hwi_oauth.twig.extension.oauth" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.aq4MYft.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.TLjNslL" to "twig.runtime_loader".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
  • Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
  • Inlined service ".service_locator.RJeKnCN" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
  • Inlined service "doctrine.migrations.connection_registry_loader" to "doctrine.migrations.dependency_factory".
  • Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
  • Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
  • Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
  • Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
  • Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
  • Inlined service "Pimcore\Bundle\CoreBundle\Request\ParamConverter\DataObjectParamConverter" to "sensio_framework_extra.converter.manager".
  • Inlined service "Pimcore\Bundle\CoreBundle\Request\ParamConverter\DataObjectParamConverter" to "sensio_framework_extra.converter.manager".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
  • Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.PQK0.4p.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service "cmf_routing.nested_matcher" to "cmf_routing.dynamic_router".
  • Inlined service "cmf_routing.generator" to "cmf_routing.dynamic_router".
  • Inlined service "cmf_routing.enhancer.route_content" to "cmf_routing.dynamic_router".
  • Inlined service "cmf_routing.final_matcher" to "cmf_routing.nested_matcher".
  • Inlined service "cmf_routing.matcher.dummy_collection" to "cmf_routing.final_matcher".
  • Inlined service "cmf_routing.matcher.dummy_context" to "cmf_routing.final_matcher".
  • Inlined service "scheb_two_factor.security.authentication.trust_resolver.inner" to "scheb_two_factor.security.authentication.trust_resolver".
  • Inlined service "scheb_two_factor.default_handler_condition" to "scheb_two_factor.condition_handler".
  • Inlined service "scheb_two_factor.default_ip_whitelist_provider" to "scheb_two_factor.ip_whitelist_handler".
  • Inlined service "scheb_two_factor.security.google_totp_factory" to "scheb_two_factor.security.google_authenticator".
  • Inlined service "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
  • Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
  • Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
  • Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
  • Inlined service "flysystem.adapter.pimcore.document_static.storage" to "pimcore.document_static.storage".
  • Inlined service "flysystem.adapter.pimcore.asset.storage" to "pimcore.asset.storage".
  • Inlined service "flysystem.adapter.pimcore.asset_cache.storage" to "pimcore.asset_cache.storage".
  • Inlined service "flysystem.adapter.pimcore.thumbnail.storage" to "pimcore.thumbnail.storage".
  • Inlined service "flysystem.adapter.pimcore.version.storage" to "pimcore.version.storage".
  • Inlined service "flysystem.adapter.pimcore.recycle_bin.storage" to "pimcore.recycle_bin.storage".
  • Inlined service "flysystem.adapter.pimcore.admin.storage" to "pimcore.admin.storage".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
  • Inlined service "session.namespacedattributebag" to "session".
  • Inlined service "Pimcore\Session\SessionConfigurator" to "session".
  • Inlined service "Pimcore\Bundle\AdminBundle\Session\AdminSessionBagConfigurator" to "Pimcore\Session\SessionConfigurator".
  • Inlined service "pimcore_admin.security.password_encoder_factory" to "pimcore.security.encoder_factory".
  • Inlined service "cmf.security.user_password_encoder_factory" to "pimcore.security.encoder_factory".
  • Inlined service "pimcore.security.password_hasher_factory.inner" to "pimcore.security.password_hasher_factory".
  • Inlined service ".service_locator.1BmsNA5.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController" to "Pimcore\Bundle\CoreBundle\Controller\PublicServicesController".
  • Inlined service "Pimcore\Translation\ExportDataExtractorService\DataExtractor\DataObjectDataExtractor" to "Pimcore\Translation\ExportDataExtractorService\ExportDataExtractorServiceInterface".
  • Inlined service "Pimcore\Translation\ExportDataExtractorService\DataExtractor\DocumentDataExtractor" to "Pimcore\Translation\ExportDataExtractorService\ExportDataExtractorServiceInterface".
  • Inlined service "Pimcore\Translation\ExportDataExtractorService\ExportDataExtractorServiceInterface" to "Pimcore\Translation\ExportService\ExportServiceInterface".
  • Inlined service "Pimcore\Translation\ImporterService\Importer\DataObjectImporter" to "Pimcore\Translation\ImporterService\ImporterServiceInterface".
  • Inlined service "Pimcore\Translation\ImporterService\Importer\DocumentImporter" to "Pimcore\Translation\ImporterService\ImporterServiceInterface".
  • Inlined service "Pimcore\Translation\ImportDataExtractor\TranslationItemResolver\TranslationItemResolverInterface" to "Pimcore\Translation\ImportDataExtractor\ImportDataExtractorInterface".
  • Inlined service "mailer.mailer" to "Pimcore\Mail\Mailer".
  • Inlined service "Pimcore\Mail\Plugins\RedirectingPlugin" to "Pimcore\Mail\Mailer".
  • Inlined service "Symfony\Component\Lock\PersistingStoreInterface" to "Symfony\Component\Lock\LockFactory".
  • Inlined service "Pimcore\Config\BundleConfigLocator" to "Pimcore\Routing\Loader\BundleRoutingLoader".
  • Inlined service "workflow.security.expression_language" to "Pimcore\Workflow\ExpressionService".
  • Inlined service "workflow.support_strategy.authorization_checker" to "Pimcore\Workflow\ExpressionService".
  • Inlined service "Pimcore\Workflow\Notification\PimcoreNotificationService" to "Pimcore\Workflow\EventSubscriber\NotificationSubscriber".
  • Inlined service "Pimcore\Composer\PackageInfo" to "Pimcore\Extension\Bundle\PimcoreBundleLocator".
  • Inlined service "Pimcore\Extension\Bundle\Config\StateConfig" to "Pimcore\Extension\Bundle\PimcoreBundleManager".
  • Inlined service "Pimcore\Extension\Bundle\PimcoreBundleLocator" to "Pimcore\Extension\Bundle\PimcoreBundleManager".
  • Inlined service "Pimcore\Log\Processor\ApplicationLoggerProcessor" to "Pimcore\Log\Handler\ApplicationLoggerDb".
  • Inlined service "pimcore.app_logger.introspection_processor" to "Pimcore\Log\Handler\ApplicationLoggerDb".
  • Inlined service "Pimcore\Http\Context\PimcoreContextGuesser" to "Pimcore\Http\Request\Resolver\PimcoreContextResolver".
  • Inlined service "Pimcore\Model\Document\Editable\Loader\EditableLoader.prefix_loader" to "Pimcore\Model\Document\Editable\Loader\EditableLoader".
  • Inlined service "Pimcore\Model\Document\Editable\Loader\EditableLoader.class_map_loader" to "Pimcore\Model\Document\Editable\Loader\EditableLoader".
  • Inlined service "pimcore.implementation_loader.object.data.prefix_loader" to "pimcore.implementation_loader.object.data".
  • Inlined service "pimcore.implementation_loader.object.data.class_map_loader" to "pimcore.implementation_loader.object.data".
  • Inlined service "pimcore.implementation_loader.asset.metadata.data.class_map_loader" to "pimcore.implementation_loader.asset.metadata.data".
  • Inlined service "pimcore.implementation_loader.object.layout.prefix_loader" to "pimcore.implementation_loader.object.layout".
  • Inlined service "Pimcore\HttpKernel\BundleLocator\BundleLocator" to "Pimcore\Document\Editable\EditableHandler".
  • Inlined service "Pimcore\HttpKernel\WebPathResolver" to "Pimcore\Document\Editable\EditableHandler".
  • Inlined service "Pimcore\Cache\FullPage\SessionStatus" to "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener".
  • Inlined service ".service_locator.iUCEvSZ" to "Pimcore\Sitemap\EventListener\SitemapGeneratorListener".
  • Inlined service "Pimcore\Sitemap\UrlGenerator" to "Pimcore\Sitemap\Document\DocumentUrlGenerator".
  • Inlined service "Pimcore\Sitemap\Document\DocumentUrlGenerator" to "Pimcore\Sitemap\Document\DocumentTreeGenerator".
  • Inlined service "Pimcore\Sitemap\Element\Filter\PublishedFilter" to "Pimcore\Sitemap\Document\DocumentTreeGenerator".
  • Inlined service "Pimcore\Sitemap\Element\Filter\PropertiesFilter" to "Pimcore\Sitemap\Document\DocumentTreeGenerator".
  • Inlined service "Pimcore\Sitemap\Document\Filter\DocumentTypeFilter" to "Pimcore\Sitemap\Document\DocumentTreeGenerator".
  • Inlined service "Pimcore\Sitemap\Document\Filter\SiteRootFilter" to "Pimcore\Sitemap\Document\DocumentTreeGenerator".
  • Inlined service "Pimcore\Sitemap\Element\Processor\ModificationDateProcessor" to "Pimcore\Sitemap\Document\DocumentTreeGenerator".
  • Inlined service "Pimcore\Sitemap\Element\Processor\PropertiesProcessor" to "Pimcore\Sitemap\Document\DocumentTreeGenerator".
  • Inlined service "Pimcore\Image\Optimizer\AdvancedPngOptimizer" to "Pimcore\Image\Optimizer".
  • Inlined service "Pimcore\Image\Optimizer\CjpegOptimizer" to "Pimcore\Image\Optimizer".
  • Inlined service "Pimcore\Image\Optimizer\JpegoptimOptimizer" to "Pimcore\Image\Optimizer".
  • Inlined service "Pimcore\Image\Optimizer\PngCrushOptimizer" to "Pimcore\Image\Optimizer".
  • Inlined service "Pimcore\Image\Optimizer\PngOutOptimizer" to "Pimcore\Image\Optimizer".
  • Inlined service "Pimcore\Image\Optimizer\ZopflipngOptimizer" to "Pimcore\Image\Optimizer".
  • Inlined service "Pimcore\Maintenance\Tasks\ScheduledTasksTask" to "Pimcore\Maintenance\Executor".
  • Inlined service "Pimcore\Maintenance\Tasks\LogMailMaintenanceTask" to "Pimcore\Maintenance\Executor".
  • Inlined service "Pimcore\Maintenance\Tasks\LogCleanupTask" to "Pimcore\Maintenance\Executor".
  • Inlined service "Pimcore\Maintenance\Tasks\LogErrorCleanupTask" to "Pimcore\Maintenance\Executor".
  • Inlined service "Pimcore\Maintenance\Tasks\LogArchiveTask" to "Pimcore\Maintenance\Executor".
  • Inlined service "Pimcore\Maintenance\Tasks\CleanupBrickTablesTask" to "Pimcore\Maintenance\Executor".
  • Inlined service "Pimcore\Maintenance\Tasks\CleanupClassificationstoreTablesTask" to "Pimcore\Maintenance\Executor".
  • Inlined service "Pimcore\Maintenance\Tasks\CleanupFieldcollectionTablesTask" to "Pimcore\Maintenance\Executor".
  • Inlined service "Pimcore\Maintenance\Tasks\VersionsCleanupTask" to "Pimcore\Maintenance\Executor".
  • Inlined service "Pimcore\Maintenance\Tasks\VersionsCleanupStackTraceDbTask" to "Pimcore\Maintenance\Executor".
  • Inlined service "Pimcore\Maintenance\Tasks\RedirectCleanupTask" to "Pimcore\Maintenance\Executor".
  • Inlined service "Pimcore\Maintenance\Tasks\DbCleanupBrokenViewsTask" to "Pimcore\Maintenance\Executor".
  • Inlined service "Pimcore\Maintenance\Tasks\TmpStoreCleanupTask" to "Pimcore\Maintenance\Executor".
  • Inlined service "Pimcore\Maintenance\Tasks\HousekeepingTask" to "Pimcore\Maintenance\Executor".
  • Inlined service "Pimcore\Maintenance\Tasks\LowQualityImagePreviewTask" to "Pimcore\Maintenance\Executor".
  • Inlined service "Pimcore\Maintenance\Tasks\StaticPagesGenerationTask" to "Pimcore\Maintenance\Executor".
  • Inlined service "Pimcore\Bundle\EcommerceFrameworkBundle\Maintenance\CleanupPendingOrdersTask" to "Pimcore\Maintenance\Executor".
  • Inlined service "Pimcore\Bundle\EcommerceFrameworkBundle\Maintenance\CleanupVouchersTask" to "Pimcore\Maintenance\Executor".
  • Inlined service "Pimcore\Cache\Core\WriteLock" to "Pimcore\Cache\Core\CoreCacheHandler".
  • Inlined service ".service_locator.rkqpWkD" to "Pimcore\Element\MarshallerService".
  • Inlined service "Pimcore\Targeting\Storage\Cookie\JWTCookieSaveHandler" to "Pimcore\Targeting\Storage\CookieStorage".
  • Inlined service ".service_locator.UWYoxVl" to "Pimcore\Targeting\DataLoader".
  • Inlined service "GeoIp2\Database\Reader" to "Pimcore\Targeting\DataProvider\GeoIp".
  • Inlined service "Pimcore\Targeting\ConditionFactory" to "Pimcore\Targeting\ConditionMatcher".
  • Inlined service "pimcore.targeting.condition_matcher.expression_language" to "Pimcore\Targeting\ConditionMatcher".
  • Inlined service ".service_locator.zukpGBF" to "Pimcore\Targeting\ActionHandler\DelegatingActionHandler".
  • Inlined service "Pimcore\Targeting\Debug\Override\DocumentTargetingOverrideHandler" to "Pimcore\Targeting\Debug\OverrideHandler".
  • Inlined service "Pimcore\Targeting\Debug\Override\LanguageOverrideHandler" to "Pimcore\Targeting\Debug\OverrideHandler".
  • Inlined service "Pimcore\Targeting\Debug\Override\DeviceOverrideHandler" to "Pimcore\Targeting\Debug\OverrideHandler".
  • Inlined service "Pimcore\Targeting\Debug\Override\LocationOverrideHandler" to "Pimcore\Targeting\Debug\OverrideHandler".
  • Inlined service "Pimcore\Targeting\VisitorInfoResolver" to "Pimcore\Targeting\EventListener\TargetingListener".
  • Inlined service "Pimcore\Targeting\Code\TargetingCodeGenerator" to "Pimcore\Targeting\EventListener\TargetingListener".
  • Inlined service "Pimcore\Tool\Glossary\Processor" to "Pimcore\Twig\Extension\GlossaryExtension".
  • Inlined service "Pimcore\Templating\Renderer\IncludeRenderer" to "Pimcore\Twig\Extension\Templating\Inc".
  • Inlined service "Pimcore\Navigation\Builder" to "Pimcore\Twig\Extension\Templating\Navigation".
  • Inlined service "pimcore.templating.navigation.renderer_locator" to "Pimcore\Twig\Extension\Templating\Navigation".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\NewsletterController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\NewsletterController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintcontainerController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintcontainerController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintpageController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintpageController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\External\AdminerController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\External\AdminerController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\External\OpcacheController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\External\OpcacheController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\LogController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\LogController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\RedirectsController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\RedirectsController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\TargetingController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\TargetingController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\UserController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\ExtensionManager\ExtensionManagerController" to "Pimcore\Bundle\AdminBundle\Controller\ExtensionManager\ExtensionManagerController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController" to "Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController" to "Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController" to "Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController" to "Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController" to "Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Reports\AnalyticsController" to "Pimcore\Bundle\AdminBundle\Controller\Reports\AnalyticsController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Reports\CustomReportController" to "Pimcore\Bundle\AdminBundle\Controller\Reports\CustomReportController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Reports\SettingsController" to "Pimcore\Bundle\AdminBundle\Controller\Reports\SettingsController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\AdminBundle\Controller\Searchadmin\SearchController" to "Pimcore\Bundle\AdminBundle\Controller\Searchadmin\SearchController".
  • Inlined service ".service_locator.8N0eUf3" to "Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Manager".
  • Inlined service "pimcore_admin.serializer.normalizer.reference_loop" to "Pimcore\Admin\Serializer".
  • Inlined service "pimcore_admin.serializer.encoder.json" to "Pimcore\Admin\Serializer".
  • Inlined service ".service_locator.Q9.i23." to "Pimcore\DataObject\GridColumnConfig\Service".
  • Inlined service ".service_locator.ETifq8x" to "Pimcore\DataObject\GridColumnConfig\Service".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController" to "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController" to "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController".
  • Inlined service ".service_locator.s5sPCzY.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController" to "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController" to "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController" to "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController".
  • Inlined service ".service_locator.nhJnGPh.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController" to "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController".
  • Inlined service "pimcore_ecommerce.locator.index_service.getters" to "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory".
  • Inlined service "pimcore_ecommerce.locator.index_service.interpreters" to "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory".
  • Inlined service ".service_locator.DfNJkA9" to "Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartManagerLocatorInterface".
  • Inlined service ".service_locator.12mpdvQ" to "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\OrderManagerLocatorInterface".
  • Inlined service ".service_locator.Iy6wLWB" to "Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PricingManagerLocatorInterface".
  • Inlined service ".service_locator.8kO3YDI" to "pimcore_ecommerce.locator.price_system".
  • Inlined service ".service_locator.MhdNWR1" to "pimcore_ecommerce.locator.availability_system".
  • Inlined service "pimcore_ecommerce.locator.pimcore_ecommerce.checkout_manager.handle_pending_payments_strategy_locator" to "pimcore_ecommerce.checkout_manager.default.factory".
  • Inlined service ".service_locator.QIjJuPF" to "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CommitOrderProcessorLocatorInterface".
  • Inlined service ".service_locator.ItYxluF" to "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactoryLocatorInterface".
  • Inlined service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory" to "pimcore_ecommerce.index_service.default.config".
  • Inlined service "pimcore_ecommerce.index_service.default.config" to "pimcore_ecommerce.index_service.default.worker".
  • Inlined service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterGroupHelper" to "pimcore_ecommerce.filter_service.default".
  • Inlined service ".service_locator.rQv8dBt" to "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterServiceLocatorInterface".
  • Inlined service "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingItemBuilder" to "pimcore_ecommerce.tracking.tracker.enhanced_ecommerce".
  • Inlined service "CustomerManagementFrameworkBundle\CustomerSaveHandler\NormalizeZip" to "CustomerManagementFrameworkBundle\CustomerSaveManager\CustomerSaveManagerInterface".
  • Inlined service "CustomerManagementFrameworkBundle\SegmentBuilder\StateSegmentBuilder" to "CustomerManagementFrameworkBundle\SegmentManager\SegmentManagerInterface".
  • Inlined service "CustomerManagementFrameworkBundle\SegmentBuilder\GenderSegmentBuilder" to "CustomerManagementFrameworkBundle\SegmentManager\SegmentManagerInterface".
  • Inlined service "App\CustomerManagementFramework\SegmentBuilder\ProductInterestSegmentBuilder" to "CustomerManagementFrameworkBundle\SegmentManager\SegmentManagerInterface".
  • Inlined service ".service_locator.za.1Wif.CustomerManagementFrameworkBundle\Controller\Admin" to "CustomerManagementFrameworkBundle\Controller\Admin".
  • Inlined service ".service_locator.za.1Wif.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController" to "CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController".
  • Inlined service ".service_locator.za.1Wif.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController" to "CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController".
  • Inlined service ".service_locator.za.1Wif.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" to "CustomerManagementFrameworkBundle\Controller\Admin\CustomersController".
  • Inlined service ".service_locator.za.1Wif.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController" to "CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController".
  • Inlined service ".service_locator.za.1Wif.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController" to "CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController".
  • Inlined service ".service_locator.za.1Wif.CustomerManagementFrameworkBundle\Controller\Admin\HelperController" to "CustomerManagementFrameworkBundle\Controller\Admin\HelperController".
  • Inlined service ".service_locator.za.1Wif.CustomerManagementFrameworkBundle\Controller\Admin\RulesController" to "CustomerManagementFrameworkBundle\Controller\Admin\RulesController".
  • Inlined service ".service_locator.za.1Wif.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController" to "CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController".
  • Inlined service ".service_locator.za.1Wif.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController" to "CustomerManagementFrameworkBundle\Controller\Admin\SettingsController".
  • Inlined service ".service_locator.za.1Wif.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController" to "CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController".
  • Inlined service ".service_locator.s5sPCzY.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController" to "CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController".
  • Inlined service ".service_locator.za.1Wif.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController" to "CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController".
  • Inlined service ".service_locator.za.1Wif.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController" to "CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController".
  • Inlined service ".service_locator.za.1Wif.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController" to "CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController".
  • Inlined service ".service_locator.za.1Wif.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController" to "CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController".
  • Inlined service ".service_locator.za.1Wif.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController" to "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController".
  • Inlined service ".service_locator.za.1Wif.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController" to "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController".
  • Inlined service ".service_locator.za.1Wif.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController" to "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController".
  • Inlined service ".service_locator.za.1Wif.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController" to "CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController".
  • Inlined service ".service_locator.za.1Wif.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController" to "CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController".
  • Inlined service "CustomerManagementFrameworkBundle\Security\OAuth\SessionTokenStorage" to "CustomerManagementFrameworkBundle\Security\OAuth\OAuthRegistrationHandler".
  • Inlined service "CustomerManagementFrameworkBundle\Security\OAuth\AccountConnector" to "CustomerManagementFrameworkBundle\Security\OAuth\OAuthRegistrationHandler".
  • Inlined service ".service_locator.za.1Wif.OutputDataConfigToolkitBundle\Controller\ClassController" to "OutputDataConfigToolkitBundle\Controller\ClassController".
  • Inlined service ".service_locator.za.1Wif.OutputDataConfigToolkitBundle\Controller\AdminController" to "OutputDataConfigToolkitBundle\Controller\AdminController".
  • Inlined service ".service_locator.za.1Wif.Web2PrintToolsBundle\Controller\AdminController" to "Web2PrintToolsBundle\Controller\AdminController".
  • Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\FieldHelper\AssetFieldHelper" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
  • Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\FieldHelper\DocumentFieldHelper" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
  • Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\FieldHelper\DataObjectFieldHelper" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
  • Inlined service ".service_locator.gV6gaE7" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
  • Inlined service ".service_locator.wsRgTGY" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
  • Inlined service ".service_locator.kXPLtjL" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
  • Inlined service ".service_locator.Ab5RU3V" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
  • Inlined service ".service_locator.PCfOZMy" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
  • Inlined service ".service_locator.s5lZjmf" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
  • Inlined service ".service_locator.TSdTWV3" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
  • Inlined service ".service_locator.oTTo.H7" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
  • Inlined service ".service_locator.VyHzrng" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
  • Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\VideoTypeDataType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
  • Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\PageType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
  • Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\LinkType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
  • Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\EmailType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
  • Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\HardlinkType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
  • Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\SnippetType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
  • Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreType\Feature" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
  • Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\ObjectsType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
  • Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\AreablockDataType" to "pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_areablock".
  • Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\LinkDataType" to "pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_link".
  • Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\ScheduledblockDataType" to "pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_scheduledblock".
  • Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\AreablockDataInputType" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_areablock".
  • Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Areablock" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_areablock".
  • Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Block" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_block".
  • Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Embed" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_embed".
  • Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Image" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_image".
  • Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Multiselect" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_multiselect".
  • Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\ScheduledblockDataInputType" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_scheduledblock".
  • Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Scheduledblock" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_scheduledblock".
  • Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Select" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_select".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\DataHubBundle\Controller\ConfigController" to "Pimcore\Bundle\DataHubBundle\Controller\ConfigController".
  • Inlined service ".service_locator.W9y3dzm.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController" to "Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController".
  • Inlined service ".service_locator.s5sPCzY.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController" to "Pimcore\Bundle\DataHubBundle\Controller\WebserviceController".
  • Inlined service ".service_locator.za.1Wif.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController" to "Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController".
  • Inlined service "httplug.collector.formatter" to "Http\Client\Common\PluginClientFactory".
  • Inlined service "httplug.formatter.full_http_message" to "httplug.collector.formatter".
  • Inlined service ".1_CurlCommandFormatter~4u.nmTL" to "httplug.collector.formatter".
  • Inlined service "Http\Client\Common\PluginClientFactory" to "Http\HttplugBundle\Collector\PluginClientFactoryListener".
  • Inlined service "hwi_oauth.resource_ownermap_locator" to "HWI\Bundle\OAuthBundle\Controller\ConnectController".
  • Inlined service "hwi_oauth.util.domain_whitelist" to "HWI\Bundle\OAuthBundle\Controller\RedirectToServiceController".
  • Inlined service "hwi_oauth.templating.helper.oauth" to "hwi_oauth.twig.extension.oauth".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver.inner" to "debug.Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver".
  • Inlined service "debug.Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver.inner" to "debug.Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver".
  • Inlined service "debug.Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver.inner" to "debug.Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver".
  • Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
  • Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
  • Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
  • Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
  • Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
  • Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
  • Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.vMw0m61".
  • Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.XZowc.T".
  • Inlined service "presta_sitemap.messenger.message_handler" to ".messenger.handler_descriptor.axmPPI9".
  • Inlined service "Pimcore\Messenger\Handler\SendNewsletterHandler" to ".messenger.handler_descriptor.lXCgBJt".
  • Inlined service "Pimcore\Messenger\Handler\VideoConvertHandler" to ".messenger.handler_descriptor.zPF.n3v".
  • Inlined service "Pimcore\Messenger\Handler\CleanupThumbnailsHandler" to ".messenger.handler_descriptor.M549gSF".
  • Inlined service "Pimcore\Messenger\Handler\AssetUpdateTasksHandler" to ".messenger.handler_descriptor.4dW7fbT".
  • Inlined service "Pimcore\Messenger\Handler\MaintenanceTaskHandler" to ".messenger.handler_descriptor.TbhewNb".
  • Inlined service "Pimcore\Messenger\Handler\SearchBackendHandler" to ".messenger.handler_descriptor.ZD5jppI".
  • Inlined service "Pimcore\Messenger\Handler\OptimizeImageHandler" to ".messenger.handler_descriptor.aou1rPk".
  • Inlined service "Pimcore\Messenger\Handler\GenerateWeb2PrintPdfHandler" to ".messenger.handler_descriptor.A03hLpI".
  • Inlined service "Pimcore\Messenger\Handler\VersionDeleteHandler" to ".messenger.handler_descriptor.arnT_jz".
  • Inlined service "Pimcore\Messenger\Handler\SanityCheckHandler" to ".messenger.handler_descriptor.mm6wD37".
  • Inlined service ".debug.http_client.inner" to ".debug.http_client".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "scheb_two_factor.security.access.authenticated_voter" to "debug.security.voter.scheb_two_factor.security.access.authenticated_voter".
  • Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service "doctrine.dbal.well_known_schema_asset_filter" to "doctrine.dbal.default_schema_asset_filter_manager".
  • Inlined service "hwi_oauth.authentication.provider.oauth.demo_frontend.two_factor_decorator.inner" to "hwi_oauth.authentication.provider.oauth.demo_frontend.two_factor_decorator".
  • Inlined service "security.authentication.rememberme.services.simplehash.demo_frontend.two_factor_decorator.inner" to "security.authentication.rememberme.services.simplehash.demo_frontend.two_factor_decorator".
  • Inlined service "App\Workflow\SupportsStrategy" to "workflow.registry".
  • Inlined service "state_machine.simple_asset_workflow.definition" to "state_machine.simple_asset_workflow".
  • Inlined service "workflow.product_data_enrichment.definition" to "workflow.product_data_enrichment".
  • Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
  • Inlined service ".service_locator.H1FAn6u" to ".service_locator.H1FAn6u.router.default".
  • Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
  • Inlined service ".service_locator.aq4MYft" to ".service_locator.aq4MYft.twig.template_cache_warmer".
  • Inlined service ".service_locator.PQK0.4p" to ".service_locator.PQK0.4p.sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.1BmsNA5" to ".service_locator.1BmsNA5.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController".
  • Inlined service ".service_locator.nhJnGPh" to ".service_locator.nhJnGPh.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController".
  • Inlined service ".service_locator.W9y3dzm" to ".service_locator.W9y3dzm.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController".
  • Inlined service "security.user_password_hasher" to "security.authentication.provider.guard.pimcore_admin.two_factor_decorator.inner".
  • Inlined service ".service_locator.Dn1h9rM" to "console.command_loader".
  • Inlined service ".cache_connection.GD_MSZC" to "pimcore.cache.adapter.redis_tag_aware.recorder_inner".
  • Inlined service "cache.default_marshaller" to "pimcore.cache.adapter.redis_tag_aware.recorder_inner".
  • Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
  • Inlined service "router.default" to "router".
  • Inlined service "cmf_routing.dynamic_router" to "router".
  • Inlined service "Pimcore\Routing\Element\Router" to "router".
  • Inlined service "Pimcore\Routing\Staticroute\Router" to "router".
  • Inlined service "Pimcore\Routing\Dynamic\DataObjectRouteHandler" to "cmf_routing.route_provider".
  • Inlined service "scheb_two_factor.persister_factory.doctrine" to "Scheb\TwoFactorBundle\Model\PersisterInterface".
  • Inlined service "Pimcore\Model\Factory\FallbackBuilder" to "pimcore.model.factory".
  • Inlined service "pimcore.model.factory.classmap_builder" to "pimcore.model.factory".
  • Inlined service "pimcore.document.areabrick.brick_locator" to "Pimcore\Extension\Document\Areabrick\AreabrickManagerInterface".
  • Inlined service ".service_locator.qStIMoR" to "Symfony\Component\HttpKernel\EventListener\SessionListener".
  • Inlined service "Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartManagerLocatorInterface" to "pimcore_ecommerce.factory".
  • Inlined service "pimcore_ecommerce.locator.price_system" to "pimcore_ecommerce.factory".
  • Inlined service "pimcore_ecommerce.locator.availability_system" to "pimcore_ecommerce.factory".
  • Inlined service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactoryLocatorInterface" to "pimcore_ecommerce.factory".
  • Inlined service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterServiceLocatorInterface" to "pimcore_ecommerce.factory".
  • Inlined service "pimcore_ecommerce.locator.payment_manager.provider" to "pimcore_ecommerce.payment_manager".
  • Inlined service "pimcore_ecommerce.index_service.default.worker" to "pimcore_ecommerce.index_service".
  • Inlined service "pimcore_ecommerce.tracking.tracker.enhanced_ecommerce" to "pimcore_ecommerce.tracking.tracking_manager".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
  • Inlined service "assets.packages" to "twig".
  • Inlined service "assets.packages" to "twig".
  • Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentElementType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
  • Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\General\AnyDocumentTargetType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
  • Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentElementType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
583
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
  • Tag "doctrine_phpcr.event_subscriber" was defined on service(s) "cmf_routing.persistence.doctrine.route_condition_metadata_listener", but was never used. Did you mean "doctrine.event_subscriber"?
  • Tag "scheb_two_factor.access_listener" was defined on service(s) "security.authentication.access_listener.two_factor.pimcore_admin", but was never used.
2