https://sklad.pernicka.cz/_profiler/174abf?panel=mailer

Log Messages

Info. & Errors 1

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

Level Channel Message
CRITICAL request Uncaught PHP Exception ErrorException: "Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/lib/php/sessions) failed: Permission denied (13)" at /var/www/part-db/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php line 106
[
  "exception" => ErrorException {#257
    #message: "Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/lib/php/sessions) failed: Permission denied (13)"
    #code: 0
    #file: "/var/www/part-db/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
    #line: 106
    #severity: E_NOTICE
    trace: {
      /var/www/part-db/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:106 {
        Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler->gc($maxlifetime) …
        › {    return $this->handler->gc($maxlifetime);}
      }
      /var/www/part-db/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:89 {
        Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc($maxlifetime) …
        › {    return $this->handler->gc($maxlifetime);}
      }
      Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc() {}
      /var/www/part-db/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:156 {
        Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start() …
        › // ok to try and start the sessionif (!session_start()) {    throw new \RuntimeException('Failed to start the session.');
      }
      /var/www/part-db/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:323 {
        Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name) …
        › } elseif (!$this->started) {    $this->start();}
      }
      /var/www/part-db/vendor/symfony/http-foundation/Session/Session.php:259 {
        Symfony\Component\HttpFoundation\Session\Session->getBag(string $name) …
        › {    $bag = $this->storage->getBag($name);}
      /var/www/part-db/vendor/symfony/http-foundation/Session/Session.php:271 {
        Symfony\Component\HttpFoundation\Session\Session->getFlashBag() …
        › {    return $this->getBag($this->flashName);}
      }
      /var/www/part-db/src/EventSubscriber/UserSystem/PasswordChangeNeededSubscriber.php:85 {
        App\EventSubscriber\UserSystem\PasswordChangeNeededSubscriber->__construct(Security $security, SessionInterface $session, HttpUtils $httpUtils) …
        › $this->security = $security;$this->flashBag = $session->getFlashBag();$this->httpUtils = $httpUtils;
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:1798 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->getPasswordChangeNeededSubscriberService() …
        › {    return $this->privates['App\\EventSubscriber\\UserSystem\\PasswordChangeNeededSubscriber'] = new \App\EventSubscriber\UserSystem\PasswordChangeNeededSubscriber(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['session'] ?? $this->getSessionService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()));}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:1212 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->ContainerYjpKwiO\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['App\\EventSubscriber\\UserSystem\\PasswordChangeNeededSubscriber'] ?? $this->getPasswordChangeNeededSubscriberService());}, 1 => 'redirectToSettingsIfNeeded'], 0);
      }
      /var/www/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/part-db/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/part-db/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/part-db/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/part-db/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/part-db/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/part-db/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/part-db/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/part-db/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/part-db/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:106 {
    Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler->gc($maxlifetime) …
    › {    return $this->handler->gc($maxlifetime);}
  }
  /var/www/part-db/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:89 {
    Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc($maxlifetime) …
    › {    return $this->handler->gc($maxlifetime);}
  }
  Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc() {}
  /var/www/part-db/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:156 {
    Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start() …
    › // ok to try and start the sessionif (!session_start()) {    throw new \RuntimeException('Failed to start the session.');
  }
  /var/www/part-db/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:323 {
    Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name) …
    › } elseif (!$this->started) {    $this->start();}
  }
  /var/www/part-db/vendor/symfony/http-foundation/Session/Session.php:259 {
    Symfony\Component\HttpFoundation\Session\Session->getBag(string $name) …
    › {    $bag = $this->storage->getBag($name);}
  /var/www/part-db/vendor/symfony/http-foundation/Session/Session.php:271 {
    Symfony\Component\HttpFoundation\Session\Session->getFlashBag() …
    › {    return $this->getBag($this->flashName);}
  }
  /var/www/part-db/src/EventSubscriber/UserSystem/PasswordChangeNeededSubscriber.php:85 {
    App\EventSubscriber\UserSystem\PasswordChangeNeededSubscriber->__construct(Security $security, SessionInterface $session, HttpUtils $httpUtils) …
    › $this->security = $security;$this->flashBag = $session->getFlashBag();$this->httpUtils = $httpUtils;
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:1798 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->getPasswordChangeNeededSubscriberService() …
    › {    return $this->privates['App\\EventSubscriber\\UserSystem\\PasswordChangeNeededSubscriber'] = new \App\EventSubscriber\UserSystem\PasswordChangeNeededSubscriber(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['session'] ?? $this->getSessionService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()));}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:1212 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->ContainerYjpKwiO\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['App\\EventSubscriber\\UserSystem\\PasswordChangeNeededSubscriber'] ?? $this->getPasswordChangeNeededSubscriberService());}, 1 => 'redirectToSettingsIfNeeded'], 0);
  }
  /var/www/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/part-db/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/part-db/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/part-db/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/part-db/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/part-db/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/part-db/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/part-db/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/part-db/vendor/autoload_runtime.php"
    }
  }
}
INFO event An exception was thrown while getting the uncalled listeners.
[
  "exception" => RuntimeException {#3043
    #message: "Failed to start the session because headers have already been sent by "/var/www/part-db/vendor/symfony/http-foundation/Response.php" at line 381."
    #code: 0
    #file: "/var/www/part-db/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php"
    #line: 152
    trace: {
      /var/www/part-db/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:152 {
        Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start() …
        › if (filter_var(ini_get('session.use_cookies'), \FILTER_VALIDATE_BOOLEAN) && headers_sent($file, $line)) {    throw new \RuntimeException(sprintf('Failed to start the session because headers have already been sent by "%s" at line %d.', $file, $line));}
      }
      /var/www/part-db/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:323 {
        Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name) …
        › } elseif (!$this->started) {    $this->start();}
      }
      /var/www/part-db/vendor/symfony/http-foundation/Session/Session.php:259 {
        Symfony\Component\HttpFoundation\Session\Session->getBag(string $name) …
        › {    $bag = $this->storage->getBag($name);}
      /var/www/part-db/vendor/symfony/http-foundation/Session/Session.php:271 {
        Symfony\Component\HttpFoundation\Session\Session->getFlashBag() …
        › {    return $this->getBag($this->flashName);}
      }
      /var/www/part-db/src/EventSubscriber/UserSystem/LoginSuccessSubscriber.php:69 {
        App\EventSubscriber\UserSystem\LoginSuccessSubscriber->__construct(TranslatorInterface $translator, SessionInterface $session, EventLogger $eventLogger, bool $gpdr_compliance) …
        › $this->translator = $translator;$this->flashBag = $session->getFlashBag();$this->eventLogger = $eventLogger;
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getLoginSuccessSubscriberService.php:22 {
        ContainerYjpKwiO\getLoginSuccessSubscriberService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['App\\EventSubscriber\\UserSystem\\LoginSuccessSubscriber'] = new \App\EventSubscriber\UserSystem\LoginSuccessSubscriber(($container->services['translator'] ?? $container->getTranslatorService()), ($container->services['session'] ?? $container->getSessionService()), ($container->privates['App\\Services\\LogSystem\\EventLogger'] ?? $container->load('getEventLoggerService')), true);}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:1206 {
        ContainerYjpKwiO\App_KernelDevDebugContainer->ContainerYjpKwiO\{closure} …
        › $instance->addListener('security.interactive_login', [0 => function () {    return ($this->privates['App\\EventSubscriber\\UserSystem\\LoginSuccessSubscriber'] ?? $this->load('getLoginSuccessSubscriberService'));}, 1 => 'onLogin'], 0);
      }
      /var/www/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:84 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/part-db/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:99 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->getListeners(string $eventName = null) …
        › {    return $this->dispatcher->getListeners($eventName);}
      }
      /var/www/part-db/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:195 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->getNotCalledListeners(Request $request = null) …
        › try {    $allListeners = $this->getListeners();} catch (\Exception $e) {
      }
      /var/www/part-db/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\EventDataCollector->lateCollect() …
        › $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));$this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));$this->setOrphanedEvents($this->dispatcher->getOrphanedEvents($this->currentRequest));
      }
      /var/www/part-db/vendor/symfony/http-kernel/Profiler/Profiler.php:97 {
        Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
        › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
      }
      /var/www/part-db/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:111 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(TerminateEvent $event) …
        › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
      }
      /var/www/part-db/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/part-db/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/part-db/vendor/symfony/http-kernel/HttpKernel.php:98 {
        Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
        › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
      }
      /var/www/part-db/vendor/symfony/http-kernel/Kernel.php:156 {
        Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
        › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
      }
      /var/www/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:41 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › if ($this->kernel instanceof TerminableInterface) {    $this->kernel->terminate($this->request, $response);}
      }
      /var/www/part-db/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/part-db/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/part-db/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/part-db/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:152 {
    Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start() …
    › if (filter_var(ini_get('session.use_cookies'), \FILTER_VALIDATE_BOOLEAN) && headers_sent($file, $line)) {    throw new \RuntimeException(sprintf('Failed to start the session because headers have already been sent by "%s" at line %d.', $file, $line));}
  }
  /var/www/part-db/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:323 {
    Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name) …
    › } elseif (!$this->started) {    $this->start();}
  }
  /var/www/part-db/vendor/symfony/http-foundation/Session/Session.php:259 {
    Symfony\Component\HttpFoundation\Session\Session->getBag(string $name) …
    › {    $bag = $this->storage->getBag($name);}
  /var/www/part-db/vendor/symfony/http-foundation/Session/Session.php:271 {
    Symfony\Component\HttpFoundation\Session\Session->getFlashBag() …
    › {    return $this->getBag($this->flashName);}
  }
  /var/www/part-db/src/EventSubscriber/UserSystem/LoginSuccessSubscriber.php:69 {
    App\EventSubscriber\UserSystem\LoginSuccessSubscriber->__construct(TranslatorInterface $translator, SessionInterface $session, EventLogger $eventLogger, bool $gpdr_compliance) …
    › $this->translator = $translator;$this->flashBag = $session->getFlashBag();$this->eventLogger = $eventLogger;
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/getLoginSuccessSubscriberService.php:22 {
    ContainerYjpKwiO\getLoginSuccessSubscriberService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['App\\EventSubscriber\\UserSystem\\LoginSuccessSubscriber'] = new \App\EventSubscriber\UserSystem\LoginSuccessSubscriber(($container->services['translator'] ?? $container->getTranslatorService()), ($container->services['session'] ?? $container->getSessionService()), ($container->privates['App\\Services\\LogSystem\\EventLogger'] ?? $container->load('getEventLoggerService')), true);}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:728 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/part-db/var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php:1206 {
    ContainerYjpKwiO\App_KernelDevDebugContainer->ContainerYjpKwiO\{closure} …
    › $instance->addListener('security.interactive_login', [0 => function () {    return ($this->privates['App\\EventSubscriber\\UserSystem\\LoginSuccessSubscriber'] ?? $this->load('getLoginSuccessSubscriberService'));}, 1 => 'onLogin'], 0);
  }
  /var/www/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:84 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/part-db/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:99 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->getListeners(string $eventName = null) …
    › {    return $this->dispatcher->getListeners($eventName);}
  }
  /var/www/part-db/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:195 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->getNotCalledListeners(Request $request = null) …
    › try {    $allListeners = $this->getListeners();} catch (\Exception $e) {
  }
  /var/www/part-db/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\EventDataCollector->lateCollect() …
    › $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));$this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));$this->setOrphanedEvents($this->dispatcher->getOrphanedEvents($this->currentRequest));
  }
  /var/www/part-db/vendor/symfony/http-kernel/Profiler/Profiler.php:97 {
    Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
    › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
  }
  /var/www/part-db/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:111 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(TerminateEvent $event) …
    › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
  }
  /var/www/part-db/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/part-db/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/part-db/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/part-db/vendor/symfony/http-kernel/HttpKernel.php:98 {
    Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
    › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
  }
  /var/www/part-db/vendor/symfony/http-kernel/Kernel.php:156 {
    Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
    › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
  }
  /var/www/part-db/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:41 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › if ($this->kernel instanceof TerminableInterface) {    $this->kernel->terminate($this->request, $response);}
  }
  /var/www/part-db/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/part-db/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/part-db/vendor/autoload_runtime.php"
    }
  }
}

Deprecations 78

Log messages generated by using features marked as deprecated.

