http://localhost/healthcheck

Log Messages

Info. & Errors 2

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

Level Channel Message
INFO request Matched route
"awcms_healthcheck"
.
[
  "route" => "awcms_healthcheck"
  "route_parameters" => [
    "_route" => "awcms_healthcheck"
    "_controller" => "AWCmsBundle\Controller\HealthCheckController::healthCheckAction"
  ]
  "request_uri" => "http://localhost/healthcheck"
  "method" => "GET"
]
INFO security Populated the TokenStorage with an anonymous Token.

Deprecations 209

Log messages generated by using features marked as deprecated.

Time Channel Message
php User Deprecated: The Symfony\Bundle\TwigBundle\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead.
[
  "exception" => ErrorException {#341
    #message: "User Deprecated: The Symfony\Bundle\TwigBundle\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead."
    #code: 0
    #file: "/var/www/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php:14 {
        include_once …
        › 
        › @trigger_error('The '.FilesystemLoader::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead.', E_USER_DEPRECATED);}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:642 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
        › include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';include_once \dirname(__DIR__, 4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Templating/FilesystemLoader.php';
      }
      /var/www/vendor/symfony/dependency-injection/Container.php:159 {
        Symfony\Component\DependencyInjection\Container->set($id, $service) …
        ›     unset($this->privates['service_container']);    $initialize();}
      }
      /var/www/vendor/symfony/http-kernel/Kernel.php:517 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
      }
      /var/www/vendor/symfony/http-kernel/Kernel.php:136 {
        Symfony\Component\HttpKernel\Kernel->boot() …
        › // init container$this->initializeContainer();}
      /var/www/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › {    $this->boot();    ++$this->requestStackSize;
      }
      /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php:14 {
    include_once …
    › 
    › @trigger_error('The '.FilesystemLoader::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead.', E_USER_DEPRECATED);}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:642 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
    › include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';include_once \dirname(__DIR__, 4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Templating/FilesystemLoader.php';
  }
  /var/www/vendor/symfony/dependency-injection/Container.php:159 {
    Symfony\Component\DependencyInjection\Container->set($id, $service) …
    ›     unset($this->privates['service_container']);    $initialize();}
  }
  /var/www/vendor/symfony/http-kernel/Kernel.php:517 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
  }
  /var/www/vendor/symfony/http-kernel/Kernel.php:136 {
    Symfony\Component\HttpKernel\Kernel->boot() …
    › // init container$this->initializeContainer();}
  /var/www/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › {    $this->boot();    ++$this->requestStackSize;
  }
  /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
[
  "exception" => ErrorException {#407
    #message: "User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0."
    #code: 0
    #file: "/var/www/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php"
    #line: 66
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
        Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
        ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1377 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:3558 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getValidator_BuilderService() …
        › $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2563 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getDebug_ValidatorService() …
        › {    return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1767 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getLiipFunctionalTest_ValidatorService() …
        › {    return $this->services['liip_functional_test.validator'] = new \Liip\FunctionalTestBundle\Validator\DataCollectingValidator(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService()));}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1629 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->services['liip_functional_test.validator'] ?? $this->getLiipFunctionalTest_ValidatorService());}, 1 => 'onKernelRequest'], 99999);
      }
      /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        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/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
    Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
    ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1377 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
    › $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:3558 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getValidator_BuilderService() …
    › $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2563 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getDebug_ValidatorService() …
    › {    return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1767 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getLiipFunctionalTest_ValidatorService() …
    › {    return $this->services['liip_functional_test.validator'] = new \Liip\FunctionalTestBundle\Validator\DataCollectingValidator(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService()));}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1629 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->services['liip_functional_test.validator'] ?? $this->getLiipFunctionalTest_ValidatorService());}, 1 => 'onKernelRequest'], 99999);
  }
  /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    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/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
  "exception" => ErrorException {#488
    #message: "User Deprecated: The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0."
    #code: 0
    #file: "/var/www/var/cache/dev/ContainerXxUiZxH/getTemplatingService.php"
    #line: 9
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/var/cache/dev/ContainerXxUiZxH/getTemplatingService.php:9 {
        require …
        › 
        › @trigger_error('The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2168 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getMaintenanceRequestListenerService() …
        › {    return $this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] = new \AWCmsBundle\EventListener\MaintenanceRequestListener(($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [        'security.authorization_checker' => ['services', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false],
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1440 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] ?? $this->getMaintenanceRequestListenerService());}, 1 => 'onKernelRequest'], 4);
      }
      /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        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/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/var/cache/dev/ContainerXxUiZxH/getTemplatingService.php:9 {
    require …
    › 
    › @trigger_error('The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2168 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getMaintenanceRequestListenerService() …
    › {    return $this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] = new \AWCmsBundle\EventListener\MaintenanceRequestListener(($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [        'security.authorization_checker' => ['services', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false],
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1440 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] ?? $this->getMaintenanceRequestListenerService());}, 1 => 'onKernelRequest'], 4);
  }
  /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    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/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => ErrorException {#489
    #message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
    #code: 0
    #file: "/var/www/vendor/symfony/framework-bundle/Templating/DelegatingEngine.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/framework-bundle/Templating/DelegatingEngine.php:14 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error('The '.DelegatingEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
      /var/www/var/cache/dev/ContainerXxUiZxH/getTemplatingService.php:11 {
        require …
        › 
        › $this->services['templating'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine($this, []);}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2168 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getMaintenanceRequestListenerService() …
        › {    return $this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] = new \AWCmsBundle\EventListener\MaintenanceRequestListener(($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [        'security.authorization_checker' => ['services', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false],
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1440 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] ?? $this->getMaintenanceRequestListenerService());}, 1 => 'onKernelRequest'], 4);
      }
      /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        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/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/vendor/symfony/framework-bundle/Templating/DelegatingEngine.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error('The '.DelegatingEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
  /var/www/var/cache/dev/ContainerXxUiZxH/getTemplatingService.php:11 {
    require …
    › 
    › $this->services['templating'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine($this, []);}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2168 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getMaintenanceRequestListenerService() …
    › {    return $this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] = new \AWCmsBundle\EventListener\MaintenanceRequestListener(($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [        'security.authorization_checker' => ['services', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false],
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1440 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] ?? $this->getMaintenanceRequestListenerService());}, 1 => 'onKernelRequest'], 4);
  }
  /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    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/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\EngineInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => ErrorException {#490
    #message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\EngineInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
    #code: 0
    #file: "/var/www/vendor/symfony/framework-bundle/Templating/EngineInterface.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/framework-bundle/Templating/EngineInterface.php:14 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error('The '.EngineInterface::class.' interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
      /var/www/vendor/symfony/framework-bundle/Templating/DelegatingEngine.php:27 {
        spl_autoload_call($class_name) …
        ›  */class DelegatingEngine extends BaseDelegatingEngine implements EngineInterface{
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/getTemplatingService.php:11 {
        require …
        › 
        › $this->services['templating'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine($this, []);}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2168 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getMaintenanceRequestListenerService() …
        › {    return $this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] = new \AWCmsBundle\EventListener\MaintenanceRequestListener(($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [        'security.authorization_checker' => ['services', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false],
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1440 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] ?? $this->getMaintenanceRequestListenerService());}, 1 => 'onKernelRequest'], 4);
      }
      /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        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/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/vendor/symfony/framework-bundle/Templating/EngineInterface.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error('The '.EngineInterface::class.' interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
  /var/www/vendor/symfony/framework-bundle/Templating/DelegatingEngine.php:27 {
    spl_autoload_call($class_name) …
    ›  */class DelegatingEngine extends BaseDelegatingEngine implements EngineInterface{
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/getTemplatingService.php:11 {
    require …
    › 
    › $this->services['templating'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine($this, []);}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2168 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getMaintenanceRequestListenerService() …
    › {    return $this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] = new \AWCmsBundle\EventListener\MaintenanceRequestListener(($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [        'security.authorization_checker' => ['services', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false],
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1440 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] ?? $this->getMaintenanceRequestListenerService());}, 1 => 'onKernelRequest'], 4);
  }
  /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    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/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0.
[
  "exception" => ErrorException {#492
    #message: "User Deprecated: The "templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0."
    #code: 0
    #file: "/var/www/var/cache/dev/ContainerXxUiZxH/getTemplating_Engine_TwigService.php"
    #line: 9
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/var/cache/dev/ContainerXxUiZxH/getTemplating_Engine_TwigService.php:9 {
        require …
        › 
        › @trigger_error('The "templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0.', E_USER_DEPRECATED);}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/getTemplatingService.php:13 {
        require …
        › 
        › $a = $this->load('getTemplating_Engine_TwigService.php');}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2168 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getMaintenanceRequestListenerService() …
        › {    return $this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] = new \AWCmsBundle\EventListener\MaintenanceRequestListener(($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [        'security.authorization_checker' => ['services', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false],
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1440 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] ?? $this->getMaintenanceRequestListenerService());}, 1 => 'onKernelRequest'], 4);
      }
      /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        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/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/var/cache/dev/ContainerXxUiZxH/getTemplating_Engine_TwigService.php:9 {
    require …
    › 
    › @trigger_error('The "templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0.', E_USER_DEPRECATED);}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/getTemplatingService.php:13 {
    require …
    › 
    › $a = $this->load('getTemplating_Engine_TwigService.php');}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2168 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getMaintenanceRequestListenerService() …
    › {    return $this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] = new \AWCmsBundle\EventListener\MaintenanceRequestListener(($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [        'security.authorization_checker' => ['services', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false],
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1440 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] ?? $this->getMaintenanceRequestListenerService());}, 1 => 'onKernelRequest'], 4);
  }
  /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    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/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Symfony\Bundle\TwigBundle\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.
[
  "exception" => ErrorException {#493
    #message: "User Deprecated: The Symfony\Bundle\TwigBundle\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead."
    #code: 0
    #file: "/var/www/vendor/symfony/twig-bundle/TwigEngine.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/twig-bundle/TwigEngine.php:14 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', E_USER_DEPRECATED);}
      /var/www/var/cache/dev/ContainerXxUiZxH/getTemplating_Engine_TwigService.php:11 {
        require …
        › 
        › return new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/getTemplatingService.php:13 {
        require …
        › 
        › $a = $this->load('getTemplating_Engine_TwigService.php');}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2168 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getMaintenanceRequestListenerService() …
        › {    return $this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] = new \AWCmsBundle\EventListener\MaintenanceRequestListener(($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [        'security.authorization_checker' => ['services', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false],
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1440 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] ?? $this->getMaintenanceRequestListenerService());}, 1 => 'onKernelRequest'], 4);
      }
      /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        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/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/vendor/symfony/twig-bundle/TwigEngine.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', E_USER_DEPRECATED);}
  /var/www/var/cache/dev/ContainerXxUiZxH/getTemplating_Engine_TwigService.php:11 {
    require …
    › 
    › return new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/getTemplatingService.php:13 {
    require …
    › 
    › $a = $this->load('getTemplating_Engine_TwigService.php');}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2168 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getMaintenanceRequestListenerService() …
    › {    return $this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] = new \AWCmsBundle\EventListener\MaintenanceRequestListener(($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [        'security.authorization_checker' => ['services', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false],
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1440 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] ?? $this->getMaintenanceRequestListenerService());}, 1 => 'onKernelRequest'], 4);
  }
  /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    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/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Symfony\Bridge\Twig\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.
[
  "exception" => ErrorException {#494
    #message: "User Deprecated: The Symfony\Bridge\Twig\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead."
    #code: 0
    #file: "/var/www/vendor/symfony/twig-bridge/TwigEngine.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/twig-bridge/TwigEngine.php:14 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);}
      /var/www/vendor/symfony/twig-bundle/TwigEngine.php:31 {
        spl_autoload_call($class_name) …
        ›  */class TwigEngine extends BaseEngine implements EngineInterface{
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/getTemplating_Engine_TwigService.php:11 {
        require …
        › 
        › return new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/getTemplatingService.php:13 {
        require …
        › 
        › $a = $this->load('getTemplating_Engine_TwigService.php');}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2168 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getMaintenanceRequestListenerService() …
        › {    return $this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] = new \AWCmsBundle\EventListener\MaintenanceRequestListener(($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [        'security.authorization_checker' => ['services', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false],
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1440 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] ?? $this->getMaintenanceRequestListenerService());}, 1 => 'onKernelRequest'], 4);
      }
      /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        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/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/vendor/symfony/twig-bridge/TwigEngine.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);}
  /var/www/vendor/symfony/twig-bundle/TwigEngine.php:31 {
    spl_autoload_call($class_name) …
    ›  */class TwigEngine extends BaseEngine implements EngineInterface{
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/getTemplating_Engine_TwigService.php:11 {
    require …
    › 
    › return new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/getTemplatingService.php:13 {
    require …
    › 
    › $a = $this->load('getTemplating_Engine_TwigService.php');}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2168 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getMaintenanceRequestListenerService() …
    › {    return $this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] = new \AWCmsBundle\EventListener\MaintenanceRequestListener(($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [        'security.authorization_checker' => ['services', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false],
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1440 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] ?? $this->getMaintenanceRequestListenerService());}, 1 => 'onKernelRequest'], 4);
  }
  /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    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/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
  "exception" => ErrorException {#498
    #message: "User Deprecated: The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0."
    #code: 0
    #file: "/var/www/var/cache/dev/ContainerXxUiZxH/getTemplating_LocatorService.php"
    #line: 9
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/var/cache/dev/ContainerXxUiZxH/getTemplating_LocatorService.php:9 {
        require …
        › 
        › @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:3454 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getTwig_Loader_FilesystemService() …
        › {    $this->privates['twig.loader.filesystem'] = $instance = new \AWCmsBundle\Templating\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2005 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getTwigService() …
        › $a = new \Twig\Loader\ChainLoader();$a->addLoader(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()));$a->addLoader(new \AWCmsBundle\Templating\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4)));
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/getTemplating_Engine_TwigService.php:11 {
        require …
        › 
        › return new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/getTemplatingService.php:13 {
        require …
        › 
        › $a = $this->load('getTemplating_Engine_TwigService.php');}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2168 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getMaintenanceRequestListenerService() …
        › {    return $this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] = new \AWCmsBundle\EventListener\MaintenanceRequestListener(($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [        'security.authorization_checker' => ['services', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false],
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1440 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] ?? $this->getMaintenanceRequestListenerService());}, 1 => 'onKernelRequest'], 4);
      }
      /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        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/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/var/cache/dev/ContainerXxUiZxH/getTemplating_LocatorService.php:9 {
    require …
    › 
    › @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:3454 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getTwig_Loader_FilesystemService() …
    › {    $this->privates['twig.loader.filesystem'] = $instance = new \AWCmsBundle\Templating\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2005 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getTwigService() …
    › $a = new \Twig\Loader\ChainLoader();$a->addLoader(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()));$a->addLoader(new \AWCmsBundle\Templating\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4)));
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/getTemplating_Engine_TwigService.php:11 {
    require …
    › 
    › return new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/getTemplatingService.php:13 {
    require …
    › 
    › $a = $this->load('getTemplating_Engine_TwigService.php');}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2168 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getMaintenanceRequestListenerService() …
    › {    return $this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] = new \AWCmsBundle\EventListener\MaintenanceRequestListener(($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [        'security.authorization_checker' => ['services', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false],
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1440 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] ?? $this->getMaintenanceRequestListenerService());}, 1 => 'onKernelRequest'], 4);
  }
  /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    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/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => ErrorException {#499
    #message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
    #code: 0
    #file: "/var/www/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php:14 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error('The '.TemplateLocator::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
      /var/www/var/cache/dev/ContainerXxUiZxH/getTemplating_LocatorService.php:11 {
        require …
        › 
        › return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->load('getFileLocatorService.php')), $this->targetDir.'');}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:3454 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getTwig_Loader_FilesystemService() …
        › {    $this->privates['twig.loader.filesystem'] = $instance = new \AWCmsBundle\Templating\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2005 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getTwigService() …
        › $a = new \Twig\Loader\ChainLoader();$a->addLoader(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()));$a->addLoader(new \AWCmsBundle\Templating\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4)));
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/getTemplating_Engine_TwigService.php:11 {
        require …
        › 
        › return new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/getTemplatingService.php:13 {
        require …
        › 
        › $a = $this->load('getTemplating_Engine_TwigService.php');}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2168 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getMaintenanceRequestListenerService() …
        › {    return $this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] = new \AWCmsBundle\EventListener\MaintenanceRequestListener(($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [        'security.authorization_checker' => ['services', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false],
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1440 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] ?? $this->getMaintenanceRequestListenerService());}, 1 => 'onKernelRequest'], 4);
      }
      /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        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/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error('The '.TemplateLocator::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
  /var/www/var/cache/dev/ContainerXxUiZxH/getTemplating_LocatorService.php:11 {
    require …
    › 
    › return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->load('getFileLocatorService.php')), $this->targetDir.'');}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:3454 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getTwig_Loader_FilesystemService() …
    › {    $this->privates['twig.loader.filesystem'] = $instance = new \AWCmsBundle\Templating\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2005 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getTwigService() …
    › $a = new \Twig\Loader\ChainLoader();$a->addLoader(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()));$a->addLoader(new \AWCmsBundle\Templating\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4)));
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/getTemplating_Engine_TwigService.php:11 {
    require …
    › 
    › return new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/getTemplatingService.php:13 {
    require …
    › 
    › $a = $this->load('getTemplating_Engine_TwigService.php');}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2168 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getMaintenanceRequestListenerService() …
    › {    return $this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] = new \AWCmsBundle\EventListener\MaintenanceRequestListener(($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [        'security.authorization_checker' => ['services', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false],
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1440 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] ?? $this->getMaintenanceRequestListenerService());}, 1 => 'onKernelRequest'], 4);
  }
  /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    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/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
  "exception" => ErrorException {#502
    #message: "User Deprecated: The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0."
    #code: 0
    #file: "/var/www/var/cache/dev/ContainerXxUiZxH/getTemplating_NameParserService.php"
    #line: 9
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/var/cache/dev/ContainerXxUiZxH/getTemplating_NameParserService.php:9 {
        require …
        › 
        › @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:3454 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getTwig_Loader_FilesystemService() …
        › {    $this->privates['twig.loader.filesystem'] = $instance = new \AWCmsBundle\Templating\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2005 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getTwigService() …
        › $a = new \Twig\Loader\ChainLoader();$a->addLoader(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()));$a->addLoader(new \AWCmsBundle\Templating\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4)));
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/getTemplating_Engine_TwigService.php:11 {
        require …
        › 
        › return new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/getTemplatingService.php:13 {
        require …
        › 
        › $a = $this->load('getTemplating_Engine_TwigService.php');}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2168 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getMaintenanceRequestListenerService() …
        › {    return $this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] = new \AWCmsBundle\EventListener\MaintenanceRequestListener(($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [        'security.authorization_checker' => ['services', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false],
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1440 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] ?? $this->getMaintenanceRequestListenerService());}, 1 => 'onKernelRequest'], 4);
      }
      /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        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/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/var/cache/dev/ContainerXxUiZxH/getTemplating_NameParserService.php:9 {
    require …
    › 
    › @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:3454 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getTwig_Loader_FilesystemService() …
    › {    $this->privates['twig.loader.filesystem'] = $instance = new \AWCmsBundle\Templating\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2005 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getTwigService() …
    › $a = new \Twig\Loader\ChainLoader();$a->addLoader(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()));$a->addLoader(new \AWCmsBundle\Templating\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4)));
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/getTemplating_Engine_TwigService.php:11 {
    require …
    › 
    › return new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/getTemplatingService.php:13 {
    require …
    › 
    › $a = $this->load('getTemplating_Engine_TwigService.php');}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2168 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getMaintenanceRequestListenerService() …
    › {    return $this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] = new \AWCmsBundle\EventListener\MaintenanceRequestListener(($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [        'security.authorization_checker' => ['services', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false],
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1440 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] ?? $this->getMaintenanceRequestListenerService());}, 1 => 'onKernelRequest'], 4);
  }
  /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    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/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => ErrorException {#503
    #message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
    #code: 0
    #file: "/var/www/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php:14 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error('The '.TemplateNameParser::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
      /var/www/var/cache/dev/ContainerXxUiZxH/getTemplating_NameParserService.php:11 {
        require …
        › 
        › return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)));}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:3454 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getTwig_Loader_FilesystemService() …
        › {    $this->privates['twig.loader.filesystem'] = $instance = new \AWCmsBundle\Templating\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2005 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getTwigService() …
        › $a = new \Twig\Loader\ChainLoader();$a->addLoader(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()));$a->addLoader(new \AWCmsBundle\Templating\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4)));
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/getTemplating_Engine_TwigService.php:11 {
        require …
        › 
        › return new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/getTemplatingService.php:13 {
        require …
        › 
        › $a = $this->load('getTemplating_Engine_TwigService.php');}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2168 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getMaintenanceRequestListenerService() …
        › {    return $this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] = new \AWCmsBundle\EventListener\MaintenanceRequestListener(($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [        'security.authorization_checker' => ['services', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false],
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1440 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] ?? $this->getMaintenanceRequestListenerService());}, 1 => 'onKernelRequest'], 4);
      }
      /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        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/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error('The '.TemplateNameParser::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
  /var/www/var/cache/dev/ContainerXxUiZxH/getTemplating_NameParserService.php:11 {
    require …
    › 
    › return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)));}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:3454 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getTwig_Loader_FilesystemService() …
    › {    $this->privates['twig.loader.filesystem'] = $instance = new \AWCmsBundle\Templating\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2005 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getTwigService() …
    › $a = new \Twig\Loader\ChainLoader();$a->addLoader(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()));$a->addLoader(new \AWCmsBundle\Templating\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4)));
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/getTemplating_Engine_TwigService.php:11 {
    require …
    › 
    › return new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/getTemplatingService.php:13 {
    require …
    › 
    › $a = $this->load('getTemplating_Engine_TwigService.php');}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:2168 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getMaintenanceRequestListenerService() …
    › {    return $this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] = new \AWCmsBundle\EventListener\MaintenanceRequestListener(($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [        'security.authorization_checker' => ['services', 'security.authorization_checker', 'getSecurity_AuthorizationCheckerService', false],
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1440 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] ?? $this->getMaintenanceRequestListenerService());}, 1 => 'onKernelRequest'], 4);
  }
  /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    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/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser" class is deprecated since Symfony 4.1.
[
  "exception" => ErrorException {#628
    #message: "User Deprecated: The "Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser" class is deprecated since Symfony 4.1."
    #code: 0
    #file: "/var/www/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php"
    #line: 35
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php:35 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser->__construct(KernelInterface $kernel, bool $triggerDeprecation = true) …
        › if ($triggerDeprecation) {    @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.1.', __CLASS__), \E_USER_DEPRECATED);}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1797 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getNelmioApiDoc_Extractor_ApiDocExtractorService() …
        › 
        › $this->services['nelmio_api_doc.extractor.api_doc_extractor'] = $instance = new \Nelmio\ApiDocBundle\Extractor\ApiDocExtractor($this, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $a, new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel', 1))), [0 => new \Nelmio\ApiDocBundle\Extractor\Handler\FosRestHandler(), 1 => new \Nelmio\ApiDocBundle\Extractor\Handler\JmsSecurityExtraHandler(), 2 => new \Nelmio\ApiDocBundle\Extractor\Handler\SensioFrameworkExtraHandler(), 3 => new \Nelmio\ApiDocBundle\Extractor\Handler\PhpDocHandler($a)], []);}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:3172 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getNelmioApiDoc_EventListener_RequestService() …
        › {    return $this->privates['nelmio_api_doc.event_listener.request'] = new \Nelmio\ApiDocBundle\EventListener\RequestListener(($this->services['nelmio_api_doc.extractor.api_doc_extractor'] ?? $this->getNelmioApiDoc_Extractor_ApiDocExtractorService()), ($this->services['nelmio_api_doc.formatter.html_formatter'] ?? $this->getNelmioApiDoc_Formatter_HtmlFormatterService()), '_doc');}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1431 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['nelmio_api_doc.event_listener.request'] ?? $this->getNelmioApiDoc_EventListener_RequestService());}, 1 => 'onKernelRequest'], 0);
      }
      /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        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/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php:35 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser->__construct(KernelInterface $kernel, bool $triggerDeprecation = true) …
    › if ($triggerDeprecation) {    @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.1.', __CLASS__), \E_USER_DEPRECATED);}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1797 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getNelmioApiDoc_Extractor_ApiDocExtractorService() …
    › 
    › $this->services['nelmio_api_doc.extractor.api_doc_extractor'] = $instance = new \Nelmio\ApiDocBundle\Extractor\ApiDocExtractor($this, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $a, new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel', 1))), [0 => new \Nelmio\ApiDocBundle\Extractor\Handler\FosRestHandler(), 1 => new \Nelmio\ApiDocBundle\Extractor\Handler\JmsSecurityExtraHandler(), 2 => new \Nelmio\ApiDocBundle\Extractor\Handler\SensioFrameworkExtraHandler(), 3 => new \Nelmio\ApiDocBundle\Extractor\Handler\PhpDocHandler($a)], []);}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:3172 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->getNelmioApiDoc_EventListener_RequestService() …
    › {    return $this->privates['nelmio_api_doc.event_listener.request'] = new \Nelmio\ApiDocBundle\EventListener\RequestListener(($this->services['nelmio_api_doc.extractor.api_doc_extractor'] ?? $this->getNelmioApiDoc_Extractor_ApiDocExtractorService()), ($this->services['nelmio_api_doc.formatter.html_formatter'] ?? $this->getNelmioApiDoc_Formatter_HtmlFormatterService()), '_doc');}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1431 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['nelmio_api_doc.event_listener.request'] ?? $this->getNelmioApiDoc_EventListener_RequestService());}, 1 => 'onKernelRequest'], 0);
  }
  /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    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/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "Sensio\Bundle\FrameworkExtraBundle\Configuration\Route" annotation is deprecated since version 5.2. Use "Symfony\Component\Routing\Annotation\Route" instead.
[
  "exception" => ErrorException {#2527
    #message: "User Deprecated: The "Sensio\Bundle\FrameworkExtraBundle\Configuration\Route" annotation is deprecated since version 5.2. Use "Symfony\Component\Routing\Annotation\Route" instead."
    #code: 0
    #file: "/var/www/vendor/sensio/framework-extra-bundle/src/Configuration/Route.php"
    #line: 16
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/sensio/framework-extra-bundle/src/Configuration/Route.php:16 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error(sprintf('The "%s" annotation is deprecated since version 5.2. Use "%s" instead.', Route::class, BaseRoute::class), E_USER_DEPRECATED);}
      spl_autoload_call() {}
      /var/www/vendor/symfony/var-exporter/Internal/Registry.php:68 {
        Symfony\Component\VarExporter\Internal\Registry::getClassReflector($class, $instantiableWithoutConstructor = false, $cloneable = null) …
        › {    if (!($isClass = class_exists($class)) && !interface_exists($class, false) && !trait_exists($class, false)) {        throw new ClassNotFoundException($class);
      }
      /var/www/vendor/symfony/var-exporter/Internal/Registry.php:54 {
        Symfony\Component\VarExporter\Internal\Registry::p($class) …
        › {    self::getClassReflector($class, true, true);}
      /var/www/var/cache/dev/annotations.php:15782 {
        Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure} …
        › $o = [    clone (\Symfony\Component\VarExporter\Internal\Registry::$prototypes['Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Route'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Route')),],
      }
      /var/www/vendor/symfony/cache/Adapter/PhpArrayAdapter.php:132 {
        Symfony\Component\Cache\Adapter\PhpArrayAdapter->getItem($key) …
        › try {    $value = $value();} catch (\Throwable $e) {
      }
      /var/www/vendor/symfony/cache/DoctrineProvider.php:54 {
        Symfony\Component\Cache\DoctrineProvider->doFetch($id) …
        › {    $item = $this->pool->getItem(rawurlencode($id));}
      /var/www/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php:59 {
        Doctrine\Common\Cache\CacheProvider->fetch($id) …
        › {    return $this->doFetch($this->getNamespacedId($id));}
      }
      /var/www/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:171 {
        Doctrine\Common\Annotations\CachedReader->fetchFromCache($cacheKey, ReflectionClass $class) …
        › {    $data = $this->cache->fetch($cacheKey);    if ($data !== false) {
      }
      /var/www/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:128 {
        Doctrine\Common\Annotations\CachedReader->getMethodAnnotations(ReflectionMethod $method) …
        › 
        › $annots = $this->fetchFromCache($cacheKey, $class);if ($annots === false) {
      }
      /var/www/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php:61 {
        Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener->onKernelController(KernelEvent $event) …
        › $classConfigurations = $this->getConfigurations($this->reader->getClassAnnotations($object));$methodConfigurations = $this->getConfigurations($this->reader->getMethodAnnotations($method));}
      /var/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:146 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
      }
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/vendor/sensio/framework-extra-bundle/src/Configuration/Route.php:16 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error(sprintf('The "%s" annotation is deprecated since version 5.2. Use "%s" instead.', Route::class, BaseRoute::class), E_USER_DEPRECATED);}
  spl_autoload_call() {}
  /var/www/vendor/symfony/var-exporter/Internal/Registry.php:68 {
    Symfony\Component\VarExporter\Internal\Registry::getClassReflector($class, $instantiableWithoutConstructor = false, $cloneable = null) …
    › {    if (!($isClass = class_exists($class)) && !interface_exists($class, false) && !trait_exists($class, false)) {        throw new ClassNotFoundException($class);
  }
  /var/www/vendor/symfony/var-exporter/Internal/Registry.php:54 {
    Symfony\Component\VarExporter\Internal\Registry::p($class) …
    › {    self::getClassReflector($class, true, true);}
  /var/www/var/cache/dev/annotations.php:15782 {
    Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure} …
    › $o = [    clone (\Symfony\Component\VarExporter\Internal\Registry::$prototypes['Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Route'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Route')),],
  }
  /var/www/vendor/symfony/cache/Adapter/PhpArrayAdapter.php:132 {
    Symfony\Component\Cache\Adapter\PhpArrayAdapter->getItem($key) …
    › try {    $value = $value();} catch (\Throwable $e) {
  }
  /var/www/vendor/symfony/cache/DoctrineProvider.php:54 {
    Symfony\Component\Cache\DoctrineProvider->doFetch($id) …
    › {    $item = $this->pool->getItem(rawurlencode($id));}
  /var/www/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php:59 {
    Doctrine\Common\Cache\CacheProvider->fetch($id) …
    › {    return $this->doFetch($this->getNamespacedId($id));}
  }
  /var/www/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:171 {
    Doctrine\Common\Annotations\CachedReader->fetchFromCache($cacheKey, ReflectionClass $class) …
    › {    $data = $this->cache->fetch($cacheKey);    if ($data !== false) {
  }
  /var/www/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:128 {
    Doctrine\Common\Annotations\CachedReader->getMethodAnnotations(ReflectionMethod $method) …
    › 
    › $annots = $this->fetchFromCache($cacheKey, $class);if ($annots === false) {
  }
  /var/www/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php:61 {
    Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener->onKernelController(KernelEvent $event) …
    › $classConfigurations = $this->getConfigurations($this->reader->getClassAnnotations($object));$methodConfigurations = $this->getConfigurations($this->reader->getMethodAnnotations($method));}
  /var/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:146 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
  }
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The default value of the "$secure" and "$samesite" arguments of "Symfony\Component\HttpFoundation\Cookie::__construct"'s constructor will respectively change from "false" to "null" and from "null" to "lax" in Symfony 5.0, you should define their values explicitly or use "Cookie::create()" instead.
[
  "exception" => ErrorException {#3521
    #message: "User Deprecated: The default value of the "$secure" and "$samesite" arguments of "Symfony\Component\HttpFoundation\Cookie::__construct"'s constructor will respectively change from "false" to "null" and from "null" to "lax" in Symfony 5.0, you should define their values explicitly or use "Cookie::create()" instead."
    #code: 0
    #file: "/var/www/vendor/symfony/http-foundation/Cookie.php"
    #line: 97
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/http-foundation/Cookie.php:97 {
        Symfony\Component\HttpFoundation\Cookie->__construct(string $name, string $value = null, $expire = 0, string $path = '/', string $domain = null, bool $secure = false, bool $httpOnly = true, bool $raw = false, string $sameSite = null) …
        › if (9 > \func_num_args()) {    @trigger_error(sprintf('The default value of the "$secure" and "$samesite" arguments of "%s"\'s constructor will respectively change from "false" to "null" and from "null" to "lax" in Symfony 5.0, you should define their values explicitly or use "Cookie::create()" instead.', __METHOD__), \E_USER_DEPRECATED);}
      }
      /var/www/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/EventListener/CookieSettingListener.php:47 {
        JMS\I18nRoutingBundle\EventListener\CookieSettingListener->onKernelResponse(ResponseEvent $event) …
        ›         || $request->cookies->get($this->cookieName) !== $request->getLocale()) {    $event->getResponse()->headers->setCookie(new Cookie($this->cookieName, $request->getLocale(), time() + $this->cookieLifetime, $this->cookiePath, $this->cookieDomain, $this->cookieSecure, $this->cookieHttponly));}
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:191 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:179 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/vendor/symfony/http-foundation/Cookie.php:97 {
    Symfony\Component\HttpFoundation\Cookie->__construct(string $name, string $value = null, $expire = 0, string $path = '/', string $domain = null, bool $secure = false, bool $httpOnly = true, bool $raw = false, string $sameSite = null) …
    › if (9 > \func_num_args()) {    @trigger_error(sprintf('The default value of the "$secure" and "$samesite" arguments of "%s"\'s constructor will respectively change from "false" to "null" and from "null" to "lax" in Symfony 5.0, you should define their values explicitly or use "Cookie::create()" instead.', __METHOD__), \E_USER_DEPRECATED);}
  }
  /var/www/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/EventListener/CookieSettingListener.php:47 {
    JMS\I18nRoutingBundle\EventListener\CookieSettingListener->onKernelResponse(ResponseEvent $event) …
    ›         || $request->cookies->get($this->cookieName) !== $request->getLocale()) {    $event->getResponse()->headers->setCookie(new Cookie($this->cookieName, $request->getLocale(), time() + $this->cookieLifetime, $this->cookiePath, $this->cookieDomain, $this->cookieSecure, $this->cookieHttponly));}
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:191 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:179 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "twig.exception_listener" service is deprecated since Symfony 4.4.
[
  "exception" => ErrorException {#89
    #message: "User Deprecated: The "twig.exception_listener" service is deprecated since Symfony 4.4."
    #code: 0
    #file: "/var/www/var/cache/dev/ContainerXxUiZxH/getTwig_ExceptionListenerService.php"
    #line: 9
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/var/cache/dev/ContainerXxUiZxH/getTwig_ExceptionListenerService.php:9 {
        require …
        › 
        › @trigger_error('The "twig.exception_listener" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1599 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));}, 1 => 'logKernelException'], 0);
      }
      /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:178 {
        Symfony\Component\EventDispatcher\EventDispatcher->removeListener($eventName, $listener) …
        › if ($v !== $listener && \is_array($v) && isset($v[0]) && $v[0] instanceof \Closure && 2 >= \count($v)) {    $v[0] = $v[0]();    $v[1] = $v[1] ?? '__invoke';
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:86 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->removeListener($eventName, $listener) …
        › 
        ›     return $this->dispatcher->removeListener($eventName, $listener);}
      }
      /var/www/vendor/symfony/security-http/Firewall/ExceptionListener.php:85 {
        Symfony\Component\Security\Http\Firewall\ExceptionListener->unregister(EventDispatcherInterface $dispatcher) …
        › {    $dispatcher->removeListener(KernelEvents::EXCEPTION, [$this, 'onKernelException']);}
      }
      /var/www/vendor/symfony/security-http/Firewall.php:112 {
        Symfony\Component\Security\Http\Firewall->onKernelFinishRequest(FinishRequestEvent $event) …
        › if (isset($this->exceptionListeners[$request])) {    $this->exceptionListeners[$request]->unregister($this->dispatcher);    unset($this->exceptionListeners[$request]);
      }
      /var/www/vendor/symfony/security-bundle/EventListener/FirewallListener.php:64 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->onKernelFinishRequest(FinishRequestEvent $event) …
        › 
        ›     parent::onKernelFinishRequest($event);}
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:207 {
        Symfony\Component\HttpKernel\HttpKernel->finishRequest(Request $request, int $type) …
        › {    $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);    $this->requestStack->pop();
      }
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:193 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->finishRequest($request, $type);}
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:179 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/var/cache/dev/ContainerXxUiZxH/getTwig_ExceptionListenerService.php:9 {
    require …
    › 
    › @trigger_error('The "twig.exception_listener" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1599 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));}, 1 => 'logKernelException'], 0);
  }
  /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:178 {
    Symfony\Component\EventDispatcher\EventDispatcher->removeListener($eventName, $listener) …
    › if ($v !== $listener && \is_array($v) && isset($v[0]) && $v[0] instanceof \Closure && 2 >= \count($v)) {    $v[0] = $v[0]();    $v[1] = $v[1] ?? '__invoke';
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:86 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->removeListener($eventName, $listener) …
    › 
    ›     return $this->dispatcher->removeListener($eventName, $listener);}
  }
  /var/www/vendor/symfony/security-http/Firewall/ExceptionListener.php:85 {
    Symfony\Component\Security\Http\Firewall\ExceptionListener->unregister(EventDispatcherInterface $dispatcher) …
    › {    $dispatcher->removeListener(KernelEvents::EXCEPTION, [$this, 'onKernelException']);}
  }
  /var/www/vendor/symfony/security-http/Firewall.php:112 {
    Symfony\Component\Security\Http\Firewall->onKernelFinishRequest(FinishRequestEvent $event) …
    › if (isset($this->exceptionListeners[$request])) {    $this->exceptionListeners[$request]->unregister($this->dispatcher);    unset($this->exceptionListeners[$request]);
  }
  /var/www/vendor/symfony/security-bundle/EventListener/FirewallListener.php:64 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->onKernelFinishRequest(FinishRequestEvent $event) …
    › 
    ›     parent::onKernelFinishRequest($event);}
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:207 {
    Symfony\Component\HttpKernel\HttpKernel->finishRequest(Request $request, int $type) …
    › {    $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);    $this->requestStack->pop();
  }
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:193 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->finishRequest($request, $type);}
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:179 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead.
[
  "exception" => ErrorException {#122
    #message: "User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead."
    #code: 0
    #file: "/var/www/vendor/symfony/http-kernel/EventListener/ExceptionListener.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:25 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "ErrorListener" instead.', ExceptionListener::class), \E_USER_DEPRECATED);}
      /var/www/var/cache/dev/ContainerXxUiZxH/getTwig_ExceptionListenerService.php:11 {
        require …
        › 
        › return $this->privates['twig.exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ExceptionListener('twig.controller.exception::showAction', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);}
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1599 {
        ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));}, 1 => 'logKernelException'], 0);
      }
      /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:178 {
        Symfony\Component\EventDispatcher\EventDispatcher->removeListener($eventName, $listener) …
        › if ($v !== $listener && \is_array($v) && isset($v[0]) && $v[0] instanceof \Closure && 2 >= \count($v)) {    $v[0] = $v[0]();    $v[1] = $v[1] ?? '__invoke';
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:86 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->removeListener($eventName, $listener) …
        › 
        ›     return $this->dispatcher->removeListener($eventName, $listener);}
      }
      /var/www/vendor/symfony/security-http/Firewall/ExceptionListener.php:85 {
        Symfony\Component\Security\Http\Firewall\ExceptionListener->unregister(EventDispatcherInterface $dispatcher) …
        › {    $dispatcher->removeListener(KernelEvents::EXCEPTION, [$this, 'onKernelException']);}
      }
      /var/www/vendor/symfony/security-http/Firewall.php:112 {
        Symfony\Component\Security\Http\Firewall->onKernelFinishRequest(FinishRequestEvent $event) …
        › if (isset($this->exceptionListeners[$request])) {    $this->exceptionListeners[$request]->unregister($this->dispatcher);    unset($this->exceptionListeners[$request]);
      }
      /var/www/vendor/symfony/security-bundle/EventListener/FirewallListener.php:64 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->onKernelFinishRequest(FinishRequestEvent $event) …
        › 
        ›     parent::onKernelFinishRequest($event);}
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:207 {
        Symfony\Component\HttpKernel\HttpKernel->finishRequest(Request $request, int $type) …
        › {    $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);    $this->requestStack->pop();
      }
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:193 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->finishRequest($request, $type);}
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:179 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:25 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "ErrorListener" instead.', ExceptionListener::class), \E_USER_DEPRECATED);}
  /var/www/var/cache/dev/ContainerXxUiZxH/getTwig_ExceptionListenerService.php:11 {
    require …
    › 
    › return $this->privates['twig.exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ExceptionListener('twig.controller.exception::showAction', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);}
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:909 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1599 {
    ContainerXxUiZxH\srcAppBundle_KernelDevDebugContainer->ContainerXxUiZxH\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));}, 1 => 'logKernelException'], 0);
  }
  /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:178 {
    Symfony\Component\EventDispatcher\EventDispatcher->removeListener($eventName, $listener) …
    › if ($v !== $listener && \is_array($v) && isset($v[0]) && $v[0] instanceof \Closure && 2 >= \count($v)) {    $v[0] = $v[0]();    $v[1] = $v[1] ?? '__invoke';
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:86 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->removeListener($eventName, $listener) …
    › 
    ›     return $this->dispatcher->removeListener($eventName, $listener);}
  }
  /var/www/vendor/symfony/security-http/Firewall/ExceptionListener.php:85 {
    Symfony\Component\Security\Http\Firewall\ExceptionListener->unregister(EventDispatcherInterface $dispatcher) …
    › {    $dispatcher->removeListener(KernelEvents::EXCEPTION, [$this, 'onKernelException']);}
  }
  /var/www/vendor/symfony/security-http/Firewall.php:112 {
    Symfony\Component\Security\Http\Firewall->onKernelFinishRequest(FinishRequestEvent $event) …
    › if (isset($this->exceptionListeners[$request])) {    $this->exceptionListeners[$request]->unregister($this->dispatcher);    unset($this->exceptionListeners[$request]);
  }
  /var/www/vendor/symfony/security-bundle/EventListener/FirewallListener.php:64 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->onKernelFinishRequest(FinishRequestEvent $event) …
    › 
    ›     parent::onKernelFinishRequest($event);}
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:207 {
    Symfony\Component\HttpKernel\HttpKernel->finishRequest(Request $request, int $type) …
    › {    $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);    $this->requestStack->pop();
  }
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:193 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->finishRequest($request, $type);}
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:179 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /var/www/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/public/index.php:28 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$response = $kernel->handle($request);$response->send();
  }
}
n/a (2 times) The "framework.templating" configuration is deprecated since Symfony 4.3. Configure the "twig" section provided by the Twig Bundle instead.
n/a Enabling the Templating component is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a (2 times) The "twig.exception_controller" configuration key has been deprecated in Symfony 4.4, set it to "null" and use "framework.error_controller" configuration key instead.
n/a (21 times) A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.
n/a The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "bazinga_js_translation" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "stof_doctrine_extensions" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "orm" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "mongodb" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "class" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "uploadable" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) Enabling the route generation feature is deprecated since FOSRestBundle 2.8.
n/a (2 times) The body_listener config has been enabled by default and will be disabled by default in FOSRestBundle 3.0. Please enable or disable it explicitly.
n/a The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "knp_doctrine_behaviors" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "nelmio_api_doc" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "aw_edm" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a The "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" class is deprecated since Symfony 4.2, use "Symfony\Component\Console\Command\Command" with dependency injection instead.
n/a The "AWEdmBundle\Command\AwsS3MigrationCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#4005
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "AWEdmBundle\Command\ChangeFileUrlsToNewOneCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#4004
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "AWEdmBundle\Command\ClearFilesCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#4003
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "AWEdmBundle\Command\NormalizePathFileCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#4002
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "AWEdmBundle\Command\PhotoGenerateResizeCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#4001
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "AWEdmBundle\Command\UniqueIdCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#4000
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "AWEdmBundle\Command\VerifyRecoverFolderTreeCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3999
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "AWEdmBundle\Controller\DocumentController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3998
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "AWEdmBundle\Controller\RestController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
n/a The "AWEdmBundle\Controller\FrontController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3996
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "article_cms" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a The "ArticleCmsBundle\Command\UpdateArticleCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3994
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "aw_form" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a The "AWFormBundle\Command\UpdatePostedDataCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3992
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "AWFormBundle\Controller\FormSettingsController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3991
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "AWFormBundle\Event\EmailToCustomerEvent" class extends "Symfony\Component\EventDispatcher\Event" that is deprecated since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3990
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "AWFormBundle\Event\FormSubmittedEvent" class extends "Symfony\Component\EventDispatcher\Event" that is deprecated since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3989
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "aw_cms" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a The "AWCmsBundle\Behat\Context\RawFeatureContext" class implements "Behat\Behat\Context\SnippetAcceptingContext" that is deprecated will be removed in 4.0. Use --snippets-for CLI option instead.
n/a The "AWCmsBundle\Command\AnonymousDataCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3986
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "AWCmsBundle\Command\BlocsPositionCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3985
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "AWCmsBundle\Command\DoubleSlugCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3984
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "AWCmsBundle\Command\ElementsPositionCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3983
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "AWCmsBundle\Command\PagesWithoutMenuCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3982
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "AWCmsBundle\Command\RecoverMenuTreeCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3981
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "AWCmsBundle\Command\UpdatePageCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3980
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "AWCmsBundle\Event\GlobalTwigVariableEvent" class extends "Symfony\Component\EventDispatcher\Event" that is deprecated since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3979
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "AWCmsBundle\Event\LoginSuccessEvent" class extends "Symfony\Component\EventDispatcher\Event" that is deprecated since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3978
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "AWCmsBundle\Event\ModuleEvent" class extends "Symfony\Component\EventDispatcher\Event" that is deprecated since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3977
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "AWCmsBundle\Event\SiteEvent" class extends "Symfony\Component\EventDispatcher\Event" that is deprecated since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3976
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The Symfony\Bundle\TwigBundle\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead.
n/a The "AWCmsBundle\Templating\FilesystemLoader" class extends "Symfony\Bundle\TwigBundle\Loader\FilesystemLoader" that is deprecated since version 4.3, to be removed in 5.0; use Twig notation for templates instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3974
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.
n/a The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "sg_datatables" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a The "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::getParameter()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "HWI\Bundle\OAuthBundle\Controller\ConnectController".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3971
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Class "Nelmio\ApiDocBundle\Form\Extension\DescriptionFormTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3970
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/vendor/symfony/error-handler/DebugClassLoader.php:386 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Nelmio\ApiDocBundle\Form\Extension\DescriptionFormTypeExtension" is deprecated since Symfony 4.2.
n/a The Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer class is deprecated since version 4.4 and will be removed in 5.0; use Twig instead.
n/a The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "Fresh\DoctrineEnumBundle\Form\EnumTypeGuesser" service.
n/a The "fos_rest.templating" service alias is deprecated since FOSRestBundle 2.8. It is being referenced by the "fos_rest.view_handler.default" service.
n/a The "controller_name_converter" service is deprecated since Symfony 4.3. It is being referenced by the "fos_rest.routing.loader.controller" service.
n/a The "fos_rest.inflector" service alias is deprecated since FOSRestBundle 2.8. It is being referenced by the "fos_rest.routing.loader.reader.action" service.
n/a The "Doctrine\Common\Persistence\ObjectManager" service alias is deprecated, use "Doctrine\ORM\EntityManagerInterface" instead. It is being referenced by the "AWEdmBundle\Form\EdmTransformer" service.
n/a The "Doctrine\Common\Persistence\ObjectManager" service alias is deprecated, use "Doctrine\ORM\EntityManagerInterface" instead. It is being referenced by the "AWCmsBundle\Command\ExportContentCommand" service.
n/a The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.
n/a The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.
n/a The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#4062
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/symfony/framework-bundle/CacheWarmer/TemplateFinder.php:14 {
        include …
        › 
        › @trigger_error('The '.TemplateFinder::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:345 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/vendor/symfony/twig-bundle/Controller/PreviewErrorController.php"
        }
      }
    }
  }
]
n/a The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinderInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
n/a The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#4063
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
        Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
        ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
      }
      /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1377 {$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
      }
    }
  }
]
{
  /var/www/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
    Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
    ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
  }
  /var/www/var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php:1377 {$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  }
}
n/a The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
n/a The Symfony\Bundle\FrameworkBundle\Templating\TemplateReference class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a The fos_rest.routing.loader.directory service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
n/a The FOS\RestBundle\Routing\Loader\DirectoryRouteLoader class is deprecated since FOSRestBundle 2.8.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#4075
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/friendsofsymfony/rest-bundle/Routing/Loader/DirectoryRouteLoader.php:14 {
        include …
        › 
        › @trigger_error(sprintf('The %s\DirectoryRouteLoader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:345 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/vendor/symfony/twig-bundle/Controller/PreviewErrorController.php"
        }
      }
    }
  }
]
n/a The fos_rest.routing.loader.processor service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
n/a The FOS\RestBundle\Routing\Loader\RestRouteProcessor class is deprecated since FOSRestBundle 2.8.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#4089
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestRouteProcessor.php:14 {
        include …
        › 
        › @trigger_error(sprintf('The %s\RestRouteProcessor class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:345 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/vendor/symfony/twig-bundle/Controller/PreviewErrorController.php"
        }
      }
    }
  }
]
n/a The fos_rest.routing.loader.controller service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
n/a The FOS\RestBundle\Routing\Loader\RestRouteLoader class is deprecated since FOSRestBundle 2.8.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#4088
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestRouteLoader.php:14 {
        include …
        › 
        › @trigger_error(sprintf('The %s\RestRouteLoader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:345 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/vendor/symfony/twig-bundle/Controller/PreviewErrorController.php"
        }
      }
    }
  }
]
n/a The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.
n/a The FOS\RestBundle\Routing\Loader\Reader\RestControllerReader class is deprecated since FOSRestBundle 2.8.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#4090
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/friendsofsymfony/rest-bundle/Routing/Loader/Reader/RestControllerReader.php:14 {
        include …
        › 
        › @trigger_error(sprintf('The %s\RestControllerReader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:345 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/vendor/symfony/twig-bundle/Controller/PreviewErrorController.php"
        }
      }
    }
  }
]
n/a The fos_rest.routing.loader.reader.action service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
n/a The FOS\RestBundle\Routing\Loader\Reader\RestActionReader class is deprecated since FOSRestBundle 2.8.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#4085
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/friendsofsymfony/rest-bundle/Routing/Loader/Reader/RestActionReader.php:14 {
        include …
        › 
        › @trigger_error(sprintf('The %s\RestActionReader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:345 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/vendor/symfony/twig-bundle/Controller/PreviewErrorController.php"
        }
      }
    }
  }
]
n/a The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.
n/a The FOS\RestBundle\Inflector\DoctrineInflector class is deprecated since FOSRestBundle 2.8.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#4079
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/friendsofsymfony/rest-bundle/Inflector/DoctrineInflector.php:14 {
        include …
        › 
        › @trigger_error(sprintf('The %s\DoctrineInflector class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:345 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/vendor/symfony/twig-bundle/Controller/PreviewErrorController.php"
        }
      }
    }
  }
]
n/a Not passing an instance of FOS\RestBundle\Routing\Loader\Reader\RestControllerReader as the 3rd argument of FOS\RestBundle\Routing\Loader\RestRouteLoader::__construct() is deprecated since FOSRestBundle 2.8.
n/a The fos_rest.routing.loader.yaml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
n/a The FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader class is deprecated since FOSRestBundle 2.8.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#4099
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestYamlCollectionLoader.php:14 {
        include …
        › 
        › @trigger_error(sprintf('The %s\RestYamlCollectionLoader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:345 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/vendor/symfony/twig-bundle/Controller/PreviewErrorController.php"
        }
      }
    }
  }
]
n/a The fos_rest.routing.loader.xml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
n/a The FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader class is deprecated since FOSRestBundle 2.8.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#4097
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestXmlCollectionLoader.php:14 {
        include …
        › 
        › @trigger_error(sprintf('The %s\RestXmlCollectionLoader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:345 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/vendor/symfony/twig-bundle/Controller/PreviewErrorController.php"
        }
      }
    }
  }
]
n/a The "Sensio\Bundle\FrameworkExtraBundle\Configuration\Route" annotation is deprecated since version 5.2. Use "Symfony\Component\Routing\Annotation\Route" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#4132
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/sensio/framework-extra-bundle/src/Configuration/Route.php:16 {
        include …
        › 
        › @trigger_error(sprintf('The "%s" annotation is deprecated since version 5.2. Use "%s" instead.', Route::class, BaseRoute::class), E_USER_DEPRECATED);}
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:345 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/vendor/symfony/twig-bundle/Controller/PreviewErrorController.php"
        }
      }
    }
  }
]
n/a The "Sensio\Bundle\FrameworkExtraBundle\Configuration\Method" annotation is deprecated since version 5.2. Use "Symfony\Component\Routing\Annotation\Route" instead.
n/a The FOS\RestBundle\Routing\RestRouteCollection class is deprecated since FOSRestBundle 2.8.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#4134
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/friendsofsymfony/rest-bundle/Routing/RestRouteCollection.php:14 {
        include …
        › 
        › @trigger_error(sprintf('The %s\RestRouteCollection class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:345 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/vendor/symfony/twig-bundle/Controller/PreviewErrorController.php"
        }
      }
    }
  }
]
n/a The FOS\RestBundle\Routing\ClassResourceInterface is deprecated since FOSRestBundle 2.8.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#4136
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/friendsofsymfony/rest-bundle/Routing/ClassResourceInterface.php:14 {
        include …
        › 
        › @trigger_error(sprintf('The %s\ClassResourceInterface is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:345 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/vendor/symfony/twig-bundle/Controller/PreviewErrorController.php"
        }
      }
    }
  }
]
n/a (6 times) The "Doctrine\Common\Inflector\Inflector::pluralize" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.
n/a The "Sg\DatatablesBundle\Controller\DatatableController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
n/a The "Nelmio\ApiDocBundle\Controller\ApiDocController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
n/a Referencing controllers with NelmioApiDocBundle:ApiDoc:index is deprecated since Symfony 4.1, use "Nelmio\ApiDocBundle\Controller\ApiDocController::indexAction" instead.
n/a The FOS\RestBundle\Controller\Annotations\NamePrefix annotation is deprecated since FOSRestBundle 2.8.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#4101
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/friendsofsymfony/rest-bundle/Controller/Annotations/NamePrefix.php:14 {
        include …
        › 
        › @trigger_error(sprintf('The %s\NamePrefix annotation is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:345 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/vendor/symfony/twig-bundle/Controller/PreviewErrorController.php"
        }
      }
    }
  }
]
n/a The FOS\RestBundle\Controller\Annotations\NoRoute annotation is deprecated since FOSRestBundle 2.8.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#4109
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/friendsofsymfony/rest-bundle/Controller/Annotations/NoRoute.php:14 {
        include …
        › 
        › @trigger_error(sprintf('The %s\NoRoute annotation is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:345 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/vendor/symfony/twig-bundle/Controller/PreviewErrorController.php"
        }
      }
    }
  }
]
n/a The FOS\RestBundle\Controller\Annotations\Prefix annotation is deprecated since FOSRestBundle 2.8.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#4113
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/friendsofsymfony/rest-bundle/Controller/Annotations/Prefix.php:14 {
        include …
        › 
        › @trigger_error(sprintf('The %s\Prefix annotation is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:345 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/vendor/symfony/twig-bundle/Controller/PreviewErrorController.php"
        }
      }
    }
  }
]
n/a The FOS\RestBundle\Controller\Annotations\RouteResource annotation is deprecated since FOSRestBundle 2.8.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#4112
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/friendsofsymfony/rest-bundle/Controller/Annotations/RouteResource.php:14 {
        include …
        › 
        › @trigger_error(sprintf('The %s\RouteResource annotation is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:345 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/vendor/symfony/twig-bundle/Controller/PreviewErrorController.php"
        }
      }
    }
  }
]
n/a The FOS\RestBundle\Controller\Annotations\Version annotation is deprecated since FOSRestBundle 2.8.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#4107
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/friendsofsymfony/rest-bundle/Controller/Annotations/Version.php:14 {
        include …
        › 
        › @trigger_error(sprintf('The %s\Version annotation is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:345 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/vendor/symfony/twig-bundle/Controller/PreviewErrorController.php"
        }
      }
    }
  }
]
n/a The FOS\RestBundle\Controller\ExceptionController class is deprecated since FOSRestBundle 2.8.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#4102
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vendor/friendsofsymfony/rest-bundle/Controller/ExceptionController.php:14 {
        include …
        › 
        › @trigger_error(sprintf('The %s\ExceptionController class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/vendor/symfony/error-handler/DebugClassLoader.php:345 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/vendor/symfony/twig-bundle/Controller/PreviewErrorController.php"
        }
      }
    }
  }
]
n/a The "Symfony\Bundle\TwigBundle\Controller\ExceptionController" class is deprecated since Symfony 4.4, use "Symfony\Component\HttpKernel\Controller\ErrorController" instead.
n/a The "Symfony\Bundle\TwigBundle\Controller\PreviewErrorController" class is deprecated since Symfony 4.4, use the "Symfony\Component\HttpKernel\Controller\ErrorController" instead.
n/a Using an "if" condition on "for" tag in "A2lixTranslationFormBundle::macros.html.twig" at line 31 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a The spaceless tag in "AWEdmBundle:include:form.html.twig" at line 2 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a Using an "if" condition on "for" tag in "AWCatalogBundle:front:item_big_image.html.twig" at line 148 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a Using an "if" condition on "for" tag in "AWCatalogBundle:front:item.html.twig" at line 171 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a Using an "if" condition on "for" tag in "AWFormBundle::form-layout.html.twig" at line 8 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a Using an "if" condition on "for" tag in "AWFormBundle::form-layout.html.twig" at line 25 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a The spaceless tag in "AWFormBundle::form-layout.html.twig" at line 35 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "AWFormBundle::form-layout.html.twig" at line 70 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "AWFormBundle::form-layout.html.twig" at line 85 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "AWFormBundle::form-layout.html.twig" at line 142 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "AWCmsBundle::jquery.collection.html.twig" at line 23 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "AWCmsBundle::layout_front.html.twig" at line 15 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "AWCmsBundle::layout_front.html.twig" at line 21 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "AWCmsBundle::layout_front.html.twig" at line 29 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "AWCmsBundle::layout_front.html.twig" at line 37 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "AWCmsBundle:viewer:social_network_link_list_element.html.twig" at line 19 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a Using an "if" condition on "for" tag in "AWCmsBundle:viewer:subpage_element.html.twig" at line 13 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a The spaceless tag in "AWCmsBundle:viewer:video_element.html.twig" at line 1 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "AWCmsBundle:viewer:new_carousel_element.html.twig" at line 1 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "AWCmsBundle:twig:dump_methods.html.twig" at line 9 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a Using an "if" condition on "for" tag in "AWCmsBundle:module:list_enabled.html.twig" at line 48 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a Using an "if" condition on "for" tag in "AWCmsBundle:menu_tree:list.html.twig" at line 146 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a The spaceless tag in "AWCmsBundle::seo.html.twig" at line 6 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "AWCmsBundle::seo.html.twig" at line 14 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "AWCmsBundle::seo.html.twig" at line 23 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "AWCmsBundle::seo.html.twig" at line 31 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "AWCmsBundle:form:social_network_sharing.html.twig" at line 2 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "AWCmsBundle:form:form_div_layout.html.twig" at line 41 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "AWCmsBundle:form:form_div_layout.html.twig" at line 67 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "AWCmsBundle:form:form_div_layout.html.twig" at line 124 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "AWCmsBundle:theme/theme_header:new_header.html.twig" at line 2 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a Using an "if" condition on "for" tag in "AWCmsBundle:theme/theme_header:new_header.html.twig" at line 55 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a Using an "if" condition on "for" tag in "AWCmsBundle:theme/theme_header:new_header.html.twig" at line 67 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a Using an "if" condition on "for" tag in "AWCmsBundle:theme/theme_header:new_header.html.twig" at line 81 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a Using an "if" condition on "for" tag in "AWCmsBundle:theme/theme_header:new_header.html.twig" at line 134 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a Using an "if" condition on "for" tag in "AWCmsBundle:theme/theme_header:new_header.html.twig" at line 158 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a Using an "if" condition on "for" tag in "AWCmsBundle::menu_helper.html.twig" at line 23 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a Using an "if" condition on "for" tag in "AWCmsBundle::menu_helper.html.twig" at line 29 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a Using an "if" condition on "for" tag in "AWCmsBundle:front:lang.html.twig" at line 4 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a Using an "if" condition on "for" tag in "AWCmsBundle:slug:list.html.twig" at line 73 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a Using an "if" condition on "for" tag in "AWCmsBundle:macros:translation.html.twig" at line 6 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a The spaceless tag in "AWCmsBundle:macros:link.html.twig" at line 1 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a Using an "if" condition on "for" tag in "@AppBundle/front/user/user/list.html.twig" at line 23 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a The spaceless tag in "@AppBundle/utils/form_file.html.twig" at line 1 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "base.html.twig" at line 3 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a Using an "if" condition on "for" tag in "themes/default/AppBundle/header_footer/header.html.twig" at line 21 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a Using an "if" condition on "for" tag in "themes/default/AppBundle/header_footer/footer.html.twig" at line 17 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a The spaceless tag in "themes/default/AwCmsZoneTemplateBundle/render/zone_template/banner-link.html.twig" at line 1 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "themes/default/AwCmsZoneTemplateBundle/render/zone_template/banner.html.twig" at line 1 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "themes/default/AwCmsZoneTemplateBundle/render/zone_template/carousel-images.html.twig" at line 1 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.
n/a The spaceless tag in "themes/default/AwCmsZoneTemplateBundle/render/zone_template/small-carousel.html.twig" at line 1 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead.

Debug 69

Unimportant log messages generated during the execution of the application.

Time Channel Message
security Checking for guard authentication credentials.
[
  "firewall_key" => "main"
  "authenticators" => 1
]
security Checking support on guard authenticator.
[
  "firewall_key" => "main"
  "authenticator" => "AWCmsBundle\Security\LoginFormAuthenticator"
]
security Guard authenticator does not support the request.
[
  "firewall_key" => "main"
  "authenticator" => "AWCmsBundle\Security\LoginFormAuthenticator"
]
doctrine SELECT s0_.id AS id_0, s0_.analytics AS analytics_1, s0_.add_this AS add_this_2, s0_.copyright AS copyright_3, s0_.social AS social_4, s0_.facebook_link AS facebook_link_5, s0_.facebook_app_id AS facebook_app_id_6, s0_.facebook_app_secret AS facebook_app_secret_7, s0_.facebook_page_id AS facebook_page_id_8, s0_.twitter_link AS twitter_link_9, s0_.twitter_api_key AS twitter_api_key_10, s0_.twitter_api_secret AS twitter_api_secret_11, s0_.twitter_access_token AS twitter_access_token_12, s0_.twitter_access_token_secret AS twitter_access_token_secret_13, s0_.instagram_link AS instagram_link_14, s0_.instagram_client_id AS instagram_client_id_15, s0_.instagram_client_secret AS instagram_client_secret_16, s0_.instagram_access_token AS instagram_access_token_17, s0_.google_plus_link AS google_plus_link_18, s0_.linkedin_link AS linkedin_link_19, s0_.viadeo_link AS viadeo_link_20, s0_.tumblr_link AS tumblr_link_21, s0_.pinterest_link AS pinterest_link_22, s0_.youtube_link AS youtube_link_23, s0_.vimeo_link AS vimeo_link_24, s0_.weibo_link AS weibo_link_25, s0_.active AS active_26, s0_.cookie_banner AS cookie_banner_27, s0_.robot AS robot_28, s0_.modules AS modules_29, s0_.custom_theme AS custom_theme_30, s0_.language_menu AS language_menu_31, s0_.maintenance AS maintenance_32, s0_.maintenance_code AS maintenance_code_33, s0_.main_site AS main_site_34, s0_.keep_page_versions_history AS keep_page_versions_history_35, s0_.user_id AS user_id_36, s0_.default_language_id AS default_language_id_37, s0_.page_products_id AS page_products_id_38, s0_.redirect_page_on_404 AS redirect_page_on_404_39 FROM sites s0_ INNER JOIN hosts h1_ ON s0_.id = h1_.site_id WHERE h1_.url = ? OR h1_.url = ? OR h1_.url = ?
[
  "http://localhost"
  "www.http://localhost"
  "localhost"
]
doctrine SELECT t0.id AS id_1, t0.analytics AS analytics_2, t0.add_this AS add_this_3, t0.copyright AS copyright_4, t0.social AS social_5, t0.facebook_link AS facebook_link_6, t0.facebook_app_id AS facebook_app_id_7, t0.facebook_app_secret AS facebook_app_secret_8, t0.facebook_page_id AS facebook_page_id_9, t0.twitter_link AS twitter_link_10, t0.twitter_api_key AS twitter_api_key_11, t0.twitter_api_secret AS twitter_api_secret_12, t0.twitter_access_token AS twitter_access_token_13, t0.twitter_access_token_secret AS twitter_access_token_secret_14, t0.instagram_link AS instagram_link_15, t0.instagram_client_id AS instagram_client_id_16, t0.instagram_client_secret AS instagram_client_secret_17, t0.instagram_access_token AS instagram_access_token_18, t0.google_plus_link AS google_plus_link_19, t0.linkedin_link AS linkedin_link_20, t0.viadeo_link AS viadeo_link_21, t0.tumblr_link AS tumblr_link_22, t0.pinterest_link AS pinterest_link_23, t0.youtube_link AS youtube_link_24, t0.vimeo_link AS vimeo_link_25, t0.weibo_link AS weibo_link_26, t0.active AS active_27, t0.cookie_banner AS cookie_banner_28, t0.robot AS robot_29, t0.modules AS modules_30, t0.custom_theme AS custom_theme_31, t0.language_menu AS language_menu_32, t0.maintenance AS maintenance_33, t0.maintenance_code AS maintenance_code_34, t0.main_site AS main_site_35, t0.keep_page_versions_history AS keep_page_versions_history_36, t0.user_id AS user_id_37, t0.default_language_id AS default_language_id_38, t39.id AS id_40, t39.font AS font_41, t39.type_template AS type_template_42, t39.font_size AS font_size_43, t39.text_size AS text_size_44, t39.text_color AS text_color_45, t39.h1text_size AS h1text_size_46, t39.h1text_color AS h1text_color_47, t39.h2text_size AS h2text_size_48, t39.h2text_color AS h2text_color_49, t39.h3text_size AS h3text_size_50, t39.h3text_color AS h3text_color_51, t39.h4text_size AS h4text_size_52, t39.h4text_color AS h4text_color_53, t39.h5text_size AS h5text_size_54, t39.h5text_color AS h5text_color_55, t39.h6text_size AS h6text_size_56, t39.h6text_color AS h6text_color_57, t39.link_text_size AS link_text_size_58, t39.link_text_color AS link_text_color_59, t39.link_hover_text_size AS link_hover_text_size_60, t39.link_hover_text_color AS link_hover_text_color_61, t39.link_button_size AS link_button_size_62, t39.link_button_text_color AS link_button_text_color_63, t39.link_hover_button_background_color AS link_hover_button_background_color_64, t39.link_button_background_color AS link_button_background_color_65, t39.header_text_size1 AS header_text_size1_66, t39.header_color1 AS header_color1_67, t39.header_color2 AS header_color2_68, t39.header_color3 AS header_color3_69, t39.footer_text_size1 AS footer_text_size1_70, t39.footer_color1 AS footer_color1_71, t39.footer_color2 AS footer_color2_72, t39.footer_color3 AS footer_color3_73, t39.style AS style_74, t39.javascript AS javascript_75, t39.config_tinymce AS config_tinymce_76, t39.grid_width AS grid_width_77, t39.display_breadcrumbs AS display_breadcrumbs_78, t39.default_color1 AS default_color1_79, t39.default_color2 AS default_color2_80, t39.default_color3 AS default_color3_81, t39.default_color4 AS default_color4_82, t39.default_color5 AS default_color5_83, t39.default_color6 AS default_color6_84, t39.default_color7 AS default_color7_85, t39.default_color8 AS default_color8_86, t39.cookie_banner_background_color AS cookie_banner_background_color_87, t39.cookie_banner_text_color AS cookie_banner_text_color_88, t39.cookie_button_background_color AS cookie_button_background_color_89, t39.cookie_button_text_color AS cookie_button_text_color_90, t39.cookie_button_hover_background_color AS cookie_button_hover_background_color_91, t39.cookie_button_hover_text_color AS cookie_button_hover_text_color_92, t39.site_background_color AS site_background_color_93, t39.header_type AS header_type_94, t39.json_config AS json_config_95, t39.site_id AS site_id_96, t39.footer_template_id AS footer_template_id_97, t39.header_template_id AS header_template_id_98, t39.logo_id AS logo_id_99, t39.responsive_logo_id AS responsive_logo_id_100, t39.favicon_id AS favicon_id_101, t39.site_background_image_id AS site_background_image_id_102, t0.page_products_id AS page_products_id_103, t0.redirect_page_on_404 AS redirect_page_on_404_104 FROM sites t0 LEFT JOIN themes t39 ON t39.site_id = t0.id WHERE t0.main_site = ? LIMIT 1
[
  true
]
doctrine SELECT t0.id AS id_1, t0.analytics AS analytics_2, t0.add_this AS add_this_3, t0.copyright AS copyright_4, t0.social AS social_5, t0.facebook_link AS facebook_link_6, t0.facebook_app_id AS facebook_app_id_7, t0.facebook_app_secret AS facebook_app_secret_8, t0.facebook_page_id AS facebook_page_id_9, t0.twitter_link AS twitter_link_10, t0.twitter_api_key AS twitter_api_key_11, t0.twitter_api_secret AS twitter_api_secret_12, t0.twitter_access_token AS twitter_access_token_13, t0.twitter_access_token_secret AS twitter_access_token_secret_14, t0.instagram_link AS instagram_link_15, t0.instagram_client_id AS instagram_client_id_16, t0.instagram_client_secret AS instagram_client_secret_17, t0.instagram_access_token AS instagram_access_token_18, t0.google_plus_link AS google_plus_link_19, t0.linkedin_link AS linkedin_link_20, t0.viadeo_link AS viadeo_link_21, t0.tumblr_link AS tumblr_link_22, t0.pinterest_link AS pinterest_link_23, t0.youtube_link AS youtube_link_24, t0.vimeo_link AS vimeo_link_25, t0.weibo_link AS weibo_link_26, t0.active AS active_27, t0.cookie_banner AS cookie_banner_28, t0.robot AS robot_29, t0.modules AS modules_30, t0.custom_theme AS custom_theme_31, t0.language_menu AS language_menu_32, t0.maintenance AS maintenance_33, t0.maintenance_code AS maintenance_code_34, t0.main_site AS main_site_35, t0.keep_page_versions_history AS keep_page_versions_history_36, t0.user_id AS user_id_37, t0.default_language_id AS default_language_id_38, t39.id AS id_40, t39.font AS font_41, t39.type_template AS type_template_42, t39.font_size AS font_size_43, t39.text_size AS text_size_44, t39.text_color AS text_color_45, t39.h1text_size AS h1text_size_46, t39.h1text_color AS h1text_color_47, t39.h2text_size AS h2text_size_48, t39.h2text_color AS h2text_color_49, t39.h3text_size AS h3text_size_50, t39.h3text_color AS h3text_color_51, t39.h4text_size AS h4text_size_52, t39.h4text_color AS h4text_color_53, t39.h5text_size AS h5text_size_54, t39.h5text_color AS h5text_color_55, t39.h6text_size AS h6text_size_56, t39.h6text_color AS h6text_color_57, t39.link_text_size AS link_text_size_58, t39.link_text_color AS link_text_color_59, t39.link_hover_text_size AS link_hover_text_size_60, t39.link_hover_text_color AS link_hover_text_color_61, t39.link_button_size AS link_button_size_62, t39.link_button_text_color AS link_button_text_color_63, t39.link_hover_button_background_color AS link_hover_button_background_color_64, t39.link_button_background_color AS link_button_background_color_65, t39.header_text_size1 AS header_text_size1_66, t39.header_color1 AS header_color1_67, t39.header_color2 AS header_color2_68, t39.header_color3 AS header_color3_69, t39.footer_text_size1 AS footer_text_size1_70, t39.footer_color1 AS footer_color1_71, t39.footer_color2 AS footer_color2_72, t39.footer_color3 AS footer_color3_73, t39.style AS style_74, t39.javascript AS javascript_75, t39.config_tinymce AS config_tinymce_76, t39.grid_width AS grid_width_77, t39.display_breadcrumbs AS display_breadcrumbs_78, t39.default_color1 AS default_color1_79, t39.default_color2 AS default_color2_80, t39.default_color3 AS default_color3_81, t39.default_color4 AS default_color4_82, t39.default_color5 AS default_color5_83, t39.default_color6 AS default_color6_84, t39.default_color7 AS default_color7_85, t39.default_color8 AS default_color8_86, t39.cookie_banner_background_color AS cookie_banner_background_color_87, t39.cookie_banner_text_color AS cookie_banner_text_color_88, t39.cookie_button_background_color AS cookie_button_background_color_89, t39.cookie_button_text_color AS cookie_button_text_color_90, t39.cookie_button_hover_background_color AS cookie_button_hover_background_color_91, t39.cookie_button_hover_text_color AS cookie_button_hover_text_color_92, t39.site_background_color AS site_background_color_93, t39.header_type AS header_type_94, t39.json_config AS json_config_95, t39.site_id AS site_id_96, t39.footer_template_id AS footer_template_id_97, t39.header_template_id AS header_template_id_98, t39.logo_id AS logo_id_99, t39.responsive_logo_id AS responsive_logo_id_100, t39.favicon_id AS favicon_id_101, t39.site_background_image_id AS site_background_image_id_102, t0.page_products_id AS page_products_id_103, t0.redirect_page_on_404 AS redirect_page_on_404_104 FROM sites t0 LEFT JOIN themes t39 ON t39.site_id = t0.id WHERE t0.main_site = ? LIMIT 1
[
  true
]
doctrine SELECT t0.id AS id_1, t0.analytics AS analytics_2, t0.add_this AS add_this_3, t0.copyright AS copyright_4, t0.social AS social_5, t0.facebook_link AS facebook_link_6, t0.facebook_app_id AS facebook_app_id_7, t0.facebook_app_secret AS facebook_app_secret_8, t0.facebook_page_id AS facebook_page_id_9, t0.twitter_link AS twitter_link_10, t0.twitter_api_key AS twitter_api_key_11, t0.twitter_api_secret AS twitter_api_secret_12, t0.twitter_access_token AS twitter_access_token_13, t0.twitter_access_token_secret AS twitter_access_token_secret_14, t0.instagram_link AS instagram_link_15, t0.instagram_client_id AS instagram_client_id_16, t0.instagram_client_secret AS instagram_client_secret_17, t0.instagram_access_token AS instagram_access_token_18, t0.google_plus_link AS google_plus_link_19, t0.linkedin_link AS linkedin_link_20, t0.viadeo_link AS viadeo_link_21, t0.tumblr_link AS tumblr_link_22, t0.pinterest_link AS pinterest_link_23, t0.youtube_link AS youtube_link_24, t0.vimeo_link AS vimeo_link_25, t0.weibo_link AS weibo_link_26, t0.active AS active_27, t0.cookie_banner AS cookie_banner_28, t0.robot AS robot_29, t0.modules AS modules_30, t0.custom_theme AS custom_theme_31, t0.language_menu AS language_menu_32, t0.maintenance AS maintenance_33, t0.maintenance_code AS maintenance_code_34, t0.main_site AS main_site_35, t0.keep_page_versions_history AS keep_page_versions_history_36, t0.user_id AS user_id_37, t0.default_language_id AS default_language_id_38, t39.id AS id_40, t39.font AS font_41, t39.type_template AS type_template_42, t39.font_size AS font_size_43, t39.text_size AS text_size_44, t39.text_color AS text_color_45, t39.h1text_size AS h1text_size_46, t39.h1text_color AS h1text_color_47, t39.h2text_size AS h2text_size_48, t39.h2text_color AS h2text_color_49, t39.h3text_size AS h3text_size_50, t39.h3text_color AS h3text_color_51, t39.h4text_size AS h4text_size_52, t39.h4text_color AS h4text_color_53, t39.h5text_size AS h5text_size_54, t39.h5text_color AS h5text_color_55, t39.h6text_size AS h6text_size_56, t39.h6text_color AS h6text_color_57, t39.link_text_size AS link_text_size_58, t39.link_text_color AS link_text_color_59, t39.link_hover_text_size AS link_hover_text_size_60, t39.link_hover_text_color AS link_hover_text_color_61, t39.link_button_size AS link_button_size_62, t39.link_button_text_color AS link_button_text_color_63, t39.link_hover_button_background_color AS link_hover_button_background_color_64, t39.link_button_background_color AS link_button_background_color_65, t39.header_text_size1 AS header_text_size1_66, t39.header_color1 AS header_color1_67, t39.header_color2 AS header_color2_68, t39.header_color3 AS header_color3_69, t39.footer_text_size1 AS footer_text_size1_70, t39.footer_color1 AS footer_color1_71, t39.footer_color2 AS footer_color2_72, t39.footer_color3 AS footer_color3_73, t39.style AS style_74, t39.javascript AS javascript_75, t39.config_tinymce AS config_tinymce_76, t39.grid_width AS grid_width_77, t39.display_breadcrumbs AS display_breadcrumbs_78, t39.default_color1 AS default_color1_79, t39.default_color2 AS default_color2_80, t39.default_color3 AS default_color3_81, t39.default_color4 AS default_color4_82, t39.default_color5 AS default_color5_83, t39.default_color6 AS default_color6_84, t39.default_color7 AS default_color7_85, t39.default_color8 AS default_color8_86, t39.cookie_banner_background_color AS cookie_banner_background_color_87, t39.cookie_banner_text_color AS cookie_banner_text_color_88, t39.cookie_button_background_color AS cookie_button_background_color_89, t39.cookie_button_text_color AS cookie_button_text_color_90, t39.cookie_button_hover_background_color AS cookie_button_hover_background_color_91, t39.cookie_button_hover_text_color AS cookie_button_hover_text_color_92, t39.site_background_color AS site_background_color_93, t39.header_type AS header_type_94, t39.json_config AS json_config_95, t39.site_id AS site_id_96, t39.footer_template_id AS footer_template_id_97, t39.header_template_id AS header_template_id_98, t39.logo_id AS logo_id_99, t39.responsive_logo_id AS responsive_logo_id_100, t39.favicon_id AS favicon_id_101, t39.site_background_image_id AS site_background_image_id_102, t0.page_products_id AS page_products_id_103, t0.redirect_page_on_404 AS redirect_page_on_404_104 FROM sites t0 LEFT JOIN themes t39 ON t39.site_id = t0.id WHERE t0.main_site = ? LIMIT 1
[
  true
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
doctrine SELECT t0.id AS id_1, t0.analytics AS analytics_2, t0.add_this AS add_this_3, t0.copyright AS copyright_4, t0.social AS social_5, t0.facebook_link AS facebook_link_6, t0.facebook_app_id AS facebook_app_id_7, t0.facebook_app_secret AS facebook_app_secret_8, t0.facebook_page_id AS facebook_page_id_9, t0.twitter_link AS twitter_link_10, t0.twitter_api_key AS twitter_api_key_11, t0.twitter_api_secret AS twitter_api_secret_12, t0.twitter_access_token AS twitter_access_token_13, t0.twitter_access_token_secret AS twitter_access_token_secret_14, t0.instagram_link AS instagram_link_15, t0.instagram_client_id AS instagram_client_id_16, t0.instagram_client_secret AS instagram_client_secret_17, t0.instagram_access_token AS instagram_access_token_18, t0.google_plus_link AS google_plus_link_19, t0.linkedin_link AS linkedin_link_20, t0.viadeo_link AS viadeo_link_21, t0.tumblr_link AS tumblr_link_22, t0.pinterest_link AS pinterest_link_23, t0.youtube_link AS youtube_link_24, t0.vimeo_link AS vimeo_link_25, t0.weibo_link AS weibo_link_26, t0.active AS active_27, t0.cookie_banner AS cookie_banner_28, t0.robot AS robot_29, t0.modules AS modules_30, t0.custom_theme AS custom_theme_31, t0.language_menu AS language_menu_32, t0.maintenance AS maintenance_33, t0.maintenance_code AS maintenance_code_34, t0.main_site AS main_site_35, t0.keep_page_versions_history AS keep_page_versions_history_36, t0.user_id AS user_id_37, t0.default_language_id AS default_language_id_38, t39.id AS id_40, t39.font AS font_41, t39.type_template AS type_template_42, t39.font_size AS font_size_43, t39.text_size AS text_size_44, t39.text_color AS text_color_45, t39.h1text_size AS h1text_size_46, t39.h1text_color AS h1text_color_47, t39.h2text_size AS h2text_size_48, t39.h2text_color AS h2text_color_49, t39.h3text_size AS h3text_size_50, t39.h3text_color AS h3text_color_51, t39.h4text_size AS h4text_size_52, t39.h4text_color AS h4text_color_53, t39.h5text_size AS h5text_size_54, t39.h5text_color AS h5text_color_55, t39.h6text_size AS h6text_size_56, t39.h6text_color AS h6text_color_57, t39.link_text_size AS link_text_size_58, t39.link_text_color AS link_text_color_59, t39.link_hover_text_size AS link_hover_text_size_60, t39.link_hover_text_color AS link_hover_text_color_61, t39.link_button_size AS link_button_size_62, t39.link_button_text_color AS link_button_text_color_63, t39.link_hover_button_background_color AS link_hover_button_background_color_64, t39.link_button_background_color AS link_button_background_color_65, t39.header_text_size1 AS header_text_size1_66, t39.header_color1 AS header_color1_67, t39.header_color2 AS header_color2_68, t39.header_color3 AS header_color3_69, t39.footer_text_size1 AS footer_text_size1_70, t39.footer_color1 AS footer_color1_71, t39.footer_color2 AS footer_color2_72, t39.footer_color3 AS footer_color3_73, t39.style AS style_74, t39.javascript AS javascript_75, t39.config_tinymce AS config_tinymce_76, t39.grid_width AS grid_width_77, t39.display_breadcrumbs AS display_breadcrumbs_78, t39.default_color1 AS default_color1_79, t39.default_color2 AS default_color2_80, t39.default_color3 AS default_color3_81, t39.default_color4 AS default_color4_82, t39.default_color5 AS default_color5_83, t39.default_color6 AS default_color6_84, t39.default_color7 AS default_color7_85, t39.default_color8 AS default_color8_86, t39.cookie_banner_background_color AS cookie_banner_background_color_87, t39.cookie_banner_text_color AS cookie_banner_text_color_88, t39.cookie_button_background_color AS cookie_button_background_color_89, t39.cookie_button_text_color AS cookie_button_text_color_90, t39.cookie_button_hover_background_color AS cookie_button_hover_background_color_91, t39.cookie_button_hover_text_color AS cookie_button_hover_text_color_92, t39.site_background_color AS site_background_color_93, t39.header_type AS header_type_94, t39.json_config AS json_config_95, t39.site_id AS site_id_96, t39.footer_template_id AS footer_template_id_97, t39.header_template_id AS header_template_id_98, t39.logo_id AS logo_id_99, t39.responsive_logo_id AS responsive_logo_id_100, t39.favicon_id AS favicon_id_101, t39.site_background_image_id AS site_background_image_id_102, t0.page_products_id AS page_products_id_103, t0.redirect_page_on_404 AS redirect_page_on_404_104 FROM sites t0 LEFT JOIN themes t39 ON t39.site_id = t0.id WHERE t0.main_site = ? LIMIT 1
[
  true
]
event Notified event
"kernel.request"
to listener
"Liip\FunctionalTestBundle\EventListener\ExceptionListener::clearLastException"
.
[
  "event" => "kernel.request"
  "listener" => "Liip\FunctionalTestBundle\EventListener\ExceptionListener::clearLastException"
]
event Notified event
"kernel.request"
to listener
"Liip\FunctionalTestBundle\Validator\DataCollectingValidator::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Liip\FunctionalTestBundle\Validator\DataCollectingValidator::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener::onEvent"
.
[
  "event" => "kernel.request"
  "listener" => "Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener::onEvent"
]
event Notified event
"kernel.request"
to listener
"Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent"
.
[
  "event" => "kernel.request"
  "listener" => "Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent"
]
event Notified event
"kernel.request"
to listener
"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\FragmentListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\BodyListener::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
"AWCmsBundle\EventListener\HostListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "AWCmsBundle\EventListener\HostListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"AWCmsBundle\EventListener\MaintenanceRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "AWCmsBundle\EventListener\MaintenanceRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Nelmio\ApiDocBundle\EventListener\RequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Nelmio\ApiDocBundle\EventListener\RequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"AWCmsBundle\EventListener\TemplateListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "AWCmsBundle\EventListener\TemplateListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Stof\DoctrineExtensionsBundle\EventListener\BlameListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Stof\DoctrineExtensionsBundle\EventListener\BlameListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"AWCmsBundle\EventListener\ApiRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "AWCmsBundle\EventListener\ApiRequestListener::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
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 t0.id AS id_1, t0.analytics AS analytics_2, t0.add_this AS add_this_3, t0.copyright AS copyright_4, t0.social AS social_5, t0.facebook_link AS facebook_link_6, t0.facebook_app_id AS facebook_app_id_7, t0.facebook_app_secret AS facebook_app_secret_8, t0.facebook_page_id AS facebook_page_id_9, t0.twitter_link AS twitter_link_10, t0.twitter_api_key AS twitter_api_key_11, t0.twitter_api_secret AS twitter_api_secret_12, t0.twitter_access_token AS twitter_access_token_13, t0.twitter_access_token_secret AS twitter_access_token_secret_14, t0.instagram_link AS instagram_link_15, t0.instagram_client_id AS instagram_client_id_16, t0.instagram_client_secret AS instagram_client_secret_17, t0.instagram_access_token AS instagram_access_token_18, t0.google_plus_link AS google_plus_link_19, t0.linkedin_link AS linkedin_link_20, t0.viadeo_link AS viadeo_link_21, t0.tumblr_link AS tumblr_link_22, t0.pinterest_link AS pinterest_link_23, t0.youtube_link AS youtube_link_24, t0.vimeo_link AS vimeo_link_25, t0.weibo_link AS weibo_link_26, t0.active AS active_27, t0.cookie_banner AS cookie_banner_28, t0.robot AS robot_29, t0.modules AS modules_30, t0.custom_theme AS custom_theme_31, t0.language_menu AS language_menu_32, t0.maintenance AS maintenance_33, t0.maintenance_code AS maintenance_code_34, t0.main_site AS main_site_35, t0.keep_page_versions_history AS keep_page_versions_history_36, t0.user_id AS user_id_37, t0.default_language_id AS default_language_id_38, t39.id AS id_40, t39.font AS font_41, t39.type_template AS type_template_42, t39.font_size AS font_size_43, t39.text_size AS text_size_44, t39.text_color AS text_color_45, t39.h1text_size AS h1text_size_46, t39.h1text_color AS h1text_color_47, t39.h2text_size AS h2text_size_48, t39.h2text_color AS h2text_color_49, t39.h3text_size AS h3text_size_50, t39.h3text_color AS h3text_color_51, t39.h4text_size AS h4text_size_52, t39.h4text_color AS h4text_color_53, t39.h5text_size AS h5text_size_54, t39.h5text_color AS h5text_color_55, t39.h6text_size AS h6text_size_56, t39.h6text_color AS h6text_color_57, t39.link_text_size AS link_text_size_58, t39.link_text_color AS link_text_color_59, t39.link_hover_text_size AS link_hover_text_size_60, t39.link_hover_text_color AS link_hover_text_color_61, t39.link_button_size AS link_button_size_62, t39.link_button_text_color AS link_button_text_color_63, t39.link_hover_button_background_color AS link_hover_button_background_color_64, t39.link_button_background_color AS link_button_background_color_65, t39.header_text_size1 AS header_text_size1_66, t39.header_color1 AS header_color1_67, t39.header_color2 AS header_color2_68, t39.header_color3 AS header_color3_69, t39.footer_text_size1 AS footer_text_size1_70, t39.footer_color1 AS footer_color1_71, t39.footer_color2 AS footer_color2_72, t39.footer_color3 AS footer_color3_73, t39.style AS style_74, t39.javascript AS javascript_75, t39.config_tinymce AS config_tinymce_76, t39.grid_width AS grid_width_77, t39.display_breadcrumbs AS display_breadcrumbs_78, t39.default_color1 AS default_color1_79, t39.default_color2 AS default_color2_80, t39.default_color3 AS default_color3_81, t39.default_color4 AS default_color4_82, t39.default_color5 AS default_color5_83, t39.default_color6 AS default_color6_84, t39.default_color7 AS default_color7_85, t39.default_color8 AS default_color8_86, t39.cookie_banner_background_color AS cookie_banner_background_color_87, t39.cookie_banner_text_color AS cookie_banner_text_color_88, t39.cookie_button_background_color AS cookie_button_background_color_89, t39.cookie_button_text_color AS cookie_button_text_color_90, t39.cookie_button_hover_background_color AS cookie_button_hover_background_color_91, t39.cookie_button_hover_text_color AS cookie_button_hover_text_color_92, t39.site_background_color AS site_background_color_93, t39.header_type AS header_type_94, t39.json_config AS json_config_95, t39.site_id AS site_id_96, t39.footer_template_id AS footer_template_id_97, t39.header_template_id AS header_template_id_98, t39.logo_id AS logo_id_99, t39.responsive_logo_id AS responsive_logo_id_100, t39.favicon_id AS favicon_id_101, t39.site_background_image_id AS site_background_image_id_102, t0.page_products_id AS page_products_id_103, t0.redirect_page_on_404 AS redirect_page_on_404_104 FROM sites t0 LEFT JOIN themes t39 ON t39.site_id = t0.id
doctrine SELECT t0.id AS id_1, t0.country AS country_2, t0.code AS code_3 FROM language t0 INNER JOIN sites_languages ON t0.id = sites_languages.language_id WHERE sites_languages.site_id = ?
[
  2
]
doctrine SELECT t0.id AS id_1, t0.country AS country_2, t0.code AS code_3 FROM language t0 INNER JOIN sites_enabled_languages ON t0.id = sites_enabled_languages.language_id WHERE sites_enabled_languages.site_id = ?
[
  2
]
doctrine SELECT t0.id AS id_3, t0.color_of_link AS color_of_link_4, t0.color_of_link_hover AS color_of_link_hover_5, t0.background_color_of_link AS background_color_of_link_6, t0.background_color_of_hover_link AS background_color_of_hover_link_7, t0.background_color_of_mobile_bar AS background_color_of_mobile_bar_8, t0.background_color_of_mobile_bar_after_scroll AS background_color_of_mobile_bar_after_scroll_9, t0.background_color_open_burger_menu AS background_color_open_burger_menu_10, t0.color_of_burger_icon_button AS color_of_burger_icon_button_11, t0.color_of_burger_icon_button_hover AS color_of_burger_icon_button_hover_12, t0.background_color_of_burger_icon_button AS background_color_of_burger_icon_button_13, t0.background_color_of_burger_icon_button_hover AS background_color_of_burger_icon_button_hover_14, t0.position_of_burger_icon AS position_of_burger_icon_15, t0.position_of_logo_in_mobile_bar AS position_of_logo_in_mobile_bar_16, t0.position_of_links_in_burger AS position_of_links_in_burger_17, t0.scroll_position_mobile_bar AS scroll_position_mobile_bar_18, t0.size_open_menu AS size_open_menu_19, t0.display_of_language_menu AS display_of_language_menu_20, t0.position_of_language_selection AS position_of_language_selection_21, t0.position_of_ecommerce_menu AS position_of_ecommerce_menu_22, t0.enabled AS enabled_23, t0.theme_id AS theme_id_24, t0.dtype, t2.background_color_of_menu AS background_color_of_menu_25, t2.background_color_of_menu_after_scroll AS background_color_of_menu_after_scroll_26, t2.position_of_menu AS position_of_menu_27, t2.alignment_logo_menu AS alignment_logo_menu_28, t2.scroll_position_menu AS scroll_position_menu_29, t2.break_point_burger_menu AS break_point_burger_menu_30, t2.position_of_logo_menu AS position_of_logo_menu_31 FROM theme_header t0 LEFT JOIN theme_header_burger t1 ON t0.id = t1.id LEFT JOIN theme_header_classic t2 ON t0.id = t2.id WHERE t0.theme_id = ?
[
  2
]
doctrine SELECT t0.id AS id_1, t0.background_color AS background_color_2, t0.background_color_after_scroll AS background_color_after_scroll_3, t0.position_of_links AS position_of_links_4, t0.color_of_link AS color_of_link_5, t0.color_of_hover_link AS color_of_hover_link_6, t0.color_of_link_background AS color_of_link_background_7, t0.color_of_hover_background AS color_of_hover_background_8, t0.theme_id AS theme_id_9, t0.dtype FROM theme_top_header t0 WHERE t0.theme_id = ?
[
  2
]
event Notified event
"kernel.response"
to listener
"JMS\I18nRoutingBundle\EventListener\CookieSettingListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "JMS\I18nRoutingBundle\EventListener\CookieSettingListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"AWCmsBundle\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "AWCmsBundle\EventListener\ResponseListener::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\EventListener\SurrogateListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"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
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"AWCmsBundle\EventListener\CacheListener::saveCacheData"
.
[
  "event" => "kernel.response"
  "listener" => "AWCmsBundle\EventListener\CacheListener::saveCacheData"
]
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
"AWEdmBundle\EventListener\CacheResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "AWEdmBundle\EventListener\CacheResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"AWCmsBundle\EventListener\CacheListener::putCacheData"
.
[
  "event" => "kernel.response"
  "listener" => "AWCmsBundle\EventListener\CacheListener::putCacheData"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]

PHP Notices 0

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

There are no log messages of this level.

Container 3884

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\DocumentController" (parent: .abstract.instanceof.AppBundle\Controller\Admin\DocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\DocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\DocumentController).
  • Resolving inheritance for "AppBundle\Controller\Admin\DocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\DocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\EventController" (parent: .abstract.instanceof.AppBundle\Controller\Admin\EventController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\EventController).
  • Resolving inheritance for "AppBundle\Controller\Admin\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\EventController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\GroupActionController" (parent: .abstract.instanceof.AppBundle\Controller\Admin\GroupActionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\GroupActionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\GroupActionController).
  • Resolving inheritance for "AppBundle\Controller\Admin\GroupActionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\GroupActionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\MemberController" (parent: .abstract.instanceof.AppBundle\Controller\Admin\MemberController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\MemberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\MemberController).
  • Resolving inheritance for "AppBundle\Controller\Admin\MemberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\MemberController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Front\DocumentController" (parent: .abstract.instanceof.AppBundle\Controller\Front\DocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Front\DocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Front\DocumentController).
  • Resolving inheritance for "AppBundle\Controller\Front\DocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Front\DocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Front\EventController" (parent: .abstract.instanceof.AppBundle\Controller\Front\EventController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Front\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Front\EventController).
  • Resolving inheritance for "AppBundle\Controller\Front\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Front\EventController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Front\MemberController" (parent: .abstract.instanceof.AppBundle\Controller\Front\MemberController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Front\MemberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Front\MemberController).
  • Resolving inheritance for "AppBundle\Controller\Front\MemberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Front\MemberController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AppBundle\DataFixtures\AppFixtures" (parent: .abstract.instanceof.AppBundle\DataFixtures\AppFixtures).
  • Resolving inheritance for "AppBundle\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AppBundle\DataFixtures\AppFixtures).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\ArticleCustomType" (parent: .abstract.instanceof.AppBundle\Form\ArticleCustomType).
  • Resolving inheritance for "AppBundle\Form\ArticleCustomType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\ArticleCustomType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\EventType" (parent: .abstract.instanceof.AppBundle\Form\EventType).
  • Resolving inheritance for "AppBundle\Form\EventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\EventType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\PaymentType" (parent: .abstract.instanceof.AppBundle\Form\PaymentType).
  • Resolving inheritance for "AppBundle\Form\PaymentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\PaymentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\CarType" (parent: .abstract.instanceof.AppBundle\Form\Type\CarType).
  • Resolving inheritance for "AppBundle\Form\Type\CarType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\CarType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\DocumentType" (parent: .abstract.instanceof.AppBundle\Form\Type\DocumentType).
  • Resolving inheritance for "AppBundle\Form\Type\DocumentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\DocumentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\InfoAdressType" (parent: .abstract.instanceof.AppBundle\Form\Type\InfoAdressType).
  • Resolving inheritance for "AppBundle\Form\Type\InfoAdressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\InfoAdressType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\SearchType" (parent: .abstract.instanceof.AppBundle\Form\Type\SearchType).
  • Resolving inheritance for "AppBundle\Form\Type\SearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\SearchType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\UserCarType" (parent: .abstract.instanceof.AppBundle\Form\Type\UserCarType).
  • Resolving inheritance for "AppBundle\Form\Type\UserCarType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\UserCarType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\UserType" (parent: .abstract.instanceof.AppBundle\Form\Type\UserType).
  • Resolving inheritance for "AppBundle\Form\Type\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\UserType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\UserEmailType" (parent: .abstract.instanceof.AppBundle\Form\UserEmailType).
  • Resolving inheritance for "AppBundle\Form\UserEmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\UserEmailType).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.AppBundle\Repository\CarRepository" (parent: .abstract.instanceof.AppBundle\Repository\CarRepository).
  • Resolving inheritance for "AppBundle\Repository\CarRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.AppBundle\Repository\CarRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.AppBundle\Repository\CotisationRepository" (parent: .abstract.instanceof.AppBundle\Repository\CotisationRepository).
  • Resolving inheritance for "AppBundle\Repository\CotisationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.AppBundle\Repository\CotisationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.AppBundle\Repository\DocumentRepository" (parent: .abstract.instanceof.AppBundle\Repository\DocumentRepository).
  • Resolving inheritance for "AppBundle\Repository\DocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.AppBundle\Repository\DocumentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.AppBundle\Repository\InfoAddressRepository" (parent: .abstract.instanceof.AppBundle\Repository\InfoAddressRepository).
  • Resolving inheritance for "AppBundle\Repository\InfoAddressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.AppBundle\Repository\InfoAddressRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.AppBundle\Repository\JoinEventRequestRepository" (parent: .abstract.instanceof.AppBundle\Repository\JoinEventRequestRepository).
  • Resolving inheritance for "AppBundle\Repository\JoinEventRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.AppBundle\Repository\JoinEventRequestRepository).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.TwigIntlExtension" (parent: .abstract.instanceof.TwigIntlExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.TwigIntlExtension" (parent: .instanceof.Twig_ExtensionInterface.0.TwigIntlExtension).
  • Resolving inheritance for "TwigIntlExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.TwigIntlExtension).
  • 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.messenger.restart_workers_signal" (parent: cache.app).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "app_cache" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "assets._package_datatables_cdn" (parent: assets.url_package).
  • Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.logger.chain.default" (parent: doctrine.dbal.logger.chain).
  • 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.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.listener.simple_form" (parent: security.authentication.listener.abstract).
  • 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.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.authentication.provider.guard.main" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.main" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "hwi_oauth.resource_ownermap.main" (parent: hwi_oauth.abstract_resource_ownermap).
  • Resolving inheritance for "hwi_oauth.authentication.provider.oauth.main" (parent: hwi_oauth.authentication.provider.oauth).
  • Resolving inheritance for "security.authentication.success_handler.main.oauth" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.main.oauth" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "hwi_oauth.authentication.listener.oauth" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "hwi_oauth.authentication.listener.oauth.main" (parent: hwi_oauth.authentication.listener.oauth).
  • Resolving inheritance for "hwi_oauth.authentication.entry_point.oauth.main" (parent: hwi_oauth.authentication.entry_point.oauth).
  • 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.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
  • Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Fresh\DoctrineEnumBundle\Twig\Extension\EnumConstantTwigExtension" (parent: .abstract.instanceof.Fresh\DoctrineEnumBundle\Twig\Extension\EnumConstantTwigExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Fresh\DoctrineEnumBundle\Twig\Extension\EnumConstantTwigExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Fresh\DoctrineEnumBundle\Twig\Extension\EnumConstantTwigExtension).
  • Resolving inheritance for "Fresh\DoctrineEnumBundle\Twig\Extension\EnumConstantTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Fresh\DoctrineEnumBundle\Twig\Extension\EnumConstantTwigExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Fresh\DoctrineEnumBundle\Twig\Extension\EnumValuesAsArrayTwigExtension" (parent: .abstract.instanceof.Fresh\DoctrineEnumBundle\Twig\Extension\EnumValuesAsArrayTwigExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Fresh\DoctrineEnumBundle\Twig\Extension\EnumValuesAsArrayTwigExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Fresh\DoctrineEnumBundle\Twig\Extension\EnumValuesAsArrayTwigExtension).
  • Resolving inheritance for "Fresh\DoctrineEnumBundle\Twig\Extension\EnumValuesAsArrayTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Fresh\DoctrineEnumBundle\Twig\Extension\EnumValuesAsArrayTwigExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Fresh\DoctrineEnumBundle\Twig\Extension\ReadableEnumValueTwigExtension" (parent: .abstract.instanceof.Fresh\DoctrineEnumBundle\Twig\Extension\ReadableEnumValueTwigExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Fresh\DoctrineEnumBundle\Twig\Extension\ReadableEnumValueTwigExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Fresh\DoctrineEnumBundle\Twig\Extension\ReadableEnumValueTwigExtension).
  • Resolving inheritance for "Fresh\DoctrineEnumBundle\Twig\Extension\ReadableEnumValueTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Fresh\DoctrineEnumBundle\Twig\Extension\ReadableEnumValueTwigExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeGuesserInterface.0.Fresh\DoctrineEnumBundle\Form\EnumTypeGuesser" (parent: .abstract.instanceof.Fresh\DoctrineEnumBundle\Form\EnumTypeGuesser).
  • Resolving inheritance for "Fresh\DoctrineEnumBundle\Form\EnumTypeGuesser" (parent: .instanceof.Symfony\Component\Form\FormTypeGuesserInterface.0.Fresh\DoctrineEnumBundle\Form\EnumTypeGuesser).
  • Resolving inheritance for "jms_i18n_routing.router" (parent: router.default).
  • Resolving inheritance for "oneup_flysystem.local_adapter" (parent: oneup_flysystem.adapter.local).
  • Resolving inheritance for "oneup_flysystem.s3_adapter" (parent: oneup_flysystem.adapter.awss3v3).
  • Resolving inheritance for "oneup_flysystem.default_adapter_adapter" (parent: oneup_flysystem.adapter.local).
  • Resolving inheritance for "oneup_flysystem.local_filesystem" (parent: oneup_flysystem.filesystem).
  • Resolving inheritance for "oneup_flysystem.s3_filesystem" (parent: oneup_flysystem.filesystem).
  • Resolving inheritance for "oneup_flysystem.default_filesystem_filesystem" (parent: oneup_flysystem.filesystem).
  • Resolving inheritance for "nelmio_api_doc.formatter.markdown_formatter" (parent: nelmio_api_doc.formatter.abstract_formatter).
  • Resolving inheritance for "nelmio_api_doc.formatter.simple_formatter" (parent: nelmio_api_doc.formatter.abstract_formatter).
  • Resolving inheritance for "nelmio_api_doc.formatter.html_formatter" (parent: nelmio_api_doc.formatter.abstract_formatter).
  • Resolving inheritance for "nelmio_api_doc.formatter.swagger_formatter" (parent: nelmio_api_doc.formatter.abstract_formatter).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Cloner\ClonerServiceInterface.0.AWEdmBundle\Cloner\ClonerServiceEdm" (parent: .abstract.instanceof.AWEdmBundle\Cloner\ClonerServiceEdm).
  • Resolving inheritance for "AWEdmBundle\Cloner\ClonerServiceEdm" (parent: .instanceof.AWCmsBundle\Cloner\ClonerServiceInterface.0.AWEdmBundle\Cloner\ClonerServiceEdm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AWEdmBundle\Command\AwsS3MigrationCommand" (parent: .abstract.instanceof.AWEdmBundle\Command\AwsS3MigrationCommand).
  • Resolving inheritance for "AWEdmBundle\Command\AwsS3MigrationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AWEdmBundle\Command\AwsS3MigrationCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AWEdmBundle\Command\ChangeFileUrlsToNewOneCommand" (parent: .abstract.instanceof.AWEdmBundle\Command\ChangeFileUrlsToNewOneCommand).
  • Resolving inheritance for "AWEdmBundle\Command\ChangeFileUrlsToNewOneCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AWEdmBundle\Command\ChangeFileUrlsToNewOneCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AWEdmBundle\Command\ClearFilesCommand" (parent: .abstract.instanceof.AWEdmBundle\Command\ClearFilesCommand).
  • Resolving inheritance for "AWEdmBundle\Command\ClearFilesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AWEdmBundle\Command\ClearFilesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AWEdmBundle\Command\NormalizePathFileCommand" (parent: .abstract.instanceof.AWEdmBundle\Command\NormalizePathFileCommand).
  • Resolving inheritance for "AWEdmBundle\Command\NormalizePathFileCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AWEdmBundle\Command\NormalizePathFileCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AWEdmBundle\Command\PhotoGenerateResizeCommand" (parent: .abstract.instanceof.AWEdmBundle\Command\PhotoGenerateResizeCommand).
  • Resolving inheritance for "AWEdmBundle\Command\PhotoGenerateResizeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AWEdmBundle\Command\PhotoGenerateResizeCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AWEdmBundle\Command\UniqueIdCommand" (parent: .abstract.instanceof.AWEdmBundle\Command\UniqueIdCommand).
  • Resolving inheritance for "AWEdmBundle\Command\UniqueIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AWEdmBundle\Command\UniqueIdCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AWEdmBundle\Command\VerifyRecoverFolderTreeCommand" (parent: .abstract.instanceof.AWEdmBundle\Command\VerifyRecoverFolderTreeCommand).
  • Resolving inheritance for "AWEdmBundle\Command\VerifyRecoverFolderTreeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AWEdmBundle\Command\VerifyRecoverFolderTreeCommand).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AWEdmBundle\Controller\DocumentController" (parent: .abstract.instanceof.AWEdmBundle\Controller\DocumentController).
  • Resolving inheritance for "AWEdmBundle\Controller\DocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AWEdmBundle\Controller\DocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AWEdmBundle\Controller\EdmApiController" (parent: .abstract.instanceof.AWEdmBundle\Controller\EdmApiController).
  • Resolving inheritance for "AWEdmBundle\Controller\EdmApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AWEdmBundle\Controller\EdmApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AWEdmBundle\Controller\FrontController" (parent: .abstract.instanceof.AWEdmBundle\Controller\FrontController).
  • Resolving inheritance for "AWEdmBundle\Controller\FrontController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AWEdmBundle\Controller\FrontController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AWEdmBundle\Controller\RestController" (parent: .abstract.instanceof.AWEdmBundle\Controller\RestController).
  • Resolving inheritance for "AWEdmBundle\Controller\RestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AWEdmBundle\Controller\RestController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AWEdmBundle\DataFixtures\ORM\LoadDocumentData" (parent: .abstract.instanceof.AWEdmBundle\DataFixtures\ORM\LoadDocumentData).
  • Resolving inheritance for "AWEdmBundle\DataFixtures\ORM\LoadDocumentData" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AWEdmBundle\DataFixtures\ORM\LoadDocumentData).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWEdmBundle\Form\Type\EdmFileType" (parent: .abstract.instanceof.AWEdmBundle\Form\Type\EdmFileType).
  • Resolving inheritance for "AWEdmBundle\Form\Type\EdmFileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWEdmBundle\Form\Type\EdmFileType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWEdmBundle\Form\Type\FileUploadType" (parent: .abstract.instanceof.AWEdmBundle\Form\Type\FileUploadType).
  • Resolving inheritance for "AWEdmBundle\Form\Type\FileUploadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWEdmBundle\Form\Type\FileUploadType).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.AWEdmBundle\Twig\Extension\PathExtension" (parent: .abstract.instanceof.AWEdmBundle\Twig\Extension\PathExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AWEdmBundle\Twig\Extension\PathExtension" (parent: .instanceof.Twig_ExtensionInterface.0.AWEdmBundle\Twig\Extension\PathExtension).
  • Resolving inheritance for "AWEdmBundle\Twig\Extension\PathExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AWEdmBundle\Twig\Extension\PathExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.ArticleCmsBundle\Command\UpdateArticleCommand" (parent: .abstract.instanceof.ArticleCmsBundle\Command\UpdateArticleCommand).
  • Resolving inheritance for "ArticleCmsBundle\Command\UpdateArticleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.ArticleCmsBundle\Command\UpdateArticleCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ArticleCmsBundle\Controller\ArticleController" (parent: .abstract.instanceof.ArticleCmsBundle\Controller\ArticleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ArticleCmsBundle\Controller\ArticleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ArticleCmsBundle\Controller\ArticleController).
  • Resolving inheritance for "ArticleCmsBundle\Controller\ArticleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ArticleCmsBundle\Controller\ArticleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ArticleCmsBundle\Controller\ArticleSettingsController" (parent: .abstract.instanceof.ArticleCmsBundle\Controller\ArticleSettingsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ArticleCmsBundle\Controller\ArticleSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ArticleCmsBundle\Controller\ArticleSettingsController).
  • Resolving inheritance for "ArticleCmsBundle\Controller\ArticleSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ArticleCmsBundle\Controller\ArticleSettingsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ArticleCmsBundle\Controller\FrontController" (parent: .abstract.instanceof.ArticleCmsBundle\Controller\FrontController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ArticleCmsBundle\Controller\FrontController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ArticleCmsBundle\Controller\FrontController).
  • Resolving inheritance for "ArticleCmsBundle\Controller\FrontController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ArticleCmsBundle\Controller\FrontController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ArticleCmsBundle\Controller\TypeArticleController" (parent: .abstract.instanceof.ArticleCmsBundle\Controller\TypeArticleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ArticleCmsBundle\Controller\TypeArticleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ArticleCmsBundle\Controller\TypeArticleController).
  • Resolving inheritance for "ArticleCmsBundle\Controller\TypeArticleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ArticleCmsBundle\Controller\TypeArticleController).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.ArticleCmsBundle\EventListener\TwigVariablesListener" (parent: .abstract.instanceof.ArticleCmsBundle\EventListener\TwigVariablesListener).
  • Resolving inheritance for "ArticleCmsBundle\EventListener\TwigVariablesListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.ArticleCmsBundle\EventListener\TwigVariablesListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.ArticleCmsBundle\Form\ArticleSettingsType" (parent: .abstract.instanceof.ArticleCmsBundle\Form\ArticleSettingsType).
  • Resolving inheritance for "ArticleCmsBundle\Form\ArticleSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.ArticleCmsBundle\Form\ArticleSettingsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.ArticleCmsBundle\Form\ArticleType" (parent: .abstract.instanceof.ArticleCmsBundle\Form\ArticleType).
  • Resolving inheritance for "ArticleCmsBundle\Form\ArticleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.ArticleCmsBundle\Form\ArticleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.ArticleCmsBundle\Form\Carousel\NewCarouselElementArticleType" (parent: .abstract.instanceof.ArticleCmsBundle\Form\Carousel\NewCarouselElementArticleType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemFormInterface.0.ArticleCmsBundle\Form\Carousel\NewCarouselElementArticleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.ArticleCmsBundle\Form\Carousel\NewCarouselElementArticleType).
  • Resolving inheritance for "ArticleCmsBundle\Form\Carousel\NewCarouselElementArticleType" (parent: .instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemFormInterface.0.ArticleCmsBundle\Form\Carousel\NewCarouselElementArticleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.ArticleCmsBundle\Form\TypeArticleType" (parent: .abstract.instanceof.ArticleCmsBundle\Form\TypeArticleType).
  • Resolving inheritance for "ArticleCmsBundle\Form\TypeArticleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.ArticleCmsBundle\Form\TypeArticleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.ArticleCmsBundle\Form\Types\ArticleElementType" (parent: .abstract.instanceof.ArticleCmsBundle\Form\Types\ArticleElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.ArticleCmsBundle\Form\Types\ArticleElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.ArticleCmsBundle\Form\Types\ArticleElementType).
  • Resolving inheritance for "ArticleCmsBundle\Form\Types\ArticleElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.ArticleCmsBundle\Form\Types\ArticleElementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.ArticleCmsBundle\Form\Types\ArticleListElementType" (parent: .abstract.instanceof.ArticleCmsBundle\Form\Types\ArticleListElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.ArticleCmsBundle\Form\Types\ArticleListElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.ArticleCmsBundle\Form\Types\ArticleListElementType).
  • Resolving inheritance for "ArticleCmsBundle\Form\Types\ArticleListElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.ArticleCmsBundle\Form\Types\ArticleListElementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.ArticleCmsBundle\Form\Types\ArticleTypeListElementType" (parent: .abstract.instanceof.ArticleCmsBundle\Form\Types\ArticleTypeListElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.ArticleCmsBundle\Form\Types\ArticleTypeListElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.ArticleCmsBundle\Form\Types\ArticleTypeListElementType).
  • Resolving inheritance for "ArticleCmsBundle\Form\Types\ArticleTypeListElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.ArticleCmsBundle\Form\Types\ArticleTypeListElementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.ArticleCmsBundle\Form\Types\ArticleZoneTemplateType" (parent: .abstract.instanceof.ArticleCmsBundle\Form\Types\ArticleZoneTemplateType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.ArticleCmsBundle\Form\Types\ArticleZoneTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.ArticleCmsBundle\Form\Types\ArticleZoneTemplateType).
  • Resolving inheritance for "ArticleCmsBundle\Form\Types\ArticleZoneTemplateType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.ArticleCmsBundle\Form\Types\ArticleZoneTemplateType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Manager\ElementManager.0.ArticleCmsBundle\Manager\ArticleListElementManager" (parent: .abstract.instanceof.ArticleCmsBundle\Manager\ArticleListElementManager).
  • Resolving inheritance for "ArticleCmsBundle\Manager\ArticleListElementManager" (parent: .instanceof.AWCmsBundle\Manager\ElementManager.0.ArticleCmsBundle\Manager\ArticleListElementManager).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Manager\ElementManager.0.ArticleCmsBundle\Manager\ArticleTypeListElementManager" (parent: .abstract.instanceof.ArticleCmsBundle\Manager\ArticleTypeListElementManager).
  • Resolving inheritance for "ArticleCmsBundle\Manager\ArticleTypeListElementManager" (parent: .instanceof.AWCmsBundle\Manager\ElementManager.0.ArticleCmsBundle\Manager\ArticleTypeListElementManager).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Modules\ModuleAdderInterface.0.ArticleCmsBundle\Modules\ArticleModuleAdder" (parent: .abstract.instanceof.ArticleCmsBundle\Modules\ArticleModuleAdder).
  • Resolving inheritance for "ArticleCmsBundle\Modules\ArticleModuleAdder" (parent: .instanceof.AWCmsBundle\Modules\ModuleAdderInterface.0.ArticleCmsBundle\Modules\ArticleModuleAdder).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Slug\SlugProviderInterface.0.ArticleCmsBundle\Slug\SlugProviderArticle" (parent: .abstract.instanceof.ArticleCmsBundle\Slug\SlugProviderArticle).
  • Resolving inheritance for "ArticleCmsBundle\Slug\SlugProviderArticle" (parent: .instanceof.AWCmsBundle\Slug\SlugProviderInterface.0.ArticleCmsBundle\Slug\SlugProviderArticle).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Slug\SlugProviderInterface.0.ArticleCmsBundle\Slug\SlugProviderArticleType" (parent: .abstract.instanceof.ArticleCmsBundle\Slug\SlugProviderArticleType).
  • Resolving inheritance for "ArticleCmsBundle\Slug\SlugProviderArticleType" (parent: .instanceof.AWCmsBundle\Slug\SlugProviderInterface.0.ArticleCmsBundle\Slug\SlugProviderArticleType).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.ArticleCmsBundle\Twig\Extension\ArticleExtension" (parent: .abstract.instanceof.ArticleCmsBundle\Twig\Extension\ArticleExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.ArticleCmsBundle\Twig\Extension\ArticleExtension" (parent: .instanceof.Twig_ExtensionInterface.0.ArticleCmsBundle\Twig\Extension\ArticleExtension).
  • Resolving inheritance for "ArticleCmsBundle\Twig\Extension\ArticleExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.ArticleCmsBundle\Twig\Extension\ArticleExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.ArticleCmsBundle\Twig\Extension\ArticleSettingsExtension" (parent: .abstract.instanceof.ArticleCmsBundle\Twig\Extension\ArticleSettingsExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.ArticleCmsBundle\Twig\Extension\ArticleSettingsExtension" (parent: .instanceof.Twig_ExtensionInterface.0.ArticleCmsBundle\Twig\Extension\ArticleSettingsExtension).
  • Resolving inheritance for "ArticleCmsBundle\Twig\Extension\ArticleSettingsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.ArticleCmsBundle\Twig\Extension\ArticleSettingsExtension).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCatalogBundle\Controller\CatalogSettingsController" (parent: .abstract.instanceof.AWCatalogBundle\Controller\CatalogSettingsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCatalogBundle\Controller\CatalogSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCatalogBundle\Controller\CatalogSettingsController).
  • Resolving inheritance for "AWCatalogBundle\Controller\CatalogSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCatalogBundle\Controller\CatalogSettingsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCatalogBundle\Controller\CategoryController" (parent: .abstract.instanceof.AWCatalogBundle\Controller\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCatalogBundle\Controller\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCatalogBundle\Controller\CategoryController).
  • Resolving inheritance for "AWCatalogBundle\Controller\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCatalogBundle\Controller\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCatalogBundle\Controller\CategoryFilterController" (parent: .abstract.instanceof.AWCatalogBundle\Controller\CategoryFilterController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCatalogBundle\Controller\CategoryFilterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCatalogBundle\Controller\CategoryFilterController).
  • Resolving inheritance for "AWCatalogBundle\Controller\CategoryFilterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCatalogBundle\Controller\CategoryFilterController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCatalogBundle\Controller\DefaultController" (parent: .abstract.instanceof.AWCatalogBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCatalogBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCatalogBundle\Controller\DefaultController).
  • Resolving inheritance for "AWCatalogBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCatalogBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCatalogBundle\Controller\FilterController" (parent: .abstract.instanceof.AWCatalogBundle\Controller\FilterController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCatalogBundle\Controller\FilterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCatalogBundle\Controller\FilterController).
  • Resolving inheritance for "AWCatalogBundle\Controller\FilterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCatalogBundle\Controller\FilterController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCatalogBundle\Controller\ItemController" (parent: .abstract.instanceof.AWCatalogBundle\Controller\ItemController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCatalogBundle\Controller\ItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCatalogBundle\Controller\ItemController).
  • Resolving inheritance for "AWCatalogBundle\Controller\ItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCatalogBundle\Controller\ItemController).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.AWCatalogBundle\EventListener\SiteListener" (parent: .abstract.instanceof.AWCatalogBundle\EventListener\SiteListener).
  • Resolving inheritance for "AWCatalogBundle\EventListener\SiteListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.AWCatalogBundle\EventListener\SiteListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\Carousel\NewCarouselElementCatalogItem" (parent: .abstract.instanceof.AWCatalogBundle\Form\Carousel\NewCarouselElementCatalogItem).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemFormInterface.0.AWCatalogBundle\Form\Carousel\NewCarouselElementCatalogItem" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\Carousel\NewCarouselElementCatalogItem).
  • Resolving inheritance for "AWCatalogBundle\Form\Carousel\NewCarouselElementCatalogItem" (parent: .instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemFormInterface.0.AWCatalogBundle\Form\Carousel\NewCarouselElementCatalogItem).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\CatalogPictureType" (parent: .abstract.instanceof.AWCatalogBundle\Form\CatalogPictureType).
  • Resolving inheritance for "AWCatalogBundle\Form\CatalogPictureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\CatalogPictureType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\CatalogSettingsType" (parent: .abstract.instanceof.AWCatalogBundle\Form\CatalogSettingsType).
  • Resolving inheritance for "AWCatalogBundle\Form\CatalogSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\CatalogSettingsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\CategoryFilterType" (parent: .abstract.instanceof.AWCatalogBundle\Form\CategoryFilterType).
  • Resolving inheritance for "AWCatalogBundle\Form\CategoryFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\CategoryFilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\CategoryPositionType" (parent: .abstract.instanceof.AWCatalogBundle\Form\CategoryPositionType).
  • Resolving inheritance for "AWCatalogBundle\Form\CategoryPositionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\CategoryPositionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\CategoryType" (parent: .abstract.instanceof.AWCatalogBundle\Form\CategoryType).
  • Resolving inheritance for "AWCatalogBundle\Form\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\CategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\FilterType" (parent: .abstract.instanceof.AWCatalogBundle\Form\FilterType).
  • Resolving inheritance for "AWCatalogBundle\Form\FilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\FilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\ItemType" (parent: .abstract.instanceof.AWCatalogBundle\Form\ItemType).
  • Resolving inheritance for "AWCatalogBundle\Form\ItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\ItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\Types\CategoryElementType" (parent: .abstract.instanceof.AWCatalogBundle\Form\Types\CategoryElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCatalogBundle\Form\Types\CategoryElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\Types\CategoryElementType).
  • Resolving inheritance for "AWCatalogBundle\Form\Types\CategoryElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCatalogBundle\Form\Types\CategoryElementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\Types\CategoryListElementType" (parent: .abstract.instanceof.AWCatalogBundle\Form\Types\CategoryListElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCatalogBundle\Form\Types\CategoryListElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\Types\CategoryListElementType).
  • Resolving inheritance for "AWCatalogBundle\Form\Types\CategoryListElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCatalogBundle\Form\Types\CategoryListElementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\Types\ItemElementType" (parent: .abstract.instanceof.AWCatalogBundle\Form\Types\ItemElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCatalogBundle\Form\Types\ItemElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\Types\ItemElementType).
  • Resolving inheritance for "AWCatalogBundle\Form\Types\ItemElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCatalogBundle\Form\Types\ItemElementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\Types\ItemListElementType" (parent: .abstract.instanceof.AWCatalogBundle\Form\Types\ItemListElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCatalogBundle\Form\Types\ItemListElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\Types\ItemListElementType).
  • Resolving inheritance for "AWCatalogBundle\Form\Types\ItemListElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCatalogBundle\Form\Types\ItemListElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Manager\ElementManager.0.AWCatalogBundle\Manager\ItemListElementManager" (parent: .abstract.instanceof.AWCatalogBundle\Manager\ItemListElementManager).
  • Resolving inheritance for "AWCatalogBundle\Manager\ItemListElementManager" (parent: .instanceof.AWCmsBundle\Manager\ElementManager.0.AWCatalogBundle\Manager\ItemListElementManager).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Modules\ModuleAdderInterface.0.AWCatalogBundle\Modules\AWCatalogModuleAdder" (parent: .abstract.instanceof.AWCatalogBundle\Modules\AWCatalogModuleAdder).
  • Resolving inheritance for "AWCatalogBundle\Modules\AWCatalogModuleAdder" (parent: .instanceof.AWCmsBundle\Modules\ModuleAdderInterface.0.AWCatalogBundle\Modules\AWCatalogModuleAdder).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Slug\SlugProviderInterface.0.AWCatalogBundle\Slug\SlugProviderCategory" (parent: .abstract.instanceof.AWCatalogBundle\Slug\SlugProviderCategory).
  • Resolving inheritance for "AWCatalogBundle\Slug\SlugProviderCategory" (parent: .instanceof.AWCmsBundle\Slug\SlugProviderInterface.0.AWCatalogBundle\Slug\SlugProviderCategory).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Slug\SlugProviderInterface.0.AWCatalogBundle\Slug\SlugProviderItem" (parent: .abstract.instanceof.AWCatalogBundle\Slug\SlugProviderItem).
  • Resolving inheritance for "AWCatalogBundle\Slug\SlugProviderItem" (parent: .instanceof.AWCmsBundle\Slug\SlugProviderInterface.0.AWCatalogBundle\Slug\SlugProviderItem).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.AWCatalogBundle\Twig\CatalogSettingsExtension" (parent: .abstract.instanceof.AWCatalogBundle\Twig\CatalogSettingsExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AWCatalogBundle\Twig\CatalogSettingsExtension" (parent: .instanceof.Twig_ExtensionInterface.0.AWCatalogBundle\Twig\CatalogSettingsExtension).
  • Resolving inheritance for "AWCatalogBundle\Twig\CatalogSettingsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AWCatalogBundle\Twig\CatalogSettingsExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AWFormBundle\Command\UpdatePostedDataCommand" (parent: .abstract.instanceof.AWFormBundle\Command\UpdatePostedDataCommand).
  • Resolving inheritance for "AWFormBundle\Command\UpdatePostedDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AWFormBundle\Command\UpdatePostedDataCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWFormBundle\Controller\DefaultController" (parent: .abstract.instanceof.AWFormBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWFormBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWFormBundle\Controller\DefaultController).
  • Resolving inheritance for "AWFormBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWFormBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AWFormBundle\Controller\FormSettingsController" (parent: .abstract.instanceof.AWFormBundle\Controller\FormSettingsController).
  • Resolving inheritance for "AWFormBundle\Controller\FormSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AWFormBundle\Controller\FormSettingsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWFormBundle\Controller\PredefinedChoiceController" (parent: .abstract.instanceof.AWFormBundle\Controller\PredefinedChoiceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWFormBundle\Controller\PredefinedChoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWFormBundle\Controller\PredefinedChoiceController).
  • Resolving inheritance for "AWFormBundle\Controller\PredefinedChoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWFormBundle\Controller\PredefinedChoiceController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\ColumnType" (parent: .abstract.instanceof.AWFormBundle\Form\ColumnType).
  • Resolving inheritance for "AWFormBundle\Form\ColumnType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\ColumnType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\CustomChoiceType" (parent: .abstract.instanceof.AWFormBundle\Form\CustomChoiceType).
  • Resolving inheritance for "AWFormBundle\Form\CustomChoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\CustomChoiceType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\FieldType" (parent: .abstract.instanceof.AWFormBundle\Form\FieldType).
  • Resolving inheritance for "AWFormBundle\Form\FieldType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\FieldType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\FormSettingType" (parent: .abstract.instanceof.AWFormBundle\Form\FormSettingType).
  • Resolving inheritance for "AWFormBundle\Form\FormSettingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\FormSettingType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\GenerateFormType" (parent: .abstract.instanceof.AWFormBundle\Form\GenerateFormType).
  • Resolving inheritance for "AWFormBundle\Form\GenerateFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\GenerateFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\OptionType" (parent: .abstract.instanceof.AWFormBundle\Form\OptionType).
  • Resolving inheritance for "AWFormBundle\Form\OptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\OptionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\PredefinedChoiceGroupType" (parent: .abstract.instanceof.AWFormBundle\Form\PredefinedChoiceGroupType).
  • Resolving inheritance for "AWFormBundle\Form\PredefinedChoiceGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\PredefinedChoiceGroupType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\PredefinedChoiceType" (parent: .abstract.instanceof.AWFormBundle\Form\PredefinedChoiceType).
  • Resolving inheritance for "AWFormBundle\Form\PredefinedChoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\PredefinedChoiceType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\Type\DisplayInfoType" (parent: .abstract.instanceof.AWFormBundle\Form\Type\DisplayInfoType).
  • Resolving inheritance for "AWFormBundle\Form\Type\DisplayInfoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\Type\DisplayInfoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\Type\GroupType" (parent: .abstract.instanceof.AWFormBundle\Form\Type\GroupType).
  • Resolving inheritance for "AWFormBundle\Form\Type\GroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\Type\GroupType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\Types\FormElementType" (parent: .abstract.instanceof.AWFormBundle\Form\Types\FormElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWFormBundle\Form\Types\FormElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\Types\FormElementType).
  • Resolving inheritance for "AWFormBundle\Form\Types\FormElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWFormBundle\Form\Types\FormElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Manager\ElementManager.0.AWFormBundle\Manager\FormElementManager" (parent: .abstract.instanceof.AWFormBundle\Manager\FormElementManager).
  • Resolving inheritance for "AWFormBundle\Manager\FormElementManager" (parent: .instanceof.AWCmsBundle\Manager\ElementManager.0.AWFormBundle\Manager\FormElementManager).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Modules\ModuleAdderInterface.0.AWFormBundle\Modules\AWFormModuleAdder" (parent: .abstract.instanceof.AWFormBundle\Modules\AWFormModuleAdder).
  • Resolving inheritance for "AWFormBundle\Modules\AWFormModuleAdder" (parent: .instanceof.AWCmsBundle\Modules\ModuleAdderInterface.0.AWFormBundle\Modules\AWFormModuleAdder).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\AnonymousDataCommand" (parent: .abstract.instanceof.AWCmsBundle\Command\AnonymousDataCommand).
  • Resolving inheritance for "AWCmsBundle\Command\AnonymousDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\AnonymousDataCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\BlocsPositionCommand" (parent: .abstract.instanceof.AWCmsBundle\Command\BlocsPositionCommand).
  • Resolving inheritance for "AWCmsBundle\Command\BlocsPositionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\BlocsPositionCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\CloneSiteCommand" (parent: .abstract.instanceof.AWCmsBundle\Command\CloneSiteCommand).
  • Resolving inheritance for "AWCmsBundle\Command\CloneSiteCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\CloneSiteCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\DoubleSlugCommand" (parent: .abstract.instanceof.AWCmsBundle\Command\DoubleSlugCommand).
  • Resolving inheritance for "AWCmsBundle\Command\DoubleSlugCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\DoubleSlugCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\ElementsPositionCommand" (parent: .abstract.instanceof.AWCmsBundle\Command\ElementsPositionCommand).
  • Resolving inheritance for "AWCmsBundle\Command\ElementsPositionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\ElementsPositionCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\ExportContentCommand" (parent: .abstract.instanceof.AWCmsBundle\Command\ExportContentCommand).
  • Resolving inheritance for "AWCmsBundle\Command\ExportContentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\ExportContentCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\FixSiteCommand" (parent: .abstract.instanceof.AWCmsBundle\Command\FixSiteCommand).
  • Resolving inheritance for "AWCmsBundle\Command\FixSiteCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\FixSiteCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\PagesWithoutMenuCommand" (parent: .abstract.instanceof.AWCmsBundle\Command\PagesWithoutMenuCommand).
  • Resolving inheritance for "AWCmsBundle\Command\PagesWithoutMenuCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\PagesWithoutMenuCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\RecoverMenuTreeCommand" (parent: .abstract.instanceof.AWCmsBundle\Command\RecoverMenuTreeCommand).
  • Resolving inheritance for "AWCmsBundle\Command\RecoverMenuTreeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\RecoverMenuTreeCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\SlugCleanEmptyCommand" (parent: .abstract.instanceof.AWCmsBundle\Command\SlugCleanEmptyCommand).
  • Resolving inheritance for "AWCmsBundle\Command\SlugCleanEmptyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\SlugCleanEmptyCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\SlugGeneratorCommand" (parent: .abstract.instanceof.AWCmsBundle\Command\SlugGeneratorCommand).
  • Resolving inheritance for "AWCmsBundle\Command\SlugGeneratorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\SlugGeneratorCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\UpdatePageCommand" (parent: .abstract.instanceof.AWCmsBundle\Command\UpdatePageCommand).
  • Resolving inheritance for "AWCmsBundle\Command\UpdatePageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\UpdatePageCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\UserResetPasswordCommand" (parent: .abstract.instanceof.AWCmsBundle\Command\UserResetPasswordCommand).
  • Resolving inheritance for "AWCmsBundle\Command\UserResetPasswordCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\UserResetPasswordCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\AdminController" (parent: .abstract.instanceof.AWCmsBundle\Controller\AdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\AdminController).
  • Resolving inheritance for "AWCmsBundle\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\AdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\BlocController" (parent: .abstract.instanceof.AWCmsBundle\Controller\BlocController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\BlocController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\BlocController).
  • Resolving inheritance for "AWCmsBundle\Controller\BlocController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\BlocController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\CallToActionController" (parent: .abstract.instanceof.AWCmsBundle\Controller\CallToActionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\CallToActionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\CallToActionController).
  • Resolving inheritance for "AWCmsBundle\Controller\CallToActionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\CallToActionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\CloneController" (parent: .abstract.instanceof.AWCmsBundle\Controller\CloneController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\CloneController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\CloneController).
  • Resolving inheritance for "AWCmsBundle\Controller\CloneController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\CloneController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\DebugController" (parent: .abstract.instanceof.AWCmsBundle\Controller\DebugController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\DebugController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\DebugController).
  • Resolving inheritance for "AWCmsBundle\Controller\DebugController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\DebugController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\DesignController" (parent: .abstract.instanceof.AWCmsBundle\Controller\DesignController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\DesignController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\DesignController).
  • Resolving inheritance for "AWCmsBundle\Controller\DesignController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\DesignController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\EdmFilesController" (parent: .abstract.instanceof.AWCmsBundle\Controller\EdmFilesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\EdmFilesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\EdmFilesController).
  • Resolving inheritance for "AWCmsBundle\Controller\EdmFilesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\EdmFilesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\ElementController" (parent: .abstract.instanceof.AWCmsBundle\Controller\ElementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\ElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\ElementController).
  • Resolving inheritance for "AWCmsBundle\Controller\ElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\ElementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\EmailSettingsController" (parent: .abstract.instanceof.AWCmsBundle\Controller\EmailSettingsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\EmailSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\EmailSettingsController).
  • Resolving inheritance for "AWCmsBundle\Controller\EmailSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\EmailSettingsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\FlashInfoController" (parent: .abstract.instanceof.AWCmsBundle\Controller\FlashInfoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\FlashInfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\FlashInfoController).
  • Resolving inheritance for "AWCmsBundle\Controller\FlashInfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\FlashInfoController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\FrontController" (parent: .abstract.instanceof.AWCmsBundle\Controller\FrontController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\FrontController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\FrontController).
  • Resolving inheritance for "AWCmsBundle\Controller\FrontController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\FrontController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\HealthCheckController" (parent: .abstract.instanceof.AWCmsBundle\Controller\HealthCheckController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\HealthCheckController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\HealthCheckController).
  • Resolving inheritance for "AWCmsBundle\Controller\HealthCheckController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\HealthCheckController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\HelpController" (parent: .abstract.instanceof.AWCmsBundle\Controller\HelpController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\HelpController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\HelpController).
  • Resolving inheritance for "AWCmsBundle\Controller\HelpController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\HelpController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\HistoricController" (parent: .abstract.instanceof.AWCmsBundle\Controller\HistoricController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\HistoricController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\HistoricController).
  • Resolving inheritance for "AWCmsBundle\Controller\HistoricController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\HistoricController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\MenuTreeController" (parent: .abstract.instanceof.AWCmsBundle\Controller\MenuTreeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\MenuTreeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\MenuTreeController).
  • Resolving inheritance for "AWCmsBundle\Controller\MenuTreeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\MenuTreeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\ModuleController" (parent: .abstract.instanceof.AWCmsBundle\Controller\ModuleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\ModuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\ModuleController).
  • Resolving inheritance for "AWCmsBundle\Controller\ModuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\ModuleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\PageController" (parent: .abstract.instanceof.AWCmsBundle\Controller\PageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\PageController).
  • Resolving inheritance for "AWCmsBundle\Controller\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\PageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\PopInController" (parent: .abstract.instanceof.AWCmsBundle\Controller\PopInController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\PopInController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\PopInController).
  • Resolving inheritance for "AWCmsBundle\Controller\PopInController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\PopInController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\RedirectionController" (parent: .abstract.instanceof.AWCmsBundle\Controller\RedirectionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\RedirectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\RedirectionController).
  • Resolving inheritance for "AWCmsBundle\Controller\RedirectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\RedirectionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\RestController" (parent: .abstract.instanceof.AWCmsBundle\Controller\RestController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\RestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\RestController).
  • Resolving inheritance for "AWCmsBundle\Controller\RestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\RestController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\Security\RegistrationController" (parent: .abstract.instanceof.AWCmsBundle\Controller\Security\RegistrationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\Security\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\Security\RegistrationController).
  • Resolving inheritance for "AWCmsBundle\Controller\Security\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\Security\RegistrationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\Security\ResettingController" (parent: .abstract.instanceof.AWCmsBundle\Controller\Security\ResettingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\Security\ResettingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\Security\ResettingController).
  • Resolving inheritance for "AWCmsBundle\Controller\Security\ResettingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\Security\ResettingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\Security\RestSecurityController" (parent: .abstract.instanceof.AWCmsBundle\Controller\Security\RestSecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\Security\RestSecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\Security\RestSecurityController).
  • Resolving inheritance for "AWCmsBundle\Controller\Security\RestSecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\Security\RestSecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\Security\SecurityController" (parent: .abstract.instanceof.AWCmsBundle\Controller\Security\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\Security\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\Security\SecurityController).
  • Resolving inheritance for "AWCmsBundle\Controller\Security\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\Security\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\Security\UserBackOfficeController" (parent: .abstract.instanceof.AWCmsBundle\Controller\Security\UserBackOfficeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\Security\UserBackOfficeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\Security\UserBackOfficeController).
  • Resolving inheritance for "AWCmsBundle\Controller\Security\UserBackOfficeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\Security\UserBackOfficeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\Security\UserFrontOfficeController" (parent: .abstract.instanceof.AWCmsBundle\Controller\Security\UserFrontOfficeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\Security\UserFrontOfficeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\Security\UserFrontOfficeController).
  • Resolving inheritance for "AWCmsBundle\Controller\Security\UserFrontOfficeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\Security\UserFrontOfficeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\SiteController" (parent: .abstract.instanceof.AWCmsBundle\Controller\SiteController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\SiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\SiteController).
  • Resolving inheritance for "AWCmsBundle\Controller\SiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\SiteController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\SlugController" (parent: .abstract.instanceof.AWCmsBundle\Controller\SlugController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\SlugController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\SlugController).
  • Resolving inheritance for "AWCmsBundle\Controller\SlugController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\SlugController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\SlugSEOController" (parent: .abstract.instanceof.AWCmsBundle\Controller\SlugSEOController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\SlugSEOController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\SlugSEOController).
  • Resolving inheritance for "AWCmsBundle\Controller\SlugSEOController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\SlugSEOController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\SocialNetwork\InstagramController" (parent: .abstract.instanceof.AWCmsBundle\Controller\SocialNetwork\InstagramController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\SocialNetwork\InstagramController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\SocialNetwork\InstagramController).
  • Resolving inheritance for "AWCmsBundle\Controller\SocialNetwork\InstagramController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\SocialNetwork\InstagramController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\SocialNetwork\LinkListController" (parent: .abstract.instanceof.AWCmsBundle\Controller\SocialNetwork\LinkListController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\SocialNetwork\LinkListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\SocialNetwork\LinkListController).
  • Resolving inheritance for "AWCmsBundle\Controller\SocialNetwork\LinkListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\SocialNetwork\LinkListController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\ThemeController" (parent: .abstract.instanceof.AWCmsBundle\Controller\ThemeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\ThemeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\ThemeController).
  • Resolving inheritance for "AWCmsBundle\Controller\ThemeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\ThemeController).
  • Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.AWCmsBundle\DataCollector\CmsDataCollector" (parent: .abstract.instanceof.AWCmsBundle\DataCollector\CmsDataCollector).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.AWCmsBundle\DataCollector\CmsDataCollector" (parent: .instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.AWCmsBundle\DataCollector\CmsDataCollector).
  • Resolving inheritance for "AWCmsBundle\DataCollector\CmsDataCollector" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.AWCmsBundle\DataCollector\CmsDataCollector).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AWCmsBundle\DataFixtures\Behat\LoadCmsData" (parent: .abstract.instanceof.AWCmsBundle\DataFixtures\Behat\LoadCmsData).
  • Resolving inheritance for "AWCmsBundle\DataFixtures\Behat\LoadCmsData" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AWCmsBundle\DataFixtures\Behat\LoadCmsData).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AWCmsBundle\DataFixtures\ORM\LoadCmsData" (parent: .abstract.instanceof.AWCmsBundle\DataFixtures\ORM\LoadCmsData).
  • Resolving inheritance for "AWCmsBundle\DataFixtures\ORM\LoadCmsData" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AWCmsBundle\DataFixtures\ORM\LoadCmsData).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\BannerImageType" (parent: .abstract.instanceof.AWCmsBundle\Form\BannerImageType).
  • Resolving inheritance for "AWCmsBundle\Form\BannerImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\BannerImageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\BannerType" (parent: .abstract.instanceof.AWCmsBundle\Form\BannerType).
  • Resolving inheritance for "AWCmsBundle\Form\BannerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\BannerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\BlocPositionType" (parent: .abstract.instanceof.AWCmsBundle\Form\BlocPositionType).
  • Resolving inheritance for "AWCmsBundle\Form\BlocPositionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\BlocPositionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\BlocType" (parent: .abstract.instanceof.AWCmsBundle\Form\BlocType).
  • Resolving inheritance for "AWCmsBundle\Form\BlocType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\BlocType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\CallToActionType" (parent: .abstract.instanceof.AWCmsBundle\Form\CallToActionType).
  • Resolving inheritance for "AWCmsBundle\Form\CallToActionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\CallToActionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\CallToActionZoneImageType" (parent: .abstract.instanceof.AWCmsBundle\Form\CallToActionZoneImageType).
  • Resolving inheritance for "AWCmsBundle\Form\CallToActionZoneImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\CallToActionZoneImageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\CallToActionZoneType" (parent: .abstract.instanceof.AWCmsBundle\Form\CallToActionZoneType).
  • Resolving inheritance for "AWCmsBundle\Form\CallToActionZoneType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\CallToActionZoneType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\CannonicalUrlType" (parent: .abstract.instanceof.AWCmsBundle\Form\CannonicalUrlType).
  • Resolving inheritance for "AWCmsBundle\Form\CannonicalUrlType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\CannonicalUrlType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementItemImageType" (parent: .abstract.instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemImageType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemFormInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementItemImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementItemImageType).
  • Resolving inheritance for "AWCmsBundle\Form\Carousel\NewCarouselElementItemImageType" (parent: .instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemFormInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementItemImageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementItemType" (parent: .abstract.instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemType).
  • Resolving inheritance for "AWCmsBundle\Form\Carousel\NewCarouselElementItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementItemWysiwygType" (parent: .abstract.instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemWysiwygType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemFormInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementItemWysiwygType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementItemWysiwygType).
  • Resolving inheritance for "AWCmsBundle\Form\Carousel\NewCarouselElementItemWysiwygType" (parent: .instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemFormInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementItemWysiwygType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementSourceCodeType" (parent: .abstract.instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementSourceCodeType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemFormInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementSourceCodeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementSourceCodeType).
  • Resolving inheritance for "AWCmsBundle\Form\Carousel\NewCarouselElementSourceCodeType" (parent: .instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemFormInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementSourceCodeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementVideoType" (parent: .abstract.instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementVideoType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemFormInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementVideoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementVideoType).
  • Resolving inheritance for "AWCmsBundle\Form\Carousel\NewCarouselElementVideoType" (parent: .instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemFormInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementVideoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ClonerSettingsType" (parent: .abstract.instanceof.AWCmsBundle\Form\ClonerSettingsType).
  • Resolving inheritance for "AWCmsBundle\Form\ClonerSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ClonerSettingsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\EmailSettingsType" (parent: .abstract.instanceof.AWCmsBundle\Form\EmailSettingsType).
  • Resolving inheritance for "AWCmsBundle\Form\EmailSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\EmailSettingsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Field\CallToActionCollectionType" (parent: .abstract.instanceof.AWCmsBundle\Form\Field\CallToActionCollectionType).
  • Resolving inheritance for "AWCmsBundle\Form\Field\CallToActionCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Field\CallToActionCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Field\ColorPickerType" (parent: .abstract.instanceof.AWCmsBundle\Form\Field\ColorPickerType).
  • Resolving inheritance for "AWCmsBundle\Form\Field\ColorPickerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Field\ColorPickerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Field\CustomChoicesType" (parent: .abstract.instanceof.AWCmsBundle\Form\Field\CustomChoicesType).
  • Resolving inheritance for "AWCmsBundle\Form\Field\CustomChoicesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Field\CustomChoicesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Field\HorizontalAlignType" (parent: .abstract.instanceof.AWCmsBundle\Form\Field\HorizontalAlignType).
  • Resolving inheritance for "AWCmsBundle\Form\Field\HorizontalAlignType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Field\HorizontalAlignType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Field\InternalLinkPageType" (parent: .abstract.instanceof.AWCmsBundle\Form\Field\InternalLinkPageType).
  • Resolving inheritance for "AWCmsBundle\Form\Field\InternalLinkPageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Field\InternalLinkPageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Field\LinkPageType" (parent: .abstract.instanceof.AWCmsBundle\Form\Field\LinkPageType).
  • Resolving inheritance for "AWCmsBundle\Form\Field\LinkPageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Field\LinkPageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Field\LinkTargetType" (parent: .abstract.instanceof.AWCmsBundle\Form\Field\LinkTargetType).
  • Resolving inheritance for "AWCmsBundle\Form\Field\LinkTargetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Field\LinkTargetType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Field\VerticalAlignType" (parent: .abstract.instanceof.AWCmsBundle\Form\Field\VerticalAlignType).
  • Resolving inheritance for "AWCmsBundle\Form\Field\VerticalAlignType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Field\VerticalAlignType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\FlashInfoConfigurationType" (parent: .abstract.instanceof.AWCmsBundle\Form\FlashInfoConfigurationType).
  • Resolving inheritance for "AWCmsBundle\Form\FlashInfoConfigurationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\FlashInfoConfigurationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\FlashInfoType" (parent: .abstract.instanceof.AWCmsBundle\Form\FlashInfoType).
  • Resolving inheritance for "AWCmsBundle\Form\FlashInfoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\FlashInfoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Generic\FakePasswordType" (parent: .abstract.instanceof.AWCmsBundle\Form\Generic\FakePasswordType).
  • Resolving inheritance for "AWCmsBundle\Form\Generic\FakePasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Generic\FakePasswordType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\HostType" (parent: .abstract.instanceof.AWCmsBundle\Form\HostType).
  • Resolving inheritance for "AWCmsBundle\Form\HostType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\HostType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ImageType" (parent: .abstract.instanceof.AWCmsBundle\Form\ImageType).
  • Resolving inheritance for "AWCmsBundle\Form\ImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ImageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ImportType" (parent: .abstract.instanceof.AWCmsBundle\Form\ImportType).
  • Resolving inheritance for "AWCmsBundle\Form\ImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ImportType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\MenuTreeType" (parent: .abstract.instanceof.AWCmsBundle\Form\MenuTreeType).
  • Resolving inheritance for "AWCmsBundle\Form\MenuTreeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\MenuTreeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\PageType" (parent: .abstract.instanceof.AWCmsBundle\Form\PageType).
  • Resolving inheritance for "AWCmsBundle\Form\PageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\PageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\PageVersionTranslationType" (parent: .abstract.instanceof.AWCmsBundle\Form\PageVersionTranslationType).
  • Resolving inheritance for "AWCmsBundle\Form\PageVersionTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\PageVersionTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\PageVersionType" (parent: .abstract.instanceof.AWCmsBundle\Form\PageVersionType).
  • Resolving inheritance for "AWCmsBundle\Form\PageVersionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\PageVersionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\PopInType" (parent: .abstract.instanceof.AWCmsBundle\Form\PopInType).
  • Resolving inheritance for "AWCmsBundle\Form\PopInType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\PopInType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\RedirectionType" (parent: .abstract.instanceof.AWCmsBundle\Form\RedirectionType).
  • Resolving inheritance for "AWCmsBundle\Form\RedirectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\RedirectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SEOSocialNetworkType" (parent: .abstract.instanceof.AWCmsBundle\Form\SEOSocialNetworkType).
  • Resolving inheritance for "AWCmsBundle\Form\SEOSocialNetworkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SEOSocialNetworkType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SenderEmailType" (parent: .abstract.instanceof.AWCmsBundle\Form\SenderEmailType).
  • Resolving inheritance for "AWCmsBundle\Form\SenderEmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SenderEmailType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SiteForm" (parent: .abstract.instanceof.AWCmsBundle\Form\SiteForm).
  • Resolving inheritance for "AWCmsBundle\Form\SiteForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SiteForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SiteModulesType" (parent: .abstract.instanceof.AWCmsBundle\Form\SiteModulesType).
  • Resolving inheritance for "AWCmsBundle\Form\SiteModulesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SiteModulesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SiteParametersForm" (parent: .abstract.instanceof.AWCmsBundle\Form\SiteParametersForm).
  • Resolving inheritance for "AWCmsBundle\Form\SiteParametersForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SiteParametersForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SlugGeneratorType" (parent: .abstract.instanceof.AWCmsBundle\Form\SlugGeneratorType).
  • Resolving inheritance for "AWCmsBundle\Form\SlugGeneratorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SlugGeneratorType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SlugSEOType" (parent: .abstract.instanceof.AWCmsBundle\Form\SlugSEOType).
  • Resolving inheritance for "AWCmsBundle\Form\SlugSEOType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SlugSEOType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SlugType" (parent: .abstract.instanceof.AWCmsBundle\Form\SlugType).
  • Resolving inheritance for "AWCmsBundle\Form\SlugType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SlugType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SocialNetworkLinkListType" (parent: .abstract.instanceof.AWCmsBundle\Form\SocialNetworkLinkListType).
  • Resolving inheritance for "AWCmsBundle\Form\SocialNetworkLinkListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SocialNetworkLinkListType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\TestEmailType" (parent: .abstract.instanceof.AWCmsBundle\Form\TestEmailType).
  • Resolving inheritance for "AWCmsBundle\Form\TestEmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\TestEmailType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\TextDefaultValueType" (parent: .abstract.instanceof.AWCmsBundle\Form\TextDefaultValueType).
  • Resolving inheritance for "AWCmsBundle\Form\TextDefaultValueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\TextDefaultValueType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ThemeCookieType" (parent: .abstract.instanceof.AWCmsBundle\Form\ThemeCookieType).
  • Resolving inheritance for "AWCmsBundle\Form\ThemeCookieType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ThemeCookieType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ThemeHeaderBurgerType" (parent: .abstract.instanceof.AWCmsBundle\Form\ThemeHeaderBurgerType).
  • Resolving inheritance for "AWCmsBundle\Form\ThemeHeaderBurgerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ThemeHeaderBurgerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ThemeHeaderClassicType" (parent: .abstract.instanceof.AWCmsBundle\Form\ThemeHeaderClassicType).
  • Resolving inheritance for "AWCmsBundle\Form\ThemeHeaderClassicType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ThemeHeaderClassicType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ThemeHeaderType" (parent: .abstract.instanceof.AWCmsBundle\Form\ThemeHeaderType).
  • Resolving inheritance for "AWCmsBundle\Form\ThemeHeaderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ThemeHeaderType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ThemeTopHeaderType" (parent: .abstract.instanceof.AWCmsBundle\Form\ThemeTopHeaderType).
  • Resolving inheritance for "AWCmsBundle\Form\ThemeTopHeaderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ThemeTopHeaderType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ThemeType" (parent: .abstract.instanceof.AWCmsBundle\Form\ThemeType).
  • Resolving inheritance for "AWCmsBundle\Form\ThemeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ThemeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\ButtonElementType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\ButtonElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\ButtonElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\ButtonElementType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\ButtonElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\ButtonElementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\CallToActionElementType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\CallToActionElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\CallToActionElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\CallToActionElementType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\CallToActionElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\CallToActionElementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\CallToActionLibraryElementType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\CallToActionLibraryElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\CallToActionLibraryElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\CallToActionLibraryElementType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\CallToActionLibraryElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\CallToActionLibraryElementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\CarouselElementType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\CarouselElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\CarouselElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\CarouselElementType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\CarouselElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\CarouselElementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\CarouselItemType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\CarouselItemType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\CarouselItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\CarouselItemType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\CarouselItemType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\CarouselItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\DataListType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\DataListType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\DataListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\DataListType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\DiapoElementType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\DiapoElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\DiapoElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\DiapoElementType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\DiapoElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\DiapoElementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\DiapoImageType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\DiapoImageType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\DiapoImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\DiapoImageType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\DiapoImageType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\DiapoImageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\EdmFilesElementType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\EdmFilesElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\EdmFilesElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\EdmFilesElementType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\EdmFilesElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\EdmFilesElementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\ElementPositionType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\ElementPositionType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\ElementPositionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\ElementPositionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\ElementType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\ElementType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\ElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\ElementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\HtmlElementType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\HtmlElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\HtmlElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\HtmlElementType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\HtmlElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\HtmlElementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\ImageElementType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\ImageElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\ImageElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\ImageElementType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\ImageElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\ImageElementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\JqueryCollectionPositionType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\JqueryCollectionPositionType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\JqueryCollectionPositionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\JqueryCollectionPositionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\JqueryCollectionType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\JqueryCollectionType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\JqueryCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\JqueryCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\ListElementType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\ListElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\ListElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\ListElementType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\ListElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\ListElementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\ListItemType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\ListItemType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\ListItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\ListItemType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\ListItemType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\ListItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\MenuHeaderElementType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\MenuHeaderElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\MenuHeaderElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\MenuHeaderElementType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\MenuHeaderElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\MenuHeaderElementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\NewCarouselElementType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\NewCarouselElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\NewCarouselElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\NewCarouselElementType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\NewCarouselElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\NewCarouselElementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\SlugTargetType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\SlugTargetType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\SlugTargetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\SlugTargetType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\SocialNetworkImageListElementType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\SocialNetworkImageListElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\SocialNetworkImageListElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\SocialNetworkImageListElementType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\SocialNetworkImageListElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\SocialNetworkImageListElementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\SocialNetworkLinkListElementType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\SocialNetworkLinkListElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\SocialNetworkLinkListElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\SocialNetworkLinkListElementType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\SocialNetworkLinkListElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\SocialNetworkLinkListElementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\SubpageElementType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\SubpageElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\SubpageElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\SubpageElementType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\SubpageElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\SubpageElementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\TextElementType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\TextElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\TextElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\TextElementType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\TextElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\TextElementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\TextSuggestionType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\TextSuggestionType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\TextSuggestionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\TextSuggestionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\UserPasswordType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\UserPasswordType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\UserPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\UserPasswordType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\VideoElementType" (parent: .abstract.instanceof.AWCmsBundle\Form\Types\VideoElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\VideoElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\VideoElementType).
  • Resolving inheritance for "AWCmsBundle\Form\Types\VideoElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\VideoElementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\User\ChangeUserPasswordType" (parent: .abstract.instanceof.AWCmsBundle\Form\User\ChangeUserPasswordType).
  • Resolving inheritance for "AWCmsBundle\Form\User\ChangeUserPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\User\ChangeUserPasswordType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\User\LoginType" (parent: .abstract.instanceof.AWCmsBundle\Form\User\LoginType).
  • Resolving inheritance for "AWCmsBundle\Form\User\LoginType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\User\LoginType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\User\RegisterType" (parent: .abstract.instanceof.AWCmsBundle\Form\User\RegisterType).
  • Resolving inheritance for "AWCmsBundle\Form\User\RegisterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\User\RegisterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\User\ResettingFormType" (parent: .abstract.instanceof.AWCmsBundle\Form\User\ResettingFormType).
  • Resolving inheritance for "AWCmsBundle\Form\User\ResettingFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\User\ResettingFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\User\UserInvitationType" (parent: .abstract.instanceof.AWCmsBundle\Form\User\UserInvitationType).
  • Resolving inheritance for "AWCmsBundle\Form\User\UserInvitationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\User\UserInvitationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\User\UserInvitedType" (parent: .abstract.instanceof.AWCmsBundle\Form\User\UserInvitedType).
  • Resolving inheritance for "AWCmsBundle\Form\User\UserInvitedType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\User\UserInvitedType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\User\UserType" (parent: .abstract.instanceof.AWCmsBundle\Form\User\UserType).
  • Resolving inheritance for "AWCmsBundle\Form\User\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\User\UserType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\VideoOptionType" (parent: .abstract.instanceof.AWCmsBundle\Form\VideoOptionType).
  • Resolving inheritance for "AWCmsBundle\Form\VideoOptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\VideoOptionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\VideoType" (parent: .abstract.instanceof.AWCmsBundle\Form\VideoType).
  • Resolving inheritance for "AWCmsBundle\Form\VideoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\VideoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.AWCmsBundle\Handler\LoginFailureHandler" (parent: .abstract.instanceof.AWCmsBundle\Handler\LoginFailureHandler).
  • Resolving inheritance for "AWCmsBundle\Handler\LoginFailureHandler" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.AWCmsBundle\Handler\LoginFailureHandler).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Manager\ElementManager.0.AWCmsBundle\Manager\Element\EdmFilesElementManager" (parent: .abstract.instanceof.AWCmsBundle\Manager\Element\EdmFilesElementManager).
  • Resolving inheritance for "AWCmsBundle\Manager\Element\EdmFilesElementManager" (parent: .instanceof.AWCmsBundle\Manager\ElementManager.0.AWCmsBundle\Manager\Element\EdmFilesElementManager).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Manager\ElementManager.0.AWCmsBundle\Manager\Element\SocialNetworkImageListElementManager" (parent: .abstract.instanceof.AWCmsBundle\Manager\Element\SocialNetworkImageListElementManager).
  • Resolving inheritance for "AWCmsBundle\Manager\Element\SocialNetworkImageListElementManager" (parent: .instanceof.AWCmsBundle\Manager\ElementManager.0.AWCmsBundle\Manager\Element\SocialNetworkImageListElementManager).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Manager\ElementManager.0.AWCmsBundle\Manager\ElementManager" (parent: .abstract.instanceof.AWCmsBundle\Manager\ElementManager).
  • Resolving inheritance for "AWCmsBundle\Manager\ElementManager" (parent: .instanceof.AWCmsBundle\Manager\ElementManager.0.AWCmsBundle\Manager\ElementManager).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.AWCmsBundle\MessageHandler\GenerateSlugHandler" (parent: .abstract.instanceof.AWCmsBundle\MessageHandler\GenerateSlugHandler).
  • Resolving inheritance for "AWCmsBundle\MessageHandler\GenerateSlugHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.AWCmsBundle\MessageHandler\GenerateSlugHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.AWCmsBundle\MessageHandler\PublishPagesHandler" (parent: .abstract.instanceof.AWCmsBundle\MessageHandler\PublishPagesHandler).
  • Resolving inheritance for "AWCmsBundle\MessageHandler\PublishPagesHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.AWCmsBundle\MessageHandler\PublishPagesHandler).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Modules\ModuleAdderInterface.0.AWCmsBundle\Modules\AWCmsModuleAdder" (parent: .abstract.instanceof.AWCmsBundle\Modules\AWCmsModuleAdder).
  • Resolving inheritance for "AWCmsBundle\Modules\AWCmsModuleAdder" (parent: .instanceof.AWCmsBundle\Modules\ModuleAdderInterface.0.AWCmsBundle\Modules\AWCmsModuleAdder).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Slug\SlugProviderInterface.0.AWCmsBundle\Slug\SlugProviderPage" (parent: .abstract.instanceof.AWCmsBundle\Slug\SlugProviderPage).
  • Resolving inheritance for "AWCmsBundle\Slug\SlugProviderPage" (parent: .instanceof.AWCmsBundle\Slug\SlugProviderInterface.0.AWCmsBundle\Slug\SlugProviderPage).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\AWCmsExtension" (parent: .abstract.instanceof.AWCmsBundle\Twig\AWCmsExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\AWCmsExtension" (parent: .instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\AWCmsExtension).
  • Resolving inheritance for "AWCmsBundle\Twig\AWCmsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\AWCmsExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\AssetExtension" (parent: .abstract.instanceof.AWCmsBundle\Twig\Extension\AssetExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\AssetExtension" (parent: .instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\AssetExtension).
  • Resolving inheritance for "AWCmsBundle\Twig\Extension\AssetExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\AssetExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\CarouselExtension" (parent: .abstract.instanceof.AWCmsBundle\Twig\Extension\CarouselExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\CarouselExtension" (parent: .instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\CarouselExtension).
  • Resolving inheritance for "AWCmsBundle\Twig\Extension\CarouselExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\CarouselExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\DumpMethodsExtension" (parent: .abstract.instanceof.AWCmsBundle\Twig\Extension\DumpMethodsExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\DumpMethodsExtension" (parent: .instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\DumpMethodsExtension).
  • Resolving inheritance for "AWCmsBundle\Twig\Extension\DumpMethodsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\DumpMethodsExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\GlobalVariablesExtension" (parent: .abstract.instanceof.AWCmsBundle\Twig\Extension\GlobalVariablesExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\GlobalVariablesExtension" (parent: .instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\GlobalVariablesExtension).
  • Resolving inheritance for "AWCmsBundle\Twig\Extension\GlobalVariablesExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\GlobalVariablesExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\ModuleExtension" (parent: .abstract.instanceof.AWCmsBundle\Twig\Extension\ModuleExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\ModuleExtension" (parent: .instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\ModuleExtension).
  • Resolving inheritance for "AWCmsBundle\Twig\Extension\ModuleExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\ModuleExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\PathExtension" (parent: .abstract.instanceof.AWCmsBundle\Twig\Extension\PathExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\PathExtension" (parent: .instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\PathExtension).
  • Resolving inheritance for "AWCmsBundle\Twig\Extension\PathExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\PathExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\SEOAnalysisExtension" (parent: .abstract.instanceof.AWCmsBundle\Twig\Extension\SEOAnalysisExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\SEOAnalysisExtension" (parent: .instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\SEOAnalysisExtension).
  • Resolving inheritance for "AWCmsBundle\Twig\Extension\SEOAnalysisExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\SEOAnalysisExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\SliceWordsExtension" (parent: .abstract.instanceof.AWCmsBundle\Twig\Extension\SliceWordsExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\SliceWordsExtension" (parent: .instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\SliceWordsExtension).
  • Resolving inheritance for "AWCmsBundle\Twig\Extension\SliceWordsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\SliceWordsExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\SortByFieldExtension" (parent: .abstract.instanceof.AWCmsBundle\Twig\Extension\SortByFieldExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\SortByFieldExtension" (parent: .instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\SortByFieldExtension).
  • Resolving inheritance for "AWCmsBundle\Twig\Extension\SortByFieldExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\SortByFieldExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\StripTagsCustomExtension" (parent: .abstract.instanceof.AWCmsBundle\Twig\Extension\StripTagsCustomExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\StripTagsCustomExtension" (parent: .instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\StripTagsCustomExtension).
  • Resolving inheritance for "AWCmsBundle\Twig\Extension\StripTagsCustomExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\StripTagsCustomExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\TranslatedUrlExtension" (parent: .abstract.instanceof.AWCmsBundle\Twig\Extension\TranslatedUrlExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\TranslatedUrlExtension" (parent: .instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\TranslatedUrlExtension).
  • Resolving inheritance for "AWCmsBundle\Twig\Extension\TranslatedUrlExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\TranslatedUrlExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\TranslationExtension" (parent: .abstract.instanceof.AWCmsBundle\Twig\Extension\TranslationExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\TranslationExtension" (parent: .instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\TranslationExtension).
  • Resolving inheritance for "AWCmsBundle\Twig\Extension\TranslationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\TranslationExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\VideoParserExtension" (parent: .abstract.instanceof.AWCmsBundle\Twig\Extension\VideoParserExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\VideoParserExtension" (parent: .instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\VideoParserExtension).
  • Resolving inheritance for "AWCmsBundle\Twig\Extension\VideoParserExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\VideoParserExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AWCmsBundle\Validator\Constraints\ContainsAnalyticsValidator" (parent: .abstract.instanceof.AWCmsBundle\Validator\Constraints\ContainsAnalyticsValidator).
  • Resolving inheritance for "AWCmsBundle\Validator\Constraints\ContainsAnalyticsValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AWCmsBundle\Validator\Constraints\ContainsAnalyticsValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.AWCmsBundle\Voter\UserVoter" (parent: .abstract.instanceof.AWCmsBundle\Voter\UserVoter).
  • Resolving inheritance for "AWCmsBundle\Voter\UserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.AWCmsBundle\Voter\UserVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.simpldot.data_collector.cms" (parent: .abstract.instanceof.simpldot.data_collector.cms).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.simpldot.data_collector.cms" (parent: .instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.simpldot.data_collector.cms).
  • Resolving inheritance for "simpldot.data_collector.cms" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.simpldot.data_collector.cms).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Cloner\ClonerServiceInterface.0.AwCmsZoneTemplateBundle\Cloner\ClonerServiceZoneTemplate" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Cloner\ClonerServiceZoneTemplate).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Cloner\ClonerServiceZoneTemplate" (parent: .instanceof.AWCmsBundle\Cloner\ClonerServiceInterface.0.AwCmsZoneTemplateBundle\Cloner\ClonerServiceZoneTemplate).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateController" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateController).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateInstanceController" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateInstanceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateInstanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateInstanceController).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateInstanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateInstanceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateSettingsController" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateSettingsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateSettingsController).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateSettingsController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AwCmsZoneTemplateBundle\DataFixtures\ORM\LoadZoneTemplateData" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\DataFixtures\ORM\LoadZoneTemplateData).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\DataFixtures\ORM\LoadZoneTemplateData" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AwCmsZoneTemplateBundle\DataFixtures\ORM\LoadZoneTemplateData).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Carousel\NewCarouselElementZoneTemplateType" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Form\Carousel\NewCarouselElementZoneTemplateType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemFormInterface.0.AwCmsZoneTemplateBundle\Form\Carousel\NewCarouselElementZoneTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Carousel\NewCarouselElementZoneTemplateType).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Form\Carousel\NewCarouselElementZoneTemplateType" (parent: .instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemFormInterface.0.AwCmsZoneTemplateBundle\Form\Carousel\NewCarouselElementZoneTemplateType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ImportType" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ImportType).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Form\Type\ImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ImportType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateEntityType" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateEntityType).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateEntityType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\ColorType" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\ColorType).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\ColorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\ColorType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\DateType" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\DateType).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\DateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\DateType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\EdmFileType" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\EdmFileType).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\EdmFileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\EdmFileType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\FieldCollectionType" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\FieldCollectionType).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\FieldCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\FieldCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\GroupCollectionType" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\GroupCollectionType).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\GroupCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\GroupCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\LinkType" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\LinkType).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\LinkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\LinkType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\MultimediaType" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\MultimediaType).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\MultimediaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\MultimediaType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\SelectItemType" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\SelectItemType).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\SelectItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\SelectItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\SelectType" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\SelectType).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\SelectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\SelectType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\TextType" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\TextType).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\TextType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\TextType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\TextareaType" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\TextareaType).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\TextareaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\TextareaType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\VideoType" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\VideoType).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\VideoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\VideoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\WysiwygType" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\WysiwygType).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\WysiwygType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\WysiwygType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateFieldItemType" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateFieldItemType).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateFieldItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateFieldItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateFieldType" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateFieldType).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateFieldType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateFieldType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateGroupType" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateGroupType).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateGroupType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateInstanceEntityType" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateInstanceEntityType).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateInstanceEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateInstanceEntityType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateInstanceType" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateInstanceType).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateInstanceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateInstanceType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateSettingsType" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateSettingsType).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateSettingsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateThemeType" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateThemeType).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateThemeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateThemeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateType" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateType).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Types\ZoneTemplateInstanceElementType" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Form\Types\ZoneTemplateInstanceElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AwCmsZoneTemplateBundle\Form\Types\ZoneTemplateInstanceElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Types\ZoneTemplateInstanceElementType).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Form\Types\ZoneTemplateInstanceElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AwCmsZoneTemplateBundle\Form\Types\ZoneTemplateInstanceElementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Types\ZoneTemplateInstanceNewElementType" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Form\Types\ZoneTemplateInstanceNewElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AwCmsZoneTemplateBundle\Form\Types\ZoneTemplateInstanceNewElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Types\ZoneTemplateInstanceNewElementType).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Form\Types\ZoneTemplateInstanceNewElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AwCmsZoneTemplateBundle\Form\Types\ZoneTemplateInstanceNewElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Manager\ElementManager.0.AwCmsZoneTemplateBundle\Manager\Element\ZoneTemplateInstanceElementManager" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Manager\Element\ZoneTemplateInstanceElementManager).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Manager\Element\ZoneTemplateInstanceElementManager" (parent: .instanceof.AWCmsBundle\Manager\ElementManager.0.AwCmsZoneTemplateBundle\Manager\Element\ZoneTemplateInstanceElementManager).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Modules\ModuleAdderInterface.0.AwCmsZoneTemplateBundle\Modules\AwCmsZoneTemplateModuleAdder" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Modules\AwCmsZoneTemplateModuleAdder).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Modules\AwCmsZoneTemplateModuleAdder" (parent: .instanceof.AWCmsBundle\Modules\ModuleAdderInterface.0.AwCmsZoneTemplateBundle\Modules\AwCmsZoneTemplateModuleAdder).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.AwCmsZoneTemplateBundle\Twig\Extension\ZoneTemplateInstanceExtension" (parent: .abstract.instanceof.AwCmsZoneTemplateBundle\Twig\Extension\ZoneTemplateInstanceExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AwCmsZoneTemplateBundle\Twig\Extension\ZoneTemplateInstanceExtension" (parent: .instanceof.Twig_ExtensionInterface.0.AwCmsZoneTemplateBundle\Twig\Extension\ZoneTemplateInstanceExtension).
  • Resolving inheritance for "AwCmsZoneTemplateBundle\Twig\Extension\ZoneTemplateInstanceExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AwCmsZoneTemplateBundle\Twig\Extension\ZoneTemplateInstanceExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.AwCmsSocialNetworkBundle\Twig\Extension\FacebookExtension" (parent: .abstract.instanceof.AwCmsSocialNetworkBundle\Twig\Extension\FacebookExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AwCmsSocialNetworkBundle\Twig\Extension\FacebookExtension" (parent: .instanceof.Twig_ExtensionInterface.0.AwCmsSocialNetworkBundle\Twig\Extension\FacebookExtension).
  • Resolving inheritance for "AwCmsSocialNetworkBundle\Twig\Extension\FacebookExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AwCmsSocialNetworkBundle\Twig\Extension\FacebookExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.AwCmsSocialNetworkBundle\Twig\Extension\InstagramExtension" (parent: .abstract.instanceof.AwCmsSocialNetworkBundle\Twig\Extension\InstagramExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AwCmsSocialNetworkBundle\Twig\Extension\InstagramExtension" (parent: .instanceof.Twig_ExtensionInterface.0.AwCmsSocialNetworkBundle\Twig\Extension\InstagramExtension).
  • Resolving inheritance for "AwCmsSocialNetworkBundle\Twig\Extension\InstagramExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AwCmsSocialNetworkBundle\Twig\Extension\InstagramExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.AwCmsSocialNetworkBundle\Twig\Extension\SocialNetworkElementExtension" (parent: .abstract.instanceof.AwCmsSocialNetworkBundle\Twig\Extension\SocialNetworkElementExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AwCmsSocialNetworkBundle\Twig\Extension\SocialNetworkElementExtension" (parent: .instanceof.Twig_ExtensionInterface.0.AwCmsSocialNetworkBundle\Twig\Extension\SocialNetworkElementExtension).
  • Resolving inheritance for "AwCmsSocialNetworkBundle\Twig\Extension\SocialNetworkElementExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AwCmsSocialNetworkBundle\Twig\Extension\SocialNetworkElementExtension).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AwCmsSocialNetworkBundle\Controller\Api\SocialNetworkElementController" (parent: .abstract.instanceof.AwCmsSocialNetworkBundle\Controller\Api\SocialNetworkElementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AwCmsSocialNetworkBundle\Controller\Api\SocialNetworkElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AwCmsSocialNetworkBundle\Controller\Api\SocialNetworkElementController).
  • Resolving inheritance for "AwCmsSocialNetworkBundle\Controller\Api\SocialNetworkElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AwCmsSocialNetworkBundle\Controller\Api\SocialNetworkElementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AwCmsSocialNetworkBundle\Controller\SocialNetworkSettingsController" (parent: .abstract.instanceof.AwCmsSocialNetworkBundle\Controller\SocialNetworkSettingsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AwCmsSocialNetworkBundle\Controller\SocialNetworkSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AwCmsSocialNetworkBundle\Controller\SocialNetworkSettingsController).
  • Resolving inheritance for "AwCmsSocialNetworkBundle\Controller\SocialNetworkSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AwCmsSocialNetworkBundle\Controller\SocialNetworkSettingsController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsSocialNetworkBundle\Form\Types\SocialNetworkElementType" (parent: .abstract.instanceof.AwCmsSocialNetworkBundle\Form\Types\SocialNetworkElementType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AwCmsSocialNetworkBundle\Form\Types\SocialNetworkElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsSocialNetworkBundle\Form\Types\SocialNetworkElementType).
  • Resolving inheritance for "AwCmsSocialNetworkBundle\Form\Types\SocialNetworkElementType" (parent: .instanceof.AWCmsBundle\Element\ElementFormInterface.0.AwCmsSocialNetworkBundle\Form\Types\SocialNetworkElementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsSocialNetworkBundle\Form\Types\SocialNetworkSettingsType" (parent: .abstract.instanceof.AwCmsSocialNetworkBundle\Form\Types\SocialNetworkSettingsType).
  • Resolving inheritance for "AwCmsSocialNetworkBundle\Form\Types\SocialNetworkSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsSocialNetworkBundle\Form\Types\SocialNetworkSettingsType).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Manager\ElementManager.0.AwCmsSocialNetworkBundle\Manager\Element\SocialNetworkElementManager" (parent: .abstract.instanceof.AwCmsSocialNetworkBundle\Manager\Element\SocialNetworkElementManager).
  • Resolving inheritance for "AwCmsSocialNetworkBundle\Manager\Element\SocialNetworkElementManager" (parent: .instanceof.AWCmsBundle\Manager\ElementManager.0.AwCmsSocialNetworkBundle\Manager\Element\SocialNetworkElementManager).
  • Resolving inheritance for ".instanceof.AWCmsBundle\Modules\ModuleAdderInterface.0.AwCmsSocialNetworkBundle\Modules\AwCmsSocialNetworkModuleAdder" (parent: .abstract.instanceof.AwCmsSocialNetworkBundle\Modules\AwCmsSocialNetworkModuleAdder).
  • Resolving inheritance for "AwCmsSocialNetworkBundle\Modules\AwCmsSocialNetworkModuleAdder" (parent: .instanceof.AWCmsBundle\Modules\ModuleAdderInterface.0.AwCmsSocialNetworkBundle\Modules\AwCmsSocialNetworkModuleAdder).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AwCmsSocialNetworkBundle\Validator\Constraints\SocialNetworkElementInstagramSearchValidator" (parent: .abstract.instanceof.AwCmsSocialNetworkBundle\Validator\Constraints\SocialNetworkElementInstagramSearchValidator).
  • Resolving inheritance for "AwCmsSocialNetworkBundle\Validator\Constraints\SocialNetworkElementInstagramSearchValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AwCmsSocialNetworkBundle\Validator\Constraints\SocialNetworkElementInstagramSearchValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AwCmsSocialNetworkBundle\Validator\Constraints\SocialNetworkElementTwitterSearchValidator" (parent: .abstract.instanceof.AwCmsSocialNetworkBundle\Validator\Constraints\SocialNetworkElementTwitterSearchValidator).
  • Resolving inheritance for "AwCmsSocialNetworkBundle\Validator\Constraints\SocialNetworkElementTwitterSearchValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AwCmsSocialNetworkBundle\Validator\Constraints\SocialNetworkElementTwitterSearchValidator).
  • Resolving inheritance for "hwi_oauth.abstract_resource_owner.oauth2" (parent: hwi_oauth.abstract_resource_owner.generic).
  • Resolving inheritance for "hwi_oauth.abstract_resource_owner.oauth1" (parent: hwi_oauth.abstract_resource_owner.generic).
  • Resolving inheritance for "hwi_oauth.resource_owner.facebook" (parent: hwi_oauth.abstract_resource_owner.oauth2).
  • Resolving inheritance for "hwi_oauth.resource_owner.instagram" (parent: hwi_oauth.abstract_resource_owner.oauth2).
  • Resolving inheritance for "hwi_oauth.resource_owner.google" (parent: hwi_oauth.abstract_resource_owner.oauth2).
  • Resolving inheritance for "hwi_oauth.resource_owner.dropbox" (parent: hwi_oauth.abstract_resource_owner.oauth1).
  • Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
  • Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
  • 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_functional_test" (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_unit_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 "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
  • Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
  • Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.templating" (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 "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" (parent: fos_rest.format_request_matcher).
  • Resolving inheritance for "fos_rest.request_matcher.4048888c685b3046ea3922ff8ef9a5da39c4ece810775b7853583243e2193f8d327e1652" (parent: fos_rest.format_request_matcher).
  • Resolving inheritance for "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" (parent: fos_rest.format_request_matcher).
855
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "Sg\DatatablesBundle\Datatable\DatatableFactory"; reason: private alias.
  • Removed service "Sg\DatatablesBundle\Response\DatatableResponse"; reason: private alias.
  • Removed service "controller_name_converter"; reason: private alias.
  • Removed service "resolve_controller_name_subscriber"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Psr\SimpleCache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; reason: private alias.
  • Removed service "cache.default_pdo_provider"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $appCache"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface $appCache"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface $appCache"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "session.handler"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
  • Removed service "Symfony\Component\Asset\PackageInterface $datatablesCdnPackage"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
  • Removed service "messenger.default_serializer"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
  • Removed service "translator.formatter"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
  • Removed service "error_renderer.serializer"; reason: private alias.
  • Removed service "Symfony\Component\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 "Symfony\Bridge\Doctrine\RegistryInterface"; reason: private alias.
  • Removed service "Doctrine\Bundle\DoctrineBundle\Registry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ObjectManager"; 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.default_entity_manager.event_manager"; 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\Core\Authentication\AuthenticationManagerInterface"; 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\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "security.user.provider.concrete.custom_provider"; 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 "hwi_oauth.user.provider.entity.main"; reason: private alias.
  • Removed service "security.user_checker.main"; 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 "jms_serializer.metadata.cache"; reason: private alias.
  • Removed service "jms_serializer.naming_strategy"; reason: private alias.
  • Removed service "jms_serializer.object_constructor"; reason: private alias.
  • Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
  • Removed service "jms_serializer.accessor_strategy"; reason: private alias.
  • Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
  • Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
  • Removed service "Stof\DoctrineExtensionsBundle\Uploadable\UploadableManager"; reason: private alias.
  • Removed service "a2lix_translation_form.manager_registry"; reason: private alias.
  • Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
  • Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
  • Removed service "fos_rest.router"; reason: private alias.
  • Removed service "fos_rest.templating"; reason: private alias.
  • Removed service "fos_rest.inflector"; reason: private alias.
  • Removed service "fos_js_routing.router"; reason: private alias.
  • Removed service "jms_i18n_routing.locale_resolver"; reason: private alias.
  • Removed service "jms_i18n_routing.pattern_generation_strategy"; reason: private alias.
  • Removed service "slugify"; reason: private alias.
  • Removed service "Cocur\Slugify\SlugifyInterface"; reason: private alias.
  • Removed service "Aws\AccessAnalyzer\AccessAnalyzerClient"; reason: private alias.
  • Removed service "Aws\ACMPCA\ACMPCAClient"; reason: private alias.
  • Removed service "Aws\Acm\AcmClient"; reason: private alias.
  • Removed service "Aws\AlexaForBusiness\AlexaForBusinessClient"; reason: private alias.
  • Removed service "Aws\Amplify\AmplifyClient"; reason: private alias.
  • Removed service "Aws\AmplifyBackend\AmplifyBackendClient"; reason: private alias.
  • Removed service "Aws\ApiGateway\ApiGatewayClient"; reason: private alias.
  • Removed service "Aws\ApiGatewayManagementApi\ApiGatewayManagementApiClient"; reason: private alias.
  • Removed service "Aws\ApiGatewayV2\ApiGatewayV2Client"; reason: private alias.
  • Removed service "Aws\AppConfig\AppConfigClient"; reason: private alias.
  • Removed service "Aws\Appflow\AppflowClient"; reason: private alias.
  • Removed service "Aws\AppIntegrationsService\AppIntegrationsServiceClient"; reason: private alias.
  • Removed service "Aws\ApplicationAutoScaling\ApplicationAutoScalingClient"; reason: private alias.
  • Removed service "Aws\ApplicationInsights\ApplicationInsightsClient"; reason: private alias.
  • Removed service "Aws\AppMesh\AppMeshClient"; reason: private alias.
  • Removed service "Aws\Appstream\AppstreamClient"; reason: private alias.
  • Removed service "Aws\AppSync\AppSyncClient"; reason: private alias.
  • Removed service "Aws\Athena\AthenaClient"; reason: private alias.
  • Removed service "Aws\AuditManager\AuditManagerClient"; reason: private alias.
  • Removed service "Aws\AutoScalingPlans\AutoScalingPlansClient"; reason: private alias.
  • Removed service "Aws\AutoScaling\AutoScalingClient"; reason: private alias.
  • Removed service "Aws\Backup\BackupClient"; reason: private alias.
  • Removed service "Aws\Batch\BatchClient"; reason: private alias.
  • Removed service "Aws\Braket\BraketClient"; reason: private alias.
  • Removed service "Aws\Budgets\BudgetsClient"; reason: private alias.
  • Removed service "Aws\CostExplorer\CostExplorerClient"; reason: private alias.
  • Removed service "Aws\Chime\ChimeClient"; reason: private alias.
  • Removed service "Aws\Cloud9\Cloud9Client"; reason: private alias.
  • Removed service "Aws\CloudDirectory\CloudDirectoryClient"; reason: private alias.
  • Removed service "Aws\CloudFormation\CloudFormationClient"; reason: private alias.
  • Removed service "Aws\CloudFront\CloudFrontClient"; reason: private alias.
  • Removed service "Aws\CloudHsm\CloudHsmClient"; reason: private alias.
  • Removed service "Aws\CloudHSMV2\CloudHSMV2Client"; reason: private alias.
  • Removed service "Aws\CloudSearch\CloudSearchClient"; reason: private alias.
  • Removed service "Aws\CloudSearchDomain\CloudSearchDomainClient"; reason: private alias.
  • Removed service "Aws\CloudTrail\CloudTrailClient"; reason: private alias.
  • Removed service "Aws\CodeArtifact\CodeArtifactClient"; reason: private alias.
  • Removed service "Aws\CodeBuild\CodeBuildClient"; reason: private alias.
  • Removed service "Aws\CodeCommit\CodeCommitClient"; reason: private alias.
  • Removed service "Aws\CodeDeploy\CodeDeployClient"; reason: private alias.
  • Removed service "Aws\CodeGuruReviewer\CodeGuruReviewerClient"; reason: private alias.
  • Removed service "Aws\CodeGuruProfiler\CodeGuruProfilerClient"; reason: private alias.
  • Removed service "Aws\CodePipeline\CodePipelineClient"; reason: private alias.
  • Removed service "Aws\CodeStarconnections\CodeStarconnectionsClient"; reason: private alias.
  • Removed service "Aws\CodeStarNotifications\CodeStarNotificationsClient"; reason: private alias.
  • Removed service "Aws\CodeStar\CodeStarClient"; reason: private alias.
  • Removed service "Aws\CognitoIdentity\CognitoIdentityClient"; reason: private alias.
  • Removed service "Aws\CognitoIdentityProvider\CognitoIdentityProviderClient"; reason: private alias.
  • Removed service "Aws\CognitoSync\CognitoSyncClient"; reason: private alias.
  • Removed service "Aws\Comprehend\ComprehendClient"; reason: private alias.
  • Removed service "Aws\ComprehendMedical\ComprehendMedicalClient"; reason: private alias.
  • Removed service "Aws\ComputeOptimizer\ComputeOptimizerClient"; reason: private alias.
  • Removed service "Aws\ConfigService\ConfigServiceClient"; reason: private alias.
  • Removed service "Aws\ConnectContactLens\ConnectContactLensClient"; reason: private alias.
  • Removed service "Aws\Connect\ConnectClient"; reason: private alias.
  • Removed service "Aws\ConnectParticipant\ConnectParticipantClient"; reason: private alias.
  • Removed service "Aws\CostandUsageReportService\CostandUsageReportServiceClient"; reason: private alias.
  • Removed service "Aws\CustomerProfiles\CustomerProfilesClient"; reason: private alias.
  • Removed service "Aws\IotDataPlane\IotDataPlaneClient"; reason: private alias.
  • Removed service "Aws\GlueDataBrew\GlueDataBrewClient"; reason: private alias.
  • Removed service "Aws\DataExchange\DataExchangeClient"; reason: private alias.
  • Removed service "Aws\DataPipeline\DataPipelineClient"; reason: private alias.
  • Removed service "Aws\DataSync\DataSyncClient"; reason: private alias.
  • Removed service "Aws\DAX\DAXClient"; reason: private alias.
  • Removed service "Aws\Detective\DetectiveClient"; reason: private alias.
  • Removed service "Aws\DeviceFarm\DeviceFarmClient"; reason: private alias.
  • Removed service "Aws\DevOpsGuru\DevOpsGuruClient"; reason: private alias.
  • Removed service "Aws\DirectConnect\DirectConnectClient"; reason: private alias.
  • Removed service "Aws\ApplicationDiscoveryService\ApplicationDiscoveryServiceClient"; reason: private alias.
  • Removed service "Aws\DLM\DLMClient"; reason: private alias.
  • Removed service "Aws\DatabaseMigrationService\DatabaseMigrationServiceClient"; reason: private alias.
  • Removed service "Aws\DocDB\DocDBClient"; reason: private alias.
  • Removed service "Aws\DirectoryService\DirectoryServiceClient"; reason: private alias.
  • Removed service "Aws\DynamoDb\DynamoDbClient"; reason: private alias.
  • Removed service "Aws\EBS\EBSClient"; reason: private alias.
  • Removed service "Aws\EC2InstanceConnect\EC2InstanceConnectClient"; reason: private alias.
  • Removed service "Aws\Ec2\Ec2Client"; reason: private alias.
  • Removed service "Aws\ECRPublic\ECRPublicClient"; reason: private alias.
  • Removed service "Aws\Ecr\EcrClient"; reason: private alias.
  • Removed service "Aws\Ecs\EcsClient"; reason: private alias.
  • Removed service "Aws\EKS\EKSClient"; reason: private alias.
  • Removed service "Aws\ElasticInference\ElasticInferenceClient"; reason: private alias.
  • Removed service "Aws\ElastiCache\ElastiCacheClient"; reason: private alias.
  • Removed service "Aws\ElasticBeanstalk\ElasticBeanstalkClient"; reason: private alias.
  • Removed service "Aws\Efs\EfsClient"; reason: private alias.
  • Removed service "Aws\ElasticLoadBalancing\ElasticLoadBalancingClient"; reason: private alias.
  • Removed service "Aws\ElasticLoadBalancingV2\ElasticLoadBalancingV2Client"; reason: private alias.
  • Removed service "Aws\Emr\EmrClient"; reason: private alias.
  • Removed service "Aws\ElasticTranscoder\ElasticTranscoderClient"; reason: private alias.
  • Removed service "Aws\Ses\SesClient"; reason: private alias.
  • Removed service "Aws\EMRContainers\EMRContainersClient"; reason: private alias.
  • Removed service "Aws\MarketplaceEntitlementService\MarketplaceEntitlementServiceClient"; reason: private alias.
  • Removed service "Aws\ElasticsearchService\ElasticsearchServiceClient"; reason: private alias.
  • Removed service "Aws\EventBridge\EventBridgeClient"; reason: private alias.
  • Removed service "Aws\CloudWatchEvents\CloudWatchEventsClient"; reason: private alias.
  • Removed service "Aws\Firehose\FirehoseClient"; reason: private alias.
  • Removed service "Aws\FMS\FMSClient"; reason: private alias.
  • Removed service "Aws\ForecastService\ForecastServiceClient"; reason: private alias.
  • Removed service "Aws\ForecastQueryService\ForecastQueryServiceClient"; reason: private alias.
  • Removed service "Aws\FraudDetector\FraudDetectorClient"; reason: private alias.
  • Removed service "Aws\FSx\FSxClient"; reason: private alias.
  • Removed service "Aws\GameLift\GameLiftClient"; reason: private alias.
  • Removed service "Aws\Glacier\GlacierClient"; reason: private alias.
  • Removed service "Aws\GlobalAccelerator\GlobalAcceleratorClient"; reason: private alias.
  • Removed service "Aws\Glue\GlueClient"; reason: private alias.
  • Removed service "Aws\Greengrass\GreengrassClient"; reason: private alias.
  • Removed service "Aws\GroundStation\GroundStationClient"; reason: private alias.
  • Removed service "Aws\GuardDuty\GuardDutyClient"; reason: private alias.
  • Removed service "Aws\Health\HealthClient"; reason: private alias.
  • Removed service "Aws\HealthLake\HealthLakeClient"; reason: private alias.
  • Removed service "Aws\Honeycode\HoneycodeClient"; reason: private alias.
  • Removed service "Aws\Iam\IamClient"; reason: private alias.
  • Removed service "Aws\IdentityStore\IdentityStoreClient"; reason: private alias.
  • Removed service "Aws\imagebuilder\imagebuilderClient"; reason: private alias.
  • Removed service "Aws\ImportExport\ImportExportClient"; reason: private alias.
  • Removed service "Aws\Inspector\InspectorClient"; reason: private alias.
  • Removed service "Aws\IoTJobsDataPlane\IoTJobsDataPlaneClient"; reason: private alias.
  • Removed service "Aws\Iot\IotClient"; reason: private alias.
  • Removed service "Aws\IoT1ClickDevicesService\IoT1ClickDevicesServiceClient"; reason: private alias.
  • Removed service "Aws\IoT1ClickProjects\IoT1ClickProjectsClient"; reason: private alias.
  • Removed service "Aws\IoTAnalytics\IoTAnalyticsClient"; reason: private alias.
  • Removed service "Aws\IoTEventsData\IoTEventsDataClient"; reason: private alias.
  • Removed service "Aws\IoTEvents\IoTEventsClient"; reason: private alias.
  • Removed service "Aws\IoTSecureTunneling\IoTSecureTunnelingClient"; reason: private alias.
  • Removed service "Aws\IoTSiteWise\IoTSiteWiseClient"; reason: private alias.
  • Removed service "Aws\IoTThingsGraph\IoTThingsGraphClient"; reason: private alias.
  • Removed service "Aws\IVS\IVSClient"; reason: private alias.
  • Removed service "Aws\Kafka\KafkaClient"; reason: private alias.
  • Removed service "Aws\kendra\kendraClient"; reason: private alias.
  • Removed service "Aws\KinesisVideoArchivedMedia\KinesisVideoArchivedMediaClient"; reason: private alias.
  • Removed service "Aws\KinesisVideoMedia\KinesisVideoMediaClient"; reason: private alias.
  • Removed service "Aws\KinesisVideoSignalingChannels\KinesisVideoSignalingChannelsClient"; reason: private alias.
  • Removed service "Aws\Kinesis\KinesisClient"; reason: private alias.
  • Removed service "Aws\KinesisAnalytics\KinesisAnalyticsClient"; reason: private alias.
  • Removed service "Aws\KinesisAnalyticsV2\KinesisAnalyticsV2Client"; reason: private alias.
  • Removed service "Aws\KinesisVideo\KinesisVideoClient"; reason: private alias.
  • Removed service "Aws\Kms\KmsClient"; reason: private alias.
  • Removed service "Aws\LakeFormation\LakeFormationClient"; reason: private alias.
  • Removed service "Aws\Lambda\LambdaClient"; reason: private alias.
  • Removed service "Aws\LexModelBuildingService\LexModelBuildingServiceClient"; reason: private alias.
  • Removed service "Aws\LicenseManager\LicenseManagerClient"; reason: private alias.
  • Removed service "Aws\Lightsail\LightsailClient"; reason: private alias.
  • Removed service "Aws\CloudWatchLogs\CloudWatchLogsClient"; reason: private alias.
  • Removed service "Aws\LookoutforVision\LookoutforVisionClient"; reason: private alias.
  • Removed service "Aws\MachineLearning\MachineLearningClient"; reason: private alias.
  • Removed service "Aws\Macie\MacieClient"; reason: private alias.
  • Removed service "Aws\Macie2\Macie2Client"; reason: private alias.
  • Removed service "Aws\ManagedBlockchain\ManagedBlockchainClient"; reason: private alias.
  • Removed service "Aws\MarketplaceCatalog\MarketplaceCatalogClient"; reason: private alias.
  • Removed service "Aws\MarketplaceCommerceAnalytics\MarketplaceCommerceAnalyticsClient"; reason: private alias.
  • Removed service "Aws\MediaConnect\MediaConnectClient"; reason: private alias.
  • Removed service "Aws\MediaConvert\MediaConvertClient"; reason: private alias.
  • Removed service "Aws\MediaLive\MediaLiveClient"; reason: private alias.
  • Removed service "Aws\MediaPackageVod\MediaPackageVodClient"; reason: private alias.
  • Removed service "Aws\MediaPackage\MediaPackageClient"; reason: private alias.
  • Removed service "Aws\MediaStoreData\MediaStoreDataClient"; reason: private alias.
  • Removed service "Aws\MediaStore\MediaStoreClient"; reason: private alias.
  • Removed service "Aws\MediaTailor\MediaTailorClient"; reason: private alias.
  • Removed service "Aws\MarketplaceMetering\MarketplaceMeteringClient"; reason: private alias.
  • Removed service "Aws\MigrationHub\MigrationHubClient"; reason: private alias.
  • Removed service "Aws\MigrationHubConfig\MigrationHubConfigClient"; reason: private alias.
  • Removed service "Aws\Mobile\MobileClient"; reason: private alias.
  • Removed service "Aws\CloudWatch\CloudWatchClient"; reason: private alias.
  • Removed service "Aws\MQ\MQClient"; reason: private alias.
  • Removed service "Aws\MTurk\MTurkClient"; reason: private alias.
  • Removed service "Aws\MWAA\MWAAClient"; reason: private alias.
  • Removed service "Aws\Neptune\NeptuneClient"; reason: private alias.
  • Removed service "Aws\NetworkFirewall\NetworkFirewallClient"; reason: private alias.
  • Removed service "Aws\NetworkManager\NetworkManagerClient"; reason: private alias.
  • Removed service "Aws\OpsWorks\OpsWorksClient"; reason: private alias.
  • Removed service "Aws\OpsWorksCM\OpsWorksCMClient"; reason: private alias.
  • Removed service "Aws\Organizations\OrganizationsClient"; reason: private alias.
  • Removed service "Aws\Outposts\OutpostsClient"; reason: private alias.
  • Removed service "Aws\PersonalizeEvents\PersonalizeEventsClient"; reason: private alias.
  • Removed service "Aws\PersonalizeRuntime\PersonalizeRuntimeClient"; reason: private alias.
  • Removed service "Aws\Personalize\PersonalizeClient"; reason: private alias.
  • Removed service "Aws\PI\PIClient"; reason: private alias.
  • Removed service "Aws\PinpointEmail\PinpointEmailClient"; reason: private alias.
  • Removed service "Aws\Pinpoint\PinpointClient"; reason: private alias.
  • Removed service "Aws\Polly\PollyClient"; reason: private alias.
  • Removed service "Aws\Pricing\PricingClient"; reason: private alias.
  • Removed service "Aws\QLDBSession\QLDBSessionClient"; reason: private alias.
  • Removed service "Aws\QLDB\QLDBClient"; reason: private alias.
  • Removed service "Aws\QuickSight\QuickSightClient"; reason: private alias.
  • Removed service "Aws\RAM\RAMClient"; reason: private alias.
  • Removed service "Aws\RDSDataService\RDSDataServiceClient"; reason: private alias.
  • Removed service "Aws\Rds\RdsClient"; reason: private alias.
  • Removed service "Aws\RedshiftDataAPIService\RedshiftDataAPIServiceClient"; reason: private alias.
  • Removed service "Aws\Redshift\RedshiftClient"; reason: private alias.
  • Removed service "Aws\Rekognition\RekognitionClient"; reason: private alias.
  • Removed service "Aws\ResourceGroups\ResourceGroupsClient"; reason: private alias.
  • Removed service "Aws\ResourceGroupsTaggingAPI\ResourceGroupsTaggingAPIClient"; reason: private alias.
  • Removed service "Aws\RoboMaker\RoboMakerClient"; reason: private alias.
  • Removed service "Aws\Route53\Route53Client"; reason: private alias.
  • Removed service "Aws\Route53Domains\Route53DomainsClient"; reason: private alias.
  • Removed service "Aws\Route53Resolver\Route53ResolverClient"; reason: private alias.
  • Removed service "Aws\LexRuntimeService\LexRuntimeServiceClient"; reason: private alias.
  • Removed service "Aws\SageMakerRuntime\SageMakerRuntimeClient"; reason: private alias.
  • Removed service "Aws\S3Control\S3ControlClient"; reason: private alias.
  • Removed service "Aws\S3Outposts\S3OutpostsClient"; reason: private alias.
  • Removed service "Aws\AugmentedAIRuntime\AugmentedAIRuntimeClient"; reason: private alias.
  • Removed service "Aws\SagemakerEdgeManager\SagemakerEdgeManagerClient"; reason: private alias.
  • Removed service "Aws\SageMakerFeatureStoreRuntime\SageMakerFeatureStoreRuntimeClient"; reason: private alias.
  • Removed service "Aws\SageMaker\SageMakerClient"; reason: private alias.
  • Removed service "Aws\SavingsPlans\SavingsPlansClient"; reason: private alias.
  • Removed service "Aws\Schemas\SchemasClient"; reason: private alias.
  • Removed service "Aws\SecretsManager\SecretsManagerClient"; reason: private alias.
  • Removed service "Aws\SecurityHub\SecurityHubClient"; reason: private alias.
  • Removed service "Aws\ServerlessApplicationRepository\ServerlessApplicationRepositoryClient"; reason: private alias.
  • Removed service "Aws\ServiceQuotas\ServiceQuotasClient"; reason: private alias.
  • Removed service "Aws\AppRegistry\AppRegistryClient"; reason: private alias.
  • Removed service "Aws\ServiceCatalog\ServiceCatalogClient"; reason: private alias.
  • Removed service "Aws\ServiceDiscovery\ServiceDiscoveryClient"; reason: private alias.
  • Removed service "Aws\SesV2\SesV2Client"; reason: private alias.
  • Removed service "Aws\Shield\ShieldClient"; reason: private alias.
  • Removed service "Aws\signer\signerClient"; reason: private alias.
  • Removed service "Aws\PinpointSMSVoice\PinpointSMSVoiceClient"; reason: private alias.
  • Removed service "Aws\Sms\SmsClient"; reason: private alias.
  • Removed service "Aws\SnowBall\SnowBallClient"; reason: private alias.
  • Removed service "Aws\Sns\SnsClient"; reason: private alias.
  • Removed service "Aws\Sqs\SqsClient"; reason: private alias.
  • Removed service "Aws\Ssm\SsmClient"; reason: private alias.
  • Removed service "Aws\SSOAdmin\SSOAdminClient"; reason: private alias.
  • Removed service "Aws\SSOOIDC\SSOOIDCClient"; reason: private alias.
  • Removed service "Aws\SSO\SSOClient"; reason: private alias.
  • Removed service "Aws\Sfn\SfnClient"; reason: private alias.
  • Removed service "Aws\StorageGateway\StorageGatewayClient"; reason: private alias.
  • Removed service "Aws\DynamoDbStreams\DynamoDbStreamsClient"; reason: private alias.
  • Removed service "Aws\Sts\StsClient"; reason: private alias.
  • Removed service "Aws\Support\SupportClient"; reason: private alias.
  • Removed service "Aws\Swf\SwfClient"; reason: private alias.
  • Removed service "Aws\Synthetics\SyntheticsClient"; reason: private alias.
  • Removed service "Aws\Textract\TextractClient"; reason: private alias.
  • Removed service "Aws\TimestreamQuery\TimestreamQueryClient"; reason: private alias.
  • Removed service "Aws\TimestreamWrite\TimestreamWriteClient"; reason: private alias.
  • Removed service "Aws\TranscribeService\TranscribeServiceClient"; reason: private alias.
  • Removed service "Aws\Transfer\TransferClient"; reason: private alias.
  • Removed service "Aws\Translate\TranslateClient"; reason: private alias.
  • Removed service "Aws\WafRegional\WafRegionalClient"; reason: private alias.
  • Removed service "Aws\Waf\WafClient"; reason: private alias.
  • Removed service "Aws\WAFV2\WAFV2Client"; reason: private alias.
  • Removed service "Aws\WorkDocs\WorkDocsClient"; reason: private alias.
  • Removed service "Aws\WorkLink\WorkLinkClient"; reason: private alias.
  • Removed service "Aws\WorkMail\WorkMailClient"; reason: private alias.
  • Removed service "Aws\WorkMailMessageFlow\WorkMailMessageFlowClient"; reason: private alias.
  • Removed service "Aws\WorkSpaces\WorkSpacesClient"; reason: private alias.
  • Removed service "Aws\XRay\XRayClient"; reason: private alias.
  • Removed service "Symfony\Component\Config\FileLocatorInterface"; reason: private alias.
  • Removed service "HWI\Bundle\OAuthBundle\OAuth\ResourceOwner\GoogleResourceOwner"; reason: private alias.
  • Removed service "Anyx\LoginGateBundle\Service\BruteForceChecker"; reason: private alias.
  • Removed service "AWCmsBundle\Modules\ModuleAdderInterface"; reason: private alias.
  • Removed service "AWCmsBundle\Repository\SluggableRepositoryInterface"; reason: private alias.
  • Removed service "AWCmsBundle\Slug\SlugProviderInterface"; reason: private alias.
  • Removed service "AWCmsBundle\SocialNetwork\Filter\ResultFilterInterface"; reason: private alias.
  • Removed service "Http\Message\MessageFactory"; reason: private alias.
  • Removed service "Http\Message\RequestFactory"; reason: private alias.
  • Removed service "Http\Message\ResponseFactory"; reason: private alias.
  • Removed service "Http\Message\StreamFactory"; reason: private alias.
  • Removed service "Http\Message\UriFactory"; reason: private alias.
  • Removed service "Http\Client\HttpAsyncClient"; reason: private alias.
  • Removed service "Http\Client\HttpClient"; reason: private alias.
  • Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
  • Removed service "rollerworks_password_strength.blacklist_provider"; reason: private alias.
  • Removed service "Rollerworks\Component\PasswordStrength\Blacklist\BlacklistProviderInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
  • Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
  • Removed service "anyx.login_gate.username_resolver"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "Symfony\Component\Templating\EngineInterface"; reason: private alias.
  • Removed service "Symfony\Bundle\FrameworkBundle\Templating\EngineInterface"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "a2lix_translation_form.default.service.locale_provider"; reason: private alias.
  • Removed service "fos_rest.serializer"; reason: private alias.
  • Removed service ".service_locator.1AQkxI1"; reason: private alias.
  • Removed service ".service_locator.JZYiPfn"; reason: private alias.
  • Removed service ".service_locator.J7o.N2l"; reason: private alias.
  • Removed service ".service_locator.WK3WCmh"; reason: private alias.
  • Removed service ".service_locator.mRLUrzt"; reason: private alias.
  • Removed service ".service_locator.II9CfZq"; reason: private alias.
  • Removed service ".service_locator.K_ebViN"; reason: private alias.
  • Removed service ".service_locator.ab0A9qW"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "jms_serializer.metadata.doctrine_type_driver.inner"; reason: private alias.
  • Removed service "jms_serializer.metadata.typed_properties_driver.inner"; reason: private alias.
  • Removed service "jms_serializer.doctrine_object_constructor.inner"; reason: private alias.
  • Removed service "validator.inner"; reason: private alias.
  • Removed service "var_dumper.cli_dumper"; reason: private alias.
  • Removed service "httplug.auto_discovery.auto_discovered_client"; reason: private alias.
  • Removed service "httplug.factory.auto"; reason: private alias.
  • Removed service "httplug.factory.buzz"; reason: private alias.
  • Removed service "httplug.factory.curl"; reason: private alias.
  • Removed service "httplug.factory.guzzle5"; reason: private alias.
  • Removed service "httplug.factory.guzzle6"; reason: private alias.
  • Removed service "httplug.factory.react"; reason: private alias.
  • Removed service "httplug.factory.socket"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "argument_resolver.service"; reason: private alias.
  • Removed service "argument_resolver.default"; reason: private alias.
  • Removed service "argument_resolver.variadic"; reason: private alias.
  • Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
  • Removed service "messenger.bus.default"; reason: private alias.
  • Removed service "jms_serializer.form_error_handler"; reason: private alias.
456
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "AppBundle\Datatables\DocumentDatatable" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "AppBundle\Datatables\DocumentDatatable" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "AppBundle\Form\ArticleCustomType" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "AppBundle\Manager\JoinEventRequestManager" previously pointing to "AWCmsBundle\Service\Mailer" to "awcms.mailer".
  • Changed reference of service "AppBundle\Services\EmailSender" previously pointing to "AWCmsBundle\Service\Mailer" to "awcms.mailer".
  • Changed reference of service "AppBundle\Services\UserExcelExporter" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "locale_listener" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fragment.renderer.hinclude" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "console.command.event_dispatcher_debug" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.router_debug" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "console.command.translation_debug" 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_extension.form.transformation_failure_handling" 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 "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service "router_listener" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\TemplateController" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.logout_url_generator" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "jms_i18n_routing.router" 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.listener.form" 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.simple_form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_preauth" 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 "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.remote_user" 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.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.logout_listener.main" previously pointing to "AWCmsBundle\Handler\LogoutSuccessHandler" to "awcms.logout_success_handler".
  • Changed reference of service "security.authentication.provider.guard.main" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "hwi_oauth.authentication.provider.oauth.main" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
  • Changed reference of service "hwi_oauth.authentication.listener.oauth.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 "security.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "twig" previously pointing to "ArticleCmsBundle\Twig\Extension\ArticleExtension" to "articlecms.twig.article_extension".
  • Changed reference of service "twig" previously pointing to "AWCmsBundle\Twig\AWCmsExtension" to "awcms.twig.extension.generic".
  • Changed reference of service "twig" previously pointing to "AWCmsBundle\Twig\Extension\PathExtension" to "awcms.twig.extension.path".
  • Changed reference of service "twig" previously pointing to "AWCmsBundle\Twig\Extension\TranslatedUrlExtension" to "awcms.twig.extension.translated_url_extension".
  • Changed reference of service "twig" previously pointing to "AwCmsZoneTemplateBundle\Twig\Extension\ZoneTemplateInstanceExtension" to "awzonetemplate.twig.zonetemplateinstance_extension".
  • Changed reference of service "twig" previously pointing to "AwCmsSocialNetworkBundle\Twig\Extension\FacebookExtension" to "awcsocialbundle.twig.facebook_extension".
  • Changed reference of service "twig" previously pointing to "AwCmsSocialNetworkBundle\Twig\Extension\InstagramExtension" to "awcsocialbundle.twig.instagram_extension".
  • Changed reference of service "twig" previously pointing to "AwCmsSocialNetworkBundle\Twig\Extension\SocialNetworkElementExtension" to "awcsocialbundle.twig.social_network_bundle_extension".
  • Changed reference of service "twig" previously pointing to "AWCmsBundle\Manager\ConfigManager" to "awcms.config_manager".
  • 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 "jms_i18n_routing.router" 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 "jms_i18n_routing.router" to "router".
  • Changed reference of service "jms_serializer.metadata.service_locator" previously pointing to "jms_serializer.metadata.typed_properties_driver" to "jms_serializer.metadata_driver".
  • Changed reference of service "jms_serializer.deserialization_graph_navigator_factory" previously pointing to "jms_serializer.handler_registry" to "fos_rest.serializer.jms_handler_registry".
  • Changed reference of service "jms_serializer.serialization_graph_navigator_factory" previously pointing to "jms_serializer.handler_registry" to "fos_rest.serializer.jms_handler_registry".
  • Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "jms_serializer.templating.helper.serializer" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "bazinga.jstranslation.controller" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "a2lix_translation_form.default.type.translations" previously pointing to "AWCmsBundle\Locale\CustomProvider" to "awcms.custom_provider".
  • Changed reference of service "a2lix_translation_form.default.type.translationsForms" previously pointing to "AWCmsBundle\Locale\CustomProvider" to "awcms.custom_provider".
  • Changed reference of service "a2lix_translation_form.default.type.translationsLocalesSelector" previously pointing to "AWCmsBundle\Locale\CustomProvider" to "awcms.custom_provider".
  • Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
  • Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
  • Changed reference of service "fos_rest.view_response_listener" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "fos_js_routing.extractor" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "jms_i18n_routing.pattern_generation_strategy.default" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "nelmio_api_doc.extractor.api_doc_extractor" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "AWEdmBundle\Cloner\ClonerServiceEdm" previously pointing to "AWEdmBundle\Manager\DocumentManager" to "awedm.manager.document".
  • Changed reference of service "AWEdmBundle\Service\PathGenerator" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "AWEdmBundle\Twig\Extension\PathExtension" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "AWEdmBundle\EventListener\DocumentSubscriber" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "ArticleCmsBundle\Form\Carousel\NewCarouselElementArticleType" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "ArticleCmsBundle\Twig\Extension\ArticleSettingsExtension" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "AWCatalogBundle\EventListener\SiteListener" previously pointing to "AWCmsBundle\Manager\ModuleManager" to "awcms.module_manager".
  • Changed reference of service "AWCatalogBundle\Form\Carousel\NewCarouselElementCatalogItem" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "AWCatalogBundle\Twig\CatalogSettingsExtension" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "AWFormBundle\Controller\PredefinedChoiceController" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "AWFormBundle\Controller\PredefinedChoiceController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "AWFormBundle\Form\GenerateFormType" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "AWFormBundle\Form\GenerateFormType" previously pointing to "AWCmsBundle\Service\Mailer" to "awcms.mailer".
  • Changed reference of service "AWCmsBundle\EventListener\MaintenanceRequestListener" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "AWCmsBundle\EventListener\MaintenanceRequestListener" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "AWCmsBundle\EventListener\ApiRequestListener" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "AWCmsBundle\EventListener\ExceptionListener" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "AWCmsBundle\EventListener\ExceptionListener" previously pointing to "AWCmsBundle\Manager\SlugManager" to "awcms.slug_manager".
  • Changed reference of service "AWCmsBundle\EventListener\ExceptionListener" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "AWCmsBundle\EventListener\ExceptionListener" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "AWCmsBundle\EventListener\TwigVariablesListener" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "AWCmsBundle\EventListener\TwigVariablesListener" previously pointing to "AWCmsBundle\Manager\MenuTreeManager" to "awcms.menu_tree_manager".
  • Changed reference of service "AWCmsBundle\EventListener\TwigVariablesListener" previously pointing to "AWCmsBundle\Manager\SlugManager" to "awcms.slug_manager".
  • Changed reference of service "AWCmsBundle\Cloner\ClonerManager" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "AWCmsBundle\Cloner\ClonerManager" previously pointing to "AwCmsZoneTemplateBundle\Manager\ZoneTemplateInstanceManager" to "awzonetemplate.zonetemplateinstance_manager".
  • Changed reference of service "AWCmsBundle\Controller\CloneController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "AWCmsBundle\Controller\PageController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "AWCmsBundle\Controller\RestController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "AWCmsBundle\Controller\Security\RegistrationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "AWCmsBundle\Controller\Security\RegistrationController" previously pointing to "AWCmsBundle\Manager\UserManager" to "awuser.user_manager".
  • Changed reference of service "AWCmsBundle\Controller\Security\ResettingController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "AWCmsBundle\Controller\Security\ResettingController" previously pointing to "AWCmsBundle\Manager\UserManager" to "awuser.user_manager".
  • Changed reference of service "AWCmsBundle\Controller\Security\ResettingController" previously pointing to "AWCmsBundle\Service\Mailer" to "awcms.mailer".
  • Changed reference of service "AWCmsBundle\Controller\Security\RestSecurityController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "AWCmsBundle\Controller\Security\RestSecurityController" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "AWCmsBundle\Controller\Security\RestSecurityController" previously pointing to "AWCmsBundle\Manager\UserManager" to "awuser.user_manager".
  • Changed reference of service "AWCmsBundle\Controller\Security\RestSecurityController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "AWCmsBundle\Controller\Security\RestSecurityController" previously pointing to "AWCmsBundle\Service\Mailer" to "awcms.mailer".
  • Changed reference of service "AWCmsBundle\DataCollector\CmsDataCollector" previously pointing to "AWCmsBundle\Service\Mailer" to "awcms.mailer".
  • Changed reference of service "AWCmsBundle\DataFixtures\ORM\LoadCmsData" previously pointing to "AWCmsBundle\Manager\ModuleManager" to "awcms.module_manager".
  • Changed reference of service "AWCmsBundle\DataFixtures\ORM\LoadCmsData" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "AWCmsBundle\DataFixtures\ORM\LoadCmsData" previously pointing to "AWCmsBundle\Manager\UserManager" to "awuser.user_manager".
  • Changed reference of service "AWCmsBundle\Element\ElementFactory" previously pointing to "AWCmsBundle\Manager\ModuleManager" to "awcms.module_manager".
  • Changed reference of service "AWCmsBundle\Element\ElementFactory" previously pointing to "ArticleCmsBundle\Form\Types\ArticleElementType" to "article_element_type".
  • Changed reference of service "AWCmsBundle\Element\ElementFactory" previously pointing to "ArticleCmsBundle\Form\Types\ArticleListElementType" to "article_list_element_type".
  • Changed reference of service "AWCmsBundle\Element\ElementFactory" previously pointing to "ArticleCmsBundle\Form\Types\ArticleTypeListElementType" to "article_type_list_element_type".
  • Changed reference of service "AWCmsBundle\Element\ElementFactory" previously pointing to "AWCatalogBundle\Form\Types\CategoryElementType" to "awcatalog.form.category_element_type".
  • Changed reference of service "AWCmsBundle\Element\ElementFactory" previously pointing to "AWCatalogBundle\Form\Types\CategoryListElementType" to "awcatalog.form.category_list_element_type".
  • Changed reference of service "AWCmsBundle\Element\ElementFactory" previously pointing to "AWCatalogBundle\Form\Types\ItemElementType" to "awcatalog.form.item_element_type".
  • Changed reference of service "AWCmsBundle\Element\ElementFactory" previously pointing to "AWCatalogBundle\Form\Types\ItemListElementType" to "awcatalog.form.item_list_element_type".
  • Changed reference of service "AWCmsBundle\Element\ElementFactory" previously pointing to "AWFormBundle\Form\Types\FormElementType" to "awcms.form.form_element_type".
  • Changed reference of service "AWCmsBundle\Element\ElementFactory" previously pointing to "AWCmsBundle\Form\Types\CallToActionLibraryElementType" to "awcms.form.types.call_to_action_library_element_type".
  • Changed reference of service "AWCmsBundle\Element\ElementFactory" previously pointing to "AWCmsBundle\Form\Types\CarouselItemType" to "awcms.form.types.carousel_item_type".
  • Changed reference of service "AWCmsBundle\Element\ElementFactory" previously pointing to "AWCmsBundle\Form\Types\MenuHeaderElementType" to "awcms.form.types.menu_header_element_type".
  • Changed reference of service "AWCmsBundle\Element\ElementFactory" previously pointing to "AwCmsSocialNetworkBundle\Form\Types\SocialNetworkElementType" to "awsocialnetwork.form.socialnetwork_element_type".
  • Changed reference of service "AWCmsBundle\Element\ElementFactory" previously pointing to "ArticleCmsBundle\Manager\ArticleListElementManager" to "awcms.articlelist_element_manager".
  • Changed reference of service "AWCmsBundle\Element\ElementFactory" previously pointing to "ArticleCmsBundle\Manager\ArticleTypeListElementManager" to "awcms.articletypelist_element_manager".
  • Changed reference of service "AWCmsBundle\Element\ElementFactory" previously pointing to "AWCatalogBundle\Manager\ItemListElementManager" to "awcms.itemlist_element_manager".
  • Changed reference of service "AWCmsBundle\Element\ElementFactory" previously pointing to "AWFormBundle\Manager\FormElementManager" to "awcms.form_element_manager".
  • Changed reference of service "AWCmsBundle\Element\ElementFactory" previously pointing to "AWCmsBundle\Manager\Element\SocialNetworkImageListElementManager" to "awcms.socialnetworkimagelist_element_manager".
  • Changed reference of service "AWCmsBundle\Element\ElementFactory" previously pointing to "AWCmsBundle\Manager\ElementManager" to "awcms.base_manager".
  • Changed reference of service "AWCmsBundle\Element\ElementFactory" previously pointing to "AwCmsZoneTemplateBundle\Manager\Element\ZoneTemplateInstanceElementManager" to "awcms.zonetemplateinstance_element_manager".
  • Changed reference of service "AWCmsBundle\Element\ElementFactory" previously pointing to "AwCmsSocialNetworkBundle\Manager\Element\SocialNetworkElementManager" to "awcms.socialnetwork_element_manager".
  • Changed reference of service "AWCmsBundle\Form\BlocType" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "AWCmsBundle\Form\SlugGeneratorType" previously pointing to "AWCmsBundle\Slug\SluggableTransformer" to "awcms.slug.sluggable_transformer".
  • Changed reference of service "AWCmsBundle\Form\TestEmailType" previously pointing to "AWCmsBundle\Service\Mailer" to "awcms.mailer".
  • Changed reference of service "AWCmsBundle\Form\Types\EdmFilesElementType" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "AWCmsBundle\Form\Types\ElementType" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "AWCmsBundle\Form\Types\SlugTargetType" previously pointing to "AWCmsBundle\Slug\SluggableTransformer" to "awcms.slug.sluggable_transformer".
  • Changed reference of service "AWCmsBundle\Form\Types\SlugTargetType" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "AWCmsBundle\Handler\LoginFailureHandler" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "AWCmsBundle\Manager\Element\EdmFilesElementManager" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "AWCmsBundle\Manager\Element\EdmFilesElementManager" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "AWCmsBundle\Manager\LoginManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "AWCmsBundle\Manager\LoginManager" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "AWCmsBundle\Manager\LoginManager" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "AWCmsBundle\Manager\RedirectionManager" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "AWCmsBundle\Manager\RedirectionManager" previously pointing to "AWCmsBundle\Router\CmsRouter" to "awcms.router.cms".
  • Changed reference of service "AWCmsBundle\MessageHandler\GenerateSlugHandler" previously pointing to "AWCmsBundle\Slug\Generator\SlugMassGenerator" to "awcms.slug.slug_mass_generator".
  • Changed reference of service "AWCmsBundle\MessageHandler\GenerateSlugHandler" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "AWCmsBundle\MessageHandler\PublishPagesHandler" previously pointing to "AWCmsBundle\Manager\PageManager" to "awcms.page_manager".
  • Changed reference of service "AWCmsBundle\MessageHandler\PublishPagesHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "AWCmsBundle\MessageHandler\PublishPagesHandler" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "AWCmsBundle\MessageHandler\PublishPagesHandler" previously pointing to "AWCmsBundle\Service\Cache" to "awcms.cache".
  • Changed reference of service "AWCmsBundle\Repository\ModuleRepository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "AWCmsBundle\Security\LoginFormAuthenticator" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "AWCmsBundle\Security\LoginFormAuthenticator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "AWCmsBundle\Security\UserChecker" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "AWCmsBundle\Service\CarouselItemFactory" previously pointing to "AWCmsBundle\Manager\ModuleManager" to "awcms.module_manager".
  • Changed reference of service "AWCmsBundle\Service\CarouselItemFactory" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "AWCmsBundle\Service\ExportHandler" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "AWCmsBundle\Service\GlobalHelper" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "AWCmsBundle\Service\SiteByHostNameProvider" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "AWCmsBundle\Service\TestMailer" previously pointing to "AWCmsBundle\Service\Mailer" to "awcms.mailer".
  • Changed reference of service "AWCmsBundle\Service\UiFlashMessage" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "AWCmsBundle\Twig\Extension\GlobalVariablesExtension" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "AWCmsBundle\Twig\Extension\ModuleExtension" previously pointing to "AWCmsBundle\Manager\ModuleManager" to "awcms.module_manager".
  • Changed reference of service "AWCmsBundle\Twig\Extension\ModuleExtension" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "AWCmsBundle\Twig\Extension\SEOAnalysisExtension" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "simpldot.data_collector.cms" previously pointing to "AWCmsBundle\Service\Mailer" to "awcms.mailer".
  • Changed reference of service "AwCmsZoneTemplateBundle\Cloner\ClonerServiceZoneTemplate" previously pointing to "AwCmsZoneTemplateBundle\Manager\ZoneTemplateInstanceManager" to "awzonetemplate.zonetemplateinstance_manager".
  • Changed reference of service "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateEntityType" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateInstanceType" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateInstanceType" previously pointing to "AwCmsZoneTemplateBundle\Manager\ZoneTemplateInstanceManager" to "awzonetemplate.zonetemplateinstance_manager".
  • Changed reference of service "sg_datatables.datatable.abstract" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sg_datatables.datatable.abstract" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "sg_datatables.factory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sg_datatables.factory" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "httplug.factory.symfony" previously pointing to "httplug.psr17_response_factory.default" to "httplug.psr17_response_factory".
  • Changed reference of service "httplug.factory.symfony" previously pointing to "httplug.psr17_stream_factory.default" to "httplug.psr17_stream_factory".
  • Changed reference of service "HWI\Bundle\OAuthBundle\Controller\LoginController" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "hwi_oauth.http_client" previously pointing to "httplug.client.default" to "httplug.client".
  • Changed reference of service "hwi_oauth.http_client" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
  • Changed reference of service "hwi_oauth.authentication.listener.oauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "knp_paginator.helper.processor" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Rollerworks\Component\PasswordStrength\Validator\Constraints\PasswordStrengthValidator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "rollerworks_password_strength.validator.password_strength.library" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
  • Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
  • Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
  • Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.SsNb7V6" previously pointing to "AWCmsBundle\Service\Mailer" to "awcms.mailer".
  • Changed reference of service ".service_locator.SsNb7V6" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.SsNb7V6" previously pointing to "AWCmsBundle\Manager\UserManager" to "awuser.user_manager".
  • Changed reference of service ".service_locator.CGI8yHc" previously pointing to "AWCmsBundle\Service\Mailer" to "awcms.mailer".
  • Changed reference of service ".service_locator.CGI8yHc" previously pointing to "AWCmsBundle\Manager\UserManager" to "awuser.user_manager".
  • Changed reference of service ".service_locator.yElcpOg" previously pointing to "AWCmsBundle\Router\CmsRouter" to "awcms.router.cms".
  • Changed reference of service ".service_locator.C1YXQ5Y" previously pointing to "AWEdmBundle\Manager\DocumentManager" to "awedm.manager.document".
  • Changed reference of service ".service_locator.C1YXQ5Y" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.Ly77UJS" previously pointing to "AWCmsBundle\Router\CmsRouter" to "awcms.router.cms".
  • Changed reference of service ".service_locator.Ly77UJS" previously pointing to "AWEdmBundle\Manager\DocumentManager" to "awedm.manager.document".
  • Changed reference of service ".service_locator.Ly77UJS" previously pointing to "AWCmsBundle\Manager\PageManager" to "awcms.page_manager".
  • Changed reference of service ".service_locator.Ly77UJS" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.Ly77UJS" previously pointing to "AWCmsBundle\Manager\UserManager" to "awuser.user_manager".
  • Changed reference of service ".service_locator.91uuoKt" previously pointing to "AWEdmBundle\Manager\DocumentManager" to "awedm.manager.document".
  • Changed reference of service ".service_locator.RGIiAl4" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service ".service_locator.CrLF9dz" previously pointing to "ArticleCmsBundle\Manager\ArticleManager" to "articlecms.article_manager".
  • Changed reference of service ".service_locator.CrLF9dz" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.5qfe2R3" previously pointing to "ArticleCmsBundle\Manager\ArticleManager" to "articlecms.article_manager".
  • Changed reference of service ".service_locator.5qfe2R3" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.5qfe2R3" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.CIPy0jS" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.gddULvs" previously pointing to "ArticleCmsBundle\Manager\ArticleManager" to "articlecms.article_manager".
  • Changed reference of service ".service_locator.Cv2hP1D" previously pointing to "ArticleCmsBundle\Manager\ArticleListElementManager" to "awcms.articlelist_element_manager".
  • Changed reference of service ".service_locator.Cv2hP1D" previously pointing to "ArticleCmsBundle\Manager\ArticleManager" to "articlecms.article_manager".
  • Changed reference of service ".service_locator.Cv2hP1D" previously pointing to "AWCmsBundle\Manager\ElementManager" to "awcms.base_manager".
  • Changed reference of service ".service_locator.jGFGiQo" previously pointing to "ArticleCmsBundle\Manager\ArticleManager" to "articlecms.article_manager".
  • Changed reference of service ".service_locator.jGFGiQo" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.3eaWZB1" previously pointing to "ArticleCmsBundle\Manager\ArticleManager" to "articlecms.article_manager".
  • Changed reference of service ".service_locator.3eaWZB1" previously pointing to "AWCmsBundle\Manager\MenuTreeManager" to "awcms.menu_tree_manager".
  • Changed reference of service ".service_locator.3eaWZB1" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.QppwQ1Y" previously pointing to "ArticleCmsBundle\Manager\ArticleManager" to "articlecms.article_manager".
  • Changed reference of service ".service_locator.ErdcSib" previously pointing to "ArticleCmsBundle\Manager\ArticleManager" to "articlecms.article_manager".
  • Changed reference of service ".service_locator.ErdcSib" previously pointing to "ArticleCmsBundle\RSSFeed\RssFeedManager" to "articlecms.rssfeed_manager".
  • Changed reference of service ".service_locator.ErdcSib" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.uqBRaQj" previously pointing to "ArticleCmsBundle\Manager\ArticleManager" to "articlecms.article_manager".
  • Changed reference of service ".service_locator.tSwhntH" previously pointing to "ArticleCmsBundle\Manager\ArticleManager" to "articlecms.article_manager".
  • Changed reference of service ".service_locator.tSwhntH" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator..U7FKUK" previously pointing to "ArticleCmsBundle\Manager\ArticleTypeListElementManager" to "awcms.articletypelist_element_manager".
  • Changed reference of service ".service_locator..U7FKUK" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator..U7FKUK" previously pointing to "AWCmsBundle\Manager\SlugManager" to "awcms.slug_manager".
  • Changed reference of service ".service_locator.qEx8JUI" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.pA6nCQM" previously pointing to "AWCatalogBundle\Manager\CategoryManager" to "awcatalog.category_manager".
  • Changed reference of service ".service_locator.pA6nCQM" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.924GcsB" previously pointing to "AWCatalogBundle\Manager\CategoryManager" to "awcatalog.category_manager".
  • Changed reference of service ".service_locator.924GcsB" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.qMxuCg6" previously pointing to "AWCatalogBundle\Manager\CategoryManager" to "awcatalog.category_manager".
  • Changed reference of service ".service_locator.6TCzw_t" previously pointing to "AWCatalogBundle\Manager\CategoryManager" to "awcatalog.category_manager".
  • Changed reference of service ".service_locator.jP1tcoe" previously pointing to "AWCatalogBundle\Manager\CategoryManager" to "awcatalog.category_manager".
  • Changed reference of service ".service_locator.Yy1rU6h" previously pointing to "AWCatalogBundle\Manager\ItemManager" to "awcatalog.item_manager".
  • Changed reference of service ".service_locator.CbscYE." previously pointing to "AWCatalogBundle\Manager\CategoryManager" to "awcatalog.category_manager".
  • Changed reference of service ".service_locator.CbscYE." previously pointing to "AWCatalogBundle\Manager\ItemManager" to "awcatalog.item_manager".
  • Changed reference of service ".service_locator.CbscYE." previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.Ym5pDQc" previously pointing to "AWCatalogBundle\Manager\CategoryManager" to "awcatalog.category_manager".
  • Changed reference of service ".service_locator.Ym5pDQc" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.E3Gupc1" previously pointing to "AWCatalogBundle\Manager\ItemManager" to "awcatalog.item_manager".
  • Changed reference of service ".service_locator.E3Gupc1" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.fHFdVeh" previously pointing to "AWCatalogBundle\Manager\ItemManager" to "awcatalog.item_manager".
  • Changed reference of service ".service_locator.OE0Qcej" previously pointing to "AWFormBundle\Manager\FormManager" to "awform.form_manager".
  • Changed reference of service ".service_locator.OE0Qcej" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.XN56fhb" previously pointing to "AWFormBundle\Manager\FormManager" to "awform.form_manager".
  • Changed reference of service ".service_locator.96EUd1A" previously pointing to "AWCmsBundle\Manager\BlocManager" to "awcms.bloc_manager".
  • Changed reference of service ".service_locator.jPSKEFl" previously pointing to "AWCmsBundle\Manager\BlocManager" to "awcms.bloc_manager".
  • Changed reference of service ".service_locator.xpRPVok" previously pointing to "AWCmsBundle\Manager\BlocManager" to "awcms.bloc_manager".
  • Changed reference of service ".service_locator.6gmpGgL" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.vOpOSI_" previously pointing to "AWCmsBundle\Service\Cache" to "awcms.cache".
  • Changed reference of service ".service_locator.vOpOSI_" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.PpJa0oN" previously pointing to "AWCmsBundle\Manager\ElementManager" to "awcms.base_manager".
  • Changed reference of service ".service_locator.OpWnQyE" previously pointing to "AWCmsBundle\Service\Mailer" to "awcms.mailer".
  • Changed reference of service ".service_locator.OpWnQyE" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.fO4V1U." previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.jPgSyjp" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.jPgSyjp" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.x0kSJMO" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.4ZOn116" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.4ZOn116" previously pointing to "AWCmsBundle\Manager\SitemapManager" to "awcms.sitemap_manager".
  • Changed reference of service ".service_locator.4RV_.Pl" previously pointing to "AWCmsBundle\Manager\PageManager" to "awcms.page_manager".
  • Changed reference of service ".service_locator.4RV_.Pl" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.4RV_.Pl" previously pointing to "AWCmsBundle\Manager\SlugManager" to "awcms.slug_manager".
  • Changed reference of service ".service_locator._4QEbyZ" previously pointing to "AWCmsBundle\Manager\BlocManager" to "awcms.bloc_manager".
  • Changed reference of service ".service_locator._4QEbyZ" previously pointing to "AWCmsBundle\Manager\MenuTreeManager" to "awcms.menu_tree_manager".
  • Changed reference of service ".service_locator._4QEbyZ" previously pointing to "AWCmsBundle\Manager\PageManager" to "awcms.page_manager".
  • Changed reference of service ".service_locator._4QEbyZ" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator._eNuIuG" previously pointing to "AWCmsBundle\Manager\PageManager" to "awcms.page_manager".
  • Changed reference of service ".service_locator._eNuIuG" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.TFCsxYK" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.TFCsxYK" previously pointing to "AWCmsBundle\Manager\SlugManager" to "awcms.slug_manager".
  • Changed reference of service ".service_locator..sfOxie" previously pointing to "AWCmsBundle\Manager\PageManager" to "awcms.page_manager".
  • Changed reference of service ".service_locator.QISVRWX" previously pointing to "AWCmsBundle\Manager\MenuTreeManager" to "awcms.menu_tree_manager".
  • Changed reference of service ".service_locator.K2KlXbG" previously pointing to "AWCmsBundle\Manager\MenuTreeManager" to "awcms.menu_tree_manager".
  • Changed reference of service ".service_locator.GnpWiBV" previously pointing to "AWCmsBundle\Manager\MenuTreeManager" to "awcms.menu_tree_manager".
  • Changed reference of service ".service_locator.Ko1DNZB" previously pointing to "AWCmsBundle\Manager\MenuTreeManager" to "awcms.menu_tree_manager".
  • Changed reference of service ".service_locator.2Wd23z_" previously pointing to "AWCmsBundle\Manager\MenuTreeManager" to "awcms.menu_tree_manager".
  • Changed reference of service ".service_locator.2Wd23z_" previously pointing to "AWCmsBundle\Manager\PageManager" to "awcms.page_manager".
  • Changed reference of service ".service_locator.ELAy0uk" previously pointing to "AWCmsBundle\Manager\MenuTreeManager" to "awcms.menu_tree_manager".
  • Changed reference of service ".service_locator.ELAy0uk" previously pointing to "AWCmsBundle\Manager\SlugManager" to "awcms.slug_manager".
  • Changed reference of service ".service_locator.r0TYdC_" previously pointing to "AWCmsBundle\Manager\ModuleManager" to "awcms.module_manager".
  • Changed reference of service ".service_locator.yKv5bO6" previously pointing to "AWCmsBundle\Manager\ModuleManager" to "awcms.module_manager".
  • Changed reference of service ".service_locator.0SDNLJZ" previously pointing to "AWCmsBundle\Service\Cache" to "awcms.cache".
  • Changed reference of service ".service_locator.0SDNLJZ" previously pointing to "AWCmsBundle\Manager\PageManager" to "awcms.page_manager".
  • Changed reference of service ".service_locator.i2t9VE7" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.i2t9VE7" previously pointing to "AWCmsBundle\Manager\PageManager" to "awcms.page_manager".
  • Changed reference of service ".service_locator.NixbmBW" previously pointing to "AWCmsBundle\Manager\PageManager" to "awcms.page_manager".
  • Changed reference of service ".service_locator.1YEui6d" previously pointing to "AWCmsBundle\Manager\MenuTreeManager" to "awcms.menu_tree_manager".
  • Changed reference of service ".service_locator.1YEui6d" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.1YEui6d" previously pointing to "AWCmsBundle\Manager\PageManager" to "awcms.page_manager".
  • Changed reference of service ".service_locator.wtHspSi" previously pointing to "AWCmsBundle\Manager\MenuTreeManager" to "awcms.menu_tree_manager".
  • Changed reference of service ".service_locator.wtHspSi" previously pointing to "AWCmsBundle\Manager\PageManager" to "awcms.page_manager".
  • Changed reference of service ".service_locator.62c.NQ1" previously pointing to "AWCmsBundle\Manager\BlocManager" to "awcms.bloc_manager".
  • Changed reference of service ".service_locator.62c.NQ1" previously pointing to "AWCmsBundle\Manager\MenuTreeManager" to "awcms.menu_tree_manager".
  • Changed reference of service ".service_locator.62c.NQ1" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.zlpc2WQ" previously pointing to "AWCmsBundle\Manager\PageManager" to "awcms.page_manager".
  • Changed reference of service ".service_locator.rvsQWWo" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.rvsQWWo" previously pointing to "AWCmsBundle\Slug\SlugRedirector" to "awcms.slug.slug_redirector".
  • Changed reference of service ".service_locator.YEDEH.G" previously pointing to "AWCmsBundle\Manager\BlocManager" to "awcms.bloc_manager".
  • Changed reference of service ".service_locator.YEDEH.G" previously pointing to "AWCmsBundle\Manager\PageManager" to "awcms.page_manager".
  • Changed reference of service ".service_locator.SkZwIYP" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.SkZwIYP" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.1VZ2HPm" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.Jph1ru4" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.Jph1ru4" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.Z77rcmf" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.Z77rcmf" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.fTbsVYQ" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.fTbsVYQ" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.fTbsVYQ" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.fTbsVYQ" previously pointing to "AWCmsBundle\Manager\UserManager" to "awuser.user_manager".
  • Changed reference of service ".service_locator.48sSu8Y" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.TNAejz8" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.H7QS1xC" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.H7QS1xC" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.H7QS1xC" previously pointing to "AWCmsBundle\Manager\UserManager" to "awuser.user_manager".
  • Changed reference of service ".service_locator.rhCNqlR" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.rhCNqlR" previously pointing to "AWCmsBundle\Manager\UserManager" to "awuser.user_manager".
  • Changed reference of service ".service_locator.lR_Zbi1" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.lR_Zbi1" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.lR_Zbi1" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.lR_Zbi1" previously pointing to "AWCmsBundle\Manager\UserManager" to "awuser.user_manager".
  • Changed reference of service ".service_locator.J6AN9Qq" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.J6AN9Qq" previously pointing to "AWCmsBundle\Manager\UserManager" to "awuser.user_manager".
  • Changed reference of service ".service_locator.1FnwSl0" previously pointing to "AWCmsBundle\Manager\UserManager" to "awuser.user_manager".
  • Changed reference of service ".service_locator.4xxZdHs" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.4xxZdHs" previously pointing to "AWCmsBundle\Manager\UserManager" to "awuser.user_manager".
  • Changed reference of service ".service_locator.UZEqCoy" previously pointing to "AWCmsBundle\Service\Mailer" to "awcms.mailer".
  • Changed reference of service ".service_locator.UZEqCoy" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.UZEqCoy" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.iZExv9c" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.iZExv9c" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.iZExv9c" previously pointing to "AWCmsBundle\Manager\UserManager" to "awuser.user_manager".
  • Changed reference of service ".service_locator.hAO95Sn" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.hAO95Sn" previously pointing to "AWCmsBundle\Manager\UserManager" to "awuser.user_manager".
  • Changed reference of service ".service_locator.kYSET7p" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.s6vl48b" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service ".service_locator.s6vl48b" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.s6vl48b" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator..wUuhEK" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service ".service_locator..wUuhEK" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator..wUuhEK" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.ohCF8ml" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.ohCF8ml" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.YV53snI" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.YV53snI" previously pointing to "AWCmsBundle\Manager\SlugManager" to "awcms.slug_manager".
  • Changed reference of service ".service_locator.YV53snI" previously pointing to "AWCmsBundle\Slug\SluggableTransformer" to "awcms.slug.sluggable_transformer".
  • Changed reference of service ".service_locator.1K.dgqu" previously pointing to "AWCmsBundle\Manager\SlugManager" to "awcms.slug_manager".
  • Changed reference of service ".service_locator.1K.dgqu" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.GK0b5v8" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.GK0b5v8" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.GK0b5v8" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.JQkWQA6" previously pointing to "AWCmsBundle\Manager\SlugManager" to "awcms.slug_manager".
  • Changed reference of service ".service_locator.KKUOzfc" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.KKUOzfc" previously pointing to "AWCmsBundle\SocialNetwork\Generator\Instagram\AccessTokenGenerator" to "awcms.social_network.instagram.access_token_generator".
  • Changed reference of service ".service_locator.F26HZRj" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.F26HZRj" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.wutq.tS" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.ypxWrnn" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.i0fwko6" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.9.M74SX" previously pointing to "AwCmsZoneTemplateBundle\Manager\ZoneTemplateInstanceManager" to "awzonetemplate.zonetemplateinstance_manager".
  • Changed reference of service ".service_locator.9.M74SX" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service ".service_locator.6gnUV28" previously pointing to "AwCmsZoneTemplateBundle\Manager\ZoneTemplateInstanceManager" to "awzonetemplate.zonetemplateinstance_manager".
  • Changed reference of service ".service_locator.m97ugrs" previously pointing to "AwCmsSocialNetworkBundle\Api\SocialNetworkElementCall" to "awcms_social_network.api.social_network_element_call".
  • Changed reference of service ".service_locator.wLNPIsh" previously pointing to "AWCmsBundle\SocialNetwork\Connector\InstagramConnector" to "awcms.social_network.instagram_connector".
  • Changed reference of service ".service_locator.Ob.tMF2" previously pointing to "AWCmsBundle\Service\Cache" to "awcms.cache".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AWCatalogBundle\Form\CategoryFilterType" to "awcatalog.form.category_filter_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AWCatalogBundle\Form\CategoryType" to "awcatalog.form.category_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AWCatalogBundle\Form\FilterType" to "awcatalog.form.filter_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AWCatalogBundle\Form\ItemType" to "awcatalog.form.item_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AWCatalogBundle\Form\Types\CategoryElementType" to "awcatalog.form.category_element_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AWCatalogBundle\Form\Types\CategoryListElementType" to "awcatalog.form.category_list_element_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AWCatalogBundle\Form\Types\ItemElementType" to "awcatalog.form.item_element_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AWCatalogBundle\Form\Types\ItemListElementType" to "awcatalog.form.item_list_element_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AWCmsBundle\Form\BannerType" to "awcms.form.banner_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AWCmsBundle\Form\Field\CallToActionCollectionType" to "awcms.form.field.call_to_action_collection_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AWCmsBundle\Form\Field\InternalLinkPageType" to "awcms.form.field.internal_link_page_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AWCmsBundle\Form\Field\LinkPageType" to "awcms.form.field.link_page_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AWCmsBundle\Form\HostType" to "awcms_host_form".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AWCmsBundle\Form\ImportType" to "app.form.import_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AWCmsBundle\Form\PageType" to "awcms.form.page_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AWCmsBundle\Form\PageVersionType" to "awcms.form.page_version_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AWCmsBundle\Form\SlugSEOType" to "awcms.form.slug_seo_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AWCmsBundle\Form\SlugType" to "awcms.form.slug_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AWCmsBundle\Form\ThemeType" to "awcms.form.theme_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AWCmsBundle\Form\Types\CallToActionLibraryElementType" to "awcms.form.types.call_to_action_library_element_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AWCmsBundle\Form\Types\CarouselItemType" to "awcms.form.types.carousel_item_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AWCmsBundle\Form\Types\MenuHeaderElementType" to "awcms.form.types.menu_header_element_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AWCmsBundle\Form\User\UserType" to "awcms.form.user.add_user_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AWFormBundle\Form\Types\FormElementType" to "awcms.form.form_element_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "ArticleCmsBundle\Form\ArticleType" to "awcms.form.article_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "ArticleCmsBundle\Form\Types\ArticleElementType" to "article_element_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "ArticleCmsBundle\Form\Types\ArticleListElementType" to "article_list_element_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "ArticleCmsBundle\Form\Types\ArticleTypeListElementType" to "article_type_list_element_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AwCmsSocialNetworkBundle\Form\Types\SocialNetworkElementType" to "awsocialnetwork.form.socialnetwork_element_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateFieldType" to "awzonetemplate.zonetemplatefield_type".
  • Changed reference of service ".service_locator.8YHvp69" previously pointing to "AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateInstanceEntityType" to "awzonetemplate.zonetemplateinstance_entity_type".
  • Changed reference of service ".service_locator.CCTmIC0" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator..RYm2SS" previously pointing to "AWCmsBundle\EventListener\SlugifyListener" to "awcms.slug.slugify_listener".
  • Changed reference of service ".service_locator..RYm2SS" previously pointing to "AwCmsSocialNetworkBundle\EventListener\CacheCleaner" to "awsocialnetwork.event_listener.cache_cleaner".
  • 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.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.AWCmsBundle\Voter\UserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.vdmMuyE" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.vdmMuyE" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.vdmMuyE" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service ".service_locator.vdmMuyE" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service ".service_locator.XSes1R5" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.m90YCjy" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service ".service_locator.LOEm7gJ" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.LOEm7gJ" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.LOEm7gJ" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service ".service_locator.LOEm7gJ" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service ".service_locator.EM7UtCy" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.EM7UtCy" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.EM7UtCy" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service ".service_locator.EM7UtCy" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service ".service_locator.Ea_66cN" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.Ea_66cN" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.Ea_66cN" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service ".service_locator.Ea_66cN" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service ".service_locator.vgIHmB1" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.vgIHmB1" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.vgIHmB1" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service ".service_locator.vgIHmB1" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service ".service_locator.ch.jK12" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service ".service_locator.ch.jK12" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.ch.jK12" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.ch.jK12" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service ".service_locator.ch.jK12" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "httplug.collector.factory.buzz.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
  • Changed reference of service "httplug.collector.factory.curl.inner" previously pointing to "httplug.psr17_response_factory.default" to "httplug.psr17_response_factory".
  • Changed reference of service "httplug.collector.factory.curl.inner" previously pointing to "httplug.psr17_stream_factory.default" to "httplug.psr17_stream_factory".
  • Changed reference of service "httplug.collector.factory.guzzle5.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
  • Changed reference of service "httplug.collector.factory.react.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
  • Changed reference of service "httplug.collector.factory.socket.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
  • Changed reference of service "fos_rest.serializer.form_error_handler.inner" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
  • Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
  • Changed reference of service "fos_rest.view_handler" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "fos_rest.view_handler" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "articlecms.rssfeed_manager" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "awcms.articletypelist_element_manager" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.articletypelist_element_manager" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "awcms.articletypelist_element_manager" previously pointing to "ArticleCmsBundle\Manager\ArticleManager" to "articlecms.article_manager".
  • Changed reference of service "awcms.articlelist_element_manager" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.articlelist_element_manager" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "awcms.articlelist_element_manager" previously pointing to "ArticleCmsBundle\Manager\ArticleManager" to "articlecms.article_manager".
  • Changed reference of service "awcms.form.article_type" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "article_element_type" previously pointing to "ArticleCmsBundle\Manager\ArticleManager" to "articlecms.article_manager".
  • Changed reference of service "article_element_type" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "article_list_element_type" previously pointing to "ArticleCmsBundle\Manager\ArticleManager" to "articlecms.article_manager".
  • Changed reference of service "article_list_element_type" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "article_type_list_element_type" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "articlecms.twig.article_extension" previously pointing to "ArticleCmsBundle\Manager\ArticleManager" to "articlecms.article_manager".
  • Changed reference of service "articlecms.twig.article_extension" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.itemlist_element_manager" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.itemlist_element_manager" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "awcms.itemlist_element_manager" previously pointing to "AWCatalogBundle\Manager\ItemManager" to "awcatalog.item_manager".
  • Changed reference of service "awcms.itemlist_element_manager" previously pointing to "AWCatalogBundle\Manager\CategoryManager" to "awcatalog.category_manager".
  • Changed reference of service "awcatalog.form.category_element_type" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcatalog.form.category_list_element_type" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcatalog.form.item_element_type" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcatalog.form.item_list_element_type" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcatalog.form.category_filter_type" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcatalog.form.category_type" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcatalog.form.filter_type" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcatalog.form.item_type" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcatalog.form.item_type" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "awcms.form_element_manager" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.form_element_manager" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "awcms.form_element_manager" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "awcms.form_element_manager" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "awcms.form_element_manager" previously pointing to "AWCmsBundle\Router\CmsRouter" to "awcms.router.cms".
  • Changed reference of service "awcms.form_element_manager" previously pointing to "AWCmsBundle\Service\Mailer" to "awcms.mailer".
  • Changed reference of service "awcms.form_element_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "awcms.form.form_element_type" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.router.cms" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "awcms.router.cms" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.custom_provider" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.sitemap_manager" previously pointing to "AWCmsBundle\Router\CmsRouter" to "awcms.router.cms".
  • Changed reference of service "awcms.sitemap_manager" previously pointing to "AWCmsBundle\Slug\SlugGetter" to "awcms.slug.slug_getter".
  • Changed reference of service "awcms.sitemap_manager" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "awcms.sitemap_manager" previously pointing to "AWCmsBundle\Service\Cache" to "awcms.cache".
  • Changed reference of service "awcms.logout_success_handler" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "awcms.slug.slug_getter" previously pointing to "AWCmsBundle\Manager\SlugManager" to "awcms.slug_manager".
  • Changed reference of service "awcms.slug.slug_getter" previously pointing to "AWCmsBundle\Slug\SluggableTransformer" to "awcms.slug.sluggable_transformer".
  • Changed reference of service "awcms.slug.slug_getter" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.mailer" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "awcms.mailer" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.mailer" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "awcms.mailer" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "awcms.base_manager" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.base_manager" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "awcms.socialnetworkimagelist_element_manager" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.socialnetworkimagelist_element_manager" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "awcms.socialnetworkimagelist_element_manager" previously pointing to "AWCmsBundle\SocialNetwork\Getter\ImageGetter" to "awcms.social_network.image_getter".
  • Changed reference of service "awcms.host_listener" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.host_listener" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "awcms.response_listener" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.response_listener" previously pointing to "AWCmsBundle\Manager\SlugManager" to "awcms.slug_manager".
  • Changed reference of service "awcms.template_listener" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.form.banner_type" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.form.page_type" previously pointing to "AWCmsBundle\Manager\ConfigManager" to "awcms.config_manager".
  • Changed reference of service "awcms.form.page_type" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.form.page_type" previously pointing to "AWCmsBundle\Manager\ModuleManager" to "awcms.module_manager".
  • Changed reference of service "awcms.form.page_type" previously pointing to "AWCmsBundle\Manager\PageManager" to "awcms.page_manager".
  • Changed reference of service "awcms.form.page_version_type" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.form.theme_type" previously pointing to "AWCmsBundle\Font\FontManager" to "awcms.font_manager".
  • Changed reference of service "awcms.form.field.call_to_action_collection_type" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.form.field.link_page_type" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.form.field.link_page_type" previously pointing to "AWCmsBundle\Manager\MenuTreeManager" to "awcms.menu_tree_manager".
  • Changed reference of service "awcms.form.field.internal_link_page_type" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.form.field.internal_link_page_type" previously pointing to "AWCmsBundle\Manager\MenuTreeManager" to "awcms.menu_tree_manager".
  • Changed reference of service "awcms.form.types.call_to_action_library_element_type" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.form.types.carousel_item_type" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.form.types.menu_header_element_type" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.form.types.menu_header_element_type" previously pointing to "AWCmsBundle\Manager\MenuTreeManager" to "awcms.menu_tree_manager".
  • Changed reference of service "app.form.import_type" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.module_manager" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.page_manager" previously pointing to "AWCmsBundle\Manager\MenuTreeManager" to "awcms.menu_tree_manager".
  • Changed reference of service "awcms.site_manager" previously pointing to "AWCmsBundle\Manager\PageManager" to "awcms.page_manager".
  • Changed reference of service "awcms.site_manager" previously pointing to "AWCmsBundle\Manager\MenuTreeManager" to "awcms.menu_tree_manager".
  • Changed reference of service "awcms.site_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "awcms.site_manager" previously pointing to "AWCmsBundle\Service\Cache" to "awcms.cache".
  • Changed reference of service "awcms.site_manager" previously pointing to "AWEdmBundle\Manager\DocumentManager" to "awedm.manager.document".
  • Changed reference of service "awcms.slug_manager" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.slug_manager" previously pointing to "AWCmsBundle\Slug\SlugRedirector" to "awcms.slug.slug_redirector".
  • Changed reference of service "awcms.slug_manager" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "awuser.user_manager" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "awcms.form.slug_type" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.form.slug_seo_type" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "awcms.slug.slug_generator" previously pointing to "AWCmsBundle\Slug\SluggableTransformer" to "awcms.slug.sluggable_transformer".
  • Changed reference of service "awcms.slug.slug_generator" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.slug.slug_mass_generator" previously pointing to "AWCmsBundle\Manager\SlugManager" to "awcms.slug_manager".
  • Changed reference of service "awcms.slug.slug_mass_generator" previously pointing to "AWCmsBundle\Slug\Generator\SlugGenerator" to "awcms.slug.slug_generator".
  • Changed reference of service "awcms.slug.slug_mass_generator" previously pointing to "AWCmsBundle\Slug\SluggableTransformer" to "awcms.slug.sluggable_transformer".
  • Changed reference of service "awcms.slug.slug_mass_generator" previously pointing to "AWCmsBundle\Router\CmsRouter" to "awcms.router.cms".
  • Changed reference of service "awcms.slug.slug_mass_generator" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.slug.slug_redirector" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "awcms.slug.slug_redirector" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.slug.slug_redirector" previously pointing to "AWCmsBundle\Slug\SluggableTransformer" to "awcms.slug.sluggable_transformer".
  • Changed reference of service "awcms.slug.slugify_listener" previously pointing to "AWCmsBundle\Slug\Generator\SlugGenerator" to "awcms.slug.slug_generator".
  • Changed reference of service "awcms.slug.slugify_listener" previously pointing to "AWCmsBundle\Slug\SluggableTransformer" to "awcms.slug.sluggable_transformer".
  • Changed reference of service "awcms.social_network.facebook_connector" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.social_network.instagram_connector" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.social_network.twitter_connector" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.social_network.google_connector" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.social_network.dropbox_connector" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.social_network.instagram.access_token_generator" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "awcms.social_network.instagram.access_token_generator" previously pointing to "AWCmsBundle\SocialNetwork\Connector\InstagramConnector" to "awcms.social_network.instagram_connector".
  • Changed reference of service "awcms.social_network.facebook.media_getter" previously pointing to "AWCmsBundle\SocialNetwork\Connector\FacebookConnector" to "awcms.social_network.facebook_connector".
  • Changed reference of service "awcms.social_network.facebook.media_getter" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "awcms.social_network.instagram.media_getter" previously pointing to "AWCmsBundle\SocialNetwork\Connector\InstagramConnector" to "awcms.social_network.instagram_connector".
  • Changed reference of service "awcms.social_network.twitter.media_getter" previously pointing to "AWCmsBundle\SocialNetwork\Connector\TwitterConnector" to "awcms.social_network.twitter_connector".
  • Changed reference of service "awcms.social_network.twitter.media_getter" previously pointing to "AWCmsBundle\SocialNetwork\Getter\Twitter\SearchResultGetter" to "awcms.social_network.twitter.search_result_getter".
  • Changed reference of service "awcms.social_network.twitter.search_result_getter" previously pointing to "AWCmsBundle\SocialNetwork\Connector\TwitterConnector" to "awcms.social_network.twitter_connector".
  • Changed reference of service "awcms.social_network.google.media_getter" previously pointing to "AWCmsBundle\SocialNetwork\Connector\GoogleConnector" to "awcms.social_network.google_connector".
  • Changed reference of service "awcms.social_network.dropbox.media_getter" previously pointing to "AWCmsBundle\SocialNetwork\Connector\DropboxConnector" to "awcms.social_network.dropbox_connector".
  • Changed reference of service "awcms.social_network.dropbox.media_getter" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "awcms.social_network.image_getter" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.social_network.image_getter" previously pointing to "AWCmsBundle\SocialNetwork\Exploder\FilterExploder" to "awcms.social_network.filter_exploder".
  • Changed reference of service "awcms.social_network.image_getter" previously pointing to "AWCmsBundle\SocialNetwork\Getter\Facebook\MediaGetter" to "awcms.social_network.facebook.media_getter".
  • Changed reference of service "awcms.social_network.image_getter" previously pointing to "AWCmsBundle\SocialNetwork\Getter\Twitter\MediaGetter" to "awcms.social_network.twitter.media_getter".
  • Changed reference of service "awcms.social_network.image_getter" previously pointing to "AWCmsBundle\SocialNetwork\Getter\Instagram\MediaGetter" to "awcms.social_network.instagram.media_getter".
  • Changed reference of service "awcms.social_network.image_getter" previously pointing to "AWCmsBundle\Service\Cache" to "awcms.cache".
  • Changed reference of service "awcms.twig.extension.path" previously pointing to "AWCmsBundle\Router\CmsRouter" to "awcms.router.cms".
  • Changed reference of service "awcms.twig.extension.path" previously pointing to "AWCmsBundle\Manager\PageManager" to "awcms.page_manager".
  • Changed reference of service "awcms.twig.extension.path" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.twig.extension.path" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "awcms.twig.extension.generic" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "awcms.twig.extension.generic" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.twig.extension.generic" previously pointing to "AWCmsBundle\Router\CmsRouter" to "awcms.router.cms".
  • Changed reference of service "awcms.twig.extension.translated_url_extension" previously pointing to "AWCmsBundle\Slug\SlugGetter" to "awcms.slug.slug_getter".
  • Changed reference of service "awcms.twig.extension.translated_url_extension" previously pointing to "AWCmsBundle\Router\CmsRouter" to "awcms.router.cms".
  • Changed reference of service "awcms.twig.extension.translated_url_extension" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.twig.extension.translated_url_extension" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "awzonetemplate.zonetemplatefield_type" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "awzonetemplate.zonetemplateinstance_entity_type" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awzonetemplate.zonetemplateinstance_entity_type" previously pointing to "AwCmsZoneTemplateBundle\Manager\ZoneTemplateInstanceManager" to "awzonetemplate.zonetemplateinstance_manager".
  • Changed reference of service "awzonetemplate.zonetemplateinstance_manager" previously pointing to "AWCmsBundle\Service\Cache" to "awcms.cache".
  • Changed reference of service "awcms.zonetemplateinstance_element_manager" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.zonetemplateinstance_element_manager" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "awcms.zonetemplateinstance_element_manager" previously pointing to "AwCmsZoneTemplateBundle\Manager\ZoneTemplateInstanceManager" to "awzonetemplate.zonetemplateinstance_manager".
  • Changed reference of service "awcms.zonetemplateinstance_element_manager" previously pointing to "AwCmsZoneTemplateBundle\Templating\ZoneTemplateInstanceTemplating" to "awzonetemplate.zonetemplateinstance_templating".
  • Changed reference of service "awzonetemplate.twig.zonetemplateinstance_extension" previously pointing to "AwCmsZoneTemplateBundle\Manager\ZoneTemplateInstanceManager" to "awzonetemplate.zonetemplateinstance_manager".
  • Changed reference of service "awzonetemplate.twig.zonetemplateinstance_extension" previously pointing to "AwCmsZoneTemplateBundle\Templating\ZoneTemplateInstanceTemplating" to "awzonetemplate.zonetemplateinstance_templating".
  • Changed reference of service "awcms_social_network.api.social_network_element_call" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "awcms_social_network.api.social_network_element_call" previously pointing to "AwCmsSocialNetworkBundle\Getter\Article\ArticleGetter" to "awcms_social_network.article.article_getter".
  • Changed reference of service "awcms_social_network.api.social_network_element_call" previously pointing to "AwStudio\SocialNetwork\Getter\Facebook\PageGetter" to "awcms_social_network.facebook.page_getter".
  • Changed reference of service "awcms_social_network.api.social_network_element_call" previously pointing to "AwStudio\SocialNetwork\Getter\Facebook\AlbumGetter" to "awcms_social_network.facebook.album_getter".
  • Changed reference of service "awcms_social_network.api.social_network_element_call" previously pointing to "AwStudio\SocialNetwork\Getter\Twitter\TweetGetter" to "awcms_social_network.twitter.tweet_getter".
  • Changed reference of service "awcms_social_network.api.social_network_element_call" previously pointing to "AwStudio\SocialNetwork\Getter\Twitter\UserGetter" to "awcms_social_network.twitter.user_getter".
  • Changed reference of service "awcms_social_network.api.social_network_element_call" previously pointing to "AwStudio\SocialNetwork\Getter\Instagram\MediaGetter" to "awcms_social_network.instagram.media_getter".
  • Changed reference of service "awcms_social_network.facebook_connector" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms_social_network.twitter_connector" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms_social_network.instagram_connector" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awsocialnetwork.form.socialnetwork_element_type" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awsocialnetwork.form.socialnetwork_element_type" previously pointing to "AwCmsSocialNetworkBundle\Manager\SocialNetworkElementDisplayTypeManager" to "awsocialnetwork.socialnetwork_elementdisplaytype_manager".
  • Changed reference of service "awcms_social_network.facebook.page_getter" previously pointing to "AwCmsSocialNetworkBundle\Connector\FacebookConnector" to "awcms_social_network.facebook_connector".
  • Changed reference of service "awcms_social_network.facebook.album_getter" previously pointing to "AwCmsSocialNetworkBundle\Connector\FacebookConnector" to "awcms_social_network.facebook_connector".
  • Changed reference of service "awcms_social_network.twitter.tweet_getter" previously pointing to "AwCmsSocialNetworkBundle\Connector\TwitterConnector" to "awcms_social_network.twitter_connector".
  • Changed reference of service "awcms_social_network.twitter.user_getter" previously pointing to "AwCmsSocialNetworkBundle\Connector\TwitterConnector" to "awcms_social_network.twitter_connector".
  • Changed reference of service "awcms_social_network.instagram.media_getter" previously pointing to "AwCmsSocialNetworkBundle\Connector\InstagramConnector" to "awcms_social_network.instagram_connector".
  • Changed reference of service "awcms_social_network.article.article_getter" previously pointing to "AWCmsBundle\Router\CmsRouter" to "awcms.router.cms".
  • Changed reference of service "awcms_social_network.article.article_getter" previously pointing to "ArticleCmsBundle\Manager\ArticleManager" to "articlecms.article_manager".
  • Changed reference of service "awcms_social_network.instagram.user_getter" previously pointing to "AwCmsSocialNetworkBundle\Connector\InstagramConnector" to "awcms_social_network.instagram_connector".
  • Changed reference of service "awcms.socialnetwork_element_manager" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "awcms.socialnetwork_element_manager" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "awcms.socialnetwork_element_manager" previously pointing to "AwCmsSocialNetworkBundle\Api\SocialNetworkElementCall" to "awcms_social_network.api.social_network_element_call".
  • Changed reference of service "event_dispatcher" previously pointing to "AWCmsBundle\EventListener\HostListener" to "awcms.host_listener".
  • Changed reference of service "event_dispatcher" previously pointing to "AWCmsBundle\EventListener\ResponseListener" to "awcms.response_listener".
  • Changed reference of service "event_dispatcher" previously pointing to "AWCmsBundle\EventListener\ResponseListener" to "awcms.response_listener".
  • Changed reference of service "event_dispatcher" previously pointing to "AWCmsBundle\EventListener\TemplateListener" to "awcms.template_listener".
  • Changed reference of service "console.command.public_alias.AWCmsBundle\Command\ExportContentCommand" previously pointing to "AWCmsBundle\Manager\ElementManager" to "awcms.base_manager".
  • Changed reference of service "console.command.public_alias.AWCmsBundle\Command\ExportContentCommand" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "console.command.public_alias.AWCmsBundle\Command\ExportContentCommand" previously pointing to "AWCmsBundle\Manager\PageManager" to "awcms.page_manager".
  • Changed reference of service "console.command.public_alias.AWCmsBundle\Command\ExportContentCommand" previously pointing to "AWCmsBundle\Manager\BlocManager" to "awcms.bloc_manager".
  • Changed reference of service "console.command.public_alias.AWCmsBundle\Command\ExportContentCommand" previously pointing to "AwCmsZoneTemplateBundle\Manager\ZoneTemplateInstanceManager" to "awzonetemplate.zonetemplateinstance_manager".
  • Changed reference of service "console.command.public_alias.AWCmsBundle\Command\FixSiteCommand" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "console.command.public_alias.AWCmsBundle\Command\FixSiteCommand" previously pointing to "AWCmsBundle\Slug\Generator\SlugMassGenerator" to "awcms.slug.slug_mass_generator".
  • Changed reference of service "console.command.public_alias.AWCmsBundle\Command\FixSiteCommand" previously pointing to "AWCmsBundle\Slug\SluggableTransformer" to "awcms.slug.sluggable_transformer".
  • Changed reference of service "console.command.public_alias.AWCmsBundle\Command\SlugGeneratorCommand" previously pointing to "AWCmsBundle\Manager\SiteManager" to "awcms.site_manager".
  • Changed reference of service "console.command.public_alias.AWCmsBundle\Command\SlugGeneratorCommand" previously pointing to "AWCmsBundle\Slug\Generator\SlugMassGenerator" to "awcms.slug.slug_mass_generator".
  • Changed reference of service "console.command.public_alias.AWCmsBundle\Command\SlugGeneratorCommand" previously pointing to "AWCmsBundle\Slug\SluggableTransformer" to "awcms.slug.sluggable_transformer".
  • Changed reference of service "console.command.public_alias.AWCmsBundle\Command\UserResetPasswordCommand" previously pointing to "AWCmsBundle\Manager\UserManager" to "awuser.user_manager".
661
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; reason: abstract.
  • Removed service "cache.adapter.filesystem"; reason: abstract.
  • Removed service "cache.adapter.psr6"; reason: abstract.
  • Removed service "cache.adapter.redis"; reason: abstract.
  • Removed service "cache.adapter.memcached"; reason: abstract.
  • Removed service "cache.adapter.pdo"; reason: abstract.
  • Removed service "cache.adapter.array"; reason: abstract.
  • Removed service "assets.path_package"; reason: abstract.
  • Removed service "assets.url_package"; reason: abstract.
  • Removed service "assets.static_version_strategy"; reason: abstract.
  • Removed service "assets.json_manifest_version_strategy"; reason: abstract.
  • Removed service "messenger.middleware.handle_message"; reason: abstract.
  • Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
  • Removed service "messenger.middleware.traceable"; reason: abstract.
  • Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
  • Removed service "doctrine_cache.abstract.apc"; reason: abstract.
  • Removed service "doctrine_cache.abstract.apcu"; reason: abstract.
  • Removed service "doctrine_cache.abstract.array"; reason: abstract.
  • Removed service "doctrine_cache.abstract.chain"; reason: abstract.
  • Removed service "doctrine_cache.abstract.couchbase"; reason: abstract.
  • Removed service "doctrine_cache.abstract.file_system"; reason: abstract.
  • Removed service "doctrine_cache.abstract.php_file"; reason: abstract.
  • Removed service "doctrine_cache.abstract.memcache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.memcached"; reason: abstract.
  • Removed service "doctrine_cache.abstract.mongodb"; reason: abstract.
  • Removed service "doctrine_cache.abstract.redis"; reason: abstract.
  • Removed service "doctrine_cache.abstract.predis"; reason: abstract.
  • Removed service "doctrine_cache.abstract.riak"; reason: abstract.
  • Removed service "doctrine_cache.abstract.sqlite3"; reason: abstract.
  • Removed service "doctrine_cache.abstract.void"; reason: abstract.
  • Removed service "doctrine_cache.abstract.wincache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.xcache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.zenddata"; reason: abstract.
  • Removed service "doctrine.dbal.logger.chain"; reason: abstract.
  • Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
  • Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
  • Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
  • Removed service "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.in_memory.user"; 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.handler.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.success_handler"; 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.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.simple_form"; reason: abstract.
  • Removed service "security.authentication.simple_success_failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.simple_preauth"; 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.simple"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; 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.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 "jms_serializer.version_exclusion_strategy"; reason: abstract.
  • Removed service "fos_rest.format_request_matcher"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.local"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.cached"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.nulladapter"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.memory"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.zip"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.awss3v2"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.awss3v3"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.dropbox"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.googlecloudstorage"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.rackspace"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.webdav"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.ftp"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.sftp"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.gridfs"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.fallback"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.gaufrette"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.replicate"; reason: abstract.
  • Removed service "oneup_flysystem.filesystem"; reason: abstract.
  • Removed service "oneup_flysystem.cache.adapter"; reason: abstract.
  • Removed service "oneup_flysystem.cache.memory"; reason: abstract.
  • Removed service "oneup_flysystem.cache.noop"; reason: abstract.
  • Removed service "oneup_flysystem.cache.memcached"; reason: abstract.
  • Removed service "oneup_flysystem.cache.predis"; reason: abstract.
  • Removed service "oneup_flysystem.cache.php_redis"; reason: abstract.
  • Removed service "oneup_flysystem.cache.stash"; reason: abstract.
  • Removed service "oneup_flysystem.cache.psr6"; reason: abstract.
  • Removed service "nelmio_api_doc.formatter.abstract_formatter"; reason: abstract.
  • Removed service "sg_datatables.datatable.abstract"; reason: abstract.
  • Removed service "httplug.plugin.cache"; reason: abstract.
  • Removed service "httplug.plugin.add_host"; reason: abstract.
  • Removed service "httplug.plugin.add_path"; reason: abstract.
  • Removed service "httplug.plugin.base_uri"; reason: abstract.
  • Removed service "httplug.plugin.content_type"; reason: abstract.
  • Removed service "httplug.plugin.header_append"; reason: abstract.
  • Removed service "httplug.plugin.header_defaults"; reason: abstract.
  • Removed service "httplug.plugin.header_set"; reason: abstract.
  • Removed service "httplug.plugin.header_remove"; reason: abstract.
  • Removed service "httplug.plugin.query_defaults"; reason: abstract.
  • Removed service "httplug.plugin.stack"; reason: abstract.
  • Removed service "hwi_oauth.authentication.listener.oauth"; reason: abstract.
  • Removed service "hwi_oauth.authentication.entry_point.oauth"; reason: abstract.
  • Removed service "hwi_oauth.user.provider.entity"; reason: abstract.
  • Removed service "hwi_oauth.user.provider.fosub_bridge.def"; reason: abstract.
  • Removed service "hwi_oauth.registration.form.handler.fosub_bridge.def"; reason: abstract.
  • Removed service "hwi_oauth.abstract_resource_ownermap"; reason: abstract.
  • Removed service "hwi_oauth.abstract_resource_owner.generic"; reason: abstract.
  • Removed service "hwi_oauth.abstract_resource_owner.oauth2"; reason: abstract.
  • Removed service "hwi_oauth.abstract_resource_owner.oauth1"; reason: abstract.
  • Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\DocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\DocumentController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\Admin\DocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\EventController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\EventController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\Admin\EventController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\GroupActionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\GroupActionController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\Admin\GroupActionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\MemberController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\MemberController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\Admin\MemberController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Front\DocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Front\DocumentController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\Front\DocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Front\EventController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Front\EventController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\Front\EventController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Front\MemberController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Front\MemberController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\Front\MemberController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AppBundle\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\ArticleCustomType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\ArticleCustomType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\EventType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\EventType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\PaymentType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\PaymentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\CarType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Type\CarType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\DocumentType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Type\DocumentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\InfoAdressType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Type\InfoAdressType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\SearchType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Type\SearchType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\UserCarType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Type\UserCarType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Type\UserType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Type\UserType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\UserEmailType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\UserEmailType"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.AppBundle\Repository\CarRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Repository\CarRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.AppBundle\Repository\CotisationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Repository\CotisationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.AppBundle\Repository\DocumentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Repository\DocumentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.AppBundle\Repository\InfoAddressRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Repository\InfoAddressRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.AppBundle\Repository\JoinEventRequestRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Repository\JoinEventRequestRepository"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.TwigIntlExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.TwigIntlExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.TwigIntlExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Fresh\DoctrineEnumBundle\Twig\Extension\EnumConstantTwigExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Fresh\DoctrineEnumBundle\Twig\Extension\EnumConstantTwigExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Fresh\DoctrineEnumBundle\Twig\Extension\EnumConstantTwigExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Fresh\DoctrineEnumBundle\Twig\Extension\EnumValuesAsArrayTwigExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Fresh\DoctrineEnumBundle\Twig\Extension\EnumValuesAsArrayTwigExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Fresh\DoctrineEnumBundle\Twig\Extension\EnumValuesAsArrayTwigExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Fresh\DoctrineEnumBundle\Twig\Extension\ReadableEnumValueTwigExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Fresh\DoctrineEnumBundle\Twig\Extension\ReadableEnumValueTwigExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Fresh\DoctrineEnumBundle\Twig\Extension\ReadableEnumValueTwigExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeGuesserInterface.0.Fresh\DoctrineEnumBundle\Form\EnumTypeGuesser"; reason: abstract.
  • Removed service ".abstract.instanceof.Fresh\DoctrineEnumBundle\Form\EnumTypeGuesser"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Cloner\ClonerServiceInterface.0.AWEdmBundle\Cloner\ClonerServiceEdm"; reason: abstract.
  • Removed service ".abstract.instanceof.AWEdmBundle\Cloner\ClonerServiceEdm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AWEdmBundle\Command\AwsS3MigrationCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.AWEdmBundle\Command\AwsS3MigrationCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AWEdmBundle\Command\ChangeFileUrlsToNewOneCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.AWEdmBundle\Command\ChangeFileUrlsToNewOneCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AWEdmBundle\Command\ClearFilesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.AWEdmBundle\Command\ClearFilesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AWEdmBundle\Command\NormalizePathFileCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.AWEdmBundle\Command\NormalizePathFileCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AWEdmBundle\Command\PhotoGenerateResizeCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.AWEdmBundle\Command\PhotoGenerateResizeCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AWEdmBundle\Command\UniqueIdCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.AWEdmBundle\Command\UniqueIdCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AWEdmBundle\Command\VerifyRecoverFolderTreeCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.AWEdmBundle\Command\VerifyRecoverFolderTreeCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AWEdmBundle\Controller\DocumentController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWEdmBundle\Controller\DocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AWEdmBundle\Controller\EdmApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWEdmBundle\Controller\EdmApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AWEdmBundle\Controller\FrontController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWEdmBundle\Controller\FrontController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AWEdmBundle\Controller\RestController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWEdmBundle\Controller\RestController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AWEdmBundle\DataFixtures\ORM\LoadDocumentData"; reason: abstract.
  • Removed service ".abstract.instanceof.AWEdmBundle\DataFixtures\ORM\LoadDocumentData"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWEdmBundle\Form\Type\EdmFileType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWEdmBundle\Form\Type\EdmFileType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWEdmBundle\Form\Type\FileUploadType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWEdmBundle\Form\Type\FileUploadType"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.AWEdmBundle\Twig\Extension\PathExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AWEdmBundle\Twig\Extension\PathExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.AWEdmBundle\Twig\Extension\PathExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.ArticleCmsBundle\Command\UpdateArticleCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.ArticleCmsBundle\Command\UpdateArticleCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ArticleCmsBundle\Controller\ArticleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ArticleCmsBundle\Controller\ArticleController"; reason: abstract.
  • Removed service ".abstract.instanceof.ArticleCmsBundle\Controller\ArticleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ArticleCmsBundle\Controller\ArticleSettingsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ArticleCmsBundle\Controller\ArticleSettingsController"; reason: abstract.
  • Removed service ".abstract.instanceof.ArticleCmsBundle\Controller\ArticleSettingsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ArticleCmsBundle\Controller\FrontController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ArticleCmsBundle\Controller\FrontController"; reason: abstract.
  • Removed service ".abstract.instanceof.ArticleCmsBundle\Controller\FrontController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ArticleCmsBundle\Controller\TypeArticleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ArticleCmsBundle\Controller\TypeArticleController"; reason: abstract.
  • Removed service ".abstract.instanceof.ArticleCmsBundle\Controller\TypeArticleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.ArticleCmsBundle\EventListener\TwigVariablesListener"; reason: abstract.
  • Removed service ".abstract.instanceof.ArticleCmsBundle\EventListener\TwigVariablesListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.ArticleCmsBundle\Form\ArticleSettingsType"; reason: abstract.
  • Removed service ".abstract.instanceof.ArticleCmsBundle\Form\ArticleSettingsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.ArticleCmsBundle\Form\ArticleType"; reason: abstract.
  • Removed service ".abstract.instanceof.ArticleCmsBundle\Form\ArticleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.ArticleCmsBundle\Form\Carousel\NewCarouselElementArticleType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemFormInterface.0.ArticleCmsBundle\Form\Carousel\NewCarouselElementArticleType"; reason: abstract.
  • Removed service ".abstract.instanceof.ArticleCmsBundle\Form\Carousel\NewCarouselElementArticleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.ArticleCmsBundle\Form\TypeArticleType"; reason: abstract.
  • Removed service ".abstract.instanceof.ArticleCmsBundle\Form\TypeArticleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.ArticleCmsBundle\Form\Types\ArticleElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.ArticleCmsBundle\Form\Types\ArticleElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.ArticleCmsBundle\Form\Types\ArticleElementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.ArticleCmsBundle\Form\Types\ArticleListElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.ArticleCmsBundle\Form\Types\ArticleListElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.ArticleCmsBundle\Form\Types\ArticleListElementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.ArticleCmsBundle\Form\Types\ArticleTypeListElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.ArticleCmsBundle\Form\Types\ArticleTypeListElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.ArticleCmsBundle\Form\Types\ArticleTypeListElementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.ArticleCmsBundle\Form\Types\ArticleZoneTemplateType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.ArticleCmsBundle\Form\Types\ArticleZoneTemplateType"; reason: abstract.
  • Removed service ".abstract.instanceof.ArticleCmsBundle\Form\Types\ArticleZoneTemplateType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Manager\ElementManager.0.ArticleCmsBundle\Manager\ArticleListElementManager"; reason: abstract.
  • Removed service ".abstract.instanceof.ArticleCmsBundle\Manager\ArticleListElementManager"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Manager\ElementManager.0.ArticleCmsBundle\Manager\ArticleTypeListElementManager"; reason: abstract.
  • Removed service ".abstract.instanceof.ArticleCmsBundle\Manager\ArticleTypeListElementManager"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Modules\ModuleAdderInterface.0.ArticleCmsBundle\Modules\ArticleModuleAdder"; reason: abstract.
  • Removed service ".abstract.instanceof.ArticleCmsBundle\Modules\ArticleModuleAdder"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Slug\SlugProviderInterface.0.ArticleCmsBundle\Slug\SlugProviderArticle"; reason: abstract.
  • Removed service ".abstract.instanceof.ArticleCmsBundle\Slug\SlugProviderArticle"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Slug\SlugProviderInterface.0.ArticleCmsBundle\Slug\SlugProviderArticleType"; reason: abstract.
  • Removed service ".abstract.instanceof.ArticleCmsBundle\Slug\SlugProviderArticleType"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.ArticleCmsBundle\Twig\Extension\ArticleExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.ArticleCmsBundle\Twig\Extension\ArticleExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.ArticleCmsBundle\Twig\Extension\ArticleExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.ArticleCmsBundle\Twig\Extension\ArticleSettingsExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.ArticleCmsBundle\Twig\Extension\ArticleSettingsExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.ArticleCmsBundle\Twig\Extension\ArticleSettingsExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCatalogBundle\Controller\CatalogSettingsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCatalogBundle\Controller\CatalogSettingsController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCatalogBundle\Controller\CatalogSettingsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCatalogBundle\Controller\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCatalogBundle\Controller\CategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCatalogBundle\Controller\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCatalogBundle\Controller\CategoryFilterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCatalogBundle\Controller\CategoryFilterController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCatalogBundle\Controller\CategoryFilterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCatalogBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCatalogBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCatalogBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCatalogBundle\Controller\FilterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCatalogBundle\Controller\FilterController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCatalogBundle\Controller\FilterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCatalogBundle\Controller\ItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCatalogBundle\Controller\ItemController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCatalogBundle\Controller\ItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.AWCatalogBundle\EventListener\SiteListener"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCatalogBundle\EventListener\SiteListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\Carousel\NewCarouselElementCatalogItem"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemFormInterface.0.AWCatalogBundle\Form\Carousel\NewCarouselElementCatalogItem"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCatalogBundle\Form\Carousel\NewCarouselElementCatalogItem"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\CatalogPictureType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCatalogBundle\Form\CatalogPictureType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\CatalogSettingsType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCatalogBundle\Form\CatalogSettingsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\CategoryFilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCatalogBundle\Form\CategoryFilterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\CategoryPositionType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCatalogBundle\Form\CategoryPositionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\CategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCatalogBundle\Form\CategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\FilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCatalogBundle\Form\FilterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\ItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCatalogBundle\Form\ItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\Types\CategoryElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCatalogBundle\Form\Types\CategoryElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCatalogBundle\Form\Types\CategoryElementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\Types\CategoryListElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCatalogBundle\Form\Types\CategoryListElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCatalogBundle\Form\Types\CategoryListElementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\Types\ItemElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCatalogBundle\Form\Types\ItemElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCatalogBundle\Form\Types\ItemElementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCatalogBundle\Form\Types\ItemListElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCatalogBundle\Form\Types\ItemListElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCatalogBundle\Form\Types\ItemListElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Manager\ElementManager.0.AWCatalogBundle\Manager\ItemListElementManager"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCatalogBundle\Manager\ItemListElementManager"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Modules\ModuleAdderInterface.0.AWCatalogBundle\Modules\AWCatalogModuleAdder"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCatalogBundle\Modules\AWCatalogModuleAdder"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Slug\SlugProviderInterface.0.AWCatalogBundle\Slug\SlugProviderCategory"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCatalogBundle\Slug\SlugProviderCategory"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Slug\SlugProviderInterface.0.AWCatalogBundle\Slug\SlugProviderItem"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCatalogBundle\Slug\SlugProviderItem"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.AWCatalogBundle\Twig\CatalogSettingsExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AWCatalogBundle\Twig\CatalogSettingsExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCatalogBundle\Twig\CatalogSettingsExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AWFormBundle\Command\UpdatePostedDataCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.AWFormBundle\Command\UpdatePostedDataCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWFormBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWFormBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWFormBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AWFormBundle\Controller\FormSettingsController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWFormBundle\Controller\FormSettingsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWFormBundle\Controller\PredefinedChoiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWFormBundle\Controller\PredefinedChoiceController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWFormBundle\Controller\PredefinedChoiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\ColumnType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWFormBundle\Form\ColumnType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\CustomChoiceType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWFormBundle\Form\CustomChoiceType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\FieldType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWFormBundle\Form\FieldType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\FormSettingType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWFormBundle\Form\FormSettingType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\GenerateFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWFormBundle\Form\GenerateFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\OptionType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWFormBundle\Form\OptionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\PredefinedChoiceGroupType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWFormBundle\Form\PredefinedChoiceGroupType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\PredefinedChoiceType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWFormBundle\Form\PredefinedChoiceType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\Type\DisplayInfoType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWFormBundle\Form\Type\DisplayInfoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\Type\GroupType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWFormBundle\Form\Type\GroupType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWFormBundle\Form\Types\FormElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWFormBundle\Form\Types\FormElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWFormBundle\Form\Types\FormElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Manager\ElementManager.0.AWFormBundle\Manager\FormElementManager"; reason: abstract.
  • Removed service ".abstract.instanceof.AWFormBundle\Manager\FormElementManager"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Modules\ModuleAdderInterface.0.AWFormBundle\Modules\AWFormModuleAdder"; reason: abstract.
  • Removed service ".abstract.instanceof.AWFormBundle\Modules\AWFormModuleAdder"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\AnonymousDataCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Command\AnonymousDataCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\BlocsPositionCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Command\BlocsPositionCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\CloneSiteCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Command\CloneSiteCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\DoubleSlugCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Command\DoubleSlugCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\ElementsPositionCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Command\ElementsPositionCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\ExportContentCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Command\ExportContentCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\FixSiteCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Command\FixSiteCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\PagesWithoutMenuCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Command\PagesWithoutMenuCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\RecoverMenuTreeCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Command\RecoverMenuTreeCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\SlugCleanEmptyCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Command\SlugCleanEmptyCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\SlugGeneratorCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Command\SlugGeneratorCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\UpdatePageCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Command\UpdatePageCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AWCmsBundle\Command\UserResetPasswordCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Command\UserResetPasswordCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\AdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\AdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\AdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\BlocController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\BlocController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\BlocController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\CallToActionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\CallToActionController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\CallToActionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\CloneController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\CloneController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\CloneController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\DebugController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\DebugController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\DebugController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\DesignController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\DesignController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\DesignController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\EdmFilesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\EdmFilesController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\EdmFilesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\ElementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\ElementController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\ElementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\EmailSettingsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\EmailSettingsController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\EmailSettingsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\FlashInfoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\FlashInfoController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\FlashInfoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\FrontController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\FrontController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\FrontController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\HealthCheckController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\HealthCheckController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\HealthCheckController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\HelpController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\HelpController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\HelpController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\HistoricController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\HistoricController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\HistoricController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\MenuTreeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\MenuTreeController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\MenuTreeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\ModuleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\ModuleController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\ModuleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\PageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\PageController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\PageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\PopInController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\PopInController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\PopInController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\RedirectionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\RedirectionController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\RedirectionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\RestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\RestController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\RestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\Security\RegistrationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\Security\RegistrationController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\Security\RegistrationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\Security\ResettingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\Security\ResettingController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\Security\ResettingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\Security\RestSecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\Security\RestSecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\Security\RestSecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\Security\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\Security\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\Security\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\Security\UserBackOfficeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\Security\UserBackOfficeController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\Security\UserBackOfficeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\Security\UserFrontOfficeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\Security\UserFrontOfficeController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\Security\UserFrontOfficeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\SiteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\SiteController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\SiteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\SlugController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\SlugController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\SlugController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\SlugSEOController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\SlugSEOController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\SlugSEOController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\SocialNetwork\InstagramController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\SocialNetwork\InstagramController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\SocialNetwork\InstagramController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\SocialNetwork\LinkListController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\SocialNetwork\LinkListController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\SocialNetwork\LinkListController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AWCmsBundle\Controller\ThemeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AWCmsBundle\Controller\ThemeController"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Controller\ThemeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.AWCmsBundle\DataCollector\CmsDataCollector"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.AWCmsBundle\DataCollector\CmsDataCollector"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\DataCollector\CmsDataCollector"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AWCmsBundle\DataFixtures\Behat\LoadCmsData"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\DataFixtures\Behat\LoadCmsData"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AWCmsBundle\DataFixtures\ORM\LoadCmsData"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\DataFixtures\ORM\LoadCmsData"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\BannerImageType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\BannerImageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\BannerType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\BannerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\BlocPositionType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\BlocPositionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\BlocType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\BlocType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\CallToActionType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\CallToActionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\CallToActionZoneImageType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\CallToActionZoneImageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\CallToActionZoneType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\CallToActionZoneType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\CannonicalUrlType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\CannonicalUrlType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementItemImageType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemFormInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementItemImageType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemImageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementItemWysiwygType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemFormInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementItemWysiwygType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemWysiwygType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementSourceCodeType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemFormInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementSourceCodeType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementSourceCodeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementVideoType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemFormInterface.0.AWCmsBundle\Form\Carousel\NewCarouselElementVideoType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementVideoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ClonerSettingsType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\ClonerSettingsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\EmailSettingsType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\EmailSettingsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Field\CallToActionCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Field\CallToActionCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Field\ColorPickerType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Field\ColorPickerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Field\CustomChoicesType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Field\CustomChoicesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Field\HorizontalAlignType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Field\HorizontalAlignType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Field\InternalLinkPageType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Field\InternalLinkPageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Field\LinkPageType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Field\LinkPageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Field\LinkTargetType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Field\LinkTargetType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Field\VerticalAlignType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Field\VerticalAlignType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\FlashInfoConfigurationType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\FlashInfoConfigurationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\FlashInfoType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\FlashInfoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Generic\FakePasswordType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Generic\FakePasswordType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\HostType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\HostType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ImageType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\ImageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ImportType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\ImportType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\MenuTreeType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\MenuTreeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\PageType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\PageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\PageVersionTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\PageVersionTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\PageVersionType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\PageVersionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\PopInType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\PopInType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\RedirectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\RedirectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SEOSocialNetworkType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\SEOSocialNetworkType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SenderEmailType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\SenderEmailType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SiteForm"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\SiteForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SiteModulesType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\SiteModulesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SiteParametersForm"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\SiteParametersForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SlugGeneratorType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\SlugGeneratorType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SlugSEOType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\SlugSEOType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SlugType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\SlugType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\SocialNetworkLinkListType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\SocialNetworkLinkListType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\TestEmailType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\TestEmailType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\TextDefaultValueType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\TextDefaultValueType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ThemeCookieType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\ThemeCookieType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ThemeHeaderBurgerType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\ThemeHeaderBurgerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ThemeHeaderClassicType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\ThemeHeaderClassicType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ThemeHeaderType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\ThemeHeaderType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ThemeTopHeaderType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\ThemeTopHeaderType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\ThemeType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\ThemeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\ButtonElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\ButtonElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\ButtonElementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\CallToActionElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\CallToActionElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\CallToActionElementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\CallToActionLibraryElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\CallToActionLibraryElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\CallToActionLibraryElementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\CarouselElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\CarouselElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\CarouselElementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\CarouselItemType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\CarouselItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\CarouselItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\DataListType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\DataListType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\DiapoElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\DiapoElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\DiapoElementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\DiapoImageType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\DiapoImageType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\DiapoImageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\EdmFilesElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\EdmFilesElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\EdmFilesElementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\ElementPositionType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\ElementPositionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\ElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\ElementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\HtmlElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\HtmlElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\HtmlElementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\ImageElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\ImageElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\ImageElementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\JqueryCollectionPositionType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\JqueryCollectionPositionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\JqueryCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\JqueryCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\ListElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\ListElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\ListElementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\ListItemType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\ListItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\ListItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\MenuHeaderElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\MenuHeaderElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\MenuHeaderElementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\NewCarouselElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\NewCarouselElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\NewCarouselElementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\SlugTargetType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\SlugTargetType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\SocialNetworkImageListElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\SocialNetworkImageListElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\SocialNetworkImageListElementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\SocialNetworkLinkListElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\SocialNetworkLinkListElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\SocialNetworkLinkListElementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\SubpageElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\SubpageElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\SubpageElementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\TextElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\TextElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\TextElementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\TextSuggestionType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\TextSuggestionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\UserPasswordType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\UserPasswordType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\Types\VideoElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AWCmsBundle\Form\Types\VideoElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\Types\VideoElementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\User\ChangeUserPasswordType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\User\ChangeUserPasswordType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\User\LoginType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\User\LoginType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\User\RegisterType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\User\RegisterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\User\ResettingFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\User\ResettingFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\User\UserInvitationType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\User\UserInvitationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\User\UserInvitedType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\User\UserInvitedType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\User\UserType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\User\UserType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\VideoOptionType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\VideoOptionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AWCmsBundle\Form\VideoType"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Form\VideoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.AWCmsBundle\Handler\LoginFailureHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Handler\LoginFailureHandler"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Manager\ElementManager.0.AWCmsBundle\Manager\Element\EdmFilesElementManager"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Manager\Element\EdmFilesElementManager"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Manager\ElementManager.0.AWCmsBundle\Manager\Element\SocialNetworkImageListElementManager"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Manager\Element\SocialNetworkImageListElementManager"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Manager\ElementManager.0.AWCmsBundle\Manager\ElementManager"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Manager\ElementManager"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.AWCmsBundle\MessageHandler\GenerateSlugHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\MessageHandler\GenerateSlugHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.AWCmsBundle\MessageHandler\PublishPagesHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\MessageHandler\PublishPagesHandler"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Modules\ModuleAdderInterface.0.AWCmsBundle\Modules\AWCmsModuleAdder"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Modules\AWCmsModuleAdder"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Slug\SlugProviderInterface.0.AWCmsBundle\Slug\SlugProviderPage"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Slug\SlugProviderPage"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\AWCmsExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\AWCmsExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Twig\AWCmsExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\AssetExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\AssetExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Twig\Extension\AssetExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\CarouselExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\CarouselExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Twig\Extension\CarouselExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\DumpMethodsExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\DumpMethodsExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Twig\Extension\DumpMethodsExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\GlobalVariablesExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\GlobalVariablesExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Twig\Extension\GlobalVariablesExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\ModuleExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\ModuleExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Twig\Extension\ModuleExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\PathExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\PathExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Twig\Extension\PathExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\SEOAnalysisExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\SEOAnalysisExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Twig\Extension\SEOAnalysisExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\SliceWordsExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\SliceWordsExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Twig\Extension\SliceWordsExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\SortByFieldExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\SortByFieldExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Twig\Extension\SortByFieldExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\StripTagsCustomExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\StripTagsCustomExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Twig\Extension\StripTagsCustomExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\TranslatedUrlExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\TranslatedUrlExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Twig\Extension\TranslatedUrlExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\TranslationExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\TranslationExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Twig\Extension\TranslationExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.AWCmsBundle\Twig\Extension\VideoParserExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AWCmsBundle\Twig\Extension\VideoParserExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Twig\Extension\VideoParserExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AWCmsBundle\Validator\Constraints\ContainsAnalyticsValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Validator\Constraints\ContainsAnalyticsValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.AWCmsBundle\Voter\UserVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.AWCmsBundle\Voter\UserVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.simpldot.data_collector.cms"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.simpldot.data_collector.cms"; reason: abstract.
  • Removed service ".abstract.instanceof.simpldot.data_collector.cms"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Cloner\ClonerServiceInterface.0.AwCmsZoneTemplateBundle\Cloner\ClonerServiceZoneTemplate"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Cloner\ClonerServiceZoneTemplate"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateController"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateInstanceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateInstanceController"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateInstanceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateSettingsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateSettingsController"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateSettingsController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AwCmsZoneTemplateBundle\DataFixtures\ORM\LoadZoneTemplateData"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\DataFixtures\ORM\LoadZoneTemplateData"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Carousel\NewCarouselElementZoneTemplateType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Form\Carousel\NewCarouselElementItemFormInterface.0.AwCmsZoneTemplateBundle\Form\Carousel\NewCarouselElementZoneTemplateType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Form\Carousel\NewCarouselElementZoneTemplateType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ImportType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ImportType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateEntityType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateEntityType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\ColorType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\ColorType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\DateType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\DateType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\EdmFileType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\EdmFileType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\FieldCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\FieldCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\GroupCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\GroupCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\LinkType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\LinkType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\MultimediaType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\MultimediaType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\SelectItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\SelectItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\SelectType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\SelectType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\TextType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\TextType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\TextareaType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\TextareaType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\VideoType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\VideoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\WysiwygType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateField\WysiwygType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateFieldItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateFieldItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateFieldType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateFieldType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateGroupType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateGroupType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateInstanceEntityType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateInstanceEntityType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateInstanceType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateInstanceType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateSettingsType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateSettingsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateThemeType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateThemeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Form\Type\ZoneTemplateType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Types\ZoneTemplateInstanceElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AwCmsZoneTemplateBundle\Form\Types\ZoneTemplateInstanceElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Form\Types\ZoneTemplateInstanceElementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsZoneTemplateBundle\Form\Types\ZoneTemplateInstanceNewElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AwCmsZoneTemplateBundle\Form\Types\ZoneTemplateInstanceNewElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Form\Types\ZoneTemplateInstanceNewElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Manager\ElementManager.0.AwCmsZoneTemplateBundle\Manager\Element\ZoneTemplateInstanceElementManager"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Manager\Element\ZoneTemplateInstanceElementManager"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Modules\ModuleAdderInterface.0.AwCmsZoneTemplateBundle\Modules\AwCmsZoneTemplateModuleAdder"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Modules\AwCmsZoneTemplateModuleAdder"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.AwCmsZoneTemplateBundle\Twig\Extension\ZoneTemplateInstanceExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AwCmsZoneTemplateBundle\Twig\Extension\ZoneTemplateInstanceExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsZoneTemplateBundle\Twig\Extension\ZoneTemplateInstanceExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.AwCmsSocialNetworkBundle\Twig\Extension\FacebookExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AwCmsSocialNetworkBundle\Twig\Extension\FacebookExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsSocialNetworkBundle\Twig\Extension\FacebookExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.AwCmsSocialNetworkBundle\Twig\Extension\InstagramExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AwCmsSocialNetworkBundle\Twig\Extension\InstagramExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsSocialNetworkBundle\Twig\Extension\InstagramExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.AwCmsSocialNetworkBundle\Twig\Extension\SocialNetworkElementExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AwCmsSocialNetworkBundle\Twig\Extension\SocialNetworkElementExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsSocialNetworkBundle\Twig\Extension\SocialNetworkElementExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AwCmsSocialNetworkBundle\Controller\Api\SocialNetworkElementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AwCmsSocialNetworkBundle\Controller\Api\SocialNetworkElementController"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsSocialNetworkBundle\Controller\Api\SocialNetworkElementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AwCmsSocialNetworkBundle\Controller\SocialNetworkSettingsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AwCmsSocialNetworkBundle\Controller\SocialNetworkSettingsController"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsSocialNetworkBundle\Controller\SocialNetworkSettingsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsSocialNetworkBundle\Form\Types\SocialNetworkElementType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Element\ElementFormInterface.0.AwCmsSocialNetworkBundle\Form\Types\SocialNetworkElementType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsSocialNetworkBundle\Form\Types\SocialNetworkElementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AwCmsSocialNetworkBundle\Form\Types\SocialNetworkSettingsType"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsSocialNetworkBundle\Form\Types\SocialNetworkSettingsType"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Manager\ElementManager.0.AwCmsSocialNetworkBundle\Manager\Element\SocialNetworkElementManager"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsSocialNetworkBundle\Manager\Element\SocialNetworkElementManager"; reason: abstract.
  • Removed service ".instanceof.AWCmsBundle\Modules\ModuleAdderInterface.0.AwCmsSocialNetworkBundle\Modules\AwCmsSocialNetworkModuleAdder"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsSocialNetworkBundle\Modules\AwCmsSocialNetworkModuleAdder"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AwCmsSocialNetworkBundle\Validator\Constraints\SocialNetworkElementInstagramSearchValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsSocialNetworkBundle\Validator\Constraints\SocialNetworkElementInstagramSearchValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.AwCmsSocialNetworkBundle\Validator\Constraints\SocialNetworkElementTwitterSearchValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.AwCmsSocialNetworkBundle\Validator\Constraints\SocialNetworkElementTwitterSearchValidator"; reason: abstract.
888
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
  • Removed service "AppBundle\AppBundle"; reason: unused.
  • Removed service "AppBundle\Datatables\DocumentDatatable"; reason: unused.
  • Removed service "AppBundle\Model\Departement"; reason: unused.
  • Removed service "AppBundle\Repository\UserRepository"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.simple"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service "translator.selector"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service ".app_cache.taggable"; reason: unused.
  • Removed service ".1_NativeFileSessionHandler~ck3_MZ0"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "session.save_listener"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "templating.loader.cache"; reason: unused.
  • Removed service "templating.loader.chain"; reason: unused.
  • Removed service "messenger.transport.symfony_serializer"; reason: unused.
  • Removed service "messenger.middleware.validation"; reason: unused.
  • Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
  • Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: unused.
  • Removed service "validator.mapping.cache.symfony"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "routing.loader.service"; reason: unused.
  • Removed service "router.default"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "serializer.mapping.cache.symfony"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service "property_info.serializer_extractor"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~_6o4XzY"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; 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 "templating.helper.logout_url"; reason: unused.
  • Removed service "templating.helper.security"; reason: unused.
  • Removed service "twig.loader.native_filesystem"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "twig.extension.weblink"; 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 "jms_serializer.metadata.doctrine_phpcr_type_driver"; reason: unused.
  • Removed service "jms_serializer.identical_property_naming_strategy"; reason: unused.
  • Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
  • Removed service "jms_serializer.templating.helper.serializer"; reason: unused.
  • Removed service "a2lix_translation_form.default.service.parameter_locale_provider"; reason: unused.
  • Removed service "fos_rest.view_handler.jsonp"; reason: unused.
  • Removed service "fos_rest.request.param_fetcher"; reason: unused.
  • Removed service "fos_rest.serializer.symfony"; reason: unused.
  • Removed service "fos_rest.normalizer.camel_keys"; reason: unused.
  • Removed service "fos_rest.normalizer.camel_keys_with_leading_underscore"; reason: unused.
  • Removed service "fos_rest.decoder.jsontoform"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.local"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.nulladapter"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.zip"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.awss3v2"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.awss3v3"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.dropbox"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.googlecloudstorage"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.rackspace"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.webdav"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.ftp"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.sftp"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.gridfs"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.customadapter"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.memory"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.fallback"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.gaufrette"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.replicate"; reason: unused.
  • Removed service "oneup_flysystem.cache_factory.adapter"; reason: unused.
  • Removed service "oneup_flysystem.cache_factory.memory"; reason: unused.
  • Removed service "oneup_flysystem.cache_factory.noop"; reason: unused.
  • Removed service "oneup_flysystem.cache_factory.memcached"; reason: unused.
  • Removed service "oneup_flysystem.cache_factory.php_redis"; reason: unused.
  • Removed service "oneup_flysystem.cache_factory.predis"; reason: unused.
  • Removed service "oneup_flysystem.cache_factory.stash"; reason: unused.
  • Removed service "oneup_flysystem.cache_factory.psr6"; reason: unused.
  • Removed service "oneup_flysystem.plugin.empty_dir"; reason: unused.
  • Removed service "oneup_flysystem.plugin.get_with_metadata"; reason: unused.
  • Removed service "oneup_flysystem.plugin.list_files"; reason: unused.
  • Removed service "oneup_flysystem.plugin.list_paths"; reason: unused.
  • Removed service "oneup_flysystem.plugin.list_with"; reason: unused.
  • Removed service "nelmio_api_doc.formatter.markdown_formatter"; reason: unused.
  • Removed service "nelmio_api_doc.formatter.simple_formatter"; reason: unused.
  • Removed service "aws_sdk"; reason: unused.
  • Removed service "aws.accessanalyzer"; reason: unused.
  • Removed service "aws.acmpca"; reason: unused.
  • Removed service "aws.acm"; reason: unused.
  • Removed service "aws.alexaforbusiness"; reason: unused.
  • Removed service "aws.amplify"; reason: unused.
  • Removed service "aws.amplifybackend"; reason: unused.
  • Removed service "aws.apigateway"; reason: unused.
  • Removed service "aws.apigatewaymanagementapi"; reason: unused.
  • Removed service "aws.apigatewayv2"; reason: unused.
  • Removed service "aws.appconfig"; reason: unused.
  • Removed service "aws.appflow"; reason: unused.
  • Removed service "aws.appintegrationsservice"; reason: unused.
  • Removed service "aws.applicationautoscaling"; reason: unused.
  • Removed service "aws.applicationinsights"; reason: unused.
  • Removed service "aws.appmesh"; reason: unused.
  • Removed service "aws.appstream"; reason: unused.
  • Removed service "aws.appsync"; reason: unused.
  • Removed service "aws.athena"; reason: unused.
  • Removed service "aws.auditmanager"; reason: unused.
  • Removed service "aws.autoscalingplans"; reason: unused.
  • Removed service "aws.autoscaling"; reason: unused.
  • Removed service "aws.backup"; reason: unused.
  • Removed service "aws.batch"; reason: unused.
  • Removed service "aws.braket"; reason: unused.
  • Removed service "aws.budgets"; reason: unused.
  • Removed service "aws.costexplorer"; reason: unused.
  • Removed service "aws.chime"; reason: unused.
  • Removed service "aws.cloud9"; reason: unused.
  • Removed service "aws.clouddirectory"; reason: unused.
  • Removed service "aws.cloudformation"; reason: unused.
  • Removed service "aws.cloudfront"; reason: unused.
  • Removed service "aws.cloudhsm"; reason: unused.
  • Removed service "aws.cloudhsmv2"; reason: unused.
  • Removed service "aws.cloudsearch"; reason: unused.
  • Removed service "aws.cloudsearchdomain"; reason: unused.
  • Removed service "aws.cloudtrail"; reason: unused.
  • Removed service "aws.codeartifact"; reason: unused.
  • Removed service "aws.codebuild"; reason: unused.
  • Removed service "aws.codecommit"; reason: unused.
  • Removed service "aws.codedeploy"; reason: unused.
  • Removed service "aws.codegurureviewer"; reason: unused.
  • Removed service "aws.codeguruprofiler"; reason: unused.
  • Removed service "aws.codepipeline"; reason: unused.
  • Removed service "aws.codestarconnections"; reason: unused.
  • Removed service "aws.codestarnotifications"; reason: unused.
  • Removed service "aws.codestar"; reason: unused.
  • Removed service "aws.cognitoidentity"; reason: unused.
  • Removed service "aws.cognitoidentityprovider"; reason: unused.
  • Removed service "aws.cognitosync"; reason: unused.
  • Removed service "aws.comprehend"; reason: unused.
  • Removed service "aws.comprehendmedical"; reason: unused.
  • Removed service "aws.computeoptimizer"; reason: unused.
  • Removed service "aws.configservice"; reason: unused.
  • Removed service "aws.connectcontactlens"; reason: unused.
  • Removed service "aws.connect"; reason: unused.
  • Removed service "aws.connectparticipant"; reason: unused.
  • Removed service "aws.costandusagereportservice"; reason: unused.
  • Removed service "aws.customerprofiles"; reason: unused.
  • Removed service "aws.iotdataplane"; reason: unused.
  • Removed service "aws.gluedatabrew"; reason: unused.
  • Removed service "aws.dataexchange"; reason: unused.
  • Removed service "aws.datapipeline"; reason: unused.
  • Removed service "aws.datasync"; reason: unused.
  • Removed service "aws.dax"; reason: unused.
  • Removed service "aws.detective"; reason: unused.
  • Removed service "aws.devicefarm"; reason: unused.
  • Removed service "aws.devopsguru"; reason: unused.
  • Removed service "aws.directconnect"; reason: unused.
  • Removed service "aws.applicationdiscoveryservice"; reason: unused.
  • Removed service "aws.dlm"; reason: unused.
  • Removed service "aws.databasemigrationservice"; reason: unused.
  • Removed service "aws.docdb"; reason: unused.
  • Removed service "aws.directoryservice"; reason: unused.
  • Removed service "aws.dynamodb"; reason: unused.
  • Removed service "aws.ebs"; reason: unused.
  • Removed service "aws.ec2instanceconnect"; reason: unused.
  • Removed service "aws.ec2"; reason: unused.
  • Removed service "aws.ecrpublic"; reason: unused.
  • Removed service "aws.ecr"; reason: unused.
  • Removed service "aws.ecs"; reason: unused.
  • Removed service "aws.eks"; reason: unused.
  • Removed service "aws.elasticinference"; reason: unused.
  • Removed service "aws.elasticache"; reason: unused.
  • Removed service "aws.elasticbeanstalk"; reason: unused.
  • Removed service "aws.efs"; reason: unused.
  • Removed service "aws.elasticloadbalancing"; reason: unused.
  • Removed service "aws.elasticloadbalancingv2"; reason: unused.
  • Removed service "aws.emr"; reason: unused.
  • Removed service "aws.elastictranscoder"; reason: unused.
  • Removed service "aws.ses"; reason: unused.
  • Removed service "aws.emrcontainers"; reason: unused.
  • Removed service "aws.marketplaceentitlementservice"; reason: unused.
  • Removed service "aws.elasticsearchservice"; reason: unused.
  • Removed service "aws.eventbridge"; reason: unused.
  • Removed service "aws.cloudwatchevents"; reason: unused.
  • Removed service "aws.firehose"; reason: unused.
  • Removed service "aws.fms"; reason: unused.
  • Removed service "aws.forecastservice"; reason: unused.
  • Removed service "aws.forecastqueryservice"; reason: unused.
  • Removed service "aws.frauddetector"; reason: unused.
  • Removed service "aws.fsx"; reason: unused.
  • Removed service "aws.gamelift"; reason: unused.
  • Removed service "aws.glacier"; reason: unused.
  • Removed service "aws.globalaccelerator"; reason: unused.
  • Removed service "aws.glue"; reason: unused.
  • Removed service "aws.greengrass"; reason: unused.
  • Removed service "aws.groundstation"; reason: unused.
  • Removed service "aws.guardduty"; reason: unused.
  • Removed service "aws.health"; reason: unused.
  • Removed service "aws.healthlake"; reason: unused.
  • Removed service "aws.honeycode"; reason: unused.
  • Removed service "aws.iam"; reason: unused.
  • Removed service "aws.identitystore"; reason: unused.
  • Removed service "aws.imagebuilder"; reason: unused.
  • Removed service "aws.importexport"; reason: unused.
  • Removed service "aws.inspector"; reason: unused.
  • Removed service "aws.iotjobsdataplane"; reason: unused.
  • Removed service "aws.iot"; reason: unused.
  • Removed service "aws.iot1clickdevicesservice"; reason: unused.
  • Removed service "aws.iot1clickprojects"; reason: unused.
  • Removed service "aws.iotanalytics"; reason: unused.
  • Removed service "aws.ioteventsdata"; reason: unused.
  • Removed service "aws.iotevents"; reason: unused.
  • Removed service "aws.iotsecuretunneling"; reason: unused.
  • Removed service "aws.iotsitewise"; reason: unused.
  • Removed service "aws.iotthingsgraph"; reason: unused.
  • Removed service "aws.ivs"; reason: unused.
  • Removed service "aws.kafka"; reason: unused.
  • Removed service "aws.kendra"; reason: unused.
  • Removed service "aws.kinesisvideoarchivedmedia"; reason: unused.
  • Removed service "aws.kinesisvideomedia"; reason: unused.
  • Removed service "aws.kinesisvideosignalingchannels"; reason: unused.
  • Removed service "aws.kinesis"; reason: unused.
  • Removed service "aws.kinesisanalytics"; reason: unused.
  • Removed service "aws.kinesisanalyticsv2"; reason: unused.
  • Removed service "aws.kinesisvideo"; reason: unused.
  • Removed service "aws.kms"; reason: unused.
  • Removed service "aws.lakeformation"; reason: unused.
  • Removed service "aws.lambda"; reason: unused.
  • Removed service "aws.lexmodelbuildingservice"; reason: unused.
  • Removed service "aws.licensemanager"; reason: unused.
  • Removed service "aws.lightsail"; reason: unused.
  • Removed service "aws.cloudwatchlogs"; reason: unused.
  • Removed service "aws.lookoutforvision"; reason: unused.
  • Removed service "aws.machinelearning"; reason: unused.
  • Removed service "aws.macie"; reason: unused.
  • Removed service "aws.macie2"; reason: unused.
  • Removed service "aws.managedblockchain"; reason: unused.
  • Removed service "aws.marketplacecatalog"; reason: unused.
  • Removed service "aws.marketplacecommerceanalytics"; reason: unused.
  • Removed service "aws.mediaconnect"; reason: unused.
  • Removed service "aws.mediaconvert"; reason: unused.
  • Removed service "aws.medialive"; reason: unused.
  • Removed service "aws.mediapackagevod"; reason: unused.
  • Removed service "aws.mediapackage"; reason: unused.
  • Removed service "aws.mediastoredata"; reason: unused.
  • Removed service "aws.mediastore"; reason: unused.
  • Removed service "aws.mediatailor"; reason: unused.
  • Removed service "aws.marketplacemetering"; reason: unused.
  • Removed service "aws.migrationhub"; reason: unused.
  • Removed service "aws.migrationhubconfig"; reason: unused.
  • Removed service "aws.mobile"; reason: unused.
  • Removed service "aws.cloudwatch"; reason: unused.
  • Removed service "aws.mq"; reason: unused.
  • Removed service "aws.mturk"; reason: unused.
  • Removed service "aws.mwaa"; reason: unused.
  • Removed service "aws.neptune"; reason: unused.
  • Removed service "aws.networkfirewall"; reason: unused.
  • Removed service "aws.networkmanager"; reason: unused.
  • Removed service "aws.opsworks"; reason: unused.
  • Removed service "aws.opsworkscm"; reason: unused.
  • Removed service "aws.organizations"; reason: unused.
  • Removed service "aws.outposts"; reason: unused.
  • Removed service "aws.personalizeevents"; reason: unused.
  • Removed service "aws.personalizeruntime"; reason: unused.
  • Removed service "aws.personalize"; reason: unused.
  • Removed service "aws.pi"; reason: unused.
  • Removed service "aws.pinpointemail"; reason: unused.
  • Removed service "aws.pinpoint"; reason: unused.
  • Removed service "aws.polly"; reason: unused.
  • Removed service "aws.pricing"; reason: unused.
  • Removed service "aws.qldbsession"; reason: unused.
  • Removed service "aws.qldb"; reason: unused.
  • Removed service "aws.quicksight"; reason: unused.
  • Removed service "aws.ram"; reason: unused.
  • Removed service "aws.rdsdataservice"; reason: unused.
  • Removed service "aws.rds"; reason: unused.
  • Removed service "aws.redshiftdataapiservice"; reason: unused.
  • Removed service "aws.redshift"; reason: unused.
  • Removed service "aws.rekognition"; reason: unused.
  • Removed service "aws.resourcegroups"; reason: unused.
  • Removed service "aws.resourcegroupstaggingapi"; reason: unused.
  • Removed service "aws.robomaker"; reason: unused.
  • Removed service "aws.route53"; reason: unused.
  • Removed service "aws.route53domains"; reason: unused.
  • Removed service "aws.route53resolver"; reason: unused.
  • Removed service "aws.lexruntimeservice"; reason: unused.
  • Removed service "aws.sagemakerruntime"; reason: unused.
  • Removed service "aws.s3"; reason: unused.
  • Removed service "aws.s3control"; reason: unused.
  • Removed service "aws.s3outposts"; reason: unused.
  • Removed service "aws.augmentedairuntime"; reason: unused.
  • Removed service "aws.sagemakeredgemanager"; reason: unused.
  • Removed service "aws.sagemakerfeaturestoreruntime"; reason: unused.
  • Removed service "aws.sagemaker"; reason: unused.
  • Removed service "aws.savingsplans"; reason: unused.
  • Removed service "aws.schemas"; reason: unused.
  • Removed service "aws.secretsmanager"; reason: unused.
  • Removed service "aws.securityhub"; reason: unused.
  • Removed service "aws.serverlessapplicationrepository"; reason: unused.
  • Removed service "aws.servicequotas"; reason: unused.
  • Removed service "aws.appregistry"; reason: unused.
  • Removed service "aws.servicecatalog"; reason: unused.
  • Removed service "aws.servicediscovery"; reason: unused.
  • Removed service "aws.sesv2"; reason: unused.
  • Removed service "aws.shield"; reason: unused.
  • Removed service "aws.signer"; reason: unused.
  • Removed service "aws.pinpointsmsvoice"; reason: unused.
  • Removed service "aws.sms"; reason: unused.
  • Removed service "aws.snowball"; reason: unused.
  • Removed service "aws.sns"; reason: unused.
  • Removed service "aws.sqs"; reason: unused.
  • Removed service "aws.ssm"; reason: unused.
  • Removed service "aws.ssoadmin"; reason: unused.
  • Removed service "aws.ssooidc"; reason: unused.
  • Removed service "aws.sso"; reason: unused.
  • Removed service "aws.sfn"; reason: unused.
  • Removed service "aws.storagegateway"; reason: unused.
  • Removed service "aws.dynamodbstreams"; reason: unused.
  • Removed service "aws.sts"; reason: unused.
  • Removed service "aws.support"; reason: unused.
  • Removed service "aws.swf"; reason: unused.
  • Removed service "aws.synthetics"; reason: unused.
  • Removed service "aws.textract"; reason: unused.
  • Removed service "aws.timestreamquery"; reason: unused.
  • Removed service "aws.timestreamwrite"; reason: unused.
  • Removed service "aws.transcribeservice"; reason: unused.
  • Removed service "aws.transfer"; reason: unused.
  • Removed service "aws.translate"; reason: unused.
  • Removed service "aws.wafregional"; reason: unused.
  • Removed service "aws.waf"; reason: unused.
  • Removed service "aws.wafv2"; reason: unused.
  • Removed service "aws.workdocs"; reason: unused.
  • Removed service "aws.worklink"; reason: unused.
  • Removed service "aws.workmail"; reason: unused.
  • Removed service "aws.workmailmessageflow"; reason: unused.
  • Removed service "aws.workspaces"; reason: unused.
  • Removed service "aws.xray"; reason: unused.
  • Removed service "liip_functional_test.query.counter"; reason: unused.
  • Removed service "AWEdmBundle\Form\EdmTransformer"; reason: unused.
  • Removed service "AWEdmBundle\Helper\FileHelper"; reason: unused.
  • Removed service "AWEdmBundle\Repository\FileRepository"; reason: unused.
  • Removed service "AWEdmBundle\Repository\FolderRepository"; reason: unused.
  • Removed service "ArticleCmsBundle\Enum\ArticleStatusEnum"; reason: unused.
  • Removed service "ArticleCmsBundle\Enum\ArticleTemplateEnum"; reason: unused.
  • Removed service "ArticleCmsBundle\Event\BackofficeArticleSaved"; reason: unused.
  • Removed service "ArticleCmsBundle\Repository\ArticleElementRepository"; reason: unused.
  • Removed service "ArticleCmsBundle\Repository\ArticleListElementRepository"; reason: unused.
  • Removed service "ArticleCmsBundle\Repository\ArticleRepository"; reason: unused.
  • Removed service "ArticleCmsBundle\Repository\ArticleTemplateRepository"; reason: unused.
  • Removed service "ArticleCmsBundle\Repository\ArticleTranslationRepository"; reason: unused.
  • Removed service "ArticleCmsBundle\Repository\ArticleTypeListElementRepository"; reason: unused.
  • Removed service "ArticleCmsBundle\Repository\TypeArticleRepository"; reason: unused.
  • Removed service "ArticleCmsBundle\Repository\TypeArticleTranslationRepository"; reason: unused.
  • Removed service "AWCatalogBundle\Repository\CategoryFilterRepository"; reason: unused.
  • Removed service "AWCatalogBundle\Repository\CategoryRepository"; reason: unused.
  • Removed service "AWCatalogBundle\Repository\CategoryTranslationRepository"; reason: unused.
  • Removed service "AWCatalogBundle\Repository\FilterRepository"; reason: unused.
  • Removed service "AWCatalogBundle\Repository\ItemRepository"; reason: unused.
  • Removed service "AWCatalogBundle\Repository\ItemTranslationRepository"; reason: unused.
  • Removed service "AWFormBundle\Enum\CaptchaTypeEnum"; reason: unused.
  • Removed service "AWFormBundle\Enum\FieldTypeEnum"; reason: unused.
  • Removed service "AWFormBundle\Event\EmailToCustomerEvent"; reason: unused.
  • Removed service "AWFormBundle\Event\FormSubmittedEvent"; reason: unused.
  • Removed service "AWFormBundle\Migrations\Version20190116153734"; reason: unused.
  • Removed service "AWFormBundle\Repository\PostedFormRepository"; reason: unused.
  • Removed service "AWCmsBundle\Behat\Context\CMSFeatureContext"; reason: unused.
  • Removed service "AWCmsBundle\Behat\Context\FeatureContext"; reason: unused.
  • Removed service "AWCmsBundle\Behat\Context\FixtureContext"; reason: unused.
  • Removed service "AWCmsBundle\Behat\Context\SEOFeatureContext"; reason: unused.
  • Removed service "AWCmsBundle\Behat\Context\ZoneTemplateFeatureContext"; reason: unused.
  • Removed service "AWCmsBundle\Cloner\Model\ClonedReference"; reason: unused.
  • Removed service "AWCmsBundle\Cloner\Model\ClonerSettings"; reason: unused.
  • Removed service "AWCmsBundle\Enum\BannerTypeEnum"; reason: unused.
  • Removed service "AWCmsBundle\Enum\CallToActionTypeEnum"; reason: unused.
  • Removed service "AWCmsBundle\Enum\CallToActionZoneTypeEnum"; reason: unused.
  • Removed service "AWCmsBundle\Enum\LinkTargetEnum"; reason: unused.
  • Removed service "AWCmsBundle\Enum\PageStatusEnum"; reason: unused.
  • Removed service "AWCmsBundle\Enum\PageTypeEnum"; reason: unused.
  • Removed service "AWCmsBundle\Enum\SocialNetwork\DisplayTypeEnum"; reason: unused.
  • Removed service "AWCmsBundle\Enum\SocialNetwork\ImageDisplayEnum"; reason: unused.
  • Removed service "AWCmsBundle\Enum\SocialNetwork\MediaSizeEnum"; reason: unused.
  • Removed service "AWCmsBundle\Enum\TemplateTypeEnum"; reason: unused.
  • Removed service "AWCmsBundle\Enum\VideoTypeEnum"; reason: unused.
  • Removed service "AWCmsBundle\Event\GlobalTwigVariableEvent"; reason: unused.
  • Removed service "AWCmsBundle\Event\LoginSuccessEvent"; reason: unused.
  • Removed service "AWCmsBundle\Event\ModuleEvent"; reason: unused.
  • Removed service "AWCmsBundle\Event\SiteEvent"; reason: unused.
  • Removed service "AWCmsBundle\Exception\AuthFailException"; reason: unused.
  • Removed service "AWCmsBundle\Exception\CmsException"; reason: unused.
  • Removed service "AWCmsBundle\Form\Builder\SharingBuilder"; reason: unused.
  • Removed service "AWCmsBundle\Message\GenerateSlug"; reason: unused.
  • Removed service "AWCmsBundle\Message\PublishPages"; reason: unused.
  • Removed service "AWCmsBundle\Modules\Module"; reason: unused.
  • Removed service "AWCmsBundle\Repository\BannerRepository"; reason: unused.
  • Removed service "AWCmsBundle\Repository\BlocRepository"; reason: unused.
  • Removed service "AWCmsBundle\Repository\CallToActionRepository"; reason: unused.
  • Removed service "AWCmsBundle\Repository\CallToActionTemplateRepository"; reason: unused.
  • Removed service "AWCmsBundle\Repository\ElementRepository"; reason: unused.
  • Removed service "AWCmsBundle\Repository\FlashInfoRepository"; reason: unused.
  • Removed service "AWCmsBundle\Repository\HostRepository"; reason: unused.
  • Removed service "AWCmsBundle\Repository\MenuTreeRepository"; reason: unused.
  • Removed service "AWCmsBundle\Repository\PageRepository"; reason: unused.
  • Removed service "AWCmsBundle\Repository\PageVersionRepository"; reason: unused.
  • Removed service "AWCmsBundle\Repository\PageVersionTranslationRepository"; reason: unused.
  • Removed service "AWCmsBundle\Repository\RedirectionRepository"; reason: unused.
  • Removed service "AWCmsBundle\Repository\SiteRepository"; reason: unused.
  • Removed service "AWCmsBundle\Repository\SlugRepository"; reason: unused.
  • Removed service "AWCmsBundle\Repository\TemplateRepository"; reason: unused.
  • Removed service "AWCmsBundle\Repository\UserRepository"; reason: unused.
  • Removed service "AWCmsBundle\Router\NavigationHelper"; reason: unused.
  • Removed service "AWCmsBundle\Security\SecurityUser"; reason: unused.
  • Removed service "AWCmsBundle\Service\GlobalHelper"; reason: unused.
  • Removed service "AWCmsBundle\Service\SwiftMailer"; reason: unused.
  • Removed service "AWCmsBundle\SocialNetwork\Entity\Album"; reason: unused.
  • Removed service "AWCmsBundle\SocialNetwork\Entity\Image"; reason: unused.
  • Removed service "AWCmsBundle\SocialNetwork\Enum\SocialNetworkEnum"; reason: unused.
  • Removed service "AWCmsBundle\SocialNetwork\Exception\FacebookException"; reason: unused.
  • Removed service "AWCmsBundle\SocialNetwork\Exception\InstagramException"; reason: unused.
  • Removed service "AWCmsBundle\SocialNetwork\Exception\TwitterException"; reason: unused.
  • Removed service "AWCmsBundle\SocialNetwork\Filter\Filter"; reason: unused.
  • Removed service "AWCmsBundle\SocialNetwork\Filter\Instagram\ResultFilter"; reason: unused.
  • Removed service "AWCmsBundle\Tool\EntityTool"; reason: unused.
  • Removed service "AWCmsBundle\Tool\FileSystemTool"; reason: unused.
  • Removed service "AWCmsBundle\Tool\StringTool"; reason: unused.
  • Removed service "AWCmsBundle\Transformer\EntityToIdTransformer"; reason: unused.
  • Removed service "AWCmsBundle\Validator\Constraints\ContainsAnalytics"; reason: unused.
  • Removed service "AwCmsZoneTemplateBundle\Exception\IncorrectZoneTemplateException"; reason: unused.
  • Removed service "AwCmsZoneTemplateBundle\Repository\ZoneTemplateInstanceRepository"; reason: unused.
  • Removed service "AwCmsZoneTemplateBundle\Repository\ZoneTemplateRepository"; reason: unused.
  • Removed service "AwCmsSocialNetworkBundle\AwCmsSocialNetworkBundle"; reason: unused.
  • Removed service "AwCmsSocialNetworkBundle\Cache\CacheCleaner"; reason: unused.
  • Removed service "AwCmsSocialNetworkBundle\Cache\CacheNamer"; reason: unused.
  • Removed service "AwCmsSocialNetworkBundle\Enum\ImageTrimmingEnum"; reason: unused.
  • Removed service "AwCmsSocialNetworkBundle\Enum\MediaSizeEnum"; reason: unused.
  • Removed service "AwCmsSocialNetworkBundle\Getter\File\EdmFileGetter"; reason: unused.
  • Removed service "AwCmsSocialNetworkBundle\Repository\SocialNetworkElementDisplayTypeRepository"; reason: unused.
  • Removed service "AwCmsSocialNetworkBundle\Validator\Constraints\SocialNetworkElementInstagramSearch"; reason: unused.
  • Removed service "AwCmsSocialNetworkBundle\Validator\Constraints\SocialNetworkElementTwitterSearch"; reason: unused.
  • Removed service "httplug.strategy"; reason: unused.
  • Removed service "httplug.async_client.default"; reason: unused.
  • Removed service "httplug.factory.symfony"; reason: unused.
  • Removed service "httplug.plugin.content_length"; reason: unused.
  • Removed service "httplug.plugin.cookie"; reason: unused.
  • Removed service "httplug.plugin.decoder"; reason: unused.
  • Removed service "httplug.plugin.error"; reason: unused.
  • Removed service "httplug.plugin.history"; reason: unused.
  • Removed service "httplug.plugin.logger"; reason: unused.
  • Removed service "httplug.plugin.redirect"; reason: unused.
  • Removed service "httplug.plugin.retry"; reason: unused.
  • Removed service "httplug.plugin.stopwatch"; reason: unused.
  • Removed service "httplug.collector.auto_discovered_client"; reason: unused.
  • Removed service "httplug.collector.factory.auto"; reason: unused.
  • Removed service "httplug.collector.factory.buzz"; reason: unused.
  • Removed service "httplug.collector.factory.guzzle5"; reason: unused.
  • Removed service "httplug.collector.factory.guzzle6"; reason: unused.
  • Removed service "httplug.collector.factory.react"; reason: unused.
  • Removed service "httplug.collector.factory.socket"; reason: unused.
  • Removed service "httplug.client.hwi_special.client"; reason: unused.
  • Removed service "httplug.client.hwi_special"; reason: unused.
  • Removed service "hwi_oauth.authentication.provider.oauth"; reason: unused.
  • Removed service "hwi_oauth.user.provider"; reason: unused.
  • Removed service "Rollerworks\Component\PasswordStrength\Validator\Constraints\PasswordStrengthValidator"; reason: unused.
  • Removed service "rollerworks_password_strength.blacklist.provider.array"; reason: unused.
  • Removed service "rollerworks_password_strength.blacklist.provider.sqlite"; reason: unused.
  • Removed service "rollerworks_password_strength.blacklist.provider.chain"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
  • Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
  • Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
  • Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
  • Removed service "lexik_jwt_authentication.handler.authentication_success"; reason: unused.
  • Removed service "lexik_jwt_authentication.handler.authentication_failure"; reason: unused.
  • Removed service ".1_TokenStorage~jze839s"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.guard.jwt_token_authenticator"; reason: unused.
  • Removed service "lexik_jwt_authentication.extractor.chain_extractor"; reason: unused.
  • Removed service "lexik_jwt_authentication.extractor.authorization_header_extractor"; reason: unused.
  • Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
  • Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
  • Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
  • Removed service "anyx.login_gate.username_resolver.default"; reason: unused.
  • Removed service "monolog.logger.templating"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service ".service_locator.AwtTKCc"; reason: unused.
  • Removed service ".service_locator.AwtTKCc.router.default"; reason: unused.
  • Removed service ".service_locator.LOEm7gJ"; reason: unused.
  • Removed service ".service_locator.LOEm7gJ.ArticleCmsBundle\Controller\ArticleController"; reason: unused.
  • Removed service ".service_locator.LOEm7gJ.ArticleCmsBundle\Controller\ArticleSettingsController"; reason: unused.
  • Removed service ".service_locator.LOEm7gJ.ArticleCmsBundle\Controller\FrontController"; reason: unused.
  • Removed service ".service_locator.LOEm7gJ.ArticleCmsBundle\Controller\TypeArticleController"; reason: unused.
  • Removed service ".service_locator.EM7UtCy"; reason: unused.
  • Removed service ".service_locator.EM7UtCy.AWCatalogBundle\Controller\CatalogSettingsController"; reason: unused.
  • Removed service ".service_locator.EM7UtCy.AWCatalogBundle\Controller\CategoryController"; reason: unused.
  • Removed service ".service_locator.EM7UtCy.AWCatalogBundle\Controller\CategoryFilterController"; reason: unused.
  • Removed service ".service_locator.EM7UtCy.AWCatalogBundle\Controller\DefaultController"; reason: unused.
  • Removed service ".service_locator.EM7UtCy.AWCatalogBundle\Controller\FilterController"; reason: unused.
  • Removed service ".service_locator.EM7UtCy.AWCatalogBundle\Controller\ItemController"; reason: unused.
  • Removed service ".service_locator.vdmMuyE.AWFormBundle\Controller\DefaultController"; reason: unused.
  • Removed service ".service_locator.vdmMuyE.AWFormBundle\Controller\PredefinedChoiceController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\AdminController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\BlocController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\CallToActionController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\CloneController"; reason: unused.
  • Removed service ".service_locator.vgIHmB1"; reason: unused.
  • Removed service ".service_locator.vgIHmB1.AWCmsBundle\Controller\DebugController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\EdmFilesController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\ElementController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\EmailSettingsController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\FlashInfoController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\FrontController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\HealthCheckController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\HelpController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\HistoricController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\MenuTreeController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\ModuleController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\PageController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\PopInController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\RedirectionController"; reason: unused.
  • Removed service ".service_locator.ch.jK12"; reason: unused.
  • Removed service ".service_locator.ch.jK12.AWCmsBundle\Controller\RestController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\Security\RegistrationController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\Security\ResettingController"; reason: unused.
  • Removed service ".service_locator.ch.jK12.AWCmsBundle\Controller\Security\RestSecurityController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\Security\SecurityController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\Security\UserBackOfficeController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\Security\UserFrontOfficeController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\SiteController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\SlugController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\SlugSEOController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\SocialNetwork\InstagramController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\SocialNetwork\LinkListController"; reason: unused.
  • Removed service ".service_locator.Ea_66cN.AWCmsBundle\Controller\ThemeController"; reason: unused.
  • Removed service ".service_locator.vdmMuyE.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateController"; reason: unused.
  • Removed service ".service_locator.vdmMuyE.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateInstanceController"; reason: unused.
  • Removed service ".service_locator.vdmMuyE.AwCmsZoneTemplateBundle\Controller\Admin\ZoneTemplateSettingsController"; reason: unused.
  • Removed service ".service_locator.vdmMuyE.AwCmsSocialNetworkBundle\Controller\Api\SocialNetworkElementController"; reason: unused.
  • Removed service ".service_locator.vdmMuyE.AwCmsSocialNetworkBundle\Controller\SocialNetworkSettingsController"; reason: unused.
  • Removed service ".service_locator.wnlveDj"; reason: unused.
  • Removed service "httplug.collector.auto_discovered_client.inner"; reason: unused.
  • Removed service "httplug.collector.factory.auto.inner"; reason: unused.
  • Removed service "httplug.collector.factory.buzz.inner"; reason: unused.
  • Removed service "httplug.collector.factory.guzzle5.inner"; reason: unused.
  • Removed service "httplug.collector.factory.guzzle6.inner"; reason: unused.
  • Removed service "httplug.collector.factory.react.inner"; reason: unused.
  • Removed service "httplug.collector.factory.socket.inner"; reason: unused.
563
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\Admin\DocumentController" to "AppBundle\Controller\Admin\DocumentController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\Admin\EventController" to "AppBundle\Controller\Admin\EventController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\Admin\GroupActionController" to "AppBundle\Controller\Admin\GroupActionController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\Admin\MemberController" to "AppBundle\Controller\Admin\MemberController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\Front\DocumentController" to "AppBundle\Controller\Front\DocumentController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\Front\EventController" to "AppBundle\Controller\Front\EventController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\Front\MemberController" to "AppBundle\Controller\Front\MemberController".
  • Inlined service "error_handler.error_renderer.serializer" to "error_controller".
  • Inlined service "debug.controller_resolver" to "http_kernel".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator.amnwoiW" to "fragment.handler".
  • Inlined service ".1_~Y00Qrq4" to "error_handler.error_renderer.html".
  • Inlined service ".2_~Y00Qrq4" to "error_handler.error_renderer.html".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "translation.writer" to "console.command.translation_update".
  • Inlined service "cache.app.recorder_inner" to "cache.app".
  • Inlined service "cache.system.recorder_inner" to "cache.system".
  • Inlined service "cache.validator.recorder_inner" to "cache.validator".
  • Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
  • Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
  • Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
  • Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
  • Inlined service "app_cache.recorder_inner" to "app_cache".
  • Inlined service "session.storage.native" to "session".
  • Inlined service "session.storage.metadata_bag" to "session.storage.native".
  • Inlined service ".service_locator.f1ancQ8" to "session_listener".
  • Inlined service ".1_ResolvedFormTypeFactory~18o8Nje" to "form.resolved_type_factory".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "form.resolved_type_factory" to "form.registry".
  • Inlined service ".service_locator.8YHvp69" 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._package_datatables_cdn" to "assets.packages".
  • Inlined service "templating.filename_parser" to "templating.finder".
  • Inlined service "messenger.senders_locator" to "messenger.middleware.send_message".
  • Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
  • Inlined service ".service_locator.CCTmIC0" to "messenger.routable_message_bus".
  • Inlined service "messenger.transport.native_php_serializer" to "messenger.transport.async".
  • Inlined service "messenger.transport_factory" to "messenger.transport.async".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.N6CoNbj" to "validator.validator_factory".
  • Inlined service ".service_locator.V.o0zE7" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "identity_translator" to "translator.formatter.default".
  • Inlined service "translation.extractor.php" to "translation.extractor".
  • Inlined service "twig.translation.extractor" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.po" to "translation.writer".
  • Inlined service "translation.dumper.mo" to "translation.writer".
  • Inlined service "translation.dumper.yml" to "translation.writer".
  • Inlined service "translation.dumper.yaml" to "translation.writer".
  • Inlined service "translation.dumper.qt" to "translation.writer".
  • Inlined service "translation.dumper.csv" to "translation.writer".
  • Inlined service "translation.dumper.ini" to "translation.writer".
  • Inlined service "translation.dumper.json" to "translation.writer".
  • Inlined service "translation.dumper.res" to "translation.writer".
  • Inlined service ".service_locator.XSes1R5.translation.warmer" to "translation.warmer".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.translation" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "data_collector.messenger" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service "debug.validator.inner" to "debug.validator".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service ".service_locator.7E.p4sS" to ".1_LegacyRouteLoaderContainer~5p57MsF".
  • Inlined service "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.container" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service ".1_LegacyRouteLoaderContainer~5p57MsF" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.m90YCjy.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service ".1_ArrayCache~Re3AaWt" to "annotations.cached_reader".
  • Inlined service ".2_PhpArrayAdapter~Re3AaWt" to "annotations.cache".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "fos_rest.serializer.form_error_normalizer" to "serializer".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "serializer.normalizer.datetimezone" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.data_uri" to "serializer".
  • Inlined service "serializer.denormalizer.array" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "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.mapping.class_discriminator_resolver" to "serializer.normalizer.object".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service ".1_~X15UZGm" to "error_handler.error_renderer.serializer".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service ".2_~X15UZGm" 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.C2Thyvr.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.logger" to "doctrine.dbal.logger.chain.default".
  • Inlined service ".service_locator..RYm2SS" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.orm.listeners.resolve_target_entity" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "stof_doctrine_extensions.listener.timestampable" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "stof_doctrine_extensions.listener.tree" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "stof_doctrine_extensions.listener.sluggable" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "stof_doctrine_extensions.listener.sortable" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "knp.doctrine_behaviors.translatable_subscriber" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "knp.doctrine_behaviors.softdeletable_subscriber" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "knp.doctrine_behaviors.timestampable_subscriber" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "knp.doctrine_behaviors.tree_subscriber" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "knp.doctrine_behaviors.sortable_subscriber" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "knp.doctrine_behaviors.blameable_subscriber" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "knp.doctrine_behaviors.loggable_subscriber" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "knp.doctrine_behaviors.geocodable_subscriber" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "knp.doctrine_behaviors.sluggable_subscriber" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "AWEdmBundle\EventListener\DocumentSubscriber" 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.CwgZV7i" to "doctrine.orm.container_repository_factory".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.query" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.result" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_xml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "cache.doctrine.orm.default.metadata.recorder_inner" to "cache.doctrine.orm.default.metadata".
  • 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 "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 ".service_locator.XjnY8xG" to "security.token_storage".
  • Inlined service ".service_locator.6zQlgQt" to "security.helper".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service ".service_locator.iuGr.fa" to "security.firewall.map".
  • 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.fN1NbU." to "security.access_map".
  • Inlined service ".security.request_matcher.Gk0aPam" to "security.access_map".
  • Inlined service ".security.request_matcher.p1rRZiX" to "security.access_map".
  • Inlined service ".security.request_matcher.y2.Jcyj" to "security.access_map".
  • Inlined service ".security.request_matcher.AzasC78" to "security.access_map".
  • Inlined service ".security.request_matcher.9GRn6NT" to "security.access_map".
  • Inlined service ".security.request_matcher.Q1QI6Fl" to "security.access_map".
  • Inlined service ".security.request_matcher.q.UNNnR" to "security.access_map".
  • Inlined service ".security.request_matcher.uxURVE." to "security.access_map".
  • 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.logout.handler.csrf_token_clearing" to "security.logout_listener.main".
  • Inlined service "security.logout.handler.session" to "security.logout_listener.main".
  • Inlined service "security.authentication.guard_handler" to "security.authentication.listener.guard.main".
  • Inlined service "AWCmsBundle\Security\OAuthUserProvider" to "hwi_oauth.authentication.provider.oauth.main".
  • Inlined service "security.authentication.success_handler.main.oauth" to "hwi_oauth.authentication.listener.oauth.main".
  • Inlined service "security.authentication.failure_handler.main.oauth" to "hwi_oauth.authentication.listener.oauth.main".
  • Inlined service "hwi_oauth.authentication.entry_point.oauth.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 ".1_NonceGenerator~K8YKDTw" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~K8YKDTw" to "twig.extension.webprofiler".
  • Inlined service "twig.loader.chain" 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.form" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "jms_serializer.twig_extension.serializer" to "twig".
  • Inlined service "Fresh\DoctrineEnumBundle\Twig\Extension\EnumConstantTwigExtension" to "twig".
  • Inlined service "Fresh\DoctrineEnumBundle\Twig\Extension\EnumValuesAsArrayTwigExtension" to "twig".
  • Inlined service "Fresh\DoctrineEnumBundle\Twig\Extension\ReadableEnumValueTwigExtension" to "twig".
  • Inlined service "cocur_slugify.twig.slugify" to "twig".
  • Inlined service "nelmio_api_doc.twig.extension.extra_markdown" to "twig".
  • Inlined service "AWEdmBundle\Twig\Extension\PathExtension" to "twig".
  • Inlined service "ArticleCmsBundle\Twig\Extension\ArticleSettingsExtension" to "twig".
  • Inlined service "AWCatalogBundle\Twig\CatalogSettingsExtension" to "twig".
  • Inlined service "AWCmsBundle\Twig\Extension\AssetExtension" to "twig".
  • Inlined service "AWCmsBundle\Twig\Extension\CarouselExtension" to "twig".
  • Inlined service "AWCmsBundle\Twig\Extension\DumpMethodsExtension" to "twig".
  • Inlined service "AWCmsBundle\Twig\Extension\GlobalVariablesExtension" to "twig".
  • Inlined service "AWCmsBundle\Twig\Extension\ModuleExtension" to "twig".
  • Inlined service "AWCmsBundle\Twig\Extension\SEOAnalysisExtension" to "twig".
  • Inlined service "AWCmsBundle\Twig\Extension\SliceWordsExtension" to "twig".
  • Inlined service "AWCmsBundle\Twig\Extension\SortByFieldExtension" to "twig".
  • Inlined service "AWCmsBundle\Twig\Extension\StripTagsCustomExtension" to "twig".
  • Inlined service "AWCmsBundle\Twig\Extension\TranslationExtension" to "twig".
  • Inlined service "AWCmsBundle\Twig\Extension\VideoParserExtension" to "twig".
  • Inlined service "sg_datatables.twig.extension" to "twig".
  • Inlined service "httplug.collector.twig.http_message" to "twig".
  • Inlined service "hwi_oauth.twig.extension.oauth" to "twig".
  • Inlined service "knp_paginator.twig.extension.pagination" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.o9nGMXB.twig.cache_warmer" to "twig.cache_warmer".
  • Inlined service ".service_locator.o9nGMXB.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "AWCmsBundle\Templating\FilesystemLoader" to "twig.loader.chain".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service ".service_locator.HbKpD7Z" to "twig.runtime_loader".
  • Inlined service ".1_~KgckxGD" to "twig.error_renderer.html".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • 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.php_compat_util" 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.RnpDE64" to "jms_serializer.event_dispatcher".
  • Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.annotation_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.chain_driver" to "jms_serializer.metadata.doctrine_type_driver".
  • Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
  • Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.metadata_factory".
  • Inlined service "jms_serializer.metadata.cache.file_cache" to "jms_serializer.metadata_factory".
  • Inlined service "jms_serializer.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
  • Inlined service "jms_serializer.unserialize_object_constructor" to "jms_serializer.doctrine_object_constructor".
  • Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
  • Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
  • Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
  • Inlined service "stof_doctrine_extensions.uploadable.mime_type_guesser" to "stof_doctrine_extensions.listener.uploadable".
  • Inlined service "stof_doctrine_extensions.uploadable.configurator" to "stof_doctrine_extensions.listener.uploadable".
  • Inlined service "a2lix_translation_form.default.listener.translations" to "a2lix_translation_form.default.type.translations".
  • Inlined service "a2lix_translation_form.default.listener.translationsForms" to "a2lix_translation_form.default.type.translationsForms".
  • Inlined service "fos_rest.request.param_fetcher.reader" to "fos_rest.routing.loader.reader.action".
  • Inlined service ".service_locator.CP4QR4Q" to "fos_rest.decoder_provider".
  • Inlined service "fos_rest.decoder_provider" to "fos_rest.body_listener".
  • Inlined service "fos_rest.format_negotiator" to "fos_rest.format_listener".
  • Inlined service "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" to "fos_rest.format_negotiator".
  • Inlined service "fos_rest.request_matcher.4048888c685b3046ea3922ff8ef9a5da39c4ece810775b7853583243e2193f8d327e1652" to "fos_rest.format_negotiator".
  • Inlined service "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" to "fos_rest.format_negotiator".
  • Inlined service "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
  • Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
  • Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
  • Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
  • Inlined service "jms_i18n_routing.route_exclusion_strategy" to "jms_i18n_routing.loader".
  • Inlined service "jms_i18n_routing.pattern_generation_strategy.default" to "jms_i18n_routing.loader".
  • Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
  • Inlined service "AppBundle\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
  • Inlined service "AWEdmBundle\DataFixtures\ORM\LoadDocumentData" to "doctrine.fixtures.loader".
  • Inlined service "AWCmsBundle\DataFixtures\Behat\LoadCmsData" to "doctrine.fixtures.loader".
  • Inlined service "AWCmsBundle\DataFixtures\ORM\LoadCmsData" to "doctrine.fixtures.loader".
  • Inlined service "AwCmsZoneTemplateBundle\DataFixtures\ORM\LoadZoneTemplateData" to "doctrine.fixtures.loader".
  • Inlined service "knp.doctrine_behaviors.translatable_subscriber.current_locale_callable" to "knp.doctrine_behaviors.translatable_subscriber".
  • Inlined service "knp.doctrine_behaviors.translatable_subscriber.default_locale_callable" to "knp.doctrine_behaviors.translatable_subscriber".
  • Inlined service "knp.doctrine_behaviors.blameable_subscriber.user_callable" to "knp.doctrine_behaviors.blameable_subscriber".
  • Inlined service "knp.doctrine_behaviors.loggable_subscriber.logger_callable" to "knp.doctrine_behaviors.loggable_subscriber".
  • Inlined service "cocur_slugify" to "cocur_slugify.twig.slugify".
  • Inlined service "oneup_flysystem.local_adapter" to "oneup_flysystem.local_filesystem".
  • Inlined service "oneup_flysystem.s3_adapter" to "oneup_flysystem.s3_filesystem".
  • Inlined service "nelmio_api_doc.controller_name_parser" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "nelmio_api_doc.extractor.handler.fos_rest" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "nelmio_api_doc.extractor.handler.jms_security" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "nelmio_api_doc.extractor.handler.sensio_framework_extra" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "nelmio_api_doc.extractor.handler.phpdoc" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "nelmio_api_doc.parser.json_serializable_parser" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "nelmio_api_doc.parser.collection_parser" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "nelmio_api_doc.parser.form_errors_parser" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "nelmio_api_doc.parser.form_type_parser" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "nelmio_api_doc.parser.validation_parser" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "nelmio_api_doc.parser.jms_metadata_parser" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "liip_functional_test.services_database_tools.orm_database_tool" to "liip_functional_test.services.database_tool_collection".
  • Inlined service "liip_functional_test.services_database_tools.orm_sqlite_database_tool" to "liip_functional_test.services.database_tool_collection".
  • Inlined service "liip_functional_test.services_database_tools.mongodb_database_tool" to "liip_functional_test.services.database_tool_collection".
  • Inlined service "liip_functional_test.services_database_tools.phpcr_database_tool" to "liip_functional_test.services.database_tool_collection".
  • Inlined service "Aws\Credentials\Credentials" to "Aws\S3\S3Client".
  • Inlined service "security.helper" to "AWCmsBundle\EventListener\MaintenanceRequestListener".
  • Inlined service "ArticleCmsBundle\Modules\ArticleModuleAdder" to "AWCmsBundle\EventListener\ModuleEventListener".
  • Inlined service "AWCatalogBundle\Modules\AWCatalogModuleAdder" to "AWCmsBundle\EventListener\ModuleEventListener".
  • Inlined service "AWFormBundle\Modules\AWFormModuleAdder" to "AWCmsBundle\EventListener\ModuleEventListener".
  • Inlined service "AWCmsBundle\Modules\AWCmsModuleAdder" to "AWCmsBundle\EventListener\ModuleEventListener".
  • Inlined service "AwCmsZoneTemplateBundle\Modules\AwCmsZoneTemplateModuleAdder" to "AWCmsBundle\EventListener\ModuleEventListener".
  • Inlined service "AwCmsSocialNetworkBundle\Modules\AwCmsSocialNetworkModuleAdder" to "AWCmsBundle\EventListener\ModuleEventListener".
  • Inlined service "AWEdmBundle\Cloner\ClonerServiceEdm" to "AWCmsBundle\Cloner\ClonerManager".
  • Inlined service "AwCmsZoneTemplateBundle\Cloner\ClonerServiceZoneTemplate" to "AWCmsBundle\Cloner\ClonerManager".
  • Inlined service "AWCmsBundle\Process\CommandProcessManager" to "AWCmsBundle\Controller\CloneController".
  • Inlined service ".service_locator.Ea_66cN.AWCmsBundle\Controller\DesignController" to "AWCmsBundle\Controller\DesignController".
  • Inlined service "AWCmsBundle\Manager\Element\EdmFilesElementManager" to "AWCmsBundle\Element\ElementFactory".
  • Inlined service "AWCmsBundle\Transformer\FormToCarouselItemTransformer" to "AWCmsBundle\Form\Carousel\NewCarouselElementItemType".
  • Inlined service "AWCmsBundle\Form\Transformer\ModuleToStringTransformer" to "AWCmsBundle\Form\SiteModulesType".
  • Inlined service "AWCmsBundle\Seo\SEOAnalyzer" to "AWCmsBundle\Twig\Extension\SEOAnalysisExtension".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service ".1_SourceContextProvider~QqMnZHJ" to "var_dumper.contextualized_cli_dumper".
  • Inlined service ".2_SourceContextProvider~QqMnZHJ" to "var_dumper.server_connection".
  • Inlined service ".3_RequestContextProvider~QqMnZHJ" to "var_dumper.server_connection".
  • Inlined service ".4_CliContextProvider~QqMnZHJ" to "var_dumper.server_connection".
  • Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
  • Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
  • Inlined service ".5_CliDescriptor~QqMnZHJ" to "var_dumper.command.server_dump".
  • Inlined service ".6_HtmlDescriptor~QqMnZHJ" to "var_dumper.command.server_dump".
  • Inlined service "httplug.formatter.full_http_message" to "httplug.collector.formatter".
  • Inlined service ".1_CurlCommandFormatter~o5Fb.bS" to "httplug.collector.formatter".
  • Inlined service "httplug.collector.factory.curl.inner" to "httplug.collector.factory.curl".
  • Inlined service "httplug.collector.factory.curl" to "httplug.client.default.client".
  • Inlined service "hwi_oauth.resource_ownermap_locator" to "HWI\Bundle\OAuthBundle\Controller\ConnectController".
  • Inlined service ".service_locator.vdmMuyE.HWI\Bundle\OAuthBundle\Controller\LoginController" to "HWI\Bundle\OAuthBundle\Controller\LoginController".
  • Inlined service "hwi_oauth.util.domain_whitelist" to "HWI\Bundle\OAuthBundle\Controller\RedirectToServiceController".
  • Inlined service "hwi_oauth.templating.helper.oauth" to "hwi_oauth.twig.extension.oauth".
  • Inlined service "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
  • Inlined service "rollerworks_password_strength.blacklist.provider.noop" to "Rollerworks\Component\PasswordStrength\Validator\Constraints\BlacklistValidator".
  • Inlined service "anyx.login_gate.storage.orm" to "anyx.login_gate.attempt_storage".
  • Inlined service "anyx.login_gate.storage.session" to "anyx.login_gate.attempt_storage".
  • Inlined service "AWCmsBundle\Service\UsernameResolver" to "anyx.login_gate.brute_force_checker".
  • 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_functional_test" to "maker.auto_command.make_functional_test".
  • 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_unit_test" to "maker.auto_command.make_unit_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 "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
  • Inlined service "AWCmsBundle\MessageHandler\GenerateSlugHandler" to ".messenger.handler_descriptor.FAR6x4I".
  • Inlined service "AWCmsBundle\MessageHandler\PublishPagesHandler" to ".messenger.handler_descriptor.7GjJB5A".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service "AWCmsBundle\Voter\UserVoter" to "debug.security.voter.AWCmsBundle\Voter\UserVoter".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service "fos_rest.serializer.form_error_handler.inner" to "fos_rest.serializer.form_error_handler".
  • Inlined service ".service_locator.XSes1R5" to ".service_locator.XSes1R5.translation.warmer".
  • Inlined service ".service_locator.m90YCjy" to ".service_locator.m90YCjy.router.cache_warmer".
  • Inlined service ".service_locator.C2Thyvr" to ".service_locator.C2Thyvr.sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.Ea_66cN" to ".service_locator.Ea_66cN.AWCmsBundle\Controller\DesignController".
  • Inlined service ".service_locator.m.3dHPl" to "console.command_loader".
  • Inlined service "debug.traced.messenger.bus.default.inner" to "message_bus".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata_driver".
  • Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
  • Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
  • Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
  • Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
  • Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
  • Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
  • Inlined service "oneup_flysystem.default_adapter_adapter" to "League\Flysystem\Filesystem".
  • Inlined service "AWEdmBundle\Manager\FolderManager" to "awedm.manager.document".
  • Inlined service "AWCmsBundle\Service\ElasticSearchHandler" to "awcms.response_listener".
  • Inlined service "ArticleCmsBundle\Slug\SlugProviderArticle" to "awcms.slug.sluggable_transformer".
  • Inlined service "ArticleCmsBundle\Slug\SlugProviderArticleType" to "awcms.slug.sluggable_transformer".
  • Inlined service "AWCatalogBundle\Slug\SlugProviderCategory" to "awcms.slug.sluggable_transformer".
  • Inlined service "AWCatalogBundle\Slug\SlugProviderItem" to "awcms.slug.sluggable_transformer".
  • Inlined service "AWCmsBundle\Slug\SlugProviderPage" to "awcms.slug.sluggable_transformer".
  • Inlined service "httplug.client.default.client" to "httplug.client".
  • Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service ".service_locator.g0muqaq" to "fos_rest.serializer.jms_handler_registry".
  • Inlined service "assets.empty_version_strategy" to "assets.packages".
  • Inlined service "assets.context" to "assets.packages".
  • Inlined service "assets.empty_version_strategy" to "assets.packages".
  • Inlined service "assets.context" to "assets.packages".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" 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 "knp.doctrine_behaviors.reflection.class_analyzer" to "doctrine.dbal.default_connection".
  • Inlined service "knp.doctrine_behaviors.reflection.class_analyzer" to "doctrine.dbal.default_connection".
  • Inlined service "knp.doctrine_behaviors.reflection.class_analyzer" to "doctrine.dbal.default_connection".
  • Inlined service "knp.doctrine_behaviors.reflection.class_analyzer" to "doctrine.dbal.default_connection".
  • Inlined service "knp.doctrine_behaviors.reflection.class_analyzer" to "doctrine.dbal.default_connection".
  • Inlined service "knp.doctrine_behaviors.reflection.class_analyzer" to "doctrine.dbal.default_connection".
  • Inlined service "knp.doctrine_behaviors.reflection.class_analyzer" to "doctrine.dbal.default_connection".
  • Inlined service "knp.doctrine_behaviors.reflection.class_analyzer" to "doctrine.dbal.default_connection".
  • Inlined service "knp.doctrine_behaviors.reflection.class_analyzer" to "doctrine.dbal.default_connection".
  • Inlined service "assets.packages" to "twig".
  • Inlined service "assets.packages" to "twig".
  • Inlined service "assets.packages" to "twig".
  • Inlined service "nelmio_api_doc.doc_comment_extractor" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "nelmio_api_doc.doc_comment_extractor" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "nelmio_api_doc.doc_comment_extractor" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "AWCmsBundle\Cloner\CloneReferenceManager" to "AWCmsBundle\Cloner\ClonerManager".
  • Inlined service "AWCmsBundle\Cloner\CloneReferenceManager" to "AWCmsBundle\Cloner\ClonerManager".
  • Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata_driver".
  • Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata_driver".
  • Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
  • Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
  • Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
  • Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
  • Inlined service "serializer.mapping.class_metadata_factory" to "serializer".
  • Inlined service "serializer.mapping.class_metadata_factory" to "serializer".
  • Inlined service "serializer.mapping.class_metadata_factory" to "serializer".
  • Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
  • Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
  • Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
460
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
  • Tag "httplug.client" was defined on service(s) "httplug.client", but was never used.
1