https://nextgittest2.razory.org/robots.txt

Log Messages

Info. & Errors 1

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

Level Channel Message
ERROR request Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136
[
  "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#2035
    -statusCode: 404
    -headers: []
    #message: "No route found for "GET /robots.txt""
    #code: 0
    #file: "/var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/http-kernel/EventListener/RouterListener.php"
    #line: 136
    -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1772 …}
    trace: {
      /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/http-kernel/EventListener/RouterListener.php:136 {
        Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(GetResponseEvent $event) …
        › 
        ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
      }
      /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:88 {
        Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch($event, string $eventName = null): object …
        › {    $event = $this->dispatcher->dispatch($event, $eventName);}
      /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php:46 {
        Shopware\Core\Framework\Event\BusinessEventDispatcher->dispatch($event, string $eventName = null): object …
        › {    $event = $this->dispatcher->dispatch($event, $eventName);}
      /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:32 {
        Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch($event, string $eventName = null): object …
        › 
        ›     return $this->dispatcher->dispatch($event, $eventName);}
      }
      /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:85 {
        Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
        › try {    return $kernel->handle($request, $type, $catch);} finally {
      }
      /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/http-kernel/HttpCache/HttpCache.php:477 {
        Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, $catch = false, Response $entry = null) …
        › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MASTER_REQUEST, $catch);}
      /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/http-kernel/HttpCache/HttpCache.php:450 {
        Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, $catch = false) …
        › 
        › $response = $this->forward($subRequest, $catch);}
      /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/http-kernel/HttpCache/HttpCache.php:344 {
        Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, $catch = false) …
        › 
        ›     return $this->fetch($request, $catch);}
      }
      /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/http-kernel/HttpCache/HttpCache.php:222 {
        Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › } else {    $response = $this->lookup($request, $catch);}
      }
      /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/shopware/core/HttpKernel.php:163 {
        Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
        › 
        › $response = $kernel->handle($transformed, $type, $catch);}
      /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/shopware/core/HttpKernel.php:80 {
        Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult …
        › try {    return $this->doHandle($request, (int) $type, (bool) $catch);} catch (DBALException $e) {
      }
      /var/customers/webs/karlharris/nextgittest2.razory.org/public/index.php:83 {$kernel = new HttpKernel($appEnv, $debug, $classLoader);$result = $kernel->handle($request);}
    }
  }
]
{
  /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/http-kernel/EventListener/RouterListener.php:136 {
    Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(GetResponseEvent $event) …
    › 
    ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
  }
  /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:88 {
    Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch($event, string $eventName = null): object …
    › {    $event = $this->dispatcher->dispatch($event, $eventName);}
  /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php:46 {
    Shopware\Core\Framework\Event\BusinessEventDispatcher->dispatch($event, string $eventName = null): object …
    › {    $event = $this->dispatcher->dispatch($event, $eventName);}
  /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:32 {
    Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch($event, string $eventName = null): object …
    › 
    ›     return $this->dispatcher->dispatch($event, $eventName);}
  }
  /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:85 {
    Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, $type, $catch): Response …
    › try {    return $kernel->handle($request, $type, $catch);} finally {
  }
  /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/http-kernel/HttpCache/HttpCache.php:477 {
    Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, $catch = false, Response $entry = null) …
    › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MASTER_REQUEST, $catch);}
  /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/http-kernel/HttpCache/HttpCache.php:450 {
    Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, $catch = false) …
    › 
    › $response = $this->forward($subRequest, $catch);}
  /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/http-kernel/HttpCache/HttpCache.php:344 {
    Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, $catch = false) …
    › 
    ›     return $this->fetch($request, $catch);}
  }
  /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/http-kernel/HttpCache/HttpCache.php:222 {
    Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › } else {    $response = $this->lookup($request, $catch);}
  }
  /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/shopware/core/HttpKernel.php:163 {
    Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
    › 
    › $response = $kernel->handle($transformed, $type, $catch);}
  /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/shopware/core/HttpKernel.php:80 {
    Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult …
    › try {    return $this->doHandle($request, (int) $type, (bool) $catch);} catch (DBALException $e) {
  }
  /var/customers/webs/karlharris/nextgittest2.razory.org/public/index.php:83 {$kernel = new HttpKernel($appEnv, $debug, $classLoader);$result = $kernel->handle($request);}
}

Deprecations 5

Log messages generated by using features marked as deprecated.

Time Channel Message
php User Deprecated: The "Symfony\Component\Debug\DebugClassLoader" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader" instead.
[
  "exception" => ErrorException {#10
    #message: "User Deprecated: The "Symfony\Component\Debug\DebugClassLoader" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader" instead."
    #code: 0
    #file: "/var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/debug/DebugClassLoader.php"
    #line: 16
    #severity: E_USER_DEPRECATED
    trace: {
      /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/debug/DebugClassLoader.php:16 {
        include …
        › 
        › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', DebugClassLoader::class, \Symfony\Component\ErrorHandler\DebugClassLoader::class), \E_USER_DEPRECATED);}
      /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/composer/ClassLoader.php:478 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/composer/ClassLoader.php:346 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      Composer\Autoload\ClassLoader->loadClass() {}
      /var/customers/webs/karlharris/nextgittest2.razory.org/vendor/symfony/debug/Debug.php:62 {
        Symfony\Component\Debug\Debug::enable($errorReportingLevel = E_ALL, $displayErrors = true) …
        › 
        ›     DebugClassLoader::enable();}
      }
      /var/customers/webs/karlharris/nextgittest2.razory.org/public/index.php:69 {
        › 
        ›     Debug::enable();}
      }
    }
  }
]
n/a The "Shopware\Core\Framework\Routing\SalesChannelApiRouteScope" service relies on the deprecated "Shopware\Core\Framework\Routing\SalesChannelApiRouteScope" class. It should either be deprecated or its implementation upgraded.
n/a The "Symfony\Bundle\TwigBundle\Controller\ExceptionController" class is deprecated since Symfony 4.4, use "Symfony\Component\HttpKernel\Controller\ErrorController" instead.
n/a The "Symfony\Bundle\TwigBundle\Controller\PreviewErrorController" class is deprecated since Symfony 4.4, use the "Symfony\Component\HttpKernel\Controller\ErrorController" instead.
n/a The "Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController" class is deprecated since Symfony 4.4, use "Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController" instead.

Debug 102

Unimportant log messages generated during the execution of the application.