Time Channel Message
n/a (2 times) Since symfony/security-bundle 5.3: The child node "encoders" at path "security" is deprecated, use "password_hashers" instead.
n/a Since symfony/security-bundle 5.3: Not setting the "security.enable_authenticator_manager" config option to true is deprecated.
n/a (10 times) Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the "deprecated" option in "/var/www/part-db/vendor/php-translation/symfony-bundle/DependencyInjection/../Resources/config/services.yaml" is deprecated.
n/a (10 times) Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the "deprecated" option in "/var/www/part-db/vendor/php-translation/symfony-bundle/DependencyInjection/../Resources/config/services.yaml" is deprecated.
n/a (15 times) Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the "deprecated" option in "/var/www/part-db/vendor/php-translation/symfony-bundle/DependencyInjection/../Resources/config/extractors.yaml" is deprecated.
n/a (15 times) Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the "deprecated" option in "/var/www/part-db/vendor/php-translation/symfony-bundle/DependencyInjection/../Resources/config/extractors.yaml" is deprecated.
n/a (5 times) Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the "deprecated" option in "/var/www/part-db/vendor/php-translation/symfony-bundle/DependencyInjection/../Resources/config/console.yaml" is deprecated.
n/a (5 times) Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the "deprecated" option in "/var/www/part-db/vendor/php-translation/symfony-bundle/DependencyInjection/../Resources/config/console.yaml" is deprecated.
n/a Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1639
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:22 {
        include …
        › 
        › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AnonymousAuthenticationListener::class);}
      /var/www/part-db/vendor/symfony/error-handler/DebugClassLoader.php:346 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;arguments: {
          "/var/www/part-db/vendor/symfony/security-http/Firewall/RememberMeListener.php"
        }
      }
    }
  }
]
{
  /var/www/part-db/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:22 {
    include …
    › 
    › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AnonymousAuthenticationListener::class);}
  /var/www/part-db/vendor/symfony/error-handler/DebugClassLoader.php:346 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;arguments: {
      "/var/www/part-db/vendor/symfony/security-http/Firewall/RememberMeListener.php"
    }
  }
}
n/a Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener" class is deprecated, use the new authenticator system instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1643
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php:32 {
        include …
        › 
        › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', UsernamePasswordFormAuthenticationListener::class);}
      /var/www/part-db/vendor/symfony/error-handler/DebugClassLoader.php:346 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;arguments: {
          "/var/www/part-db/vendor/symfony/security-http/Firewall/RememberMeListener.php"
        }
      }
    }
  }
]
{
  /var/www/part-db/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php:32 {
    include …
    › 
    › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', UsernamePasswordFormAuthenticationListener::class);}
  /var/www/part-db/vendor/symfony/error-handler/DebugClassLoader.php:346 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;arguments: {
      "/var/www/part-db/vendor/symfony/security-http/Firewall/RememberMeListener.php"
    }
  }
}
n/a Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" class is deprecated, use the new authenticator system instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1642
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php:34 {
        include …
        › 
        › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AbstractAuthenticationListener::class);}
      /var/www/part-db/vendor/symfony/error-handler/DebugClassLoader.php:346 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;arguments: {
          "/var/www/part-db/vendor/symfony/security-http/Firewall/RememberMeListener.php"
        }
      }
    }
  }
]
{
  /var/www/part-db/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php:34 {
    include …
    › 
    › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AbstractAuthenticationListener::class);}
  /var/www/part-db/vendor/symfony/error-handler/DebugClassLoader.php:346 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;arguments: {
      "/var/www/part-db/vendor/symfony/security-http/Firewall/RememberMeListener.php"
    }
  }
}
n/a Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\RememberMeListener" class is deprecated, use the new authenticator system instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1640
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/part-db/vendor/symfony/security-http/Firewall/RememberMeListener.php:27 {
        include …
        › 
        › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', RememberMeListener::class);}
      /var/www/part-db/vendor/symfony/error-handler/DebugClassLoader.php:346 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;arguments: {
          "/var/www/part-db/vendor/symfony/security-http/Firewall/RememberMeListener.php"
        }
      }
    }
  }
]
{
  /var/www/part-db/vendor/symfony/security-http/Firewall/RememberMeListener.php:27 {
    include …
    › 
    › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', RememberMeListener::class);}
  /var/www/part-db/vendor/symfony/error-handler/DebugClassLoader.php:346 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;arguments: {
      "/var/www/part-db/vendor/symfony/security-http/Firewall/RememberMeListener.php"
    }
  }
}
n/a Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Controller\RedirectController" service.
n/a Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\EventSubscriber\UserSystem\LoginSuccessSubscriber" service.
n/a Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\EventSubscriber\UserSystem\PasswordChangeNeededSubscriber" service.
n/a Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\EventSubscriber\UserSystem\RegisterU2FSubscriber" service.
n/a Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "gregwar_captcha.controller" service.
n/a Since symfony/framework-bundle 5.3: The "session" service and "SessionInterface" alias are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "gregwar_captcha.type" service.
n/a Since symfony/framework-bundle 5.3: The "session" service and "SessionInterface" alias are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "scheb_two_factor.provider_preparation_recorder" service.
n/a Since symfony/framework-bundle 5.3: The "session" service and "SessionInterface" alias are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "R\U2FTwoFactorBundle\Security\TwoFactor\Provider\U2F\TwoFactorProvider" service.
n/a Since symfony/framework-bundle 5.3: The "session" service and "SessionInterface" alias are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "R\U2FTwoFactorBundle\Security\TwoFactor\Provider\U2F\U2FFormRenderer" service.
n/a Since symfony/framework-bundle 5.3: The "session" service and "SessionInterface" alias are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "R\U2FTwoFactorBundle\Controller\RegisterController" service.
n/a Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Translation\Bundle\Controller\WebUIController" service.

Debug 126

Unimportant log messages generated during the execution of the application.

Time Channel Message
event Notified event
"kernel.exception"
to listener
"Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"App\EventSubscriber\LogSystem\LogAccessDeniedSubscriber::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "App\EventSubscriber\LogSystem\LogAccessDeniedSubscriber::onKernelException"
]
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\Component\HttpKernel\EventListener\RouterListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
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"
]
doctrine SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name
doctrine SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name
doctrine PRAGMA table_info('migration_versions')
doctrine SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ?
[
  "migration_versions"
]
doctrine PRAGMA index_list('migration_versions')
doctrine PRAGMA TABLE_INFO ('migration_versions')
doctrine SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ?
[
  "migration_versions"
]
doctrine SELECT * FROM migration_versions
doctrine SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name
doctrine SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name
doctrine PRAGMA table_info('migration_versions')
doctrine SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ?
[
  "migration_versions"
]
doctrine PRAGMA index_list('migration_versions')
doctrine PRAGMA TABLE_INFO ('migration_versions')
doctrine SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ?
[
  "migration_versions"
]
doctrine SELECT * FROM migration_versions
doctrine SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name
doctrine SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name
doctrine PRAGMA table_info('migration_versions')
doctrine SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ?
[
  "migration_versions"
]
doctrine PRAGMA index_list('migration_versions')
doctrine PRAGMA TABLE_INFO ('migration_versions')
doctrine SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ?
[
  "migration_versions"
]
doctrine SELECT * FROM migration_versions
event Notified event
"kernel.response"
to listener
"Symfony\WebpackEncoreBundle\EventListener\PreLoadAssetsEventListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\WebpackEncoreBundle\EventListener\PreLoadAssetsEventListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"ContainerYjpKwiO\TrustedCookieResponseListener_c7f9b85::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "ContainerYjpKwiO\TrustedCookieResponseListener_c7f9b85::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\SecurityBundle\EventListener\ContentTypeListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\SecurityBundle\EventListener\ContentTypeListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\SecurityBundle\EventListener\ExternalRedirectListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\SecurityBundle\EventListener\ExternalRedirectListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\SecurityBundle\EventListener\ReferrerPolicyListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\SecurityBundle\EventListener\ReferrerPolicyListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"App\EventSubscriber\SymfonyDebugToolbarSubscriber::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "App\EventSubscriber\SymfonyDebugToolbarSubscriber::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\SecurityBundle\EventListener\ClickjackingListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\SecurityBundle\EventListener\ClickjackingListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\SecurityBundle\EventListener\XssProtectionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\SecurityBundle\EventListener\XssProtectionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"App\EventSubscriber\UserSystem\LogoutDisabledUserSubscriber::onRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\EventSubscriber\UserSystem\LogoutDisabledUserSubscriber::onRequest"
]
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
"App\EventSubscriber\UserSystem\SetUserTimezoneSubscriber::setTimeZone"
.
[
  "event" => "kernel.controller"
  "listener" => "App\EventSubscriber\UserSystem\SetUserTimezoneSubscriber::setTimeZone"
]
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
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
doctrine SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name
doctrine SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name
doctrine PRAGMA table_info('migration_versions')
doctrine SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ?
[
  "migration_versions"
]
doctrine PRAGMA index_list('migration_versions')
doctrine PRAGMA TABLE_INFO ('migration_versions')
doctrine SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ?
[
  "migration_versions"
]
doctrine SELECT * FROM migration_versions
doctrine SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name
doctrine SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name
doctrine PRAGMA table_info('migration_versions')
doctrine SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ?
[
  "migration_versions"
]
doctrine PRAGMA index_list('migration_versions')
doctrine PRAGMA TABLE_INFO ('migration_versions')
doctrine SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ?
[
  "migration_versions"
]
doctrine SELECT * FROM migration_versions
doctrine SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name
doctrine SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name
doctrine PRAGMA table_info('migration_versions')
doctrine SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ?
[
  "migration_versions"
]
doctrine PRAGMA index_list('migration_versions')
doctrine PRAGMA TABLE_INFO ('migration_versions')
doctrine SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ?
[
  "migration_versions"
]
doctrine SELECT * FROM migration_versions
event Notified event
"kernel.response"
to listener
"Symfony\WebpackEncoreBundle\EventListener\PreLoadAssetsEventListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\WebpackEncoreBundle\EventListener\PreLoadAssetsEventListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"ContainerYjpKwiO\TrustedCookieResponseListener_c7f9b85::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "ContainerYjpKwiO\TrustedCookieResponseListener_c7f9b85::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\SecurityBundle\EventListener\ContentTypeListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\SecurityBundle\EventListener\ContentTypeListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\SecurityBundle\EventListener\ExternalRedirectListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\SecurityBundle\EventListener\ExternalRedirectListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\SecurityBundle\EventListener\ReferrerPolicyListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\SecurityBundle\EventListener\ReferrerPolicyListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"App\EventSubscriber\SymfonyDebugToolbarSubscriber::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "App\EventSubscriber\SymfonyDebugToolbarSubscriber::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\SecurityBundle\EventListener\ClickjackingListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\SecurityBundle\EventListener\ClickjackingListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\SecurityBundle\EventListener\XssProtectionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\SecurityBundle\EventListener\XssProtectionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]

PHP Notices 0

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

There are no log messages of this level.

Container 1979

Log messages generated during the compilation of the service container.

Class Messages
Liip\ImagineBundle\DependencyInjection\Compiler\LoadersCompilerPass
  • [liip/imagine-bundle] Registered binary loader: liip_imagine.binary.loader.default
1
Liip\ImagineBundle\DependencyInjection\Compiler\FiltersCompilerPass
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.relative_resize
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.resize
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.thumbnail
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.crop
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.grayscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.paste_image
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.watermark_image
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.background
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.strip
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.scale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.upscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.downscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.auto_rotate
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.rotate
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.flip
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.interlace
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.resample
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.fixed
18
Liip\ImagineBundle\DependencyInjection\Compiler\PostProcessorsCompilerPass
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.jpegoptim
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.optipng
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.pngquant
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.mozjpeg
4
Liip\ImagineBundle\DependencyInjection\Compiler\ResolversCompilerPass
  • [liip/imagine-bundle] Registered cache resolver: liip_imagine.cache.resolver.default
  • [liip/imagine-bundle] Registered cache resolver: liip_imagine.cache.resolver.no_cache_web_path