Time Channel Message
event Notified event
"Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
to listener
"Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
.
[
  "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
  "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
event Notified event
"Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
to listener
"Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
.
[
  "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
  "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
event Notified event
"Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
to listener
"Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
.
[
  "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
  "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
event Notified event
"plugin.loaded"
to listener
"Shopware\Core\Framework\Plugin\Subscriber\PluginLoadedSubscriber::unserialize"
.
[
  "event" => "plugin.loaded"
  "listener" => "Shopware\Core\Framework\Plugin\Subscriber\PluginLoadedSubscriber::unserialize"
]
event Notified event
"Shopware\Core\Framework\Event\BeforeSendResponseEvent"
to listener
"Shopware\Storefront\Framework\Routing\StorefrontSubscriber::replaceCsrfToken"
.
[
  "event" => "Shopware\Core\Framework\Event\BeforeSendResponseEvent"
  "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::replaceCsrfToken"
]
event Notified event
"Shopware\Core\Framework\Event\BeforeSendResponseEvent"
to listener
"Shopware\Storefront\Framework\Routing\StorefrontSubscriber::setCanonicalUrl"
.
[
  "event" => "Shopware\Core\Framework\Event\BeforeSendResponseEvent"
  "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::setCanonicalUrl"
]
event Notified event
"kernel.request"
to listener
"Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelRequest"
]
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
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener::onRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener::onRequest"
]
event Notified event
"kernel.request"
to listener
"Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::setupOAuth"
.
[
  "event" => "kernel.request"
  "listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::setupOAuth"
]
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
"Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Shopware\Storefront\Framework\Routing\StorefrontSubscriber::startSession"
.
[
  "event" => "kernel.request"
  "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::startSession"
]
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.exception"
to listener
"Shopware\Core\Framework\Api\EventListener\ResponseExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Shopware\Core\Framework\Api\EventListener\ResponseExceptionListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Shopware\Storefront\Framework\Routing\StorefrontSubscriber::customerNotLoggedInHandler"
.
[
  "event" => "kernel.exception"
  "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::customerNotLoggedInHandler"
]
event Notified event
"kernel.exception"
to listener
"Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver"
.
[
  "event" => "kernel.exception"
  "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Shopware\Storefront\Framework\Routing\StorefrontSubscriber::showHtmlExceptionResponse"
.
[
  "event" => "kernel.exception"
  "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::showHtmlExceptionResponse"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
stopped propagation of the event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
event Notified event
"kernel.response"
to listener
"Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver::addSeoInformation"
.
[
  "event" => "kernel.response"
  "listener" => "Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver::addSeoInformation"
]
event Notified event
"kernel.response"
to listener
"Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener::encodeResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener::encodeResponse"
]
event Notified event
"kernel.response"
to listener
"Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Shopware\Core\Framework\Routing\CoreSubscriber::setSecurityHeaders"
.
[
  "event" => "kernel.response"
  "listener" => "Shopware\Core\Framework\Routing\CoreSubscriber::setSecurityHeaders"
]
event Notified event
"kernel.response"
to listener
"Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener::onResponse"
]
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\EventListener\SurrogateListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::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
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Shopware\Storefront\Framework\Routing\ResponseHeaderListener::__invoke"
.
[
  "event" => "kernel.response"
  "listener" => "Shopware\Storefront\Framework\Routing\ResponseHeaderListener::__invoke"
]
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
"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.response"
to listener
"Shopware\Storefront\Framework\Cache\CacheResponseSubscriber::setResponseCache"
.
[
  "event" => "kernel.response"
  "listener" => "Shopware\Storefront\Framework\Cache\CacheResponseSubscriber::setResponseCache"
]
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\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
event Notified event
"kernel.request"
to listener
"Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelRequest"
]
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
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener::onRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener::onRequest"
]
event Notified event
"kernel.request"
to listener
"Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::setupOAuth"
.
[
  "event" => "kernel.request"
  "listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::setupOAuth"
]
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
"Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Shopware\Storefront\Framework\Routing\StorefrontSubscriber::startSession"
.
[
  "event" => "kernel.request"
  "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::startSession"
]
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
"Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
]
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
"Shopware\Storefront\Framework\Twig\TwigDateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Shopware\Core\Framework\Routing\CoreSubscriber::initializeCspNonce"
.
[
  "event" => "kernel.request"
  "listener" => "Shopware\Core\Framework\Routing\CoreSubscriber::initializeCspNonce"
]
event Notified event
"kernel.request"
to listener
"Shopware\Core\Framework\Api\ApiVersion\ApiVersionSubscriber::checkIfVersionIsSupported"
.
[
  "event" => "kernel.request"
  "listener" => "Shopware\Core\Framework\Api\ApiVersion\ApiVersionSubscriber::checkIfVersionIsSupported"
]
event Notified event
"kernel.request"
to listener
"Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver"
.
[
  "event" => "kernel.request"
  "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver"
]
event Notified event
"kernel.request"
to listener
"Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::requestEvent"
.
[
  "event" => "kernel.request"
  "listener" => "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::requestEvent"
]
event Notified event
"kernel.request"
to listener
"EconsorCrowdfunding\Subscriber\CheckoutSubscriber::handleRequest"
.
[
  "event" => "kernel.request"
  "listener" => "EconsorCrowdfunding\Subscriber\CheckoutSubscriber::handleRequest"
]
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
"Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener::validateRequest"
.
[
  "event" => "kernel.controller"
  "listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener::validateRequest"
]
event Notified event
"kernel.controller"
to listener
"Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::validateRequest"
.
[
  "event" => "kernel.controller"
  "listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::validateRequest"
]
event Notified event
"kernel.controller"
to listener
"Shopware\Storefront\Framework\Csrf\CsrfRouteListener::csrfCheck"
.
[
  "event" => "kernel.controller"
  "listener" => "Shopware\Storefront\Framework\Csrf\CsrfRouteListener::csrfCheck"
]
event Notified event
"kernel.controller"
to listener
"Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext"
.
[
  "event" => "kernel.controller"
  "listener" => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext"
]
event Notified event
"kernel.controller"
to listener
"Shopware\Core\Framework\Routing\RouteScopeListener::checkScope"
.
[
  "event" => "kernel.controller"
  "listener" => "Shopware\Core\Framework\Routing\RouteScopeListener::checkScope"
]
event Notified event
"kernel.controller"
to listener
"Shopware\Core\Framework\Api\Acl\AclAnnotationValidator::validate"
.
[
  "event" => "kernel.controller"
  "listener" => "Shopware\Core\Framework\Api\Acl\AclAnnotationValidator::validate"
]
event Notified event
"kernel.controller"
to listener
"Shopware\Storefront\Framework\Routing\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest"
.
[
  "event" => "kernel.controller"
  "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest"
]
event Notified event
"kernel.controller"
to listener
"Shopware\Storefront\Framework\Captcha\CaptchaRouteListener::validateCaptcha"
.
[
  "event" => "kernel.controller"
  "listener" => "Shopware\Storefront\Framework\Captcha\CaptchaRouteListener::validateCaptcha"
]
event Notified event
"kernel.controller"
to listener
"Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener::checkAffiliateTracking"
.
[
  "event" => "kernel.controller"
  "listener" => "Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener::checkAffiliateTracking"
]
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\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
event Notified event
"kernel.response"
to listener
"Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver::addSeoInformation"
.
[
  "event" => "kernel.response"
  "listener" => "Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver::addSeoInformation"
]
event Notified event
"kernel.response"
to listener
"Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener::encodeResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener::encodeResponse"
]
event Notified event
"kernel.response"
to listener
"Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Shopware\Core\Framework\Routing\CoreSubscriber::setSecurityHeaders"
.
[
  "event" => "kernel.response"
  "listener" => "Shopware\Core\Framework\Routing\CoreSubscriber::setSecurityHeaders"
]
event Notified event
"kernel.response"
to listener
"Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener::onResponse"
]
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\EventListener\SurrogateListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::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
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Shopware\Storefront\Framework\Routing\ResponseHeaderListener::__invoke"
.
[
  "event" => "kernel.response"
  "listener" => "Shopware\Storefront\Framework\Routing\ResponseHeaderListener::__invoke"
]
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
"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.response"
to listener
"Shopware\Storefront\Framework\Cache\CacheResponseSubscriber::setResponseCache"
.
[
  "event" => "kernel.response"
  "listener" => "Shopware\Storefront\Framework\Cache\CacheResponseSubscriber::setResponseCache"
]
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\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 1505

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for "cache.app" (parent: cache.adapter.array).
  • 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: cache.app).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for ".cache.object.inner" (parent: cache.app).
  • Resolving inheritance for ".cache.http.inner" (parent: cache.app).
  • Resolving inheritance for "cache.tags" (parent: cache.app).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "messenger.retry.multiplier_retry_strategy.default" (parent: messenger.retry.abstract_multiplier_retry_strategy).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.spool.memory" (parent: swiftmailer.spool.memory.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.spool" (parent: swiftmailer.transport.spool.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
  • Resolving inheritance for "messenger.bus.shopware.middleware.traceable" (parent: messenger.middleware.traceable).
  • Resolving inheritance for "messenger.bus.shopware.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
  • Resolving inheritance for "messenger.bus.shopware.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.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.debug" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.business_events" (parent: monolog.logger_prototype).
34
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "templating.loader.wrapped"; reason: private alias.
  • Removed service "Shopware\Core\Framework\StateMachine\StateMachineRegistry"; reason: private alias.
  • Removed service "core_mailer"; reason: private alias.
  • Removed service "controller_name_converter"; reason: private alias.
  • Removed service "resolve_controller_name_subscriber"; 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\DependencyInjection\ReverseContainer"; 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 "Psr\SimpleCache\CacheInterface"; 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 "Symfony\Component\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Translation\TranslatorInterface"; 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\Contracts\Cache\TagAwareCacheInterface $cacheObject"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface $cacheObject"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface $cacheObject"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $cacheHttp"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface $cacheHttp"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface $cacheHttp"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $cacheTags"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface $cacheTags"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface $cacheTags"; 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.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\Asset\Packages"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
  • Removed service "messenger.default_serializer"; 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\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\Mime\MimeTypesInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "monolog.handler.business_event_handler"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.transport"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.spool"; reason: private alias.
  • Removed service "swiftmailer.spool"; reason: private alias.
  • Removed service "swiftmailer.transport.real"; reason: private alias.
  • Removed service "Swift_Spool"; reason: private alias.
  • Removed service "swiftmailer.plugin.messagelogger"; reason: private alias.
  • Removed service "swiftmailer.mailer"; reason: private alias.
  • Removed service "Swift_Mailer"; reason: private alias.
  • Removed service "Swift_Transport"; reason: private alias.
  • Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "Interop\Queue\ConnectionFactory"; reason: private alias.
  • Removed service "Interop\Queue\Context"; reason: private alias.
  • Removed service "Enqueue\Consumption\QueueConsumerInterface"; reason: private alias.
  • Removed service "Enqueue\Rpc\RpcClient"; reason: private alias.
  • Removed service "Enqueue\Client\ProducerInterface"; reason: private alias.
  • Removed service "Enqueue\Client\SpoolProducer"; reason: private alias.
  • Removed service "Enqueue\Client\DriverInterface"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; 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 $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 $debugLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $businessEventsLogger"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $logEntryRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $aclRoleRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $aclUserRoleRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $appRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $appTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $appActionButtonRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $appActionButtonTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $appTemplateRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $customFieldRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $customFieldSetRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $customFieldSetRelationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $versionRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $versionCommitRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $versionCommitDataRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $eventActionRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $eventActionRuleRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $eventActionSalesChannelRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $deadMessageRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $messageQueueStatsRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $pluginRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $pluginTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $scheduledTaskRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $languageRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $seoUrlRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $seoUrlTemplateRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $mainCategoryRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $webhookRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $salesChannelRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $salesChannelTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $salesChannelCountryRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $salesChannelCurrencyRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $salesChannelDomainRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $salesChannelLanguageRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $salesChannelPaymentMethodRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $salesChannelShippingMethodRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $salesChannelTypeRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $salesChannelTypeTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $salesChannelAnalyticsRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $countryRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $countryStateRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $countryStateTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $countryTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $currencyRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $currencyTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $localeRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $localeTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $snippetSetRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $snippetRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $salutationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $salutationTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $taxRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $taxRuleRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $taxRuleTypeRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $taxRuleTypeTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $unitRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $unitTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $userRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $userConfigRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $userAccessKeyRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $userRecoveryRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $integrationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $integrationRoleRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $stateMachineRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $stateMachineTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $stateMachineStateRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $stateMachineStateTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $stateMachineTransitionRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $stateMachineHistoryRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $systemConfigRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $numberRangeRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $numberRangeSalesChannelRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $numberRangeStateRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $numberRangeTypeRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $numberRangeTypeTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $numberRangeTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $tagRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $categoryRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $categoryTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $categoryTagRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $mediaRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $mediaDefaultFolderRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $mediaThumbnailRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $mediaTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $mediaFolderRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $mediaThumbnailSizeRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $mediaFolderConfigurationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $mediaFolderConfigurationMediaThumbnailSizeRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $mediaTagRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productCategoryRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productCustomFieldSetRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productTagRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productConfiguratorSettingRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productPriceRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productPropertyRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productSearchKeywordRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productKeywordDictionaryRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productReviewRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productManufacturerRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productManufacturerTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productMediaRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productOptionRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productCategoryTreeRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productCrossSellingRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productCrossSellingTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productCrossSellingAssignedProductsRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productFeatureSetRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productFeatureSetTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productSortingRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productSortingTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productVisibilityRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $deliveryTimeRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $newsletterRecipientRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $newsletterRecipientTagRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $ruleRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $ruleConditionRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productStreamRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productStreamTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productStreamFilterRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productExportRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $propertyGroupRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $propertyGroupOptionRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $propertyGroupOptionTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $propertyGroupTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $cmsPageRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $cmsPageTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $cmsSectionRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $cmsBlockRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $cmsSlotRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $cmsSlotTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $mailTemplateRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $mailTemplateTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $mailTemplateTypeRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $mailTemplateTypeTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $mailTemplateSalesChannelRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $mailTemplateMediaRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $mailHeaderFooterTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $deliveryTimeTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $importExportProfileRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $importExportLogRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $importExportFileRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $importExportProfileTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $customerRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $customerGroupTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $customerAddressRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $customerRecoveryRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $customerGroupRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $customerGroupRegistrationSalesChannelsRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $customerTagRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $customerWishlistRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $customerWishlistProductRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $documentRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $documentTypeRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $documentTypeTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $documentBaseConfigRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $documentBaseConfigSalesChannelRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $orderRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $orderAddressRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $orderCustomerRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $orderDeliveryRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $orderDeliveryPositionRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $orderLineItemRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $orderTagRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $orderTransactionRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $paymentMethodRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $paymentMethodTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $promotionRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $promotionSalesChannelRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $promotionIndividualCodeRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $promotionDiscountRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $promotionDiscountRuleRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $promotionSetgroupRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $promotionSetgroupRuleRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $promotionOrderRuleRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $promotionPersonaCustomerRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $promotionPersonaRuleRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $promotionCartRuleRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $promotionTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $promotionDiscountPricesRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $shippingMethodRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $shippingMethodTagRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $shippingMethodPriceRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $shippingMethodTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $themeRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $themeTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $themeSalesChannelRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $themeMediaRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $ecCrowdfundingSponsorRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $ecCrowdfundingOwnSponsorRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $productSponsorsRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $ecCrowdfundingSponsorTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $ecCrowdfundingCampaignRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $ecCrowdfundingGoodieRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $ecCrowdfundingOrderhistoryRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $ecCrowdfundingOrderBundlesRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $ecCrowdfundingCampaignValidationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $ecCrowdfundingOrderShirtConfigurationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $ecCollectionRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $ecBundlesRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $ecBundlesTranslationRepository"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface $ecBundlesProductRepository"; reason: private alias.
  • Removed service ".service_locator.aA6.Ah1"; reason: private alias.
  • Removed service ".service_locator.06WwV54"; reason: private alias.
  • Removed service ".service_locator.haZR.J2"; reason: private alias.
  • Removed service ".service_locator.pj.34Nt"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface"; reason: private alias.
  • Removed service "Shopware\Core\Framework\Event\BusinessEventDispatcher.inner"; reason: private alias.
  • Removed service "Shopware\Core\Framework\Adapter\Translation\Translator.inner"; reason: private alias.
  • Removed service "twig.template_iterator"; reason: private alias.
  • Removed service "Shopware\Core\Framework\Adapter\Twig\AppTemplateIterator.inner"; reason: private alias.
  • Removed service "Shopware\Core\Framework\Routing\ApiRequestContextResolver"; reason: private alias.
  • Removed service "League\OAuth2\Server\AuthorizationValidators\BearerTokenValidator"; reason: private alias.
  • Removed service "Shopware\Core\Framework\Event\NestedEventDispatcher.inner"; reason: private alias.
  • Removed service "messenger.bus.shopware"; reason: private alias.
  • Removed service "Shopware\Core\System\Language\LanguageLoader"; reason: private alias.
  • Removed service "core_mailer_transport.inner"; reason: private alias.
  • Removed service "Shopware\Administration\Snippet\SnippetFinder"; reason: private alias.
  • Removed service "Shopware\Storefront\Framework\Routing\Router.inner"; reason: private alias.
  • Removed service "Shopware\Core\Content\Product\SalesChannel\Detail\AvailableCombinationLoader"; reason: private alias.
  • Removed service "Shopware\Core\Content\Product\SalesChannel\Detail\ProductConfiguratorLoader"; reason: private alias.
  • Removed service "Shopware\Storefront\Framework\Cookie\CookieProviderInterface"; reason: private alias.
  • Removed service "cache.object"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "debug.event_dispatcher.inner"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "var_dumper.cli_dumper"; reason: private alias.
  • Removed service "Shopware\Core\Checkout\Customer\CustomerValueResolver"; reason: private alias.
  • Removed service "Shopware\Core\Checkout\Cart\CartValueResolver"; reason: private alias.
  • Removed service "Shopware\Core\Framework\Routing\QueryDataBagResolver"; reason: private alias.
  • Removed service "Shopware\Core\Framework\Routing\RequestDataBagResolver"; reason: private alias.
  • Removed service "Shopware\Core\Framework\Api\Context\ContextValueResolver"; reason: private alias.
  • Removed service "Shopware\Core\System\SalesChannel\Context\SalesChannelContextValueResolver"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "Shopware\Core\Framework\Api\Response\ResponseFactoryInterfaceValueResolver"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "Shopware\Core\Framework\Routing\Annotation\CriteriaValueResolver"; reason: private alias.
  • Removed service "sensio_framework_extra.psr7.argument_value_resolver.server_request"; 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 "debug.traced.messenger.bus.shopware.inner"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\Cache\CachedEntitySearcher.inner"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\Read\EntityReaderInterface"; reason: private alias.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\Cache\CachedEntityAggregator.inner"; reason: private alias.
  • Removed service "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"; reason: private alias.
  • Removed service "Shopware\Core\Profiling\Entity\EntityReaderProfiler.inner"; reason: private alias.
  • Removed service "Shopware\Core\Profiling\Entity\EntityAggregatorProfiler.inner"; reason: private alias.
  • Removed service "Shopware\Core\Profiling\Entity\EntitySearcherProfiler.inner"; reason: private alias.
  • Removed service "Shopware\Core\Content\Product\DataAbstractionLayer\SearchKeywordUpdater"; reason: private alias.
  • Removed service "Shopware\Core\Content\Product\SearchKeyword\ProductSearchBuilderInterface"; reason: private alias.
384
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Framework\Api\Controller\SalesChannelProxyController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Framework\Adapter\Cache\CacheClearer" previously pointing to "debug.traced.messenger.bus.shopware" to "message_bus".
  • Changed reference of service "Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator" to "media.repository".
  • Changed reference of service "Shopware\Core\Framework\Changelog\Processor\ChangelogGenerator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\Changelog\Processor\ChangelogReleaseCreator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\Changelog\Processor\ChangelogReleaseExporter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\Changelog\Processor\ChangelogValidator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\Api\Controller\AclController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiLoader" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
  • Changed reference of service "Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Framework\Validation\DataValidator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\App\AppStateService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Framework\App\Lifecycle\AppLifecycle" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Framework\App\AppUrlChangeResolver\ReinstallAppsStrategy" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriteGatewayInterface" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\VersionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CalculatedPriceFieldSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CartPriceFieldSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceDefinitionFieldSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BoolFieldSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedAtFieldSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateFieldSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateTimeFieldSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\EmailFieldSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FkFieldSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StateMachineStateFieldSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FloatFieldSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IdFieldSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IntFieldSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\RemoteAddressFieldSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\JsonFieldSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ConfigJsonFieldSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\LongTextFieldSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ListFieldSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PasswordFieldSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceFieldSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ListingPriceFieldSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StringFieldSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedAtFieldSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedByFieldSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedByFieldSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Framework\Api\Sync\SyncService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry" previously pointing to "debug.traced.messenger.bus.shopware" to "message_bus".
  • Changed reference of service "Shopware\Core\Framework\Demodata\Command\DemodataCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Framework\Demodata\Generator\RuleGenerator" previously pointing to "Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodRepositoryDecorator" to "payment_method.repository".
  • Changed reference of service "Shopware\Core\Framework\Demodata\Generator\MediaGenerator" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderRepositoryDecorator" to "media_folder.repository".
  • Changed reference of service "Shopware\Core\Framework\Event\BusinessEventCollector" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "encrypted.messenger.bus.shopware" previously pointing to "debug.traced.messenger.bus.shopware" to "message_bus".
  • Changed reference of service "Shopware\Core\Framework\MessageQueue\Handler\EncryptedMessageHandler" previously pointing to "debug.traced.messenger.bus.shopware" to "message_bus".
  • Changed reference of service "Shopware\Core\Framework\MessageQueue\DeadMessage\RequeueDeadMessagesService" previously pointing to "debug.traced.messenger.bus.shopware" to "message_bus".
  • Changed reference of service "Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController" previously pointing to "debug.traced.messenger.bus.shopware" to "message_bus".
  • Changed reference of service "Shopware\Core\Framework\Plugin\PluginLifecycleService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Framework\MessageQueue\ScheduledTask\Scheduler\TaskScheduler" previously pointing to "debug.traced.messenger.bus.shopware" to "message_bus".
  • Changed reference of service "Shopware\Core\Framework\Store\Services\FirstRunWizardClient" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Framework\Update\Api\UpdateController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Framework\Adapter\Twig\Extension\MediaExtension" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator" to "media.repository".
  • Changed reference of service "Shopware\Core\Framework\Adapter\Twig\Extension\RawUrlFunctionExtension" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
  • Changed reference of service "Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory" previously pointing to "Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodRepositoryDecorator" to "payment_method.repository".
  • Changed reference of service "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\System\SalesChannel\SalesChannel\ContextSwitchRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\System\SalesChannel\Command\SalesChannelCreateCommand" previously pointing to "Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodRepositoryDecorator" to "payment_method.repository".
  • Changed reference of service "Shopware\Core\System\SalesChannel\DataAbstractionLayer\SalesChannelIndexer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\System\User\Recovery\UserRecoveryService" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
  • Changed reference of service "Shopware\Core\System\StateMachine\StateMachineRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\System\NumberRange\ValueGenerator\NumberRangeValueGeneratorInterface" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\Category\Service\NavigationLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\Media\File\FileSaver" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator" to "media.repository".
  • Changed reference of service "Shopware\Core\Content\Media\File\FileSaver" previously pointing to "debug.traced.messenger.bus.shopware" to "message_bus".
  • Changed reference of service "Shopware\Core\Content\Media\File\FileSaver" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\Media\File\FileLoader" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator" to "media.repository".
  • Changed reference of service "Shopware\Core\Content\Media\File\FileNameProvider" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator" to "media.repository".
  • Changed reference of service "Shopware\Core\Content\Media\Commands\GenerateThumbnailsCommand" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator" to "media.repository".
  • Changed reference of service "Shopware\Core\Content\Media\Commands\GenerateThumbnailsCommand" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderRepositoryDecorator" to "media_folder.repository".
  • Changed reference of service "Shopware\Core\Content\Media\Commands\GenerateThumbnailsCommand" previously pointing to "debug.traced.messenger.bus.shopware" to "message_bus".
  • Changed reference of service "Shopware\Core\Content\Media\Commands\GenerateMediaTypesCommand" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator" to "media.repository".
  • Changed reference of service "Shopware\Core\Content\Media\DeleteNotUsedMediaService" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator" to "media.repository".
  • Changed reference of service "Shopware\Core\Content\Media\MediaFolderService" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator" to "media.repository".
  • Changed reference of service "Shopware\Core\Content\Media\MediaFolderService" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderRepositoryDecorator" to "media_folder.repository".
  • Changed reference of service "Shopware\Core\Content\Media\Thumbnail\ThumbnailService" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator" to "media.repository".
  • Changed reference of service "Shopware\Core\Content\Media\Thumbnail\ThumbnailService" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaThumbnailRepositoryDecorator" to "media_thumbnail.repository".
  • Changed reference of service "Shopware\Core\Content\Media\Thumbnail\ThumbnailService" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderRepositoryDecorator" to "media_folder.repository".
  • Changed reference of service "Shopware\Core\Content\Media\MediaService" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator" to "media.repository".
  • Changed reference of service "Shopware\Core\Content\Media\MediaService" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderRepositoryDecorator" to "media_folder.repository".
  • Changed reference of service "Shopware\Core\Content\Media\DataAbstractionLayer\MediaIndexer" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator" to "media.repository".
  • Changed reference of service "Shopware\Core\Content\Media\DataAbstractionLayer\MediaIndexer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderConfigurationIndexer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderIndexer" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaThumbnailRepositoryDecorator" to "media_thumbnail.repository".
  • Changed reference of service "Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderIndexer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\Product\Cart\ProductGateway" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingSortingRegistry" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\Product\SalesChannel\Suggest\ProductSuggestRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\Product\SalesChannel\Search\ProductSearchRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\Product\SalesChannel\CrossSelling\ProductCrossSellingRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\Newsletter\SalesChannel\NewsletterSubscribeRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\Newsletter\SalesChannel\NewsletterConfirmRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\Rule\RuleValidator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Content\Rule\DataAbstractionLayer\RuleIndexer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\ProductStream\DataAbstractionLayer\ProductStreamIndexer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\ProductExport\Service\ProductExportRenderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\ProductExport\Service\ProductExporter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\ProductExport\Service\ProductExportGenerator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler" previously pointing to "debug.traced.messenger.bus.shopware" to "message_bus".
  • Changed reference of service "Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler" previously pointing to "debug.traced.messenger.bus.shopware" to "message_bus".
  • Changed reference of service "Shopware\Core\Content\ProductExport\Api\ProductExportController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\ProductExport\SalesChannel\ExportController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\Cms\DataAbstractionLayer\FieldSerializer\SlotConfigFieldSerializer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\MailTemplate\Service\MessageFactory" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "mail_header_footer.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\MailTemplate\Service\MailService" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator" to "media.repository".
  • Changed reference of service "Shopware\Core\Content\MailTemplate\Service\MailService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator" to "media.repository".
  • Changed reference of service "Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderRepositoryDecorator" to "media_folder.repository".
  • Changed reference of service "Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator" to "media.repository".
  • Changed reference of service "Shopware\Core\Content\ImportExport\ImportExportFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber" previously pointing to "debug.traced.messenger.bus.shopware" to "message_bus".
  • Changed reference of service "Shopware\Core\Content\ContactForm\Validation\ContactFormValidationFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\ContactForm\SalesChannel\ContactFormRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler" previously pointing to "debug.traced.messenger.bus.shopware" to "message_bus".
  • Changed reference of service "Shopware\Core\Checkout\Cart\CartPersister" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Cart\SalesChannel\CartLoadRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Cart\SalesChannel\CartItemRemoveRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Cart\SalesChannel\CartItemAddRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Cart\SalesChannel\SalesChannelCartController" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator" to "media.repository".
  • Changed reference of service "Shopware\Core\Checkout\Cart\LineItemFactoryRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CreditLineItemFactory" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator" to "media.repository".
  • Changed reference of service "Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CustomLineItemFactory" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator" to "media.repository".
  • Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\AccountService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\LoginRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\LogoutRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\SendPasswordRecoveryMailRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\ResetPasswordRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\ChangePaymentMethodRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\ChangePaymentMethodRoute" previously pointing to "Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodRepositoryDecorator" to "payment_method.repository".
  • Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\ChangeCustomerProfileRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\ChangePasswordRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\ChangeEmailRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\RegisterConfirmRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\ListAddressRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\UpsertAddressRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerIndexer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\LoadWishlistRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\MergeWishlistProductRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Document\Twig\DocumentTemplateRenderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Document\DocumentService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Order\SalesChannel\OrderService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Order\SalesChannel\OrderService" previously pointing to "Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodRepositoryDecorator" to "payment_method.repository".
  • Changed reference of service "Shopware\Core\Checkout\Cart\Order\OrderConverter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Payment\PaymentService" previously pointing to "Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodRepositoryDecorator" to "payment_method.repository".
  • Changed reference of service "Shopware\Core\Checkout\Payment\Cart\PaymentTransactionChainProcessor" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
  • Changed reference of service "Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Framework\Routing\StorefrontSubscriber" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
  • Changed reference of service "Shopware\Storefront\Framework\Csrf\CsrfRouteListener" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Shopware\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand" previously pointing to "Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodRepositoryDecorator" to "payment_method.repository".
  • Changed reference of service "Shopware\Storefront\Page\Navigation\NavigationPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Navigation\Error\ErrorPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Maintenance\MaintenancePageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Suggest\SuggestPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\GenericPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Search\SearchPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Product\ProductPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Product\CrossSelling\CrossSellingLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Product\QuickView\MinimalQuickViewPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Product\ProductLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Checkout\Finish\CheckoutFinishPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Checkout\Confirm\CheckoutConfirmPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Checkout\Offcanvas\OffcanvasCartPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Account\Profile\AccountProfilePageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Account\PaymentMethod\AccountPaymentMethodPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Account\Overview\AccountOverviewPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Account\Order\AccountOrderPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Account\Document\DocumentPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Account\Order\AccountOrderDetailPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Account\Order\AccountEditOrderPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Account\Login\AccountLoginPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Account\CustomerGroupRegistration\CustomerGroupRegistrationPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Checkout\Register\CheckoutRegisterPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Newsletter\Register\NewsletterRegisterPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Newsletter\Subscribe\NewsletterSubscribePageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Address\Detail\AddressDetailPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Address\Listing\AddressListingPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Contact\ContactPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Sitemap\SitemapPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Framework\Cache\CacheStore" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer" previously pointing to "debug.traced.messenger.bus.shopware" to "message_bus".
  • Changed reference of service "Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
  • Changed reference of service "Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer" previously pointing to "Shopware\Storefront\Framework\Routing\RequestTransformer" to "Shopware\Core\Framework\Routing\RequestTransformerInterface".
  • Changed reference of service "Shopware\Storefront\Framework\Captcha\HoneypotCaptcha" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Shopware\Storefront\Event\BackwardSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Event\CartMergedSubscriber" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Shopware\Storefront\Page\Wishlist\WishlistPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Wishlist\GuestWishlistPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Pagelet\Wishlist\GuestWishlistPageletLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Controller\AccountOrderController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Page\Product\Review\ProductReviewLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Controller\ProductExportController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Theme\ThemeCompiler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Storefront\Theme\ThemeCompiler" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator" to "media.repository".
  • Changed reference of service "Shopware\Storefront\Theme\ThemeLifecycleService" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator" to "media.repository".
  • Changed reference of service "Shopware\Storefront\Theme\ThemeLifecycleService" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderRepositoryDecorator" to "media_folder.repository".
  • Changed reference of service "Shopware\Storefront\Theme\ThemeService" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator" to "media.repository".
  • Changed reference of service "Shopware\Storefront\Theme\Command\ThemeChangeCommand" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaThumbnailRepositoryDecorator" to "media_thumbnail.repository".
  • Changed reference of service "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer" previously pointing to "debug.traced.messenger.bus.shopware" to "message_bus".
  • Changed reference of service "EconsorCrowdfunding\Services\CrowdfundingCartService" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator" to "media.repository".
  • Changed reference of service "EconsorCrowdfunding\Services\CrowdfundingCartService" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderRepositoryDecorator" to "media_folder.repository".
  • Changed reference of service "EconsorCrowdfunding\Subscriber\CheckoutSubscriber" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
  • Changed reference of service "EconsorBundles\Storefront\Page\Collection\CollectionLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "EconsorBundles\Storefront\Page\BundleColor\BundleColorLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "EconsorBundles\Storefront\Page\BundleSize\BundleSizeLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "EconsorBundles\Core\Content\Image\SalesChannel\AddImageRoute" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator" to "media.repository".
  • Changed reference of service "locale_listener" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • 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 "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.event_dispatcher_debug" 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 "Shopware\Storefront\Framework\Routing\Router" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
  • 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.routable_message_bus" previously pointing to "debug.traced.messenger.bus.shopware" to "message_bus".
  • Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
  • 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.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.shopware" to "message_bus".
  • Changed reference of service "router_listener" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
  • Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "core_mailer_transport" to "swiftmailer.transport".
  • Changed reference of service "swiftmailer.mailer.default" previously pointing to "core_mailer_transport" to "swiftmailer.transport".
  • Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "twig.extension.routing" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
  • Changed reference of service ".service_locator.Fg.4M0Z" previously pointing to "enqueue.client.default.traceable_producer" to "enqueue.client.default.producer".
  • Changed reference of service "enqueue.profiler.message_queue_collector" previously pointing to "enqueue.client.default.traceable_producer" to "enqueue.client.default.producer".
  • Changed reference of service ".service_locator.V0gjSA1" previously pointing to "debug.traced.messenger.bus.shopware" to "message_bus".
  • Changed reference of service "log_entry.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "acl_role.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "acl_user_role.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "app.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "app_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "app_action_button.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "app_action_button_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "app_template.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "custom_field.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "custom_field_set.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "custom_field_set_relation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "version.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "version_commit.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "version_commit_data.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "event_action.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "event_action_rule.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "event_action_sales_channel.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "dead_message.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "message_queue_stats.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "plugin.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "plugin_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "scheduled_task.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "language.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "seo_url.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "seo_url_template.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "main_category.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "webhook.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sales_channel.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sales_channel_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sales_channel_country.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sales_channel_currency.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sales_channel_domain.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sales_channel_language.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sales_channel_payment_method.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sales_channel_shipping_method.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sales_channel_type.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sales_channel_type_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sales_channel_analytics.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "country.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "country_state.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "country_state_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "country_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "currency.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "currency_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "locale.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "locale_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "snippet_set.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "snippet.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "salutation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "salutation_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "tax.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "tax_rule.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "tax_rule_type.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "tax_rule_type_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "unit.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "unit_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "user.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "user_config.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "user_access_key.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "user_recovery.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "integration.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "integration_role.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "state_machine.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "state_machine_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "state_machine_state.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "state_machine_state_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "state_machine_transition.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "state_machine_history.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "system_config.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "number_range.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "number_range_sales_channel.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "number_range_state.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "number_range_type.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "number_range_type_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "number_range_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "tag.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "category.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "category_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "category_tag.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "media_default_folder.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "media_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "media_thumbnail_size.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "media_folder_configuration.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "media_folder_configuration_media_thumbnail_size.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "media_tag.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_category.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_custom_field_set.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_tag.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_configurator_setting.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_price.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_property.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_search_keyword.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_keyword_dictionary.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_review.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_manufacturer.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_manufacturer_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_media.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_option.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_category_tree.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_cross_selling.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_cross_selling_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_cross_selling_assigned_products.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_feature_set.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_feature_set_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_sorting.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_sorting_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_visibility.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "delivery_time.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "newsletter_recipient.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "newsletter_recipient_tag.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "rule.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "rule_condition.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_stream.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_stream_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_stream_filter.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_export.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "property_group.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "property_group_option.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "property_group_option_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "property_group_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "cms_page.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "cms_page_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "cms_section.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "cms_block.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "cms_slot.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "cms_slot_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mail_template.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mail_template_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mail_template_type.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mail_template_type_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mail_template_sales_channel.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mail_template_media.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mail_header_footer_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "delivery_time_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "import_export_profile.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "import_export_log.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "import_export_file.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "import_export_profile_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "customer.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "customer_group_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "customer_address.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "customer_recovery.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "customer_group.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "customer_group_registration_sales_channels.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "customer_tag.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "customer_wishlist.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "customer_wishlist_product.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "document.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "document_type.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "document_type_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "document_base_config.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "document_base_config_sales_channel.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "order.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "order_address.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "order_customer.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "order_delivery.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "order_delivery_position.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "order_line_item.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "order_tag.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "order_transaction.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "payment_method_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "promotion.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "promotion_sales_channel.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "promotion_individual_code.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "promotion_discount.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "promotion_discount_rule.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "promotion_setgroup.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "promotion_setgroup_rule.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "promotion_order_rule.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "promotion_persona_customer.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "promotion_persona_rule.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "promotion_cart_rule.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "promotion_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "promotion_discount_prices.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "shipping_method.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "shipping_method_tag.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "shipping_method_price.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "shipping_method_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "theme.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "theme_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "theme_sales_channel.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "theme_media.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "ec_crowdfunding_sponsor.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "ec_crowdfunding_own_sponsor.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "product_sponsors.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "ec_crowdfunding_sponsor_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "ec_crowdfunding_campaign.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "ec_crowdfunding_goodie.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "ec_crowdfunding_orderhistory.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "ec_crowdfunding_order_bundles.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "ec_crowdfunding_campaign_validation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "ec_crowdfunding_order_shirt_configuration.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "ec_collection.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "ec_bundles.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "ec_bundles_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "ec_bundles_product.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sales_channel.language.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sales_channel.seo_url.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sales_channel.main_category.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sales_channel.country.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sales_channel.country_state.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sales_channel.currency.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sales_channel.salutation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sales_channel.category.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sales_channel.product.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sales_channel.payment_method.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sales_channel.shipping_method.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.XSes1R5" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.m90YCjy" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
  • Changed reference of service "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\Media\DataAbstractionLayer\MediaThumbnailRepositoryDecorator.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderRepositoryDecorator.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodRepositoryDecorator.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "media.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "media.repository" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaThumbnailRepositoryDecorator" to "media_thumbnail.repository".
  • Changed reference of service "media.repository" previously pointing to "debug.traced.messenger.bus.shopware" to "message_bus".
  • Changed reference of service "media_thumbnail.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "media_thumbnail.repository" previously pointing to "debug.traced.messenger.bus.shopware" to "message_bus".
  • Changed reference of service "media_folder.repository" previously pointing to "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator" to "media.repository".
483
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • 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.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 "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 "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 "swiftmailer.mailer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.null.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.spool.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.file.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.memory.abstract"; reason: abstract.
35
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
  • Removed service "Shopware\Core\Framework\Log\LoggerFactory"; reason: unused.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\ConstraintBuilder"; reason: unused.
  • Removed service "Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\IndexTableOperator"; reason: unused.
  • Removed service "Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem"; reason: unused.
  • Removed service "shopware.asset.asset.version_strategy"; reason: unused.
  • Removed service "framework.filesystem.private"; reason: unused.
  • Removed service "framework.filesystem.public"; reason: unused.
  • Removed service "system.filesystem.private"; reason: unused.
  • Removed service "system.filesystem.public"; reason: unused.
  • Removed service "Shopware\Core\System\SalesChannel\SalesChannel\ContextRoute"; reason: unused.
  • Removed service "content.filesystem.private"; reason: unused.
  • Removed service "content.filesystem.public"; reason: unused.
  • Removed service "checkout.filesystem.private"; reason: unused.
  • Removed service "checkout.filesystem.public"; reason: unused.
  • Removed service "profiling.filesystem.private"; reason: unused.
  • Removed service "profiling.filesystem.public"; reason: unused.
  • Removed service "Shopware\Core\Profiling\Doctrine\MasterSlaveSqlLogger"; reason: unused.
  • Removed service "administration.filesystem.private"; reason: unused.
  • Removed service "administration.filesystem.public"; reason: unused.
  • Removed service "storefront.filesystem.private"; reason: unused.
  • Removed service "storefront.filesystem.public"; reason: unused.
  • Removed service "Shopware\Storefront\Framework\Media\StorefrontMediaUploader"; reason: unused.
  • Removed service "Shopware\Storefront\Page\Newsletter\Register\NewsletterRegisterPageLoader"; reason: unused.
  • Removed service "Shopware\Storefront\Page\Contact\ContactPageLoader"; reason: unused.
  • Removed service "Shopware\Storefront\Framework\Captcha\Annotation\Captcha"; reason: unused.
  • Removed service "_dummy_es_env_usage"; reason: unused.
  • Removed service "elasticsearch.filesystem.private"; reason: unused.
  • Removed service "elasticsearch.filesystem.public"; reason: unused.
  • Removed service "EconsorCrowdfunding\Services\CrowdfundingFeeService"; reason: unused.
  • Removed service "econsor_crowdfunding.filesystem.private"; reason: unused.
  • Removed service "econsor_crowdfunding.filesystem.public"; reason: unused.
  • Removed service "econsor_dress_united_theme.filesystem.private"; reason: unused.
  • Removed service "econsor_dress_united_theme.filesystem.public"; reason: unused.
  • Removed service "econsor_bundles.filesystem.private"; reason: unused.
  • Removed service "econsor_bundles.filesystem.public"; reason: unused.
  • Removed service "_dummy_env_usage"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.simple"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service "cache.default_marshaller"; reason: unused.
  • Removed service "translator.selector"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service ".cache.tags.taggable"; reason: unused.
  • Removed service ".1_NativeFileSessionHandler~bvGZGAW"; 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.save_listener"; 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 "validator.mapping.cache.symfony"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "routing.loader.service"; reason: unused.
  • Removed service "annotations.filesystem_cache_adapter"; reason: unused.
  • Removed service "annotations.filesystem_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 "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 ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~jT4248y"; reason: unused.
  • Removed service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~jT4248y"; reason: unused.
  • Removed service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~jT4248y"; reason: unused.
  • Removed service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~jT4248y"; reason: unused.
  • Removed service "swiftmailer.transport.failover"; reason: unused.
  • Removed service "swiftmailer.transport.replacementfactory"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "twig.extension.weblink"; reason: unused.
  • Removed service ".4_CliContextProvider~P8uyRoh"; reason: unused.
  • Removed service ".3_RequestContextProvider~P8uyRoh"; reason: unused.
  • Removed service ".2_SourceContextProvider~P8uyRoh"; reason: unused.
  • Removed service "var_dumper.server_connection"; reason: unused.
  • Removed service "enqueue.transport.default.connection_factory_factory"; reason: unused.
  • Removed service "enqueue.transport.default.rpc_factory"; reason: unused.
  • Removed service "enqueue.transport.default.rpc_client"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service ".service_locator.wnlveDj"; reason: unused.
90
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service "Shopware\Core\Framework\Migration\MigrationRuntime" to "Shopware\Core\Framework\Migration\MigrationCollectionLoader".
  • Inlined service "Shopware\Core\System\Snippet\Files\AppSnippetFileLoader" to "Shopware\Core\System\Snippet\Files\SnippetFileLoader".
  • Inlined service "Shopware\Core\System\Snippet\Files\SnippetFileCollectionFactory" to "Shopware\Core\System\Snippet\Files\SnippetFileCollection".
  • Inlined service "Shopware\Core\System\Snippet\Files\SnippetFileLoader" to "Shopware\Core\System\Snippet\Files\SnippetFileCollectionFactory".
  • Inlined service "Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\NamespaceHierarchyBuilder" to "Shopware\Core\Framework\Adapter\Twig\TemplateFinder".
  • Inlined service "Shopware\Core\Framework\Adapter\Twig\TemplateIterator.inner" to "Shopware\Core\Framework\Adapter\Twig\TemplateIterator".
  • Inlined service "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver.inner" to "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver".
  • Inlined service "Shopware\Administration\Service\AdminOrderCartService" to "Shopware\Core\Framework\Api\Controller\SalesChannelProxyController".
  • Inlined service "Shopware\Core\Framework\Changelog\Processor\ChangelogGenerator" to "Shopware\Core\Framework\Changelog\Command\ChangelogCreateCommand".
  • Inlined service "Shopware\Core\Framework\Changelog\Processor\ChangelogReleaseCreator" to "Shopware\Core\Framework\Changelog\Command\ChangelogReleaseCommand".
  • Inlined service "Shopware\Core\Framework\Changelog\Processor\ChangelogReleaseExporter" to "Shopware\Core\Framework\Changelog\Command\ChangelogChangeCommand".
  • Inlined service "Shopware\Core\Framework\Changelog\Processor\ChangelogValidator" to "Shopware\Core\Framework\Changelog\Command\ChangelogCheckCommand".
  • Inlined service "Shopware\Core\Framework\DataAbstractionLayer\Search\CompositeEntitySearcher" to "Shopware\Core\Framework\Api\Controller\ApiController".
  • Inlined service "Shopware\Core\Framework\Api\Response\Type\Api\JsonApiType" to "Shopware\Core\Framework\Api\Response\ResponseFactoryRegistry".
  • Inlined service "Shopware\Core\Framework\Api\Response\Type\SalesChannel\JsonApiType" to "Shopware\Core\Framework\Api\Response\ResponseFactoryRegistry".
  • Inlined service "Shopware\Core\Framework\Api\Response\Type\Api\JsonType" to "Shopware\Core\Framework\Api\Response\ResponseFactoryRegistry".
  • Inlined service "Shopware\Core\Framework\Api\Response\Type\SalesChannel\JsonType" to "Shopware\Core\Framework\Api\Response\ResponseFactoryRegistry".
  • Inlined service "Shopware\Core\Framework\Api\Converter\DefaultApiConverter" to "Shopware\Core\Framework\Api\Converter\ConverterRegistry".
  • Inlined service "Shopware\Core\Framework\Api\Converter\ConverterRegistry" to "Shopware\Core\Framework\Api\Converter\ApiVersionConverter".
  • Inlined service "Shopware\Core\Framework\Api\ApiDefinition\Generator\StoreApiGenerator" to "Shopware\Core\Framework\Api\ApiDefinition\DefinitionService".
  • Inlined service "Shopware\Core\Framework\Api\ApiDefinition\Generator\EntitySchemaGenerator" to "Shopware\Core\Framework\Api\ApiDefinition\DefinitionService".
  • Inlined service "Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiPathBuilder" to "Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi3Generator".
  • Inlined service "Shopware\Core\Framework\Api\OAuth\ClientRepository" to "shopware.api.authorization_server".
  • Inlined service "Shopware\Core\Framework\Api\OAuth\ScopeRepository" to "shopware.api.authorization_server".
  • Inlined service "Shopware\Core\Framework\Api\OAuth\BearerTokenValidator" to "shopware.api.resource_server".
  • Inlined service "Shopware\Core\Framework\Api\OAuth\BearerTokenValidator.inner" to "Shopware\Core\Framework\Api\OAuth\BearerTokenValidator".
  • Inlined service "shopware.api.resource_server" to "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener".
  • Inlined service "Shopware\Core\Framework\Api\OAuth\UserRepository" to "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener".
  • Inlined service "Nyholm\Psr7\Factory\Psr17Factory" to "Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory".
  • Inlined service "Nyholm\Psr7\Factory\Psr17Factory" to "Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory".
  • Inlined service "Nyholm\Psr7\Factory\Psr17Factory" to "Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory".
  • Inlined service "Nyholm\Psr7\Factory\Psr17Factory" to "Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory".
  • Inlined service "Shopware\Core\Framework\Webhook\Hookable\HookableEventCollector" to "Shopware\Core\Framework\App\Validation\HookableValidator".
  • Inlined service "Shopware\Core\Framework\App\Template\TemplateLoader" to "Shopware\Core\Framework\App\Lifecycle\Persister\TemplatePersister".
  • Inlined service "Shopware\Core\Framework\App\Lifecycle\AppLifecycleIterator" to "Shopware\Core\Framework\App\AppService".
  • Inlined service "Shopware\Core\Framework\App\Lifecycle\Registration\HandshakeFactory" to "Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService".
  • Inlined service "Shopware\Core\Framework\App\Lifecycle\Persister\PermissionPersister" to "Shopware\Core\Framework\App\Lifecycle\AppLifecycle".
  • Inlined service "Shopware\Core\Framework\App\Lifecycle\Persister\CustomFieldPersister" to "Shopware\Core\Framework\App\Lifecycle\AppLifecycle".
  • Inlined service "Shopware\Core\Framework\App\Lifecycle\Persister\ActionButtonPersister" to "Shopware\Core\Framework\App\Lifecycle\AppLifecycle".
  • Inlined service "Shopware\Core\Framework\App\Lifecycle\Persister\TemplatePersister" to "Shopware\Core\Framework\App\Lifecycle\AppLifecycle".
  • Inlined service "Shopware\Core\Framework\App\Lifecycle\Persister\WebhookPersister" to "Shopware\Core\Framework\App\Lifecycle\AppLifecycle".
  • Inlined service "Shopware\Core\Framework\App\ActionButton\ActionButtonLoader" to "Shopware\Core\Framework\App\Api\AppActionController".
  • Inlined service "Shopware\Core\Framework\App\ActionButton\AppActionLoader" to "Shopware\Core\Framework\App\Api\AppActionController".
  • Inlined service "Shopware\Core\Framework\App\ActionButton\Executor" to "Shopware\Core\Framework\App\Api\AppActionController".
  • Inlined service "Shopware\Core\Framework\App\Manifest\ModuleLoader" to "Shopware\Core\Framework\App\Api\AppActionController".
  • Inlined service "Shopware\Core\Framework\App\AppService" to "Shopware\Core\Framework\App\Command\RefreshAppCommand".
  • Inlined service "Shopware\Core\Framework\DataAbstractionLayer\SchemaGenerator" to "Shopware\Core\Framework\DataAbstractionLayer\Command\CreateSchemaCommand".
  • Inlined service "Shopware\Core\Framework\DataAbstractionLayer\EntityGenerator" to "Shopware\Core\Framework\DataAbstractionLayer\Command\CreateEntitiesCommand".
  • Inlined service "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\CachedEntitySearcher".
  • Inlined service "Shopware\Core\Framework\DataAbstractionLayer\Cache\CachedEntityReader.inner" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\CachedEntityReader".
  • Inlined service "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\CachedEntityAggregator".
  • Inlined service "Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinBuilder\AntiJoinBuilder" to "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper".
  • Inlined service "Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\AggregationParser" to "Shopware\Core\Framework\DataAbstractionLayer\Search\RequestCriteriaBuilder".
  • Inlined service "Shopware\Core\Framework\DataAbstractionLayer\Search\ApiCriteriaValidator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\RequestCriteriaBuilder".
  • Inlined service "Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchTermInterpreter" to "Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder".
  • Inlined service "Shopware\Core\Framework\DataAbstractionLayer\Search\Term\EntityScoreQueryBuilder" to "Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder".
  • Inlined service "Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\CriteriaPartResolver" to "Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder".
  • Inlined service "Shopware\Core\Framework\DataAbstractionLayer\Dbal\ExceptionHandlerRegistry" to "Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriteGatewayInterface".
  • Inlined service "Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinBuilder\ManyToOneJoinBuilder" to "Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToOneAssociationFieldResolver".
  • Inlined service "Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinBuilder\OneToManyJoinBuilder" to "Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver".
  • Inlined service "Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinBuilder\ManyToManyJoinBuilder" to "Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver".
  • Inlined service "Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinBuilder\TranslatedJoinBuilder" to "Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver".
  • Inlined service "Shopware\Core\Framework\DataAbstractionLayer\DefinitionValidator" to "Shopware\Core\Framework\DataAbstractionLayer\Command\DataAbstractionLayerValidateCommand".
  • Inlined service "Shopware\Core\Framework\Demodata\DemodataService" to "Shopware\Core\Framework\Demodata\Command\DemodataCommand".
  • Inlined service "shopware.asset.theme.version_strategy" to "shopware.asset.theme".
  • Inlined service "Shopware\Core\Framework\MessageQueue\MonitoringBusDecorator.inner" to "Shopware\Core\Framework\MessageQueue\MonitoringBusDecorator".
  • Inlined service "encrypted.messenger.bus.shopware" to "Shopware\Core\Framework\MessageQueue\DeadMessage\RequeueDeadMessagesService".
  • Inlined service "Shopware\Core\Framework\MessageQueue\DeadMessage\RequeueDeadMessagesService" to "Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesHandler".
  • Inlined service "Shopware\Core\Framework\MessageQueue\Subscriber\EarlyReturnMessagesListener" to "Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController".
  • Inlined service "Shopware\Core\Framework\Plugin\BundleConfigGenerator" to "Shopware\Core\Framework\Plugin\BundleConfigDumper".
  • Inlined service "Shopware\Core\Framework\Plugin\Changelog\ChangelogService" to "Shopware\Core\Framework\Plugin\PluginService".
  • Inlined service "Shopware\Core\Framework\Plugin\Util\PluginFinder" to "Shopware\Core\Framework\Plugin\PluginService".
  • Inlined service "Shopware\Core\Framework\Plugin\Util\VersionSanitizer" to "Shopware\Core\Framework\Plugin\PluginService".
  • Inlined service "Shopware\Core\Framework\Plugin\Composer\CommandExecutor" to "Shopware\Core\Framework\Plugin\PluginLifecycleService".
  • Inlined service "Shopware\Core\Framework\Plugin\Requirement\RequirementsValidator" to "Shopware\Core\Framework\Plugin\PluginLifecycleService".
  • Inlined service "Shopware\Core\Framework\Plugin\Changelog\ChangelogParser" to "Shopware\Core\Framework\Plugin\Changelog\ChangelogService".
  • Inlined service "Shopware\Core\Framework\Plugin\PluginZipDetector" to "Shopware\Core\Framework\Plugin\PluginManagementService".
  • Inlined service "Shopware\Core\Framework\Plugin\PluginExtractor" to "Shopware\Core\Framework\Plugin\PluginManagementService".
  • Inlined service "shopware.filesystem.asset" to "Shopware\Core\Framework\Plugin\Util\AssetService".
  • Inlined service "Shopware\Core\Framework\Plugin\Composer\PackageProvider" to "Shopware\Core\Framework\Plugin\Util\PluginFinder".
  • Inlined service "shopware.store.mock_handler" to "Shopware\Core\Framework\Store\Services\StoreService".
  • Inlined service "Shopware\Core\System\Language\CachedLanguageLoader.inner" to "Shopware\Core\System\Language\CachedLanguageLoader".
  • Inlined service "Shopware\Core\Framework\Update\Services\ApiClient" to "Shopware\Core\Framework\Update\Api\UpdateController".
  • Inlined service "Shopware\Core\Framework\Update\Services\RequirementsValidator" to "Shopware\Core\Framework\Update\Api\UpdateController".
  • Inlined service "Shopware\Core\Framework\Update\Services\PluginCompatibility" to "Shopware\Core\Framework\Update\Api\UpdateController".
  • Inlined service "Shopware\Core\Framework\Update\Services\Filesystem" to "Shopware\Core\Framework\Update\Checkers\WriteableCheck".
  • Inlined service "Shopware\Core\Content\Seo\Entity\Dbal\SeoUrlJoinBuilder" to "Shopware\Core\Content\Seo\Entity\Dbal\SeoUrlAssociationFieldResolver".
  • Inlined service "Shopware\Core\Content\Seo\Validation\SeoUrlValidationFactory" to "Shopware\Core\Content\Seo\Api\SeoActionController".
  • Inlined service "Shopware\Core\Framework\Webhook\WebhookDispatcher.inner" to "Shopware\Core\Framework\Webhook\WebhookDispatcher".
  • Inlined service "Shopware\Core\Framework\Webhook\Hookable\HookableEventFactory" to "Shopware\Core\Framework\Webhook\WebhookDispatcher".
  • Inlined service "Shopware\Core\Framework\Webhook\BusinessEventEncoder" to "Shopware\Core\Framework\Webhook\Hookable\HookableEventFactory".
  • Inlined service "Shopware\Core\Framework\Webhook\Hookable\WriteResultMerger" to "Shopware\Core\Framework\Webhook\Hookable\HookableEventFactory".
  • Inlined service "Shopware\Core\System\Snippet\SnippetValidatorInterface" to "Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand".
  • Inlined service "Shopware\Core\System\Snippet\SnippetFixer" to "Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand".
  • Inlined service "Shopware\Core\System\User\Service\UserProvisioner" to "Shopware\Core\System\User\Command\UserCreateCommand".
  • Inlined service "Shopware\Core\System\User\Recovery\UserRecoveryService" to "Shopware\Core\System\User\Api\UserRecoveryController".
  • Inlined service "Shopware\Core\System\User\Service\UserValidationService" to "Shopware\Core\System\User\Api\UserValidationController".
  • Inlined service "kernel.bundles" to "Shopware\Core\System\SystemConfig\Service\ConfigurationService".
  • Inlined service "Shopware\Core\System\SystemConfig\Service\ConfigurationService" to "Shopware\Core\System\SystemConfig\Api\SystemConfigController".
  • Inlined service "Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternRegistry" to "Shopware\Core\System\NumberRange\ValueGenerator\NumberRangeValueGeneratorInterface".
  • Inlined service "Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageInterface" to "Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternIncrement".
  • Inlined service "Shopware\Core\Framework\DataAbstractionLayer\Indexing\TreeUpdater" to "Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer".
  • Inlined service "Shopware\Core\Content\Category\DataAbstractionLayer\CategoryBreadcrumbUpdater" to "Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer".
  • Inlined service "Shopware\Core\Content\Media\File\FileUrlValidatorInterface" to "Shopware\Core\Content\Media\File\FileFetcher".
  • Inlined service "Shopware\Core\Content\Media\Metadata\MetadataLoader" to "Shopware\Core\Content\Media\File\FileSaver".
  • Inlined service "Shopware\Core\Content\Media\DeleteNotUsedMediaService" to "Shopware\Core\Content\Media\Commands\DeleteNotUsedMediaCommand".
  • Inlined service "Shopware\Core\Content\Media\Pathname\PathnameStrategy\PathnameStrategyInterface" to "Shopware\Core\Content\Media\Pathname\UrlGeneratorInterface".
  • Inlined service "Shopware\Core\Content\Media\Pathname\PathnameStrategy\StrategyFactory" to "Shopware\Core\Content\Media\Pathname\PathnameStrategy\PathnameStrategyInterface".
  • Inlined service "Shopware\Core\Content\Media\MediaFolderService" to "Shopware\Core\Content\Media\Api\MediaFolderController".
  • Inlined service "Shopware\Core\Content\Media\File\FileLoader" to "Shopware\Core\Content\Media\MediaService".
  • Inlined service "Shopware\Core\Content\Media\File\FileFetcher" to "Shopware\Core\Content\Media\MediaService".
  • Inlined service "Shopware\Core\Content\Product\Util\VariantCombinationLoader" to "Shopware\Core\Content\Product\Api\ProductActionController".
  • Inlined service "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingSortingRegistry" to "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber".
  • Inlined service "Shopware\Core\Content\Product\DataAbstractionLayer\VariantListingUpdater" to "Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer".
  • Inlined service "Shopware\Core\Content\Product\DataAbstractionLayer\ProductCategoryDenormalizer" to "Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer".
  • Inlined service "Shopware\Core\Content\Product\DataAbstractionLayer\Indexing\ListingPriceUpdater" to "Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer".
  • Inlined service "Shopware\Core\Framework\DataAbstractionLayer\Indexing\InheritanceUpdater" to "Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer".
  • Inlined service "Shopware\Core\Content\Product\DataAbstractionLayer\RatingAverageUpdater" to "Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer".
  • Inlined service "Shopware\Elasticsearch\Product\SearchKeywordReplacement" to "Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer".
  • Inlined service "Shopware\Core\Content\Product\DataAbstractionLayer\ProductPurchasePriceDeprecationUpdater" to "Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer".
  • Inlined service "Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader" to "Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute".
  • Inlined service "Shopware\Core\Content\ProductExport\Service\ProductExportValidator" to "Shopware\Core\Content\ProductExport\Service\ProductExportGenerator".
  • Inlined service "Shopware\Core\Content\ImportExport\Service\SupportedFeaturesService" to "Shopware\Core\Content\ImportExport\Controller\ImportExportActionController".
  • Inlined service "Shopware\Core\Content\ImportExport\Service\DownloadService" to "Shopware\Core\Content\ImportExport\Controller\ImportExportActionController".
  • Inlined service "Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\SerializerRegistry" to "Shopware\Core\Content\ImportExport\Processing\Pipe\PipeFactory".
  • Inlined service "Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService" to "Shopware\Core\Content\ImportExport\Command\DeleteExpiredFilesCommand".
  • Inlined service "Shopware\Core\Content\ContactForm\Validation\ContactFormValidationFactory" to "Shopware\Core\Content\ContactForm\SalesChannel\ContactFormRoute".
  • Inlined service "Shopware\Core\Content\Sitemap\Service\SitemapHandleFactoryInterface" to "Shopware\Core\Content\Sitemap\Service\SitemapExporter".
  • Inlined service "Shopware\Core\Content\Sitemap\Service\SitemapLister" to "Shopware\Core\Content\Sitemap\SalesChannel\SitemapRoute".
  • Inlined service "Shopware\Core\Checkout\Cart\Order\OrderPersister" to "Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute".
  • Inlined service "Shopware\Core\Checkout\Cart\Delivery\DeliveryBuilder" to "Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor".
  • Inlined service "Shopware\Core\Checkout\Cart\Delivery\DeliveryCalculator" to "Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor".
  • Inlined service "Shopware\Core\Checkout\Cart\Validator" to "Shopware\Core\Checkout\Cart\Processor".
  • Inlined service "Shopware\Core\Checkout\Cart\Transaction\TransactionProcessor" to "Shopware\Core\Checkout\Cart\Processor".
  • Inlined service "Shopware\Core\Content\Product\Cart\ProductGateway" to "Shopware\Core\Content\Product\Cart\ProductCartProcessor".
  • Inlined service "Shopware\Core\Content\Product\Cart\ProductFeatureBuilder" to "Shopware\Core\Content\Product\Cart\ProductCartProcessor".
  • Inlined service "Shopware\Core\Checkout\Cart\Order\RecalculationService" to "Shopware\Core\Checkout\Cart\Order\Api\OrderRecalculationController".
  • Inlined service "Shopware\Core\Checkout\Cart\RuleLoader" to "Shopware\Core\Checkout\Cart\CartRuleLoader".
  • Inlined service "Shopware\Core\Checkout\Cart\LineItem\Group\RulesMatcher\AnyRuleMatcher" to "Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupBuilder".
  • Inlined service "Shopware\Core\Checkout\Customer\Validation\CustomerValidationFactory" to "Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute".
  • Inlined service "Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerVatIdsDeprecationUpdater" to "Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerIndexer".
  • Inlined service "Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry" to "Shopware\Core\Checkout\Document\DocumentService".
  • Inlined service "Shopware\Core\Checkout\Document\FileGenerator\FileGeneratorRegistry" to "Shopware\Core\Checkout\Document\DocumentService".
  • Inlined service "Shopware\Core\Checkout\Order\Validation\OrderValidationFactory" to "Shopware\Core\Checkout\Order\SalesChannel\OrderService".
  • Inlined service "Shopware\Core\Checkout\Payment\Cart\PaymentTransactionChainProcessor" to "Shopware\Core\Checkout\Payment\PaymentService".
  • Inlined service ".service_locator.Wd0BJoh" to "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry".
  • Inlined service "Shopware\Core\Checkout\Promotion\Gateway\PromotionGateway" to "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector".
  • Inlined service "Shopware\Core\Checkout\Promotion\Cart\PromotionCalculator" to "Shopware\Core\Checkout\Promotion\Cart\PromotionProcessor".
  • Inlined service "Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryCalculator" to "Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryProcessor".
  • Inlined service "Shopware\Core\Checkout\Promotion\Cart\Discount\Composition\DiscountCompositionBuilder" to "Shopware\Core\Checkout\Promotion\Cart\PromotionCalculator".
  • Inlined service "Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\AdvancedPackageFilter" to "Shopware\Core\Checkout\Promotion\Cart\PromotionCalculator".
  • Inlined service "Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\AdvancedPackagePicker" to "Shopware\Core\Checkout\Promotion\Cart\PromotionCalculator".
  • Inlined service "Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\AdvancedPackageRules" to "Shopware\Core\Checkout\Promotion\Cart\PromotionCalculator".
  • Inlined service "Shopware\Core\Checkout\Promotion\Cart\Discount\ScopePackager\CartScopeDiscountPackager" to "Shopware\Core\Checkout\Promotion\Cart\PromotionCalculator".
  • Inlined service "Shopware\Core\Checkout\Promotion\Cart\Discount\ScopePackager\SetGroupScopeDiscountPackager" to "Shopware\Core\Checkout\Promotion\Cart\PromotionCalculator".
  • Inlined service "Shopware\Core\Checkout\Promotion\Cart\Discount\ScopePackager\SetScopeDiscountPackager" to "Shopware\Core\Checkout\Promotion\Cart\PromotionCalculator".
  • Inlined service "Shopware\Core\Checkout\Promotion\Util\PromotionCodesLoader" to "Shopware\Core\Checkout\Promotion\Api\PromotionActionController".
  • Inlined service "Shopware\Core\Checkout\Promotion\Util\PromotionCodesRemover" to "Shopware\Core\Checkout\Promotion\Api\PromotionActionController".
  • Inlined service "Shopware\Core\Checkout\Promotion\Service\PromotionDateTimeService" to "Shopware\Core\Checkout\Promotion\Gateway\PromotionGateway".
  • Inlined service "Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionExclusionUpdater" to "Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer".
  • Inlined service "Shopware\Core\Checkout\Shipping\DataAbstractionLayer\ShippingMethodPriceDeprecationUpdater" to "Shopware\Core\Checkout\Shipping\DataAbstractionLayer\ShippingMethodIndexer".
  • Inlined service "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler.inner" to "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler".
  • Inlined service "Shopware\Core\Framework\DataAbstractionLayer\Cache\CachedEntityReader" to "Shopware\Core\Profiling\Entity\EntityReaderProfiler".
  • Inlined service "Shopware\Core\Framework\DataAbstractionLayer\Cache\CachedEntityAggregator" to "Shopware\Core\Profiling\Entity\EntityAggregatorProfiler".
  • Inlined service "Shopware\Core\Framework\DataAbstractionLayer\Cache\CachedEntitySearcher" to "Shopware\Core\Profiling\Entity\EntitySearcherProfiler".
  • Inlined service "Shopware\Administration\Snippet\CachedSnippetFinder" to "Shopware\Administration\Controller\AdministrationController".
  • Inlined service "Shopware\Administration\Framework\Routing\KnownIps\KnownIpsCollector" to "Shopware\Administration\Controller\AdministrationController".
  • Inlined service "Shopware\Administration\Snippet\CachedSnippetFinder.inner" to "Shopware\Administration\Snippet\CachedSnippetFinder".
  • Inlined service "Shopware\Core\Content\Seo\HreflangLoaderInterface" to "Shopware\Storefront\Framework\Routing\StorefrontSubscriber".
  • Inlined service "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader" to "Shopware\Storefront\Page\GenericPageLoader".
  • Inlined service "Shopware\Storefront\Page\Product\CrossSelling\CrossSellingLoader" to "Shopware\Storefront\Page\Product\ProductPageLoader".
  • Inlined service "Shopware\Storefront\Page\Product\Configurator\AvailableCombinationLoader.inner" to "Shopware\Storefront\Page\Product\Configurator\AvailableCombinationLoader".
  • Inlined service "Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader.inner" to "Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader".
  • Inlined service "Shopware\Storefront\Framework\Cache\CacheStateValidator" to "Shopware\Storefront\Framework\Cache\CacheStore".
  • Inlined service "Shopware\Storefront\Framework\Cache\CacheWarmer\CacheRouteWarmerRegistry" to "Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer".
  • Inlined service "Shopware\Storefront\Framework\Cookie\AppCookieProvider.inner" to "Shopware\Storefront\Framework\Cookie\AppCookieProvider".
  • Inlined service "Shopware\Storefront\Framework\Cache\CacheDecorator.inner" to "Shopware\Storefront\Framework\Cache\CacheDecorator".
  • Inlined service "Shopware\Core\Content\Seo\SeoUrlUpdater" to "Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener".
  • Inlined service "Shopware\Storefront\Page\Account\Order\AccountOrderPageLoader" to "Shopware\Storefront\Controller\AccountOrderController".
  • Inlined service "Shopware\Storefront\Page\Account\Order\AccountEditOrderPageLoader" to "Shopware\Storefront\Controller\AccountOrderController".
  • Inlined service "Shopware\Storefront\Page\Account\Order\AccountOrderDetailPageLoader" to "Shopware\Storefront\Controller\AccountOrderController".
  • Inlined service "Shopware\Storefront\Page\Account\PaymentMethod\AccountPaymentMethodPageLoader" to "Shopware\Storefront\Controller\AccountPaymentController".
  • Inlined service "Shopware\Storefront\Page\Account\Overview\AccountOverviewPageLoader" to "Shopware\Storefront\Controller\AccountProfileController".
  • Inlined service "Shopware\Storefront\Page\Account\Profile\AccountProfilePageLoader" to "Shopware\Storefront\Controller\AccountProfileController".
  • Inlined service "Shopware\Storefront\Page\Address\Listing\AddressListingPageLoader" to "Shopware\Storefront\Controller\AddressController".
  • Inlined service "Shopware\Storefront\Page\Address\Detail\AddressDetailPageLoader" to "Shopware\Storefront\Controller\AddressController".
  • Inlined service "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader" to "Shopware\Storefront\Controller\CheckoutController".
  • Inlined service "Shopware\Storefront\Page\Checkout\Confirm\CheckoutConfirmPageLoader" to "Shopware\Storefront\Controller\CheckoutController".
  • Inlined service "Shopware\Storefront\Page\Checkout\Finish\CheckoutFinishPageLoader" to "Shopware\Storefront\Controller\CheckoutController".
  • Inlined service "Shopware\Storefront\Page\Checkout\Offcanvas\OffcanvasCartPageLoader" to "Shopware\Storefront\Controller\CheckoutController".
  • Inlined service "Shopware\Storefront\Framework\Cookie\AppCookieProvider" to "Shopware\Storefront\Controller\CookieController".
  • Inlined service "Shopware\Storefront\Page\Maintenance\MaintenancePageLoader" to "Shopware\Storefront\Controller\MaintenanceController".
  • Inlined service "Shopware\Storefront\Framework\Twig\ErrorTemplateResolver" to "Shopware\Storefront\Controller\ErrorController".
  • Inlined service "session.flash_bag" to "Shopware\Storefront\Controller\ErrorController".
  • Inlined service "Shopware\Storefront\Page\Navigation\Error\ErrorPageLoader" to "Shopware\Storefront\Controller\ErrorController".
  • Inlined service "Shopware\Storefront\Page\Navigation\NavigationPageLoader" to "Shopware\Storefront\Controller\NavigationController".
  • Inlined service "Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader" to "Shopware\Storefront\Controller\NavigationController".
  • Inlined service "Shopware\Storefront\Page\Newsletter\Subscribe\NewsletterSubscribePageLoader" to "Shopware\Storefront\Controller\NewsletterController".
  • Inlined service "Shopware\Storefront\Page\Product\ProductPageLoader" to "Shopware\Storefront\Controller\ProductController".
  • Inlined service "Shopware\Storefront\Page\Product\QuickView\MinimalQuickViewPageLoader" to "Shopware\Storefront\Controller\ProductController".
  • Inlined service "Shopware\Core\Content\Product\SalesChannel\ProductReviewService" to "Shopware\Storefront\Controller\ProductController".
  • Inlined service "Shopware\Storefront\Page\Account\CustomerGroupRegistration\CustomerGroupRegistrationPageLoader" to "Shopware\Storefront\Controller\RegisterController".
  • Inlined service "Shopware\Storefront\Page\Suggest\SuggestPageLoader" to "Shopware\Storefront\Controller\SearchController".
  • Inlined service "Shopware\Storefront\Page\Sitemap\SitemapPageLoader" to "Shopware\Storefront\Controller\SitemapController".
  • Inlined service "Shopware\Storefront\Page\Account\Document\DocumentPageLoader" to "Shopware\Storefront\Controller\DocumentController".
  • Inlined service "Shopware\Storefront\Page\Wishlist\WishlistPageLoader" to "Shopware\Storefront\Controller\WishlistController".
  • Inlined service "Shopware\Storefront\Page\Wishlist\GuestWishlistPageLoader" to "Shopware\Storefront\Controller\WishlistController".
  • Inlined service "Shopware\Storefront\Pagelet\Wishlist\GuestWishlistPageletLoader" to "Shopware\Storefront\Controller\WishlistController".
  • Inlined service "shopware.filesystem.temp" to "Shopware\Storefront\Theme\ThemeCompiler".
  • Inlined service "Shopware\Storefront\Theme\ThemeCompiler" to "Shopware\Storefront\Theme\ThemeService".
  • Inlined service "Shopware\Storefront\Theme\Twig\ThemeInheritanceBuilderInterface" to "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder".
  • Inlined service "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher.inner" to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher".
  • Inlined service "Shopware\Elasticsearch\Framework\DataAbstractionLayer\AbstractElasticsearchSearchHydrator" to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher".
  • Inlined service "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator.inner" to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator".
  • Inlined service "Shopware\Elasticsearch\Framework\DataAbstractionLayer\AbstractElasticsearchAggregationHydrator" to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator".
  • Inlined service "Shopware\Elasticsearch\Product\SearchKeywordReplacement.inner" to "Shopware\Elasticsearch\Product\SearchKeywordReplacement".
  • Inlined service "Shopware\Elasticsearch\Product\ProductSearchBuilder.inner" to "Shopware\Elasticsearch\Product\ProductSearchBuilder".
  • Inlined service "Shopware\Elasticsearch\Framework\Indexing\EntityMapper" to "Shopware\Elasticsearch\Product\ElasticsearchProductDefinition".
  • Inlined service "Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector" to "Shopware\Elasticsearch\Framework\Command\ElasticsearchCleanIndicesCommand".
  • Inlined service "Shopware\Elasticsearch\Framework\Indexing\IndexCreator" to "Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer".
  • Inlined service "EconsorCrowdfunding\Services\CrowdfundingCartAddService" to "EconsorCrowdfunding\Storefront\Controller\CrowdfundingCartController".
  • Inlined service "error_handler.error_renderer.serializer" to "error_controller".
  • Inlined service "debug.controller_resolver" to "http_kernel".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator.amnwoiW" to "fragment.handler".
  • Inlined service ".1_~YzRwu5Q" to "error_handler.error_renderer.html".
  • Inlined service ".2_~YzRwu5Q" to "error_handler.error_renderer.html".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "translation.writer" to "console.command.translation_update".
  • 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 ".cache.object.inner.recorder_inner" to ".cache.object.inner".
  • Inlined service ".cache.http.inner.recorder_inner" to ".cache.http.inner".
  • Inlined service "cache.tags.recorder_inner" to "cache.tags".
  • Inlined service "session.storage.metadata_bag" to "session.storage.native".
  • Inlined service ".service_locator.Bppmeg3" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service "security.csrf.token_storage" to "security.csrf.token_manager".
  • Inlined service "assets._default_package" to "assets.packages".
  • 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.V0gjSA1" to "messenger.routable_message_bus".
  • Inlined service "messenger.transport_factory" to "messenger.transport.default".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "validator.property_info_loader" to "validator.builder".
  • Inlined service ".service_locator.2DsXPHa" to "validator.validator_factory".
  • Inlined service ".service_locator.V.o0zE7" 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.XSes1R5.translation.warmer" to "translation.warmer".
  • 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.twig" to "profiler".
  • Inlined service "swiftmailer.data_collector" to "profiler".
  • Inlined service "Shopware\Core\Profiling\Doctrine\ConnectionProfiler" to "profiler".
  • Inlined service "data_collector.messenger" to "profiler".
  • Inlined service "enqueue.profiler.message_queue_collector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service ".service_locator.hgPCMkX" to ".1_LegacyRouteLoaderContainer~WCIgHxM".
  • Inlined service "Shopware\Core\Framework\Api\Route\ApiRouteLoader" to "routing.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 "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service ".1_LegacyRouteLoaderContainer~WCIgHxM" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.Exzz21q.router.default" to "router.default".
  • Inlined service "monolog.logger.router" to "router.default".
  • Inlined service ".service_locator.m90YCjy.router.cache_warmer" to "router.cache_warmer".
  • Inlined service ".2_ArrayAdapter~BDZA9oz" to ".1_DoctrineProvider~BDZA9oz".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service ".1_DoctrineProvider~BDZA9oz" to "annotations.cached_reader".
  • Inlined service ".3_PhpArrayAdapter~BDZA9oz" to "annotations.cache".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "Shopware\Core\Framework\Struct\Serializer\StructNormalizer" to "serializer".
  • Inlined service "serializer.normalizer.problem" 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.datetimezone" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" 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 "Shopware\Core\Framework\Struct\Serializer\StructDecoder" to "serializer".
  • Inlined service "Shopware\Core\Framework\Api\Serializer\JsonApiDecoder" 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 "property_accessor" to "serializer.normalizer.object".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer.normalizer.object".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service ".1_~coz9t3t" to "error_handler.error_renderer.serializer".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service ".2_~coz9t3t" to "error_handler.error_renderer.serializer".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service "Shopware\Core\Framework\Log\Monolog\DoctrineSQLHandler" to "monolog.handler.business_event_handler_buffer".
  • Inlined service "swiftmailer.mailer.default.spool.memory" to "swiftmailer.mailer.default.transport.spool".
  • 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 "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
  • Inlined service "framework_extra_bundle.argument_name_convertor" to "framework_extra_bundle.event.is_granted".
  • Inlined service "nyholm.psr7.psr17_factory" to "sensio_framework_extra.psr7.http_message_factory".
  • Inlined service "nyholm.psr7.psr17_factory" to "sensio_framework_extra.psr7.http_message_factory".
  • Inlined service "nyholm.psr7.psr17_factory" to "sensio_framework_extra.psr7.http_message_factory".
  • Inlined service "nyholm.psr7.psr17_factory" to "sensio_framework_extra.psr7.http_message_factory".
  • Inlined service "sensio_framework_extra.psr7.http_foundation_factory" to "sensio_framework_extra.psr7.listener.response".
  • Inlined service "twig.extension.security_csrf" 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.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "Shopware\Core\Framework\Adapter\Twig\InheritanceExtension" to "twig".
  • Inlined service "Shopware\Core\Framework\Adapter\Twig\FeatureFlagExtension" to "twig".
  • Inlined service "twig.extension.intl" to "twig".
  • Inlined service "twig.extension.string" to "twig".
  • Inlined service "Shopware\Core\Framework\Adapter\Twig\InstanceOfExtension" to "twig".
  • Inlined service "Shopware\Core\Framework\Adapter\Twig\Filter\CurrencyFilter" to "twig".
  • Inlined service "Cocur\Slugify\Bridge\Twig\SlugifyExtension" to "twig".
  • Inlined service "Shopware\Core\Framework\Adapter\Twig\Filter\ReplaceRecursiveFilter" to "twig".
  • Inlined service "Shopware\Core\Framework\Adapter\Twig\Extension\SeoUrlFunctionExtension" to "twig".
  • Inlined service "Shopware\Core\Framework\Adapter\Twig\Extension\MediaExtension" to "twig".
  • Inlined service "Shopware\Core\Framework\Adapter\Twig\Extension\RawUrlFunctionExtension" to "twig".
  • Inlined service "Shopware\Core\Framework\Adapter\Twig\Extension\BuildBreadcrumbExtension" to "twig".
  • Inlined service "Shopware\Core\Profiling\Twig\DoctrineExtension" to "twig".
  • Inlined service "Shopware\Storefront\Framework\Twig\TemplateDataExtension" to "twig".
  • Inlined service "Shopware\Storefront\Framework\Twig\IconExtension" to "twig".
  • Inlined service "Shopware\Storefront\Framework\Twig\ThumbnailExtension" to "twig".
  • Inlined service "Shopware\Storefront\Framework\Twig\Extension\UrlEncodingTwigFilter" to "twig".
  • Inlined service "Shopware\Storefront\Framework\Twig\Extension\SwSanitizeTwigFilter" to "twig".
  • Inlined service "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" to "twig".
  • Inlined service "twig.extension.webprofiler" 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 "twig.loader.native_filesystem" to "twig.loader.chain".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.0rjg.qe" to "twig.runtime_loader".
  • Inlined service ".1_~1DoJh3o" to "twig.error_renderer.html".
  • Inlined service ".1_NonceGenerator~bmvSpZd" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~bmvSpZd" to "twig.extension.webprofiler".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service ".1_SourceContextProvider~P8uyRoh" to "var_dumper.contextualized_cli_dumper".
  • Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
  • Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
  • Inlined service ".5_CliDescriptor~P8uyRoh" to "var_dumper.command.server_dump".
  • Inlined service ".6_HtmlDescriptor~P8uyRoh" to "var_dumper.command.server_dump".
  • Inlined service "Shopware\Core\Framework\MessageQueue\Enqueue\ConnectionFactoryFactory" to "enqueue.transport.default.connection_factory".
  • Inlined service "enqueue.transport.default.log_extension" to "enqueue.transport.default.consumption_extensions".
  • Inlined service "enqueue.transport.default.consumption_extensions" to "enqueue.transport.default.queue_consumer".
  • Inlined service ".service_locator.I3K77mT.enqueue.transport.default.processor_registry" to "enqueue.transport.default.processor_registry".
  • Inlined service ".service_locator.Fg.4M0Z" to "enqueue.client.default.lazy_producer".
  • Inlined service ".service_locator.bp0UxWK.enqueue.client.default.processor_registry" to "enqueue.client.default.processor_registry".
  • Inlined service "enqueue.client.default.processor_registry" to "enqueue.client.default.delegate_processor".
  • Inlined service "enqueue.client.default.consumption_extensions" to "enqueue.client.default.queue_consumer".
  • Inlined service "enqueue.client.default.set_router_properties_extension" to "enqueue.client.default.consumption_extensions".
  • Inlined service "enqueue.client.default.exclusive_command_extension" to "enqueue.client.default.consumption_extensions".
  • Inlined service "enqueue.client.default.flush_spool_producer_extension" to "enqueue.client.default.consumption_extensions".
  • Inlined service "enqueue.client.default.config" to "enqueue.client.default.driver".
  • Inlined service "enqueue.client.default.route_collection" to "enqueue.client.default.driver".
  • Inlined service "enqueue.client.default.driver_factory" to "enqueue.client.default.driver".
  • Inlined service "debug.Shopware\Core\Checkout\Customer\CustomerValueResolver.inner" to "debug.Shopware\Core\Checkout\Customer\CustomerValueResolver".
  • Inlined service "debug.Shopware\Core\Checkout\Cart\CartValueResolver.inner" to "debug.Shopware\Core\Checkout\Cart\CartValueResolver".
  • Inlined service "debug.Shopware\Core\Framework\Routing\QueryDataBagResolver.inner" to "debug.Shopware\Core\Framework\Routing\QueryDataBagResolver".
  • Inlined service "debug.Shopware\Core\Framework\Routing\RequestDataBagResolver.inner" to "debug.Shopware\Core\Framework\Routing\RequestDataBagResolver".
  • Inlined service "debug.Shopware\Core\Framework\Api\Context\ContextValueResolver.inner" to "debug.Shopware\Core\Framework\Api\Context\ContextValueResolver".
  • Inlined service "debug.Shopware\Core\System\SalesChannel\Context\SalesChannelContextValueResolver.inner" to "debug.Shopware\Core\System\SalesChannel\Context\SalesChannelContextValueResolver".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.Shopware\Core\Framework\Api\Response\ResponseFactoryInterfaceValueResolver.inner" to "debug.Shopware\Core\Framework\Api\Response\ResponseFactoryInterfaceValueResolver".
  • 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.Shopware\Core\Framework\Routing\Annotation\CriteriaValueResolver.inner" to "debug.Shopware\Core\Framework\Routing\Annotation\CriteriaValueResolver".
  • Inlined service "debug.sensio_framework_extra.psr7.argument_value_resolver.server_request.inner" to "debug.sensio_framework_extra.psr7.argument_value_resolver.server_request".
  • 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.shopware.messenger.handlers_locator" to "messenger.bus.shopware.middleware.handle_message".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service ".service_locator.bp0UxWK" to ".service_locator.bp0UxWK.enqueue.client.default.processor_registry".
  • Inlined service ".service_locator.XSes1R5" to ".service_locator.XSes1R5.translation.warmer".
  • Inlined service ".service_locator.Exzz21q" to ".service_locator.Exzz21q.router.default".
  • Inlined service ".service_locator.m90YCjy" to ".service_locator.m90YCjy.router.cache_warmer".
  • Inlined service "Shopware\Storefront\Page\Product\Configurator\AvailableCombinationLoader" to "Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader.inner".
  • Inlined service "enqueue.client.default.rpc_factory" to "enqueue.client.default.traceable_producer.inner".
  • Inlined service "enqueue.client.default.client_extensions" to "enqueue.client.default.traceable_producer.inner".
  • Inlined service "Shopware\Core\Framework\Api\Response\ResponseFactoryRegistry" to "debug.Shopware\Core\Framework\Api\Response\ResponseFactoryInterfaceValueResolver.inner".
  • Inlined service "sensio_framework_extra.psr7.http_message_factory" to "debug.sensio_framework_extra.psr7.argument_value_resolver.server_request.inner".
  • Inlined service "Shopware\Core\Content\Product\SearchKeyword\ProductSearchKeywordAnalyzer" to "Shopware\Elasticsearch\Product\SearchKeywordReplacement.inner".
  • Inlined service "Shopware\Core\Content\Product\SearchKeyword\ProductSearchTermInterpreter" to "Shopware\Elasticsearch\Product\ProductSearchBuilder.inner".
  • Inlined service ".service_locator.cDarp4L" to "console.command_loader".
  • Inlined service "Shopware\Core\Framework\MessageQueue\MonitoringBusDecorator" to "message_bus".
  • Inlined service "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Inlined service "Shopware\Core\Content\MailTemplate\Service\MailerTransportFactory" to "swiftmailer.transport".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "Shopware\Core\Framework\Event\NestedEventDispatcher" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator.inner" to "media.repository".
  • Inlined service "Shopware\Core\Content\Media\DataAbstractionLayer\MediaThumbnailRepositoryDecorator.inner" to "media_thumbnail.repository".
  • Inlined service "Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderRepositoryDecorator.inner" to "media_folder.repository".
  • Inlined service "Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodRepositoryDecorator.inner" to "payment_method.repository".
  • Inlined service "Shopware\Storefront\Framework\Routing\RequestTransformer.inner" to "Shopware\Core\Framework\Routing\RequestTransformerInterface".
  • Inlined service "enqueue.client.default.traceable_producer.inner" to "enqueue.client.default.producer".
  • Inlined service "Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi3Generator" to "Shopware\Core\Framework\Api\ApiDefinition\DefinitionService".
  • Inlined service "Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi3Generator" to "Shopware\Core\Framework\Api\ApiDefinition\DefinitionService".
  • Inlined service "Shopware\Core\System\Snippet\SnippetFileHandler" to "Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand".
  • Inlined service "Shopware\Core\System\Snippet\SnippetFileHandler" to "Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand".
  • Inlined service "Shopware\Core\Checkout\Payment\Cart\Token\JWTFactoryV2" to "Shopware\Core\Checkout\Payment\PaymentService".
  • Inlined service "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry" to "Shopware\Core\Checkout\Payment\PaymentService".
  • Inlined service "Shopware\Core\Checkout\Payment\Cart\Token\JWTFactoryV2" to "Shopware\Core\Checkout\Payment\PaymentService".
  • Inlined service "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry" to "Shopware\Core\Checkout\Payment\PaymentService".
  • Inlined service "Shopware\Storefront\Page\Product\ProductLoader" to "Shopware\Storefront\Controller\ProductController".
  • Inlined service "Shopware\Storefront\Page\Product\ProductLoader" to "Shopware\Storefront\Controller\ProductController".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • 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 "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "Shopware\Core\Framework\Api\Serializer\JsonApiEncoder" to "debug.Shopware\Core\Framework\Api\Response\ResponseFactoryInterfaceValueResolver".
  • Inlined service "Shopware\Core\Framework\Api\Serializer\JsonApiEncoder" to "debug.Shopware\Core\Framework\Api\Response\ResponseFactoryInterfaceValueResolver".
  • Inlined service "Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiSchemaBuilder" to "Shopware\Core\Framework\Api\ApiDefinition\DefinitionService".
  • Inlined service "Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiDefinitionSchemaBuilder" to "Shopware\Core\Framework\Api\ApiDefinition\DefinitionService".
  • Inlined service "Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiLoader" to "Shopware\Core\Framework\Api\ApiDefinition\DefinitionService".
  • Inlined service "Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiSchemaBuilder" to "Shopware\Core\Framework\Api\ApiDefinition\DefinitionService".
  • Inlined service "Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiDefinitionSchemaBuilder" to "Shopware\Core\Framework\Api\ApiDefinition\DefinitionService".
  • Inlined service "Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiLoader" to "Shopware\Core\Framework\Api\ApiDefinition\DefinitionService".
478
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
  • Tag "shopware.entity.acl" was defined on service(s) "Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition", but was never used.
1