2
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanAttachmentsCommand" (parent: .abstract.instanceof.App\Command\CleanAttachmentsCommand).
  • Resolving inheritance for "App\Command\CleanAttachmentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanAttachmentsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ConvertBBCodeCommand" (parent: .abstract.instanceof.App\Command\ConvertBBCodeCommand).
  • Resolving inheritance for "App\Command\ConvertBBCodeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ConvertBBCodeCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetPasswordCommand" (parent: .abstract.instanceof.App\Command\SetPasswordCommand).
  • Resolving inheritance for "App\Command\SetPasswordCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetPasswordCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ShowEventLogCommand" (parent: .abstract.instanceof.App\Command\ShowEventLogCommand).
  • Resolving inheritance for "App\Command\ShowEventLogCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ShowEventLogCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateExchangeRatesCommand" (parent: .abstract.instanceof.App\Command\UpdateExchangeRatesCommand).
  • Resolving inheritance for "App\Command\UpdateExchangeRatesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateExchangeRatesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\AttachmentTypeController" (parent: .abstract.instanceof.App\Controller\AdminPages\AttachmentTypeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\AttachmentTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\AttachmentTypeController).
  • Resolving inheritance for "App\Controller\AdminPages\AttachmentTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\AttachmentTypeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\CategoryController" (parent: .abstract.instanceof.App\Controller\AdminPages\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\CategoryController).
  • Resolving inheritance for "App\Controller\AdminPages\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\CurrencyController" (parent: .abstract.instanceof.App\Controller\AdminPages\CurrencyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\CurrencyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\CurrencyController).
  • Resolving inheritance for "App\Controller\AdminPages\CurrencyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\CurrencyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\DeviceController" (parent: .abstract.instanceof.App\Controller\AdminPages\DeviceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\DeviceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\DeviceController).
  • Resolving inheritance for "App\Controller\AdminPages\DeviceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\DeviceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\FootprintController" (parent: .abstract.instanceof.App\Controller\AdminPages\FootprintController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\FootprintController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\FootprintController).
  • Resolving inheritance for "App\Controller\AdminPages\FootprintController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\FootprintController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\LabelProfileController" (parent: .abstract.instanceof.App\Controller\AdminPages\LabelProfileController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\LabelProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\LabelProfileController).
  • Resolving inheritance for "App\Controller\AdminPages\LabelProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\LabelProfileController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\ManufacturerController" (parent: .abstract.instanceof.App\Controller\AdminPages\ManufacturerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\ManufacturerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\ManufacturerController).
  • Resolving inheritance for "App\Controller\AdminPages\ManufacturerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\ManufacturerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\MeasurementUnitController" (parent: .abstract.instanceof.App\Controller\AdminPages\MeasurementUnitController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\MeasurementUnitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\MeasurementUnitController).
  • Resolving inheritance for "App\Controller\AdminPages\MeasurementUnitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\MeasurementUnitController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\StorelocationController" (parent: .abstract.instanceof.App\Controller\AdminPages\StorelocationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\StorelocationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\StorelocationController).
  • Resolving inheritance for "App\Controller\AdminPages\StorelocationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\StorelocationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\SupplierController" (parent: .abstract.instanceof.App\Controller\AdminPages\SupplierController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\SupplierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\SupplierController).
  • Resolving inheritance for "App\Controller\AdminPages\SupplierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\SupplierController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AttachmentFileController" (parent: .abstract.instanceof.App\Controller\AttachmentFileController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AttachmentFileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AttachmentFileController).
  • Resolving inheritance for "App\Controller\AttachmentFileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AttachmentFileController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupController" (parent: .abstract.instanceof.App\Controller\GroupController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupController).
  • Resolving inheritance for "App\Controller\GroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomepageController" (parent: .abstract.instanceof.App\Controller\HomepageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomepageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomepageController).
  • Resolving inheritance for "App\Controller\HomepageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomepageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LabelController" (parent: .abstract.instanceof.App\Controller\LabelController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LabelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LabelController).
  • Resolving inheritance for "App\Controller\LabelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LabelController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogController" (parent: .abstract.instanceof.App\Controller\LogController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogController).
  • Resolving inheritance for "App\Controller\LogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PartController" (parent: .abstract.instanceof.App\Controller\PartController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PartController).
  • Resolving inheritance for "App\Controller\PartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PartController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PartListsController" (parent: .abstract.instanceof.App\Controller\PartListsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PartListsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PartListsController).
  • Resolving inheritance for "App\Controller\PartListsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PartListsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RedirectController" (parent: .abstract.instanceof.App\Controller\RedirectController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RedirectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RedirectController).
  • Resolving inheritance for "App\Controller\RedirectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RedirectController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScanController" (parent: .abstract.instanceof.App\Controller\ScanController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScanController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScanController).
  • Resolving inheritance for "App\Controller\ScanController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScanController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
  • Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SelectAPIController" (parent: .abstract.instanceof.App\Controller\SelectAPIController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SelectAPIController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SelectAPIController).
  • Resolving inheritance for "App\Controller\SelectAPIController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SelectAPIController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatisticsController" (parent: .abstract.instanceof.App\Controller\StatisticsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatisticsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatisticsController).
  • Resolving inheritance for "App\Controller\StatisticsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatisticsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ToolsController" (parent: .abstract.instanceof.App\Controller\ToolsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ToolsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ToolsController).
  • Resolving inheritance for "App\Controller\ToolsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ToolsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TreeController" (parent: .abstract.instanceof.App\Controller\TreeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TreeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TreeController).
  • Resolving inheritance for "App\Controller\TreeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TreeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TypeaheadController" (parent: .abstract.instanceof.App\Controller\TypeaheadController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TypeaheadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TypeaheadController).
  • Resolving inheritance for "App\Controller\TypeaheadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TypeaheadController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController" (parent: .abstract.instanceof.App\Controller\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController).
  • Resolving inheritance for "App\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSettingsController" (parent: .abstract.instanceof.App\Controller\UserSettingsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSettingsController).
  • Resolving inheritance for "App\Controller\UserSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSettingsController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
  • Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DataStructureFixtures" (parent: .abstract.instanceof.App\DataFixtures\DataStructureFixtures).
  • Resolving inheritance for "App\DataFixtures\DataStructureFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DataStructureFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\GroupFixtures" (parent: .abstract.instanceof.App\DataFixtures\GroupFixtures).
  • Resolving inheritance for "App\DataFixtures\GroupFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\GroupFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\LabelProfileFixtures" (parent: .abstract.instanceof.App\DataFixtures\LabelProfileFixtures).
  • Resolving inheritance for "App\DataFixtures\LabelProfileFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\LabelProfileFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PartFixtures" (parent: .abstract.instanceof.App\DataFixtures\PartFixtures).
  • Resolving inheritance for "App\DataFixtures\PartFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PartFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures" (parent: .abstract.instanceof.App\DataFixtures\UserFixtures).
  • Resolving inheritance for "App\DataFixtures\UserFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\DataTableTypeInterface.0.App\DataTables\AttachmentDataTable" (parent: .abstract.instanceof.App\DataTables\AttachmentDataTable).
  • Resolving inheritance for "App\DataTables\AttachmentDataTable" (parent: .instanceof.Omines\DataTablesBundle\DataTableTypeInterface.0.App\DataTables\AttachmentDataTable).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\EntityColumn" (parent: .abstract.instanceof.App\DataTables\Column\EntityColumn).
  • Resolving inheritance for "App\DataTables\Column\EntityColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\EntityColumn).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\IconLinkColumn" (parent: .abstract.instanceof.App\DataTables\Column\IconLinkColumn).
  • Resolving inheritance for "App\DataTables\Column\IconLinkColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\IconLinkColumn).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\LocaleDateTimeColumn" (parent: .abstract.instanceof.App\DataTables\Column\LocaleDateTimeColumn).
  • Resolving inheritance for "App\DataTables\Column\LocaleDateTimeColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\LocaleDateTimeColumn).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\LogEntryExtraColumn" (parent: .abstract.instanceof.App\DataTables\Column\LogEntryExtraColumn).
  • Resolving inheritance for "App\DataTables\Column\LogEntryExtraColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\LogEntryExtraColumn).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\LogEntryTargetColumn" (parent: .abstract.instanceof.App\DataTables\Column\LogEntryTargetColumn).
  • Resolving inheritance for "App\DataTables\Column\LogEntryTargetColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\LogEntryTargetColumn).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\MarkdownColumn" (parent: .abstract.instanceof.App\DataTables\Column\MarkdownColumn).
  • Resolving inheritance for "App\DataTables\Column\MarkdownColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\MarkdownColumn).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\PartAttachmentsColumn" (parent: .abstract.instanceof.App\DataTables\Column\PartAttachmentsColumn).
  • Resolving inheritance for "App\DataTables\Column\PartAttachmentsColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\PartAttachmentsColumn).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\RevertLogColumn" (parent: .abstract.instanceof.App\DataTables\Column\RevertLogColumn).
  • Resolving inheritance for "App\DataTables\Column\RevertLogColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\RevertLogColumn).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\TagsColumn" (parent: .abstract.instanceof.App\DataTables\Column\TagsColumn).
  • Resolving inheritance for "App\DataTables\Column\TagsColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\TagsColumn).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\DataTableTypeInterface.0.App\DataTables\LogDataTable" (parent: .abstract.instanceof.App\DataTables\LogDataTable).
  • Resolving inheritance for "App\DataTables\LogDataTable" (parent: .instanceof.Omines\DataTablesBundle\DataTableTypeInterface.0.App\DataTables\LogDataTable).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\DataTableTypeInterface.0.App\DataTables\PartsDataTable" (parent: .abstract.instanceof.App\DataTables\PartsDataTable).
  • Resolving inheritance for "App\DataTables\PartsDataTable" (parent: .instanceof.Omines\DataTablesBundle\DataTableTypeInterface.0.App\DataTables\PartsDataTable).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LogSystem\LogAccessDeniedSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LogSystem\LogAccessDeniedSubscriber).
  • Resolving inheritance for "App\EventSubscriber\LogSystem\LogAccessDeniedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LogSystem\LogAccessDeniedSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LogSystem\SecurityEventLoggerSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LogSystem\SecurityEventLoggerSubscriber).
  • Resolving inheritance for "App\EventSubscriber\LogSystem\SecurityEventLoggerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LogSystem\SecurityEventLoggerSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SetMailFromSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\SetMailFromSubscriber).
  • Resolving inheritance for "App\EventSubscriber\SetMailFromSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SetMailFromSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SymfonyDebugToolbarSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\SymfonyDebugToolbarSubscriber).
  • Resolving inheritance for "App\EventSubscriber\SymfonyDebugToolbarSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SymfonyDebugToolbarSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\LoginSuccessSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\UserSystem\LoginSuccessSubscriber).
  • Resolving inheritance for "App\EventSubscriber\UserSystem\LoginSuccessSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\LoginSuccessSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\LogoutDisabledUserSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\UserSystem\LogoutDisabledUserSubscriber).
  • Resolving inheritance for "App\EventSubscriber\UserSystem\LogoutDisabledUserSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\LogoutDisabledUserSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\PasswordChangeNeededSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\UserSystem\PasswordChangeNeededSubscriber).
  • Resolving inheritance for "App\EventSubscriber\UserSystem\PasswordChangeNeededSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\PasswordChangeNeededSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\RegisterU2FSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\UserSystem\RegisterU2FSubscriber).
  • Resolving inheritance for "App\EventSubscriber\UserSystem\RegisterU2FSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\RegisterU2FSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\SetUserTimezoneSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\UserSystem\SetUserTimezoneSubscriber).
  • Resolving inheritance for "App\EventSubscriber\UserSystem\SetUserTimezoneSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\SetUserTimezoneSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\AttachmentTypeAdminForm" (parent: .abstract.instanceof.App\Form\AdminPages\AttachmentTypeAdminForm).
  • Resolving inheritance for "App\Form\AdminPages\AttachmentTypeAdminForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\AttachmentTypeAdminForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\BaseEntityAdminForm" (parent: .abstract.instanceof.App\Form\AdminPages\BaseEntityAdminForm).
  • Resolving inheritance for "App\Form\AdminPages\BaseEntityAdminForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\BaseEntityAdminForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\CategoryAdminForm" (parent: .abstract.instanceof.App\Form\AdminPages\CategoryAdminForm).
  • Resolving inheritance for "App\Form\AdminPages\CategoryAdminForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\CategoryAdminForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\CompanyForm" (parent: .abstract.instanceof.App\Form\AdminPages\CompanyForm).
  • Resolving inheritance for "App\Form\AdminPages\CompanyForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\CompanyForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\CurrencyAdminForm" (parent: .abstract.instanceof.App\Form\AdminPages\CurrencyAdminForm).
  • Resolving inheritance for "App\Form\AdminPages\CurrencyAdminForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\CurrencyAdminForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\FootprintAdminForm" (parent: .abstract.instanceof.App\Form\AdminPages\FootprintAdminForm).
  • Resolving inheritance for "App\Form\AdminPages\FootprintAdminForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\FootprintAdminForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\GroupAdminForm" (parent: .abstract.instanceof.App\Form\AdminPages\GroupAdminForm).
  • Resolving inheritance for "App\Form\AdminPages\GroupAdminForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\GroupAdminForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\ImportType" (parent: .abstract.instanceof.App\Form\AdminPages\ImportType).
  • Resolving inheritance for "App\Form\AdminPages\ImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\ImportType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\LabelProfileAdminForm" (parent: .abstract.instanceof.App\Form\AdminPages\LabelProfileAdminForm).
  • Resolving inheritance for "App\Form\AdminPages\LabelProfileAdminForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\LabelProfileAdminForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\MassCreationForm" (parent: .abstract.instanceof.App\Form\AdminPages\MassCreationForm).
  • Resolving inheritance for "App\Form\AdminPages\MassCreationForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\MassCreationForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\MeasurementUnitAdminForm" (parent: .abstract.instanceof.App\Form\AdminPages\MeasurementUnitAdminForm).
  • Resolving inheritance for "App\Form\AdminPages\MeasurementUnitAdminForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\MeasurementUnitAdminForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\StorelocationAdminForm" (parent: .abstract.instanceof.App\Form\AdminPages\StorelocationAdminForm).
  • Resolving inheritance for "App\Form\AdminPages\StorelocationAdminForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\StorelocationAdminForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\SupplierForm" (parent: .abstract.instanceof.App\Form\AdminPages\SupplierForm).
  • Resolving inheritance for "App\Form\AdminPages\SupplierForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\SupplierForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttachmentFormType" (parent: .abstract.instanceof.App\Form\AttachmentFormType).
  • Resolving inheritance for "App\Form\AttachmentFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttachmentFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\CollectionTypeExtension" (parent: .abstract.instanceof.App\Form\CollectionTypeExtension).
  • Resolving inheritance for "App\Form\CollectionTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\CollectionTypeExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LabelOptionsType" (parent: .abstract.instanceof.App\Form\LabelOptionsType).
  • Resolving inheritance for "App\Form\LabelOptionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LabelOptionsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LabelSystem\LabelDialogType" (parent: .abstract.instanceof.App\Form\LabelSystem\LabelDialogType).
  • Resolving inheritance for "App\Form\LabelSystem\LabelDialogType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LabelSystem\LabelDialogType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LabelSystem\ScanDialogType" (parent: .abstract.instanceof.App\Form\LabelSystem\ScanDialogType).
  • Resolving inheritance for "App\Form\LabelSystem\ScanDialogType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LabelSystem\ScanDialogType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ParameterType" (parent: .abstract.instanceof.App\Form\ParameterType).
  • Resolving inheritance for "App\Form\ParameterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ParameterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Part\OrderdetailType" (parent: .abstract.instanceof.App\Form\Part\OrderdetailType).
  • Resolving inheritance for "App\Form\Part\OrderdetailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Part\OrderdetailType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Part\PartBaseType" (parent: .abstract.instanceof.App\Form\Part\PartBaseType).
  • Resolving inheritance for "App\Form\Part\PartBaseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Part\PartBaseType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Part\PartLotType" (parent: .abstract.instanceof.App\Form\Part\PartLotType).
  • Resolving inheritance for "App\Form\Part\PartLotType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Part\PartLotType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Part\PricedetailType" (parent: .abstract.instanceof.App\Form\Part\PricedetailType).
  • Resolving inheritance for "App\Form\Part\PricedetailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Part\PricedetailType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Permissions\PermissionGroupType" (parent: .abstract.instanceof.App\Form\Permissions\PermissionGroupType).
  • Resolving inheritance for "App\Form\Permissions\PermissionGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Permissions\PermissionGroupType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Permissions\PermissionType" (parent: .abstract.instanceof.App\Form\Permissions\PermissionType).
  • Resolving inheritance for "App\Form\Permissions\PermissionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Permissions\PermissionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Permissions\PermissionsType" (parent: .abstract.instanceof.App\Form\Permissions\PermissionsType).
  • Resolving inheritance for "App\Form\Permissions\PermissionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Permissions\PermissionsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TFAGoogleSettingsType" (parent: .abstract.instanceof.App\Form\TFAGoogleSettingsType).
  • Resolving inheritance for "App\Form\TFAGoogleSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TFAGoogleSettingsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BigDecimalMoneyType" (parent: .abstract.instanceof.App\Form\Type\BigDecimalMoneyType).
  • Resolving inheritance for "App\Form\Type\BigDecimalMoneyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BigDecimalMoneyType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BigDecimalNumberType" (parent: .abstract.instanceof.App\Form\Type\BigDecimalNumberType).
  • Resolving inheritance for "App\Form\Type\BigDecimalNumberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BigDecimalNumberType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CurrencyEntityType" (parent: .abstract.instanceof.App\Form\Type\CurrencyEntityType).
  • Resolving inheritance for "App\Form\Type\CurrencyEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CurrencyEntityType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MasterPictureAttachmentType" (parent: .abstract.instanceof.App\Form\Type\MasterPictureAttachmentType).
  • Resolving inheritance for "App\Form\Type\MasterPictureAttachmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MasterPictureAttachmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SIUnitType" (parent: .abstract.instanceof.App\Form\Type\SIUnitType).
  • Resolving inheritance for "App\Form\Type\SIUnitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SIUnitType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\StructuralEntityType" (parent: .abstract.instanceof.App\Form\Type\StructuralEntityType).
  • Resolving inheritance for "App\Form\Type\StructuralEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\StructuralEntityType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TriStateCheckboxType" (parent: .abstract.instanceof.App\Form\Type\TriStateCheckboxType).
  • Resolving inheritance for "App\Form\Type\TriStateCheckboxType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TriStateCheckboxType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserAdminForm" (parent: .abstract.instanceof.App\Form\UserAdminForm).
  • Resolving inheritance for "App\Form\UserAdminForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserAdminForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserSettingsType" (parent: .abstract.instanceof.App\Form\UserSettingsType).
  • Resolving inheritance for "App\Form\UserSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserSettingsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkaroundCollectionType" (parent: .abstract.instanceof.App\Form\WorkaroundCollectionType).
  • Resolving inheritance for "App\Form\WorkaroundCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkaroundCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AttachmentVoter" (parent: .abstract.instanceof.App\Security\Voter\AttachmentVoter).
  • Resolving inheritance for "App\Security\Voter\AttachmentVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AttachmentVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\GroupVoter" (parent: .abstract.instanceof.App\Security\Voter\GroupVoter).
  • Resolving inheritance for "App\Security\Voter\GroupVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\GroupVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\LabelProfileVoter" (parent: .abstract.instanceof.App\Security\Voter\LabelProfileVoter).
  • Resolving inheritance for "App\Security\Voter\LabelProfileVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\LabelProfileVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\LogEntryVoter" (parent: .abstract.instanceof.App\Security\Voter\LogEntryVoter).
  • Resolving inheritance for "App\Security\Voter\LogEntryVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\LogEntryVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\OrderdetailVoter" (parent: .abstract.instanceof.App\Security\Voter\OrderdetailVoter).
  • Resolving inheritance for "App\Security\Voter\OrderdetailVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\OrderdetailVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PartLotVoter" (parent: .abstract.instanceof.App\Security\Voter\PartLotVoter).
  • Resolving inheritance for "App\Security\Voter\PartLotVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PartLotVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PartVoter" (parent: .abstract.instanceof.App\Security\Voter\PartVoter).
  • Resolving inheritance for "App\Security\Voter\PartVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PartVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PermissionVoter" (parent: .abstract.instanceof.App\Security\Voter\PermissionVoter).
  • Resolving inheritance for "App\Security\Voter\PermissionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PermissionVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PricedetailVoter" (parent: .abstract.instanceof.App\Security\Voter\PricedetailVoter).
  • Resolving inheritance for "App\Security\Voter\PricedetailVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PricedetailVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\StructureVoter" (parent: .abstract.instanceof.App\Security\Voter\StructureVoter).
  • Resolving inheritance for "App\Security\Voter\StructureVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\StructureVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserVoter" (parent: .abstract.instanceof.App\Security\Voter\UserVoter).
  • Resolving inheritance for "App\Security\Voter\UserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\EnvVarProcessorInterface.0.App\Services\CustomEnvVarProcessor" (parent: .abstract.instanceof.App\Services\CustomEnvVarProcessor).
  • Resolving inheritance for "App\Services\CustomEnvVarProcessor" (parent: .instanceof.Symfony\Component\DependencyInjection\EnvVarProcessorInterface.0.App\Services\CustomEnvVarProcessor).
  • Resolving inheritance for ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\AbstractDBElementProvider" (parent: .abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\AbstractDBElementProvider).
  • Resolving inheritance for "App\Services\LabelSystem\PlaceholderProviders\AbstractDBElementProvider" (parent: .instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\AbstractDBElementProvider).
  • Resolving inheritance for ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\GlobalProviders" (parent: .abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\GlobalProviders).
  • Resolving inheritance for "App\Services\LabelSystem\PlaceholderProviders\GlobalProviders" (parent: .instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\GlobalProviders).
  • Resolving inheritance for ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\NamedElementProvider" (parent: .abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\NamedElementProvider).
  • Resolving inheritance for "App\Services\LabelSystem\PlaceholderProviders\NamedElementProvider" (parent: .instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\NamedElementProvider).
  • Resolving inheritance for ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\PartLotProvider" (parent: .abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\PartLotProvider).
  • Resolving inheritance for "App\Services\LabelSystem\PlaceholderProviders\PartLotProvider" (parent: .instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\PartLotProvider).
  • Resolving inheritance for ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\PartProvider" (parent: .abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\PartProvider).
  • Resolving inheritance for "App\Services\LabelSystem\PlaceholderProviders\PartProvider" (parent: .instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\PartProvider).
  • Resolving inheritance for ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\StructuralDBElementProvider" (parent: .abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\StructuralDBElementProvider).
  • Resolving inheritance for "App\Services\LabelSystem\PlaceholderProviders\StructuralDBElementProvider" (parent: .instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\StructuralDBElementProvider).
  • Resolving inheritance for ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\TimestampableElementProvider" (parent: .abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\TimestampableElementProvider).
  • Resolving inheritance for "App\Services\LabelSystem\PlaceholderProviders\TimestampableElementProvider" (parent: .instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\TimestampableElementProvider).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
  • Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\BarcodeExtension" (parent: .abstract.instanceof.App\Twig\BarcodeExtension).
  • Resolving inheritance for "App\Twig\BarcodeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\BarcodeExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LastUserExtension" (parent: .abstract.instanceof.App\Twig\LastUserExtension).
  • Resolving inheritance for "App\Twig\LastUserExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LastUserExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TypeLabelExtension" (parent: .abstract.instanceof.App\Twig\TypeLabelExtension).
  • Resolving inheritance for "App\Twig\TypeLabelExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TypeLabelExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\BigDecimal\BigDecimalGreaterThanValidator" (parent: .abstract.instanceof.App\Validator\Constraints\BigDecimal\BigDecimalGreaterThanValidator).
  • Resolving inheritance for "App\Validator\Constraints\BigDecimal\BigDecimalGreaterThanValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\BigDecimal\BigDecimalGreaterThanValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\BigDecimal\BigDecimalGreaterThenOrEqualValidator" (parent: .abstract.instanceof.App\Validator\Constraints\BigDecimal\BigDecimalGreaterThenOrEqualValidator).
  • Resolving inheritance for "App\Validator\Constraints\BigDecimal\BigDecimalGreaterThenOrEqualValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\BigDecimal\BigDecimalGreaterThenOrEqualValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Misc\ValidRangeValidator" (parent: .abstract.instanceof.App\Validator\Constraints\Misc\ValidRangeValidator).
  • Resolving inheritance for "App\Validator\Constraints\Misc\ValidRangeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Misc\ValidRangeValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\NoLockoutValidator" (parent: .abstract.instanceof.App\Validator\Constraints\NoLockoutValidator).
  • Resolving inheritance for "App\Validator\Constraints\NoLockoutValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\NoLockoutValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\NoneOfItsChildrenValidator" (parent: .abstract.instanceof.App\Validator\Constraints\NoneOfItsChildrenValidator).
  • Resolving inheritance for "App\Validator\Constraints\NoneOfItsChildrenValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\NoneOfItsChildrenValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\SelectableValidator" (parent: .abstract.instanceof.App\Validator\Constraints\SelectableValidator).
  • Resolving inheritance for "App\Validator\Constraints\SelectableValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\SelectableValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UrlOrBuiltinValidator" (parent: .abstract.instanceof.App\Validator\Constraints\UrlOrBuiltinValidator).
  • Resolving inheritance for "App\Validator\Constraints\UrlOrBuiltinValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UrlOrBuiltinValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ValidFileFilterValidator" (parent: .abstract.instanceof.App\Validator\Constraints\ValidFileFilterValidator).
  • Resolving inheritance for "App\Validator\Constraints\ValidFileFilterValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ValidFileFilterValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ValidGoogleAuthCodeValidator" (parent: .abstract.instanceof.App\Validator\Constraints\ValidGoogleAuthCodeValidator).
  • Resolving inheritance for "App\Validator\Constraints\ValidGoogleAuthCodeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ValidGoogleAuthCodeValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ValidPartLotValidator" (parent: .abstract.instanceof.App\Validator\Constraints\ValidPartLotValidator).
  • Resolving inheritance for "App\Validator\Constraints\ValidPartLotValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ValidPartLotValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ValidPermissionValidator" (parent: .abstract.instanceof.App\Validator\Constraints\ValidPermissionValidator).
  • Resolving inheritance for "App\Validator\Constraints\ValidPermissionValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ValidPermissionValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.serializer.normalizer.json_serializable" (parent: .abstract.instanceof.serializer.normalizer.json_serializable).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.serializer.normalizer.json_serializable" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.serializer.normalizer.json_serializable).
  • Resolving inheritance for "serializer.normalizer.json_serializable" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.serializer.normalizer.json_serializable).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • 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.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for ".tree.cache.inner" (parent: cache.app).
  • Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
  • Resolving inheritance for "secrets.decryption_key" (parent: container.env).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.backtrace.default" (parent: doctrine.dbal.logger.backtrace).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
  • Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
  • Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
  • Resolving inheritance for "security.authentication.provider.dao.main" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.main" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.main" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.provider.two_factor.main" (parent: scheb_two_factor.security.authentication.provider).
  • Resolving inheritance for "security.authentication.success_handler.two_factor.main" (parent: scheb_two_factor.security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.two_factor.main" (parent: scheb_two_factor.security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.authentication_required_handler.two_factor.main" (parent: scheb_two_factor.security.authentication.authentication_required_handler).
  • Resolving inheritance for "security.authentication.csrf_token_validator.two_factor.main" (parent: scheb_two_factor.security.authentication.csrf_token_validator).
  • Resolving inheritance for "security.authentication.listener.two_factor.main" (parent: scheb_two_factor.security.authentication.listener).
  • Resolving inheritance for "security.authentication.provider_preparation_listener.two_factor.main" (parent: scheb_two_factor.security.provider_preparation_listener).
  • Resolving inheritance for "security.authentication.authentication_success_event_suppressor.two_factor.main" (parent: scheb_two_factor.security.authentication_success_event_suppressor).
  • Resolving inheritance for "security.firewall_config.two_factor.main" (parent: scheb_two_factor.security.firewall_config).
  • Resolving inheritance for "security.authentication.provider.rememberme.main" (parent: security.authentication.provider.rememberme).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash.main" (parent: security.authentication.rememberme.services.simplehash).
  • Resolving inheritance for "security.authentication.listener.rememberme.main" (parent: security.authentication.listener.rememberme).
  • Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\ArrayAdapter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Adapter\ArrayAdapter).
  • Resolving inheritance for "Omines\DataTablesBundle\Adapter\ArrayAdapter" (parent: .instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\ArrayAdapter).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter).
  • Resolving inheritance for "Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter" (parent: .instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter).
  • Resolving inheritance for "Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter" (parent: .instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigColumn" (parent: .abstract.instanceof.Omines\DataTablesBundle\Column\TwigColumn).
  • Resolving inheritance for "Omines\DataTablesBundle\Column\TwigColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigColumn).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigStringColumn" (parent: .abstract.instanceof.Omines\DataTablesBundle\Column\TwigStringColumn).
  • Resolving inheritance for "Omines\DataTablesBundle\Column\TwigStringColumn" (parent: .instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigStringColumn).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Excel\ExcelExporter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Exporter\Excel\ExcelExporter).
  • Resolving inheritance for "Omines\DataTablesBundle\Exporter\Excel\ExcelExporter" (parent: .instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Excel\ExcelExporter).
  • Resolving inheritance for ".instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Csv\CsvExporter" (parent: .abstract.instanceof.Omines\DataTablesBundle\Exporter\Csv\CsvExporter).
  • Resolving inheritance for "Omines\DataTablesBundle\Exporter\Csv\CsvExporter" (parent: .instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Csv\CsvExporter).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Omines\DataTablesBundle\Twig\DataTablesExtension" (parent: .abstract.instanceof.Omines\DataTablesBundle\Twig\DataTablesExtension).
  • Resolving inheritance for "Omines\DataTablesBundle\Twig\DataTablesExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Omines\DataTablesBundle\Twig\DataTablesExtension).
  • Resolving inheritance for "shivas_versioning.cache.version" (parent: cache.system).
  • Resolving inheritance for "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
  • Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.locator.filesystem).
  • Resolving inheritance for "php_translation.catalogue_fetcher" (parent: Translation\Bundle\Catalogue\CatalogueFetcher).
  • Resolving inheritance for "php_translation.catalogue_writer" (parent: Translation\Bundle\Catalogue\CatalogueWriter).
  • Resolving inheritance for "php_translation.catalogue_manager" (parent: Translation\Bundle\Catalogue\CatalogueManager).
  • Resolving inheritance for "php_translation.extractor" (parent: Translation\Extractor\Extractor).
  • Resolving inheritance for "php_translation.storage_manager" (parent: Translation\Bundle\Service\StorageManager).
  • Resolving inheritance for "php_translation.configuration_manager" (parent: Translation\Bundle\Service\ConfigurationManager).
  • Resolving inheritance for "php_translation.importer" (parent: Translation\Bundle\Service\Importer).
  • Resolving inheritance for "php_translation.cache_clearer" (parent: Translation\Bundle\Service\CacheClearer).
  • Resolving inheritance for "php_translation.catalogue_counter" (parent: Translation\Bundle\Catalogue\CatalogueCounter).
  • Resolving inheritance for "php_translation.twig_extension" (parent: Translation\Bundle\Twig\TranslationExtension).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTrans" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTrans).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTrans" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTrans).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTransChoice" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTransChoice).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTransChoice" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTransChoice).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FlashMessage" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FlashMessage).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FlashMessage" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FlashMessage).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeChoices" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeChoices).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FormTypeChoices" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeChoices).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeEmptyValue" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeEmptyValue).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FormTypeEmptyValue" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeEmptyValue).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeHelp" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeHelp).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FormTypeHelp" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeHelp).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeInvalidMessage" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeInvalidMessage).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FormTypeInvalidMessage" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeInvalidMessage).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelExplicit" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelExplicit).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelExplicit" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelExplicit).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelImplicit" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelImplicit).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelImplicit" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelImplicit).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypePlaceholder" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypePlaceholder).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FormTypePlaceholder" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypePlaceholder).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeTitle" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeTitle).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\FormTypeTitle" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeTitle).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation).
  • Resolving inheritance for ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\SourceLocationContainerVisitor" (parent: .abstract.instanceof.Translation\Extractor\Visitor\Php\SourceLocationContainerVisitor).
  • Resolving inheritance for "Translation\Extractor\Visitor\Php\SourceLocationContainerVisitor" (parent: .instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\SourceLocationContainerVisitor).
  • Resolving inheritance for "php_translation.storage.app" (parent: php_translation.storage.abstract).
  • Resolving inheritance for "php_translation.single_storage.file.app" (parent: php_translation.local_file_storage.abstract).
  • Resolving inheritance for "php_translator.console.delete_obsolete" (parent: Translation\Bundle\Command\DeleteObsoleteCommand).
  • Resolving inheritance for "php_translator.console.download" (parent: Translation\Bundle\Command\DownloadCommand).
  • Resolving inheritance for "php_translator.console.extract" (parent: Translation\Bundle\Command\ExtractCommand).
  • Resolving inheritance for "php_translator.console.status" (parent: Translation\Bundle\Command\StatusCommand).
  • Resolving inheritance for "php_translator.console.sync" (parent: Translation\Bundle\Command\SyncCommand).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
  • 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.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
  • Resolving inheritance for "security.authentication.provider.dao.main.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.rememberme.main.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.anonymous.main.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash.main.two_factor_decorator" (parent: scheb_two_factor.security.rememberme_services_decorator).
451
Symfony\Component\HttpKernel\DependencyInjection\RemoveEmptyControllerArgumentLocatorsPass
  • Removing service-argument resolver for controller "App\Controller\LabelController::generator": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\TreeController::categoryTree": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\TreeController::deviceTree": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\TreeController::footprintTree": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\TreeController::locationTree": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\TreeController::manufacturerTree": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\TreeController::supplierTree": no corresponding services exist for the referenced types.
7
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\ResponseFactoryInterface"; 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\UriFactoryInterface"; reason: private alias.
  • Removed service "Http\Message\MessageFactory"; reason: private alias.
  • Removed service "Http\Message\RequestFactory"; reason: private alias.
  • Removed service "Http\Message\ResponseFactory"; reason: private alias.
  • Removed service "Http\Message\StreamFactory"; reason: private alias.
  • Removed service "Http\Message\UriFactory"; reason: private alias.
  • Removed service "Swap\Swap"; reason: private alias.
  • Removed service "Doctrine\Migrations\DependencyFactory"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Service\FilterService"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "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 $treeCache"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface $treeCache"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface $treeCache"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.factory"; reason: private alias.
  • Removed service "session.handler"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
  • Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
  • Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
  • Removed service "mailer"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
  • Removed service "mailer.logger_message_listener"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
  • Removed service "translator.formatter"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
  • Removed service "error_renderer.serializer"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
  • Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
  • Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_query_cache"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "security.encoder_factory"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
  • Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
  • Removed service "security.password_hasher"; reason: private alias.
  • Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "security.user_providers"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
  • Removed service "security.authentication.session_strategy.main"; reason: private alias.
  • Removed service "security.user_checker.main"; reason: private alias.
  • Removed service "security.firewall.context_locator"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
  • Removed service "datatables.renderer"; reason: private alias.
  • Removed service "Shivas\VersioningBundle\Service\VersionManagerInterface"; reason: private alias.
  • Removed service "Shivas\VersioningBundle\Formatter\FormatterInterface"; reason: private alias.
  • Removed service "Shivas\VersioningBundle\Writer\WriterInterface"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
  • Removed service "liip_imagine"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
  • Removed service "scheb_two_factor.persister"; reason: private alias.
  • Removed service "scheb_two_factor.token_factory"; reason: private alias.
  • Removed service "scheb_two_factor.ip_whitelist_provider"; reason: private alias.
  • Removed service "scheb_two_factor.trusted_device_manager"; reason: private alias.
  • Removed service "scheb_two_factor.backup_code_manager"; reason: private alias.
  • Removed service "php_translation.extractor.php"; reason: private alias.
  • Removed service "php_translation.extractor.twig"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.ContainerAwareTrans"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.ContainerAwareTransChoice"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.FlashMessage"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.FormTypeChoices"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.FormTypeEmptyValue"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.FormTypeHelp"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.FormTypeInvalidMessage"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.FormTypeLabelExplicit"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.FormTypeLabelImplicit"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.FormTypePlaceholder"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.ValidationAnnotation"; reason: private alias.
  • Removed service "php_translation.extractor.php.visitor.SourceLocationContainerVisitor"; reason: private alias.
  • Removed service "php_translation.extractor.twig.factory.twig"; reason: private alias.
  • Removed service "nelmio_security.external_redirect.target_validator"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "doctrine.id_generator_locator"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
  • Removed service ".service_locator.XDGmiR3"; reason: private alias.
  • Removed service ".service_locator._5g_Wvc"; reason: private alias.
  • Removed service ".service_locator.JBAFp66"; reason: private alias.
  • Removed service ".service_locator.wasiY4X"; reason: private alias.
  • Removed service ".service_locator.9J6STdG"; reason: private alias.
  • Removed service ".service_locator.FfTKJHx"; reason: private alias.
  • Removed service ".service_locator.Eb0X08C"; reason: private alias.
  • Removed service ".service_locator.s0GsEes"; reason: private alias.
  • Removed service ".service_locator.l8PRQXp"; reason: private alias.
  • Removed service ".service_locator.SDpfUXe"; reason: private alias.
  • Removed service ".service_locator.86DIQ8E"; reason: private alias.
  • Removed service ".service_locator.8Zh3t78"; reason: private alias.
  • Removed service ".service_locator.z2FwoL6"; reason: private alias.
  • Removed service ".service_locator.WdxsK40"; reason: private alias.
  • Removed service ".service_locator.uqF67G6"; reason: private alias.
  • Removed service ".service_locator.AA2O7nW"; reason: private alias.
  • Removed service ".service_locator.YwoSbX1"; reason: private alias.
  • Removed service ".service_locator.cyXRkdF"; reason: private alias.
  • Removed service ".service_locator.RU9waB."; reason: private alias.
  • Removed service ".service_locator.5B2E1Hd"; reason: private alias.
  • Removed service ".service_locator.dW3W1C3"; reason: private alias.
  • Removed service ".service_locator.GyRXW86"; reason: private alias.
  • Removed service ".service_locator..q9Mues"; reason: private alias.
  • Removed service ".service_locator.1nY0u3i"; reason: private alias.
  • Removed service ".service_locator.fV4uilJ"; reason: private alias.
  • Removed service ".service_locator.pyyQ.UA"; reason: private alias.
  • Removed service ".service_locator.ZIu8rK7"; reason: private alias.
  • Removed service ".service_locator.Opp0LTM"; reason: private alias.
  • Removed service ".service_locator.i_K_PD9"; reason: private alias.
  • Removed service ".service_locator.oyFsKau"; reason: private alias.
  • Removed service ".service_locator.gGEnoGm"; reason: private alias.
  • Removed service ".service_locator.Wi14fnp"; reason: private alias.
  • Removed service ".service_locator.Mbbj8Qh"; reason: private alias.
  • Removed service ".service_locator.CIIzrkh"; reason: private alias.
  • Removed service ".service_locator.4VE9aQO"; reason: private alias.
  • Removed service ".service_locator.KHEZNCL"; reason: private alias.
  • Removed service ".service_locator.V2EyVsL"; reason: private alias.
  • Removed service ".service_locator.1FTe5DV"; reason: private alias.
  • Removed service ".service_locator.hBwI9Iw"; reason: private alias.
  • Removed service ".service_locator.Wh8KFvW"; reason: private alias.
  • Removed service ".service_locator.ZC2Dm.."; reason: private alias.
  • Removed service ".service_locator.T6zguKd"; reason: private alias.
  • Removed service ".service_locator.NxCyRiE"; reason: private alias.
  • Removed service ".service_locator.kO29wpd"; reason: private alias.
  • Removed service ".service_locator.13hcflX"; reason: private alias.
  • Removed service ".service_locator.1iTPI_k"; reason: private alias.
  • Removed service ".service_locator.J2XQP5e"; reason: private alias.
  • Removed service ".service_locator.wdElN_W"; reason: private alias.
  • Removed service ".service_locator.AA2UV0U"; reason: private alias.
  • Removed service ".service_locator.E1cOZgd"; reason: private alias.
  • Removed service ".service_locator.iu4sgFS"; reason: private alias.
  • Removed service ".service_locator.boErBEX"; reason: private alias.
  • Removed service ".service_locator._Cy9Bt5"; reason: private alias.
  • Removed service ".service_locator.QuHbQSm"; reason: private alias.
  • Removed service ".service_locator.zFVigFn"; reason: private alias.
  • Removed service ".service_locator.BXDbD84"; reason: private alias.
  • Removed service ".service_locator.s1QQb2E"; reason: private alias.
  • Removed service ".service_locator.P9zQS0H"; reason: private alias.
  • Removed service ".service_locator.ED_iWUh"; reason: private alias.
  • Removed service ".service_locator.jEIXwNL"; reason: private alias.
  • Removed service ".service_locator.JjvWeMK"; reason: private alias.
  • Removed service ".service_locator.kXCVHeG"; reason: private alias.
  • Removed service ".service_locator.1GzfxoI"; reason: private alias.
  • Removed service ".service_locator.v6uBZhP"; reason: private alias.
  • Removed service ".service_locator.qKYYOh7"; reason: private alias.
  • Removed service ".service_locator.l.NWs5o"; reason: private alias.
  • Removed service ".service_locator.8d1iDrf"; reason: private alias.
  • Removed service ".service_locator.EqHzD7q"; reason: private alias.
  • Removed service ".service_locator.q5hi7hq"; reason: private alias.
  • Removed service ".service_locator.7HvWZkA"; reason: private alias.
  • Removed service ".service_locator.hvasu6A"; reason: private alias.
  • Removed service ".service_locator.WwWHv8V"; reason: private alias.
  • Removed service ".service_locator.RV57H0q"; reason: private alias.
  • Removed service ".service_locator.Ji739XO"; reason: private alias.
  • Removed service ".service_locator.Er0_7SX"; reason: private alias.
  • Removed service ".service_locator.MYzpJBB"; reason: private alias.
  • Removed service ".service_locator.QP6ffWQ"; reason: private alias.
  • Removed service ".service_locator.NB1T4D0"; reason: private alias.
  • Removed service ".service_locator.MHuQ92P"; reason: private alias.
  • Removed service ".service_locator.QDEaFHu"; reason: private alias.
  • Removed service ".service_locator.4Syq9Lt"; reason: private alias.
  • Removed service ".service_locator.2yOD2wl"; reason: private alias.
  • Removed service ".service_locator.ORBbeFl"; reason: private alias.
  • Removed service ".service_locator.NK827YO"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "var_dumper.cli_dumper"; reason: private alias.
  • Removed service "security.authentication.trust_resolver"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "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 "http_client"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
  • Removed service "security.authentication.provider.dao.main"; reason: private alias.
  • Removed service "security.authentication.provider.rememberme.main"; reason: private alias.
  • Removed service "security.authentication.provider.anonymous.main"; reason: private alias.
  • Removed service "security.authentication.rememberme.services.simplehash.main"; reason: private alias.
302
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\Command\SetPasswordCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Command\ShowEventLogCommand" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\AdminPages\AttachmentTypeController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\AdminPages\AttachmentTypeController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\AdminPages\CategoryController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\AdminPages\CategoryController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\AdminPages\CurrencyController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\AdminPages\CurrencyController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\AdminPages\DeviceController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\AdminPages\DeviceController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\AdminPages\FootprintController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\AdminPages\FootprintController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\AdminPages\LabelProfileController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\AdminPages\LabelProfileController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\AdminPages\ManufacturerController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\AdminPages\ManufacturerController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\AdminPages\MeasurementUnitController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\AdminPages\MeasurementUnitController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\AdminPages\StorelocationController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\AdminPages\StorelocationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\AdminPages\SupplierController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\AdminPages\SupplierController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\GroupController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\GroupController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\LabelController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\RedirectController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\RedirectController" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "App\Controller\SecurityController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\SelectAPIController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\UserController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\UserController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\UserSettingsController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\DataTables\AttachmentDataTable" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\DataTables\Column\LogEntryExtraColumn" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\DataTables\Column\LogEntryTargetColumn" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\DataTables\Column\RevertLogColumn" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\DataTables\Column\TagsColumn" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DataTables\LogDataTable" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\DataTables\LogDataTable" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DataTables\PartsDataTable" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\EventSubscriber\UserSystem\LoginSuccessSubscriber" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\EventSubscriber\UserSystem\LoginSuccessSubscriber" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "App\EventSubscriber\UserSystem\LogoutDisabledUserSubscriber" previously pointing to "router.default" to "router".
  • Changed reference of service "App\EventSubscriber\UserSystem\PasswordChangeNeededSubscriber" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "App\EventSubscriber\UserSystem\RegisterU2FSubscriber" previously pointing to "router.default" to "router".
  • Changed reference of service "App\EventSubscriber\UserSystem\RegisterU2FSubscriber" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "App\EventSubscriber\UserSystem\RegisterU2FSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Form\AttachmentFormType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\AttachmentFormType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Part\PartBaseType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Services\Attachments\AttachmentURLGenerator" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Services\ElementTypeNameGenerator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\EntityImporter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\Services\EntityURLGenerator" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Services\LabelSystem\Barcodes\BarcodeContentGenerator" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Services\LabelSystem\Barcodes\BarcodeRedirector" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Services\LabelSystem\PlaceholderProviders\PartProvider" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\LogSystem\LogEntryExtraFormatter" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\MarkdownParser" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\PasswordResetManager" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\Trees\ToolsTreeBuilder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Services\Trees\ToolsTreeBuilder" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Services\Trees\TreeViewGenerator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Twig\AppExtension" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "locale_listener" previously pointing to "router.default" 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.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "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 "router_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.two_factor.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • 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 "router.default" to "router".
  • Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
  • Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
  • Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Omines\DataTablesBundle\Exporter\DataTableExporterManager" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Omines\DataTablesBundle\DataTableFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Omines\DataTablesBundle\Twig\DataTablesExtension" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "fos_ck_editor.renderer" previously pointing to "router.default" to "router".
  • Changed reference of service "liip_imagine.cache.manager" previously pointing to "router.default" to "router".
  • Changed reference of service "liip_imagine.cache.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "gregwar_captcha.type" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "gregwar_captcha.type" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "gregwar_captcha.generator" previously pointing to "router.default" to "router".
  • Changed reference of service "scheb_two_factor.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "scheb_two_factor.default_backup_code_manager" previously pointing to "scheb_two_factor.persister.doctrine" to "Scheb\TwoFactorBundle\Model\PersisterInterface".
  • Changed reference of service "scheb_two_factor.provider_preparation_recorder" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "R\U2FTwoFactorBundle\Security\TwoFactor\Provider\U2F\TwoFactorProvider" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "R\U2FTwoFactorBundle\Security\TwoFactor\Provider\U2F\U2FFormRenderer" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "R\U2FTwoFactorBundle\Controller\RegisterController" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "R\U2FTwoFactorBundle\Controller\RegisterController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Translation\Bundle\Service\CacheClearer" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Translation\Bundle\Twig\TranslationExtension" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "php_translation.cache_clearer" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "php_translation.twig_extension" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Translation\Bundle\Controller\WebUIController" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "php_translation.data_collector" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "nelmio_security.csp_reporter_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "nelmio_security.external_redirect_listener" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.lftMTJj" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.Z27f.mC" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.8i8cXY_" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.scheb_two_factor.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\AttachmentVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\GroupVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\LabelProfileVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\LogEntryVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\OrderdetailVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\PartLotVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\PartVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\PermissionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\PricedetailVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\StructureVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\UserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.T6UA.So" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.J4b.DPX" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.HLwzKIm" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.W9y3dzm" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.jlyTfzM" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.qStIMoR" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service ".service_locator.qStIMoR" previously pointing to ".session.do-not-use" to "session".
174
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "container.env"; reason: abstract.
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; reason: abstract.
  • Removed service "cache.adapter.filesystem"; reason: abstract.
  • Removed service "cache.adapter.psr6"; reason: abstract.
  • Removed service "cache.adapter.redis"; reason: abstract.
  • Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
  • Removed service "cache.adapter.memcached"; reason: abstract.
  • Removed service "cache.adapter.pdo"; reason: abstract.
  • Removed service "cache.adapter.array"; reason: abstract.
  • Removed service "assets.path_package"; reason: abstract.
  • Removed service "assets.url_package"; reason: abstract.
  • Removed service "assets.static_version_strategy"; reason: abstract.
  • Removed service "assets.json_manifest_version_strategy"; reason: abstract.
  • Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
  • Removed service "http_client.abstract_retry_strategy"; reason: abstract.
  • Removed service "mailer.transport_factory.abstract"; reason: abstract.
  • Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "doctrine.orm.configuration"; reason: abstract.
  • Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
  • Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
  • Removed service "doctrine.orm.security.user.provider"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.listener.session"; reason: abstract.
  • Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.listener.default"; reason: abstract.
  • Removed service "security.authentication.form_entry_point"; reason: abstract.
  • Removed service "security.authentication.listener.abstract"; reason: abstract.
  • Removed service "security.authentication.custom_success_handler"; reason: abstract.
  • Removed service "security.authentication.success_handler"; reason: abstract.
  • Removed service "security.authentication.custom_failure_handler"; reason: abstract.
  • Removed service "security.authentication.failure_handler"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; reason: abstract.
  • Removed service "liip_imagine.binary.loader.prototype.flysystem"; reason: abstract.
  • Removed service "liip_imagine.binary.loader.prototype.flysystem2"; reason: abstract.
  • Removed service "liip_imagine.binary.loader.prototype.chain"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.web_path"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.aws_s3"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.cache"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.flysystem"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.flysystem2"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.proxy"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.provider.decorator"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.provider"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.listener"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.legacy_listener"; reason: abstract.
  • Removed service "scheb_two_factor.security.rememberme_services_decorator"; reason: abstract.
  • Removed service "scheb_two_factor.security.provider_preparation_listener"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication_success_event_suppressor"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.success_handler"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.failure_handler"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.authentication_required_handler"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.csrf_token_validator"; reason: abstract.
  • Removed service "scheb_two_factor.security.firewall_config"; reason: abstract.
  • Removed service "php_translation.storage.abstract"; reason: abstract.
  • Removed service "php_translation.local_file_storage.abstract"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanAttachmentsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\CleanAttachmentsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ConvertBBCodeCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ConvertBBCodeCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetPasswordCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SetPasswordCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ShowEventLogCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ShowEventLogCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateExchangeRatesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UpdateExchangeRatesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\AttachmentTypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\AttachmentTypeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminPages\AttachmentTypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\CategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminPages\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\CurrencyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\CurrencyController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminPages\CurrencyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\DeviceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\DeviceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminPages\DeviceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\FootprintController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\FootprintController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminPages\FootprintController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\LabelProfileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\LabelProfileController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminPages\LabelProfileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\ManufacturerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\ManufacturerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminPages\ManufacturerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\MeasurementUnitController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\MeasurementUnitController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminPages\MeasurementUnitController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\StorelocationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\StorelocationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminPages\StorelocationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminPages\SupplierController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminPages\SupplierController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminPages\SupplierController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AttachmentFileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AttachmentFileController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AttachmentFileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomepageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomepageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\HomepageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LabelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LabelController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\LabelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\LogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PartController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PartListsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PartListsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PartListsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RedirectController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RedirectController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\RedirectController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScanController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScanController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ScanController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SelectAPIController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SelectAPIController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SelectAPIController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatisticsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatisticsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\StatisticsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ToolsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ToolsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ToolsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TreeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TreeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\TreeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TypeaheadController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TypeaheadController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\TypeaheadController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSettingsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSettingsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\UserSettingsController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DataStructureFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\DataStructureFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\GroupFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\GroupFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\LabelProfileFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\LabelProfileFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PartFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\PartFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\UserFixtures"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\DataTableTypeInterface.0.App\DataTables\AttachmentDataTable"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTables\AttachmentDataTable"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\EntityColumn"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTables\Column\EntityColumn"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\IconLinkColumn"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTables\Column\IconLinkColumn"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\LocaleDateTimeColumn"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTables\Column\LocaleDateTimeColumn"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\LogEntryExtraColumn"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTables\Column\LogEntryExtraColumn"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\LogEntryTargetColumn"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTables\Column\LogEntryTargetColumn"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\MarkdownColumn"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTables\Column\MarkdownColumn"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\PartAttachmentsColumn"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTables\Column\PartAttachmentsColumn"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\RevertLogColumn"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTables\Column\RevertLogColumn"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.App\DataTables\Column\TagsColumn"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTables\Column\TagsColumn"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\DataTableTypeInterface.0.App\DataTables\LogDataTable"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTables\LogDataTable"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\DataTableTypeInterface.0.App\DataTables\PartsDataTable"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTables\PartsDataTable"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LogSystem\LogAccessDeniedSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\LogSystem\LogAccessDeniedSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LogSystem\SecurityEventLoggerSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\LogSystem\SecurityEventLoggerSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SetMailFromSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\SetMailFromSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SymfonyDebugToolbarSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\SymfonyDebugToolbarSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\LoginSuccessSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\UserSystem\LoginSuccessSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\LogoutDisabledUserSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\UserSystem\LogoutDisabledUserSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\PasswordChangeNeededSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\UserSystem\PasswordChangeNeededSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\RegisterU2FSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\UserSystem\RegisterU2FSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSystem\SetUserTimezoneSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\UserSystem\SetUserTimezoneSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\AttachmentTypeAdminForm"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminPages\AttachmentTypeAdminForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\BaseEntityAdminForm"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminPages\BaseEntityAdminForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\CategoryAdminForm"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminPages\CategoryAdminForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\CompanyForm"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminPages\CompanyForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\CurrencyAdminForm"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminPages\CurrencyAdminForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\FootprintAdminForm"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminPages\FootprintAdminForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\GroupAdminForm"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminPages\GroupAdminForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\ImportType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminPages\ImportType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\LabelProfileAdminForm"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminPages\LabelProfileAdminForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\MassCreationForm"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminPages\MassCreationForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\MeasurementUnitAdminForm"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminPages\MeasurementUnitAdminForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\StorelocationAdminForm"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminPages\StorelocationAdminForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPages\SupplierForm"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AdminPages\SupplierForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttachmentFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AttachmentFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\CollectionTypeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CollectionTypeExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LabelOptionsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\LabelOptionsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LabelSystem\LabelDialogType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\LabelSystem\LabelDialogType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LabelSystem\ScanDialogType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\LabelSystem\ScanDialogType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ParameterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ParameterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Part\OrderdetailType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Part\OrderdetailType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Part\PartBaseType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Part\PartBaseType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Part\PartLotType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Part\PartLotType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Part\PricedetailType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Part\PricedetailType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Permissions\PermissionGroupType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Permissions\PermissionGroupType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Permissions\PermissionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Permissions\PermissionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Permissions\PermissionsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Permissions\PermissionsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TFAGoogleSettingsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\TFAGoogleSettingsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BigDecimalMoneyType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BigDecimalMoneyType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BigDecimalNumberType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BigDecimalNumberType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CurrencyEntityType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\CurrencyEntityType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MasterPictureAttachmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\MasterPictureAttachmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SIUnitType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\SIUnitType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\StructuralEntityType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\StructuralEntityType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TriStateCheckboxType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\TriStateCheckboxType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserAdminForm"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserAdminForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserSettingsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserSettingsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkaroundCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\WorkaroundCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AttachmentVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\AttachmentVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\GroupVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\GroupVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\LabelProfileVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\LabelProfileVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\LogEntryVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\LogEntryVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\OrderdetailVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\OrderdetailVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PartLotVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\PartLotVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PartVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\PartVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PermissionVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\PermissionVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PricedetailVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\PricedetailVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\StructureVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\StructureVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\UserVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\EnvVarProcessorInterface.0.App\Services\CustomEnvVarProcessor"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Services\CustomEnvVarProcessor"; reason: abstract.
  • Removed service ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\AbstractDBElementProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\AbstractDBElementProvider"; reason: abstract.
  • Removed service ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\GlobalProviders"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\GlobalProviders"; reason: abstract.
  • Removed service ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\NamedElementProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\NamedElementProvider"; reason: abstract.
  • Removed service ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\PartLotProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\PartLotProvider"; reason: abstract.
  • Removed service ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\PartProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\PartProvider"; reason: abstract.
  • Removed service ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\StructuralDBElementProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\StructuralDBElementProvider"; reason: abstract.
  • Removed service ".instanceof.App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface.0.App\Services\LabelSystem\PlaceholderProviders\TimestampableElementProvider"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Services\LabelSystem\PlaceholderProviders\TimestampableElementProvider"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\BarcodeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\BarcodeExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LastUserExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\LastUserExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TypeLabelExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\TypeLabelExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\BigDecimal\BigDecimalGreaterThanValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\BigDecimal\BigDecimalGreaterThanValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\BigDecimal\BigDecimalGreaterThenOrEqualValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\BigDecimal\BigDecimalGreaterThenOrEqualValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Misc\ValidRangeValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\Misc\ValidRangeValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\NoLockoutValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\NoLockoutValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\NoneOfItsChildrenValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\NoneOfItsChildrenValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\SelectableValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\SelectableValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UrlOrBuiltinValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\UrlOrBuiltinValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ValidFileFilterValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\ValidFileFilterValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ValidGoogleAuthCodeValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\ValidGoogleAuthCodeValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ValidPartLotValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\ValidPartLotValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ValidPermissionValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\ValidPermissionValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.serializer.normalizer.json_serializable"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.serializer.normalizer.json_serializable"; reason: abstract.
  • Removed service ".abstract.instanceof.serializer.normalizer.json_serializable"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\ArrayAdapter"; reason: abstract.
  • Removed service ".abstract.instanceof.Omines\DataTablesBundle\Adapter\ArrayAdapter"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter"; reason: abstract.
  • Removed service ".abstract.instanceof.Omines\DataTablesBundle\Adapter\Doctrine\ORMAdapter"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Adapter\AdapterInterface.0.Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter"; reason: abstract.
  • Removed service ".abstract.instanceof.Omines\DataTablesBundle\Adapter\Doctrine\FetchJoinORMAdapter"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigColumn"; reason: abstract.
  • Removed service ".abstract.instanceof.Omines\DataTablesBundle\Column\TwigColumn"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Column\AbstractColumn.0.Omines\DataTablesBundle\Column\TwigStringColumn"; reason: abstract.
  • Removed service ".abstract.instanceof.Omines\DataTablesBundle\Column\TwigStringColumn"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Excel\ExcelExporter"; reason: abstract.
  • Removed service ".abstract.instanceof.Omines\DataTablesBundle\Exporter\Excel\ExcelExporter"; reason: abstract.
  • Removed service ".instanceof.Omines\DataTablesBundle\Exporter\DataTableExporterInterface.0.Omines\DataTablesBundle\Exporter\Csv\CsvExporter"; reason: abstract.
  • Removed service ".abstract.instanceof.Omines\DataTablesBundle\Exporter\Csv\CsvExporter"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Omines\DataTablesBundle\Twig\DataTablesExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Omines\DataTablesBundle\Twig\DataTablesExtension"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTrans"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTrans"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTransChoice"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTransChoice"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FlashMessage"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FlashMessage"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeChoices"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeChoices"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeEmptyValue"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeEmptyValue"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeHelp"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeHelp"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeInvalidMessage"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeInvalidMessage"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelExplicit"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelExplicit"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelImplicit"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelImplicit"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypePlaceholder"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypePlaceholder"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\FormTypeTitle"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\FormTypeTitle"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation"; reason: abstract.
  • Removed service ".instanceof.PhpParser\NodeVisitor.0.Translation\Extractor\Visitor\Php\SourceLocationContainerVisitor"; reason: abstract.
  • Removed service ".abstract.instanceof.Translation\Extractor\Visitor\Php\SourceLocationContainerVisitor"; reason: abstract.
421
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "nyholm.psr7.psr17_factory"; reason: unused.
  • Removed service "nyholm.psr7.httplug_factory"; reason: unused.
  • Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
  • Removed service "App\Configuration\PermissionsConfiguration"; reason: unused.
  • Removed service "App\Doctrine\Purger\ResetAutoIncrementORMPurger"; reason: unused.
  • Removed service "App\Events\SecurityEvent"; reason: unused.
  • Removed service "App\Events\SecurityEvents"; reason: unused.
  • Removed service "App\Exceptions\AttachmentDownloadException"; reason: unused.
  • Removed service "App\Exceptions\EntityNotSupportedException"; reason: unused.
  • Removed service "App\Exceptions\LogEntryObsoleteException"; reason: unused.
  • Removed service "App\Exceptions\TwigModeException"; reason: unused.
  • Removed service "App\Form\Permissions\PermissionsMapper"; reason: unused.
  • Removed service "App\Helpers\BBCodeToMarkdownConverter"; reason: unused.
  • Removed service "App\Helpers\BigDecimalType"; reason: unused.
  • Removed service "App\Helpers\LabelResponse"; reason: unused.
  • Removed service "App\Helpers\Trees\StructuralDBElementIterator"; reason: unused.
  • Removed service "App\Helpers\Trees\TreeViewNode"; reason: unused.
  • Removed service "App\Helpers\Trees\TreeViewNodeIterator"; reason: unused.
  • Removed service "App\Helpers\Trees\TreeViewNodeState"; reason: unused.
  • Removed service "App\Helpers\UTCDateTimeType"; reason: unused.
  • Removed service "App\Repository\AttachmentRepository"; reason: unused.
  • Removed service "App\Repository\DBElementRepository"; reason: unused.
  • Removed service "App\Repository\LabelProfileRepository"; reason: unused.
  • Removed service "App\Repository\LogEntryRepository"; reason: unused.
  • Removed service "App\Repository\NamedDBElementRepository"; reason: unused.
  • Removed service "App\Repository\PartRepository"; reason: unused.
  • Removed service "App\Repository\Parts\CategoryRepository"; reason: unused.
  • Removed service "App\Repository\Parts\DeviceRepository"; reason: unused.
  • Removed service "App\Repository\Parts\FootprintRepository"; reason: unused.
  • Removed service "App\Repository\Parts\ManufacturerRepository"; reason: unused.
  • Removed service "App\Repository\Parts\MeasurementUnitRepository"; reason: unused.
  • Removed service "App\Repository\Parts\StorelocationRepository"; reason: unused.
  • Removed service "App\Repository\Parts\SupplierRepository"; reason: unused.
  • Removed service "App\Repository\StructuralDBElementRepository"; reason: unused.
  • Removed service "App\Repository\UserRepository"; reason: unused.
  • Removed service "App\Security\Annotations\ColumnSecurity"; reason: unused.
  • Removed service "App\Twig\Sandbox\InheritanceSecurityPolicy"; reason: unused.
  • Removed service "App\Validator\Constraints\BigDecimal\BigDecimalPositive"; reason: unused.
  • Removed service "App\Validator\Constraints\BigDecimal\BigDecimalPositiveOrZero"; reason: unused.
  • Removed service "App\Validator\Constraints\Misc\ValidRange"; reason: unused.
  • Removed service "App\Validator\Constraints\NoLockout"; reason: unused.
  • Removed service "App\Validator\Constraints\NoneOfItsChildren"; reason: unused.
  • Removed service "App\Validator\Constraints\Selectable"; reason: unused.
  • Removed service "App\Validator\Constraints\UrlOrBuiltin"; reason: unused.
  • Removed service "App\Validator\Constraints\ValidFileFilter"; reason: unused.
  • Removed service "App\Validator\Constraints\ValidGoogleAuthCode"; reason: unused.
  • Removed service "App\Validator\Constraints\ValidPartLot"; reason: unused.
  • Removed service "App\Validator\Constraints\ValidPermission"; reason: unused.
  • Removed service "http_cache"; reason: unused.
  • Removed service "http_cache.store"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service "session.storage.factory.php_bridge"; reason: unused.
  • Removed service "session.storage.factory.mock_file"; reason: unused.
  • Removed service "session.storage.factory.service"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "session.marshaller"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "assets.empty_version_strategy"; reason: unused.
  • Removed service "psr18.http_client"; reason: unused.
  • Removed service "Http\Client\HttpClient"; reason: unused.
  • Removed service "mailer.default_transport"; reason: unused.
  • Removed service "mailer.messenger.message_handler"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "annotations.filesystem_cache_adapter"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "annotations.cache"; reason: unused.
  • Removed service "serializer.mapping.cache.symfony"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service "doctrine.dbal.logger.chain"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~zcmn27t"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "doctrine.migrations.connection_loader"; reason: unused.
  • Removed service "doctrine.migrations.em_loader"; reason: unused.
  • Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.user_checker"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.authentication.guard_handler"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "monolog.http_client"; reason: unused.
  • Removed service "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service "webpack_encore.cache"; reason: unused.
  • Removed service "liip_imagine.mime_types"; reason: unused.
  • Removed service "liip_imagine.imagick"; reason: unused.
  • Removed service "liip_imagine.gmagick"; reason: unused.
  • Removed service "liip_imagine.binary.loader.prototype.filesystem"; reason: unused.
  • Removed service "liip_imagine.binary.loader.prototype.stream"; reason: unused.
  • Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
  • Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
  • Removed service "liip_imagine.mime_type_guesser"; reason: unused.
  • Removed service "liip_imagine.extension_guesser"; reason: unused.
  • Removed service "liip_imagine.templating.filter_helper"; reason: unused.
  • Removed service "scheb_two_factor.null_csrf_token_manager"; reason: unused.
  • Removed service "scheb_two_factor.null_trusted_device_manager"; reason: unused.
  • Removed service "scheb_two_factor.null_backup_code_manager"; reason: unused.
  • Removed service "php_translation.extractor"; reason: unused.
  • Removed service "php_translation.twig_extension"; reason: unused.
  • Removed service "nelmio_security.ua_parser"; reason: unused.
  • Removed service "nelmio_security.policy_manager"; reason: unused.
  • Removed service "nelmio_security.csp_report.filter.noise_detector_custom_rules"; reason: unused.
  • Removed service ".service_locator.zwoGwHN"; reason: unused.
  • Removed service ".service_locator.iVutGqs"; reason: unused.
  • Removed service ".service_locator.2B38SwK"; reason: unused.
  • Removed service ".service_locator.mZqgHhm"; reason: unused.
  • Removed service ".service_locator.xL__HlT"; reason: unused.
  • Removed service ".service_locator.3xt_LIj"; reason: unused.
  • Removed service ".service_locator.T4jTwiA"; reason: unused.
  • Removed service "security.ldap_locator"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service ".service_locator.XXv1IfR"; reason: unused.
137
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service ".service_locator.T6UA.So.App\Controller\AdminPages\AttachmentTypeController" to "App\Controller\AdminPages\AttachmentTypeController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\AdminPages\CategoryController" to "App\Controller\AdminPages\CategoryController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\AdminPages\CurrencyController" to "App\Controller\AdminPages\CurrencyController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\AdminPages\DeviceController" to "App\Controller\AdminPages\DeviceController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\AdminPages\FootprintController" to "App\Controller\AdminPages\FootprintController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\AdminPages\LabelProfileController" to "App\Controller\AdminPages\LabelProfileController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\AdminPages\ManufacturerController" to "App\Controller\AdminPages\ManufacturerController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\AdminPages\MeasurementUnitController" to "App\Controller\AdminPages\MeasurementUnitController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\AdminPages\StorelocationController" to "App\Controller\AdminPages\StorelocationController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\AdminPages\SupplierController" to "App\Controller\AdminPages\SupplierController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\AttachmentFileController" to "App\Controller\AttachmentFileController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\GroupController" to "App\Controller\GroupController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\HomepageController" to "App\Controller\HomepageController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\LabelController" to "App\Controller\LabelController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\LogController" to "App\Controller\LogController".
  • Inlined service "App\Services\PricedetailHelper" to "App\Controller\PartController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\PartController" to "App\Controller\PartController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\PartListsController" to "App\Controller\PartListsController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\RedirectController" to "App\Controller\RedirectController".
  • Inlined service "App\Services\LabelSystem\Barcodes\BarcodeRedirector" to "App\Controller\ScanController".
  • Inlined service "App\Services\LabelSystem\Barcodes\BarcodeNormalizer" to "App\Controller\ScanController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\ScanController" to "App\Controller\ScanController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\SecurityController" to "App\Controller\SecurityController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\SelectAPIController" to "App\Controller\SelectAPIController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\StatisticsController" to "App\Controller\StatisticsController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\ToolsController" to "App\Controller\ToolsController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\TreeController" to "App\Controller\TreeController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\TypeaheadController" to "App\Controller\TypeaheadController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\UserController" to "App\Controller\UserController".
  • Inlined service ".service_locator.T6UA.So.App\Controller\UserSettingsController" to "App\Controller\UserSettingsController".
  • Inlined service "florianv_swap.swap" to "App\Services\ExchangeRateUpdater".
  • Inlined service "App\Services\LabelSystem\Barcodes\BarcodeContentGenerator" to "App\Services\LabelSystem\BarcodeGenerator".
  • Inlined service "App\Services\LabelSystem\LabelHTMLGenerator" to "App\Services\LabelSystem\LabelGenerator".
  • Inlined service "App\Services\LabelSystem\BarcodeGenerator" to "App\Services\LabelSystem\LabelHTMLGenerator".
  • Inlined service "App\Services\LabelSystem\SandboxedTwigProvider" to "App\Services\LabelSystem\LabelHTMLGenerator".
  • Inlined service "mailer.mailer" to "App\Services\PasswordResetManager".
  • Inlined service "App\Services\TFA\BackupCodeGenerator" to "App\Services\TFA\BackupCodeManager".
  • Inlined service "App\Services\MoneyFormatter" to "App\Twig\AppExtension".
  • 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.lLv4pWF" to "fragment.handler".
  • Inlined service "uri_signer" to "fragment.uri_generator".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • 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 ".tree.cache.inner.recorder_inner" to ".tree.cache.inner".
  • Inlined service "session.storage.factory.native" to "session.factory".
  • Inlined service ".service_locator.qStIMoR" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "form.resolved_type_factory" to "form.registry".
  • Inlined service ".service_locator.qhoMw_x" to "form.extension".
  • Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
  • Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
  • Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
  • Inlined service "assets._default_package" to "assets.packages".
  • Inlined service "assets._version__default" to "assets._default_package".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service "mailer.transports" to "mailer.mailer".
  • Inlined service "mailer.transport_factory" to "mailer.transports".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "validator.property_info_loader" to "validator.builder".
  • Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.L7TlPNc" to "validator.validator_factory".
  • Inlined service "validator.expression_language" to "validator.expression".
  • Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
  • Inlined service ".service_locator.O24_MAy" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "identity_translator" to "translator.formatter.default".
  • Inlined service "App\Services\TranslationExtractor\PermissionExtractor" to "translation.extractor".
  • Inlined service "translation.extractor.php" to "translation.extractor".
  • Inlined service "twig.translation.extractor" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.po" to "translation.writer".
  • Inlined service "translation.dumper.mo" to "translation.writer".
  • Inlined service "translation.dumper.yml" to "translation.writer".
  • Inlined service "translation.dumper.yaml" to "translation.writer".
  • Inlined service "translation.dumper.qt" to "translation.writer".
  • Inlined service "translation.dumper.csv" to "translation.writer".
  • Inlined service "translation.dumper.ini" to "translation.writer".
  • Inlined service "translation.dumper.json" to "translation.writer".
  • Inlined service "translation.dumper.res" to "translation.writer".
  • Inlined service ".service_locator.J4b.DPX.translation.warmer" to "translation.warmer".
  • Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.translation" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.http_client" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "doctrine_migrations.migrations_collector" to "profiler".
  • Inlined service "php_translation.data_collector" to "profiler".
  • Inlined service "mailer.data_collector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • 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 "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 ".service_locator.kODoftA" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.1ZPWTRB" to "router.expression_language_provider".
  • Inlined service ".service_locator.HLwzKIm.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "secrets.decryption_key" to "secrets.vault".
  • Inlined service "serializer.denormalizer.unwrapping" to "serializer".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.uid" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "serializer.normalizer.mime_message" to "serializer".
  • Inlined service "serializer.normalizer.datetimezone" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.form_error" to "serializer".
  • Inlined service "serializer.normalizer.data_uri" to "serializer".
  • Inlined service "serializer.denormalizer.array" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.encoder.xml" to "serializer".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "serializer.encoder.yaml" to "serializer".
  • Inlined service "serializer.encoder.csv" to "serializer".
  • Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service "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.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
  • Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.PQK0.4p.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
  • Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
  • Inlined service ".service_locator.njNBgYl" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
  • Inlined service ".service_locator.Xbsa8iG" to "doctrine.orm.container_repository_factory".
  • Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
  • Inlined service "cache.doctrine.orm.default.query.compatibility_layer" to "doctrine.orm.default_configuration".
  • Inlined service "cache.doctrine.orm.default.result.compatibility_layer" to "doctrine.orm.default_configuration".
  • Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
  • Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
  • Inlined service ".service_locator.DR7PyE4" to "doctrine.orm.default_entity_listener_resolver".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
  • Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
  • Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
  • Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
  • Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
  • Inlined service "doctrine_migrations.migrations_flattener" to "doctrine_migrations.migrations_collector".
  • Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
  • Inlined service ".service_locator.aa1PbBb" to "security.helper".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
  • Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
  • Inlined service ".security.request_matcher.QPwreRw" to "security.access_map".
  • Inlined service ".security.request_matcher.G3u_k0F" to "security.access_map".
  • Inlined service ".security.request_matcher.HcEJwzN" to "security.access_map".
  • Inlined service "security.impersonate_url_generator" to "twig.extension.security".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.authentication.success_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.failure_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "scheb_two_factor.default_backup_code_manager" to "security.authentication.provider.two_factor.main".
  • Inlined service "security.authentication.success_handler.two_factor.main" to "security.authentication.listener.two_factor.main".
  • Inlined service "security.authentication.failure_handler.two_factor.main" to "security.authentication.listener.two_factor.main".
  • Inlined service "security.authentication.authentication_required_handler.two_factor.main" to "security.authentication.listener.two_factor.main".
  • Inlined service "security.authentication.csrf_token_validator.two_factor.main" to "security.authentication.listener.two_factor.main".
  • Inlined service "scheb_two_factor.security.access.access_decider" to "security.authentication.listener.two_factor.main".
  • Inlined service "security.authentication.form_entry_point.main" to "security.exception_listener.main".
  • Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service "twig.loader.native_filesystem" to "twig".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.weblink" to "twig".
  • Inlined service "twig.extension.serializer" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "App\Twig\BarcodeExtension" to "twig".
  • Inlined service "App\Twig\LastUserExtension" to "twig".
  • Inlined service "App\Twig\TypeLabelExtension" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
  • Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
  • Inlined service "Omines\DataTablesBundle\Twig\DataTablesExtension" to "twig".
  • Inlined service "shivas_versioning.twig.version" to "twig".
  • Inlined service "fos_ck_editor.twig_extension" to "twig".
  • Inlined service "liip_imagine.templating.filter_extension" to "twig".
  • Inlined service "twig.extension.html" to "twig".
  • Inlined service "twig.extension.markdown" to "twig".
  • Inlined service "twig.extension.intl" to "twig".
  • Inlined service "twig.extension.cssinliner" to "twig".
  • Inlined service "twig.extension.inky" to "twig".
  • Inlined service "Translation\Bundle\Twig\TranslationExtension" to "twig".
  • Inlined service "nelmio_security.twig_extension" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "App\Services\LabelSystem\LabelProfileDropdownHelper" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.aq4MYft.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.pG7V6e3" to "twig.runtime_loader".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
  • Inlined service "web_profiler.csp.handler" to "web_profiler.controller.profiler".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
  • Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.file_link_formatter" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.template_component_generator" to "maker.generator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
  • Inlined service ".1_ServiceLocator~6s8e1le" to "webpack_encore.twig_entry_files_extension".
  • Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
  • Inlined service "Omines\DataTablesBundle\Exporter\DataTableExporterCollection" to "Omines\DataTablesBundle\Exporter\DataTableExporterManager".
  • Inlined service "Omines\DataTablesBundle\Twig\TwigRenderer" to "Omines\DataTablesBundle\DataTableFactory".
  • Inlined service "Omines\DataTablesBundle\DependencyInjection\Instantiator" to "Omines\DataTablesBundle\DataTableFactory".
  • Inlined service "Omines\DataTablesBundle\Exporter\DataTableExporterManager" to "Omines\DataTablesBundle\DataTableFactory".
  • Inlined service "datatables.adapter_locator" to "Omines\DataTablesBundle\DependencyInjection\Instantiator".
  • Inlined service "datatables.column_locator" to "Omines\DataTablesBundle\DependencyInjection\Instantiator".
  • Inlined service "datatables.type_locator" to "Omines\DataTablesBundle\DependencyInjection\Instantiator".
  • Inlined service "datatables.exporter_locator" to "Omines\DataTablesBundle\DependencyInjection\Instantiator".
  • Inlined service "shivas_versioning.writer.version" to "shivas_versioning.manager".
  • Inlined service "shivas_versioning.formatter.git" to "shivas_versioning.manager".
  • Inlined service "shivas_versioning.provider.version" to "shivas_versioning.manager".
  • Inlined service "shivas_versioning.provider.git" to "shivas_versioning.manager".
  • Inlined service "shivas_versioning.provider.revision" to "shivas_versioning.manager".
  • Inlined service "shivas_versioning.provider.init" to "shivas_versioning.manager".
  • Inlined service "shivas_versioning.cache.version.recorder_inner" to "shivas_versioning.cache.version".
  • Inlined service "fos_ck_editor.installer" to "fos_ck_editor.command.installer".
  • Inlined service "fos_ck_editor.configuration" to "fos_ck_editor.form.type".
  • Inlined service "fos_ck_editor.builder.json_builder" to "fos_ck_editor.renderer".
  • Inlined service "fos_ck_editor.renderer" to "fos_ck_editor.twig_extension".
  • Inlined service "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
  • Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
  • Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
  • Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
  • Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
  • Inlined service "App\Doctrine\Purger\ResetAutoIncrementPurgerFactory" to "doctrine.fixtures_load_command".
  • Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
  • Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\DataStructureFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\GroupFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\LabelProfileFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\PartFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\UserFixtures" to "doctrine.fixtures.loader".
  • Inlined service "twig.markdown.default" to "twig.runtime.markdown".
  • Inlined service "scheb_two_factor.security.authentication.trust_resolver.inner" to "scheb_two_factor.security.authentication.trust_resolver".
  • Inlined service "scheb_two_factor.trusted_jwt_encoder" to "scheb_two_factor.trusted_token_encoder".
  • Inlined service "scheb_two_factor.trusted_token_encoder" to "scheb_two_factor.trusted_token_storage".
  • Inlined service "scheb_two_factor.default_ip_whitelist_provider" to "scheb_two_factor.ip_whitelist_handler".
  • Inlined service "security.firewall_config.two_factor.main" to "scheb_two_factor.firewall_context".
  • Inlined service "scheb_two_factor.security.google_totp_factory" to "scheb_two_factor.security.google_authenticator".
  • Inlined service "R\U2FTwoFactorBundle\Security\TwoFactor\Provider\U2F\U2FFormRenderer" to "R\U2FTwoFactorBundle\Security\TwoFactor\Provider\U2F\TwoFactorProvider".
  • Inlined service "Translation\Extractor\FileExtractor\PHPFileExtractor" to "Translation\Extractor\Extractor".
  • Inlined service "Translation\Extractor\FileExtractor\TwigFileExtractor" to "Translation\Extractor\Extractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTrans" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTransChoice" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FlashMessage" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FormTypeChoices" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FormTypeEmptyValue" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FormTypeHelp" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FormTypeInvalidMessage" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelExplicit" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelImplicit" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FormTypePlaceholder" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\FormTypeTitle" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Php\SourceLocationContainerVisitor" to "Translation\Extractor\FileExtractor\PHPFileExtractor".
  • Inlined service "Translation\Extractor\Visitor\Twig\TwigVisitor" to "Translation\Extractor\FileExtractor\TwigFileExtractor".
  • Inlined service "php_translation.single_storage.file.app" to "php_translation.storage.app".
  • Inlined service ".service_locator.W9y3dzm.Translation\Bundle\Controller\SymfonyProfilerController" to "Translation\Bundle\Controller\SymfonyProfilerController".
  • Inlined service "florianv_swap.builder" to "florianv_swap.swap".
  • Inlined service "nelmio_security.nonce_generator" to "nelmio_security.csp_listener".
  • Inlined service "nelmio_security.csp_report.filter.noise_detector_domains" to "nelmio_security.csp_report.filter".
  • Inlined service "nelmio_security.csp_report.filter.noise_detector_domains_regex" to "nelmio_security.csp_report.filter".
  • Inlined service "nelmio_security.csp_report.filter.noise_detector_schemes" to "nelmio_security.csp_report.filter".
  • Inlined service "nelmio_security.csp_report.filter.noise_detector_injected_scripts" to "nelmio_security.csp_report.filter".
  • Inlined service "nelmio_security.csp_report.filter.noise_detector_browser_bugs" to "nelmio_security.csp_report.filter".
  • Inlined service "nelmio_security.csp_report.log_formatter" to "nelmio_security.csp_report.logger".
  • Inlined service "nelmio_security.csp_report.logger" to "nelmio_security.csp_reporter_controller".
  • Inlined service "nelmio_security.csp_report.filter" to "nelmio_security.csp_reporter_controller".
  • Inlined service "nelmio_security.external_redirect.target_validator.whitelist" to "nelmio_security.external_redirect_listener".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.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 ".debug.http_client.inner" to ".debug.http_client".
  • Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
  • Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.dbal.default_regex_schema_filter" to "doctrine.dbal.default_schema_asset_filter_manager".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "scheb_two_factor.security.access.authenticated_voter" to "debug.security.voter.scheb_two_factor.security.access.authenticated_voter".
  • Inlined service "security.access.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service "App\Security\Voter\AttachmentVoter" to "debug.security.voter.App\Security\Voter\AttachmentVoter".
  • Inlined service "App\Security\Voter\GroupVoter" to "debug.security.voter.App\Security\Voter\GroupVoter".
  • Inlined service "App\Security\Voter\LabelProfileVoter" to "debug.security.voter.App\Security\Voter\LabelProfileVoter".
  • Inlined service "App\Security\Voter\LogEntryVoter" to "debug.security.voter.App\Security\Voter\LogEntryVoter".
  • Inlined service "App\Security\Voter\OrderdetailVoter" to "debug.security.voter.App\Security\Voter\OrderdetailVoter".
  • Inlined service "App\Security\Voter\PartLotVoter" to "debug.security.voter.App\Security\Voter\PartLotVoter".
  • Inlined service "App\Security\Voter\PartVoter" to "debug.security.voter.App\Security\Voter\PartVoter".
  • Inlined service "App\Security\Voter\PermissionVoter" to "debug.security.voter.App\Security\Voter\PermissionVoter".
  • Inlined service "App\Security\Voter\PricedetailVoter" to "debug.security.voter.App\Security\Voter\PricedetailVoter".
  • Inlined service "App\Security\Voter\StructureVoter" to "debug.security.voter.App\Security\Voter\StructureVoter".
  • Inlined service "App\Security\Voter\UserVoter" to "debug.security.voter.App\Security\Voter\UserVoter".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service "security.authentication.rememberme.services.simplehash.main.two_factor_decorator.inner" to "security.authentication.rememberme.services.simplehash.main.two_factor_decorator".
  • Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
  • Inlined service ".service_locator.WjDMGet" to ".service_locator.WjDMGet.router.default".
  • Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
  • Inlined service ".service_locator.PQK0.4p" to ".service_locator.PQK0.4p.sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.aq4MYft" to ".service_locator.aq4MYft.twig.template_cache_warmer".
  • Inlined service ".service_locator.W9y3dzm" to ".service_locator.W9y3dzm.Translation\Bundle\Controller\SymfonyProfilerController".
  • Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
  • Inlined service ".service_locator.tyZE1EU" to "console.command_loader".
  • Inlined service ".service_locator.WjDMGet.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "scheb_two_factor.persister_factory.doctrine" to "Scheb\TwoFactorBundle\Model\PersisterInterface".
  • Inlined service "session.factory" to "session".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • 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 "serializer.mapping.class_discriminator_resolver" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
462