https://dev58.nexgen.cz/?rest_route=%2Fwp%2Fv2%2Fusers%2F

Log Messages

Info. & Errors 1

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

Level Channel Message
INFO request Matched route
"front_homepage"
.
[
  "route" => "front_homepage"
  "route_parameters" => [
    "_route" => "front_homepage"
    "_locale" => "cs"
    "_controller" => "App\Controller\ShopController::indexAction"
  ]
  "request_uri" => "https://dev58.nexgen.cz/?rest_route=%2Fwp%2Fv2%2Fusers%2F"
  "method" => "GET"
]
CRITICAL request Uncaught PHP Exception Symfony\Component\HttpClient\Exception\ClientException: "HTTP/2 400 returned for "https://graph.instagram.com/me/media?fields=id%2C%20caption%2C%20media_url%2C%20permalink%2C%20media_type%2C%20thumbnail_url&access_token=IGQWRPamJzbHdnaHYwbFhuU292OVNyem82bjBLRUtNZAUt2Y3o0WEtiN1dCRmxiaXN2SkZAELW9aNUVYNkFzRjhzVmZA4VUNObzNHa3g0WDVIT0FzRGNtU29mX1UxLUhkU2x4ZA3dyOTA0S2s0dwZDZD"." at /home/web/nexgen.cz/dev58/vendor/symfony/http-client/Response/ResponseTrait.php line 291
[
  "exception" => Symfony\Component\HttpClient\Exception\ClientException {#2265
    #message: "HTTP/2 400  returned for "https://graph.instagram.com/me/media?fields=id%2C%20caption%2C%20media_url%2C%20permalink%2C%20media_type%2C%20thumbnail_url&access_token=IGQWRPamJzbHdnaHYwbFhuU292OVNyem82bjBLRUtNZAUt2Y3o0WEtiN1dCRmxiaXN2SkZAELW9aNUVYNkFzRjhzVmZA4VUNObzNHa3g0WDVIT0FzRGNtU29mX1UxLUhkU2x4ZA3dyOTA0S2s0dwZDZD"."
    #code: 400
    #file: "/home/web/nexgen.cz/dev58/vendor/symfony/http-client/Response/ResponseTrait.php"
    #line: 291
    -response: Symfony\Component\HttpClient\Response\CurlResponse {#2256 …}
    trace: {
      /home/web/nexgen.cz/dev58/vendor/symfony/http-client/Response/ResponseTrait.php:291 {
        Symfony\Component\HttpClient\Response\CurlResponse->checkStatusCode() …
        › if (400 <= $this->info['http_code']) {    throw new ClientException($this);}
      }
      /home/web/nexgen.cz/dev58/vendor/symfony/http-client/Response/ResponseTrait.php:103 {
        Symfony\Component\HttpClient\Response\CurlResponse->doGetContent(bool $throw = true): string …
        › if ($throw) {    $this->checkStatusCode();}
      }
      /home/web/nexgen.cz/dev58/vendor/symfony/http-client/Response/CurlResponse.php:220 {
        Symfony\Component\HttpClient\Response\CurlResponse->getContent(bool $throw = true): string …
        › try {    return $this->doGetContent($throw);} finally {
        arguments: {
          $throw: true
        }
      }
      /home/web/nexgen.cz/dev58/vendor/nexcrm/nexcrm-web-bundle/src/Controller/Front/FeedController.php:69 {
        NexCRM\WebBundle\Controller\Front\FeedController->instagramAction(Request $request) …
        › );$jsonData = json_decode($response->getContent());if (!empty(reset($jsonData->data)->media_url)) {
      }
      /home/web/nexgen.cz/dev58/vendor/symfony/http-kernel/HttpKernel.php:157 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#2075 …}
        }
      }
      /home/web/nexgen.cz/dev58/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#5 …}
          $type: 1
        }
      }
      /home/web/nexgen.cz/dev58/vendor/symfony/framework-bundle/Controller/AbstractController.php:147 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->forward(string $controller, array $path = [], array $query = []): Response …
        › 
        ›     return $this->container->get('http_kernel')->handle($subRequest, HttpKernelInterface::SUB_REQUEST);}
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#2075 …}
          $type: 2
        }
      }
      /home/web/nexgen.cz/dev58/src/Controller/BaseController.php:77 {
        App\Controller\BaseController->indexAction() …
        › $page = $this->getDoctrine()->getRepository(Page::class)->findOneBy(["homepage" => 1]);$instagram =  $this->forward('NexCRM\WebBundle\Controller\Front\FeedController::instagramAction');arguments: {
          $controller: "NexCRM\WebBundle\Controller\Front\FeedController::instagramAction"
        }
      }
      /home/web/nexgen.cz/dev58/vendor/symfony/http-kernel/HttpKernel.php:157 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#2075 …}
        }
      }
      /home/web/nexgen.cz/dev58/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#5 …}
          $type: 1
        }
      }
      /home/web/nexgen.cz/dev58/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#5 …}
          $type: 1
          $catch: true
        }
      }
      /home/web/nexgen.cz/dev58/public/index.php:34 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#5 …}
        }
      }
    }
  }
]
{
  /home/web/nexgen.cz/dev58/vendor/symfony/http-client/Response/ResponseTrait.php:291 {
    Symfony\Component\HttpClient\Response\CurlResponse->checkStatusCode() …
    › if (400 <= $this->info['http_code']) {    throw new ClientException($this);}
  }
  /home/web/nexgen.cz/dev58/vendor/symfony/http-client/Response/ResponseTrait.php:103 {
    Symfony\Component\HttpClient\Response\CurlResponse->doGetContent(bool $throw = true): string …
    › if ($throw) {    $this->checkStatusCode();}
  }
  /home/web/nexgen.cz/dev58/vendor/symfony/http-client/Response/CurlResponse.php:220 {
    Symfony\Component\HttpClient\Response\CurlResponse->getContent(bool $throw = true): string …
    › try {    return $this->doGetContent($throw);} finally {
    arguments: {
      $throw: true
    }
  }
  /home/web/nexgen.cz/dev58/vendor/nexcrm/nexcrm-web-bundle/src/Controller/Front/FeedController.php:69 {
    NexCRM\WebBundle\Controller\Front\FeedController->instagramAction(Request $request) …
    › );$jsonData = json_decode($response->getContent());if (!empty(reset($jsonData->data)->media_url)) {
  }
  /home/web/nexgen.cz/dev58/vendor/symfony/http-kernel/HttpKernel.php:157 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#2075 …}
    }
  }
  /home/web/nexgen.cz/dev58/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#5 …}
      $type: 1
    }
  }
  /home/web/nexgen.cz/dev58/vendor/symfony/framework-bundle/Controller/AbstractController.php:147 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->forward(string $controller, array $path = [], array $query = []): Response …
    › 
    ›     return $this->container->get('http_kernel')->handle($subRequest, HttpKernelInterface::SUB_REQUEST);}
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#2075 …}
      $type: 2
    }
  }
  /home/web/nexgen.cz/dev58/src/Controller/BaseController.php:77 {
    App\Controller\BaseController->indexAction() …
    › $page = $this->getDoctrine()->getRepository(Page::class)->findOneBy(["homepage" => 1]);$instagram =  $this->forward('NexCRM\WebBundle\Controller\Front\FeedController::instagramAction');arguments: {
      $controller: "NexCRM\WebBundle\Controller\Front\FeedController::instagramAction"
    }
  }
  /home/web/nexgen.cz/dev58/vendor/symfony/http-kernel/HttpKernel.php:157 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#2075 …}
    }
  }
  /home/web/nexgen.cz/dev58/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#5 …}
      $type: 1
    }
  }
  /home/web/nexgen.cz/dev58/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#5 …}
      $type: 1
      $catch: true
    }
  }
  /home/web/nexgen.cz/dev58/public/index.php:34 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#5 …}
    }
  }
}

Deprecations 62

Log messages generated by using features marked as deprecated.

Time Channel Message
n/a (2 times) Since doctrine/doctrine-bundle 2.3: The "metadata_cache_driver" configuration key is deprecated. PHP Array cache is now automatically registered when %kernel.debug% is false.
n/a (2 times) Since doctrine/doctrine-migrations-bundle 2.2: The "dir_name" option is deprecated. Use "migrations_paths" instead.
n/a (2 times) Since doctrine/doctrine-migrations-bundle 2.2: The "namespace" option is deprecated. Use "migrations_paths" instead.
n/a (2 times) Since symfony/security-bundle 5.1: The "success_handler" at path "security.firewalls.main.logout" is deprecated, register a listener on the "Symfony\Component\Security\Http\Event\LogoutEvent" event instead.
n/a (2 times) Since symfony/security-bundle 5.1: Using "anonymous: lazy" to make the firewall lazy is deprecated, use "anonymous: true" and "lazy: true" instead.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "NexCRM\BaseBundle\Controller\MediaController" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "NexCRM\BaseBundle\EventListener\MediaRequestListener" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "NexCRM\BaseBundle\EventListener\MediaSizeSubscriber" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "NexCRM\BaseBundle\EventListener\MenuBaseControllerConstructListener" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "NexCRM\BaseBundle\EventListener\MenuKernelRequestListener" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "NexCRM\BaseBundle\EventListener\StructureChangeDoctrineListener" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "NexCRM\BaseBundle\Form\Type\FavIconType" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "NexCRM\BaseBundle\Service\FolderManager" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Liip\ImagineBundle\Templating\ImagineExtension" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "NexCRM\WebBundle\EventListener\LocaleListener" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "NexCRM\WebBundle\Twig\TwigExtension" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "NexCRM\ShopBundle\Controller\FeedController" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "NexCRM\NotificationBundle\EventListener\NotificationDoctrineListener" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "NexCRM\DMSBundle\Controller\DMSController" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "NexCRM\DMSBundle\Controller\FileController" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "NexCRM\DMSBundle\EventListener\RequestListener" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "NexCRM\DMSBundle\EventListener\StructureChangeDoctrineListener" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "NexCRM\DMSBundle\EventListener\TwigHookListener" service.
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "NexCRM\DMSBundle\Service\FileTypesManager" service.
n/a Since symfony/framework-bundle 5.1: Using type "Symfony\Component\Routing\RouteCollectionBuilder" for argument 1 of method "App\Kernel:configureRoutes()" is deprecated, use "Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator" instead.
n/a Since symfony/routing 5.1: The "Symfony\Component\Routing\RouteCollectionBuilder" class is deprecated, use "Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator" instead.
n/a The "Sensio\Bundle\FrameworkExtraBundle\Configuration\Route" annotation is deprecated since version 5.2. Use "Symfony\Component\Routing\Annotation\Route" instead.
n/a The "Symfony\Bridge\Twig\NodeVisitor\TranslationNodeVisitor" class extends "Twig\NodeVisitor\AbstractNodeVisitor" that is deprecated since 3.9 (to be removed in 4.0).
n/a The "Symfony\Bridge\Twig\NodeVisitor\TranslationDefaultDomainNodeVisitor" class extends "Twig\NodeVisitor\AbstractNodeVisitor" that is deprecated since 3.9 (to be removed in 4.0).
n/a (18 times) Since twig/twig 3.9: Using the internal "twig_test_empty" function is deprecated.
n/a (10 times) Since twig/twig 3.9: Using "echo" is deprecated, use "yield" instead in "Symfony\Bridge\Twig\Node\TransNode", then flag the class with #[YieldReady].

Debug 279

Unimportant log messages generated during the execution of the application.

Time Channel Message
doctrine SELECT t0.name AS name_1, t0.iso_2 AS iso_2_2, t0.iso_3 AS iso_3_3, t0.default_lang AS default_lang_4, t0.active AS active_5, t0.id AS id_6, t0.country AS country_7 FROM lang t0 WHERE t0.active = ?
[
  1
]
doctrine SELECT t0.name AS name_1, t0.iso_2 AS iso_2_2, t0.iso_3 AS iso_3_3, t0.default_lang AS default_lang_4, t0.active AS active_5, t0.id AS id_6, t0.country AS country_7 FROM lang t0 WHERE t0.default_lang = ? LIMIT 1
[
  1
]
doctrine SELECT t0.name AS name_1, t0.iso_2 AS iso_2_2, t0.iso_3 AS iso_3_3, t0.default_lang AS default_lang_4, t0.active AS active_5, t0.id AS id_6, t0.country AS country_7 FROM lang t0 WHERE t0.iso_2 = ? LIMIT 1
[
  "cs"
]
doctrine SELECT t0.name AS name_1, t0.iso_2 AS iso_2_2, t0.iso_3 AS iso_3_3, t0.default_lang AS default_lang_4, t0.active AS active_5, t0.id AS id_6, t0.country AS country_7 FROM lang t0 WHERE t0.active = ?
[
  1
]
doctrine SELECT t0.name AS name_1, t0.iso_2 AS iso_2_2, t0.iso_3 AS iso_3_3, t0.default_lang AS default_lang_4, t0.active AS active_5, t0.id AS id_6, t0.country AS country_7 FROM lang t0 WHERE t0.default_lang = ? LIMIT 1
[
  1
]
doctrine SELECT t0.name AS name_1, t0.iso_2 AS iso_2_2, t0.iso_3 AS iso_3_3, t0.default_lang AS default_lang_4, t0.active AS active_5, t0.id AS id_6, t0.country AS country_7 FROM lang t0 WHERE t0.iso_2 = ? LIMIT 1
[
  "cs"
]
event Notified event
"kernel.request"
to listener
"NexCRM\BaseBundle\EventListener\MediaRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "NexCRM\BaseBundle\EventListener\MediaRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"NexCRM\DMSBundle\EventListener\RequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "NexCRM\DMSBundle\EventListener\RequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"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
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"NexCRM\BaseBundle\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "NexCRM\BaseBundle\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"NexCRM\BaseBundle\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "NexCRM\BaseBundle\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"NexCRM\WebBundle\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "NexCRM\WebBundle\EventListener\LocaleListener::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
"basebundle.base_controller.construct"
to listener
"NexCRM\BaseBundle\EventListener\MenuBaseControllerConstructListener::onBaseControllerConstruct"
.
[
  "event" => "basebundle.base_controller.construct"
  "listener" => "NexCRM\BaseBundle\EventListener\MenuBaseControllerConstructListener::onBaseControllerConstruct"
]
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
"NexCRM\BaseBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "NexCRM\BaseBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"NexCRM\BaseBundle\EventListener\UserKernelRequestListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "NexCRM\BaseBundle\EventListener\UserKernelRequestListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"NexCRM\WebBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "NexCRM\WebBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"AndreaSprega\Bundle\BreadcrumbBundle\EventListener\BreadcrumbListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "AndreaSprega\Bundle\BreadcrumbBundle\EventListener\BreadcrumbListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"NexCRM\ShopBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "NexCRM\ShopBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"NexCRM\NotificationBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "NexCRM\NotificationBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"NexCRM\PersonBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "NexCRM\PersonBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"NexCRM\CompanyBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "NexCRM\CompanyBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"NexCRM\DMSBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "NexCRM\DMSBundle\EventListener\ControllerListener::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
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
doctrine SELECT t0.alias AS alias_1, t0.value AS value_2, t0.id AS id_3, t4.trans_value AS trans_value_5, t4.id AS id_6, t4.locale AS locale_7, t4.translatable_id AS translatable_id_8 FROM setting t0 LEFT JOIN setting_translation t4 ON t4.translatable_id = t0.id
doctrine SELECT t0.homepage AS homepage_1, t0.documents_order AS documents_order_2, t0.doc_files_order AS doc_files_order_3, t0.id AS id_4, t0.sort AS sort_5, t0.files_order AS files_order_6, t0.media_updated AS media_updated_7, t0.img_files_order AS img_files_order_8, t0.parent AS parent_9, t0.seo_id AS seo_id_10, t0.template_id AS template_id_11, t0.page_file_id AS page_file_id_12, t0.file_id AS file_id_13, t0.img_file_id AS img_file_id_14, t0.doc_file_id AS doc_file_id_15, t16.name AS name_17, t16.title AS title_18, t16.short_text AS short_text_19, t16.text AS text_20, t16.id AS id_21, t16.locale AS locale_22, t16.translatable_id AS translatable_id_23 FROM web_page t0 LEFT JOIN web_page_translation t16 ON t16.translatable_id = t0.id
doctrine SELECT t0.name AS name_1, t0.id AS id_2, t3.name AS name_4, t3.id AS id_5, t3.locale AS locale_6, t3.translatable_id AS translatable_id_7 FROM web_menu_group t0 LEFT JOIN web_menu_group_translation t3 ON t3.translatable_id = t0.id
doctrine SELECT w0_.link_id AS link_id_0, w0_.url AS url_1, w0_.active AS active_2, w0_.id AS id_3, w0_.sort AS sort_4, w0_.parent AS parent_5, w0_.module_id AS module_id_6, w0_.file_id AS file_id_7, w0_.img_file_id AS img_file_id_8 FROM web_menu w0_ INNER JOIN web_menu_to_group w2_ ON w0_.id = w2_.menu_item_id INNER JOIN web_menu_group w1_ ON w1_.id = w2_.menu_group_id WHERE w1_.id = 1 AND w0_.active = 1 ORDER BY w0_.sort ASC
doctrine SELECT t0.name AS name_1, t0.disabled AS disabled_2, t0.id AS id_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5, t6.link_id AS link_id_7, t6.url AS url_8, t6.active AS active_9, t6.id AS id_10, t6.sort AS sort_11, t6.parent AS parent_12, t6.module_id AS module_id_13, t6.file_id AS file_id_14, t6.img_file_id AS img_file_id_15 FROM web_menu_translation t0 LEFT JOIN web_menu t6 ON t0.translatable_id = t6.id WHERE t0.translatable_id = ?
[
  3
]
doctrine SELECT t0.name AS name_1, t0.disabled AS disabled_2, t0.id AS id_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5, t6.link_id AS link_id_7, t6.url AS url_8, t6.active AS active_9, t6.id AS id_10, t6.sort AS sort_11, t6.parent AS parent_12, t6.module_id AS module_id_13, t6.file_id AS file_id_14, t6.img_file_id AS img_file_id_15 FROM web_menu_translation t0 LEFT JOIN web_menu t6 ON t0.translatable_id = t6.id WHERE t0.translatable_id = ?
[
  4
]
doctrine SELECT t0.name AS name_1, t0.disabled AS disabled_2, t0.id AS id_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5, t6.link_id AS link_id_7, t6.url AS url_8, t6.active AS active_9, t6.id AS id_10, t6.sort AS sort_11, t6.parent AS parent_12, t6.module_id AS module_id_13, t6.file_id AS file_id_14, t6.img_file_id AS img_file_id_15 FROM web_menu_translation t0 LEFT JOIN web_menu t6 ON t0.translatable_id = t6.id WHERE t0.translatable_id = ?
[
  2
]
doctrine SELECT t0.name AS name_1, t0.disabled AS disabled_2, t0.id AS id_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5, t6.link_id AS link_id_7, t6.url AS url_8, t6.active AS active_9, t6.id AS id_10, t6.sort AS sort_11, t6.parent AS parent_12, t6.module_id AS module_id_13, t6.file_id AS file_id_14, t6.img_file_id AS img_file_id_15 FROM web_menu_translation t0 LEFT JOIN web_menu t6 ON t0.translatable_id = t6.id WHERE t0.translatable_id = ?
[
  1
]
doctrine SELECT t0.name AS name_1, t0.disabled AS disabled_2, t0.id AS id_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5, t6.link_id AS link_id_7, t6.url AS url_8, t6.active AS active_9, t6.id AS id_10, t6.sort AS sort_11, t6.parent AS parent_12, t6.module_id AS module_id_13, t6.file_id AS file_id_14, t6.img_file_id AS img_file_id_15 FROM web_menu_translation t0 LEFT JOIN web_menu t6 ON t0.translatable_id = t6.id WHERE t0.translatable_id = ?
[
  5
]
doctrine SELECT t0.entity AS entity_1, t0.controller AS controller_2, t0.bundle AS bundle_3, t0.action AS action_4, t0.id AS id_5, t6.url AS url_7, t6.name AS name_8, t6.id AS id_9, t6.locale AS locale_10, t6.translatable_id AS translatable_id_11 FROM web_module t0 LEFT JOIN web_module_translation t6 ON t6.translatable_id = t0.id WHERE t0.id = ?
[
  1
]
doctrine SELECT t0.homepage AS homepage_1, t0.documents_order AS documents_order_2, t0.doc_files_order AS doc_files_order_3, t0.id AS id_4, t0.sort AS sort_5, t0.files_order AS files_order_6, t0.media_updated AS media_updated_7, t0.img_files_order AS img_files_order_8, t0.parent AS parent_9, t0.seo_id AS seo_id_10, t0.template_id AS template_id_11, t0.page_file_id AS page_file_id_12, t0.file_id AS file_id_13, t0.img_file_id AS img_file_id_14, t0.doc_file_id AS doc_file_id_15 FROM web_page t0 WHERE t0.id = ? LIMIT 1
[
  4
]
doctrine SELECT t0.noindex AS noindex_1, t0.module AS module_2, t0.anchor AS anchor_3, t0.suffix AS suffix_4, t0.entity AS entity_5, t0.id AS id_6, t7.title AS title_8, t7.description AS description_9, t7.keywords AS keywords_10, t7.name AS name_11, t7.url AS url_12, t7.`generated` AS generated_13, t7.id AS id_14, t7.locale AS locale_15, t7.translatable_id AS translatable_id_16 FROM web_seo t0 LEFT JOIN web_seo_translation t7 ON t7.translatable_id = t0.id WHERE t0.id = ?
[
  4
]
doctrine SELECT t0.homepage AS homepage_1, t0.documents_order AS documents_order_2, t0.doc_files_order AS doc_files_order_3, t0.id AS id_4, t0.sort AS sort_5, t0.files_order AS files_order_6, t0.media_updated AS media_updated_7, t0.img_files_order AS img_files_order_8, t0.parent AS parent_9, t0.seo_id AS seo_id_10, t0.template_id AS template_id_11, t0.page_file_id AS page_file_id_12, t0.file_id AS file_id_13, t0.img_file_id AS img_file_id_14, t0.doc_file_id AS doc_file_id_15 FROM web_page t0 WHERE t0.id = ? LIMIT 1
[
  5
]
doctrine SELECT t0.noindex AS noindex_1, t0.module AS module_2, t0.anchor AS anchor_3, t0.suffix AS suffix_4, t0.entity AS entity_5, t0.id AS id_6, t7.title AS title_8, t7.description AS description_9, t7.keywords AS keywords_10, t7.name AS name_11, t7.url AS url_12, t7.`generated` AS generated_13, t7.id AS id_14, t7.locale AS locale_15, t7.translatable_id AS translatable_id_16 FROM web_seo t0 LEFT JOIN web_seo_translation t7 ON t7.translatable_id = t0.id WHERE t0.id = ?
[
  5
]
doctrine SELECT t0.homepage AS homepage_1, t0.documents_order AS documents_order_2, t0.doc_files_order AS doc_files_order_3, t0.id AS id_4, t0.sort AS sort_5, t0.files_order AS files_order_6, t0.media_updated AS media_updated_7, t0.img_files_order AS img_files_order_8, t0.parent AS parent_9, t0.seo_id AS seo_id_10, t0.template_id AS template_id_11, t0.page_file_id AS page_file_id_12, t0.file_id AS file_id_13, t0.img_file_id AS img_file_id_14, t0.doc_file_id AS doc_file_id_15 FROM web_page t0 WHERE t0.id = ? LIMIT 1
[
  3
]
doctrine SELECT t0.noindex AS noindex_1, t0.module AS module_2, t0.anchor AS anchor_3, t0.suffix AS suffix_4, t0.entity AS entity_5, t0.id AS id_6, t7.title AS title_8, t7.description AS description_9, t7.keywords AS keywords_10, t7.name AS name_11, t7.url AS url_12, t7.`generated` AS generated_13, t7.id AS id_14, t7.locale AS locale_15, t7.translatable_id AS translatable_id_16 FROM web_seo t0 LEFT JOIN web_seo_translation t7 ON t7.translatable_id = t0.id WHERE t0.id = ?
[
  3
]
doctrine SELECT t0.homepage AS homepage_1, t0.documents_order AS documents_order_2, t0.doc_files_order AS doc_files_order_3, t0.id AS id_4, t0.sort AS sort_5, t0.files_order AS files_order_6, t0.media_updated AS media_updated_7, t0.img_files_order AS img_files_order_8, t0.parent AS parent_9, t0.seo_id AS seo_id_10, t0.template_id AS template_id_11, t0.page_file_id AS page_file_id_12, t0.file_id AS file_id_13, t0.img_file_id AS img_file_id_14, t0.doc_file_id AS doc_file_id_15 FROM web_page t0 WHERE t0.id = ? LIMIT 1
[
  1
]
doctrine SELECT t0.noindex AS noindex_1, t0.module AS module_2, t0.anchor AS anchor_3, t0.suffix AS suffix_4, t0.entity AS entity_5, t0.id AS id_6, t7.title AS title_8, t7.description AS description_9, t7.keywords AS keywords_10, t7.name AS name_11, t7.url AS url_12, t7.`generated` AS generated_13, t7.id AS id_14, t7.locale AS locale_15, t7.translatable_id AS translatable_id_16 FROM web_seo t0 LEFT JOIN web_seo_translation t7 ON t7.translatable_id = t0.id WHERE t0.id = ?
[
  1
]
doctrine SELECT t0.homepage AS homepage_1, t0.documents_order AS documents_order_2, t0.doc_files_order AS doc_files_order_3, t0.id AS id_4, t0.sort AS sort_5, t0.files_order AS files_order_6, t0.media_updated AS media_updated_7, t0.img_files_order AS img_files_order_8, t0.parent AS parent_9, t0.seo_id AS seo_id_10, t0.template_id AS template_id_11, t0.page_file_id AS page_file_id_12, t0.file_id AS file_id_13, t0.img_file_id AS img_file_id_14, t0.doc_file_id AS doc_file_id_15 FROM web_page t0 WHERE t0.id = ? LIMIT 1
[
  9
]
doctrine SELECT t0.noindex AS noindex_1, t0.module AS module_2, t0.anchor AS anchor_3, t0.suffix AS suffix_4, t0.entity AS entity_5, t0.id AS id_6, t7.title AS title_8, t7.description AS description_9, t7.keywords AS keywords_10, t7.name AS name_11, t7.url AS url_12, t7.`generated` AS generated_13, t7.id AS id_14, t7.locale AS locale_15, t7.translatable_id AS translatable_id_16 FROM web_seo t0 LEFT JOIN web_seo_translation t7 ON t7.translatable_id = t0.id WHERE t0.id = ?
[
  9
]
doctrine SELECT w0_.link_id AS link_id_0, w0_.url AS url_1, w0_.active AS active_2, w0_.id AS id_3, w0_.sort AS sort_4, w0_.parent AS parent_5, w0_.module_id AS module_id_6, w0_.file_id AS file_id_7, w0_.img_file_id AS img_file_id_8 FROM web_menu w0_ INNER JOIN web_menu_to_group w2_ ON w0_.id = w2_.menu_item_id INNER JOIN web_menu_group w1_ ON w1_.id = w2_.menu_group_id WHERE w1_.id = 2 AND w0_.active = 1 ORDER BY w0_.sort ASC
doctrine SELECT t0.name AS name_1, t0.disabled AS disabled_2, t0.id AS id_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5, t6.link_id AS link_id_7, t6.url AS url_8, t6.active AS active_9, t6.id AS id_10, t6.sort AS sort_11, t6.parent AS parent_12, t6.module_id AS module_id_13, t6.file_id AS file_id_14, t6.img_file_id AS img_file_id_15 FROM web_menu_translation t0 LEFT JOIN web_menu t6 ON t0.translatable_id = t6.id WHERE t0.translatable_id = ?
[
  6
]
doctrine SELECT t0.homepage AS homepage_1, t0.documents_order AS documents_order_2, t0.doc_files_order AS doc_files_order_3, t0.id AS id_4, t0.sort AS sort_5, t0.files_order AS files_order_6, t0.media_updated AS media_updated_7, t0.img_files_order AS img_files_order_8, t0.parent AS parent_9, t0.seo_id AS seo_id_10, t0.template_id AS template_id_11, t0.page_file_id AS page_file_id_12, t0.file_id AS file_id_13, t0.img_file_id AS img_file_id_14, t0.doc_file_id AS doc_file_id_15 FROM web_page t0 WHERE t0.id = ? LIMIT 1
[
  8
]
doctrine SELECT t0.noindex AS noindex_1, t0.module AS module_2, t0.anchor AS anchor_3, t0.suffix AS suffix_4, t0.entity AS entity_5, t0.id AS id_6, t7.title AS title_8, t7.description AS description_9, t7.keywords AS keywords_10, t7.name AS name_11, t7.url AS url_12, t7.`generated` AS generated_13, t7.id AS id_14, t7.locale AS locale_15, t7.translatable_id AS translatable_id_16 FROM web_seo t0 LEFT JOIN web_seo_translation t7 ON t7.translatable_id = t0.id WHERE t0.id = ?
[
  8
]
doctrine SELECT t0.homepage AS homepage_1, t0.documents_order AS documents_order_2, t0.doc_files_order AS doc_files_order_3, t0.id AS id_4, t0.sort AS sort_5, t0.files_order AS files_order_6, t0.media_updated AS media_updated_7, t0.img_files_order AS img_files_order_8, t0.parent AS parent_9, t0.seo_id AS seo_id_10, t0.template_id AS template_id_11, t0.page_file_id AS page_file_id_12, t0.file_id AS file_id_13, t0.img_file_id AS img_file_id_14, t0.doc_file_id AS doc_file_id_15 FROM web_page t0 WHERE t0.id = ? LIMIT 1
[
  4
]
doctrine SELECT t0.homepage AS homepage_1, t0.documents_order AS documents_order_2, t0.doc_files_order AS doc_files_order_3, t0.id AS id_4, t0.sort AS sort_5, t0.files_order AS files_order_6, t0.media_updated AS media_updated_7, t0.img_files_order AS img_files_order_8, t0.parent AS parent_9, t0.seo_id AS seo_id_10, t0.template_id AS template_id_11, t0.page_file_id AS page_file_id_12, t0.file_id AS file_id_13, t0.img_file_id AS img_file_id_14, t0.doc_file_id AS doc_file_id_15 FROM web_page t0 WHERE t0.id = ? LIMIT 1
[
  3
]
doctrine SELECT t0.name AS name_1, t0.id AS id_2 FROM web_slider_group t0
doctrine SELECT w0_.active AS active_0, w0_.created AS created_1, w0_.id AS id_2, w0_.sort AS sort_3, w0_.link_id AS link_id_4, w0_.page_id AS page_id_5, w0_.author_id AS author_id_6, w0_.file_tablet_id AS file_tablet_id_7, w0_.file_phone_id AS file_phone_id_8, w0_.video_id AS video_id_9, w0_.dms_file_tablet_id AS dms_file_tablet_id_10, w0_.dms_file_phone_id AS dms_file_phone_id_11, w0_.dms_video_id AS dms_video_id_12, w0_.file_id AS file_id_13, w0_.img_file_id AS img_file_id_14 FROM web_slider w0_ INNER JOIN web_slider_to_group w2_ ON w0_.id = w2_.slider_item_id INNER JOIN web_slider_group w1_ ON w1_.id = w2_.slider_group_id WHERE w1_.id = 1 AND w0_.active = 1 ORDER BY w0_.page_id ASC, w0_.sort ASC
doctrine SELECT t0.name AS name_1, t0.text AS text_2, t0.url AS url_3, t0.button AS button_4, t0.id AS id_5, t0.locale AS locale_6, t0.translatable_id AS translatable_id_7, t8.active AS active_9, t8.created AS created_10, t8.id AS id_11, t8.sort AS sort_12, t8.link_id AS link_id_13, t8.page_id AS page_id_14, t8.author_id AS author_id_15, t8.file_tablet_id AS file_tablet_id_16, t8.file_phone_id AS file_phone_id_17, t8.video_id AS video_id_18, t8.dms_file_tablet_id AS dms_file_tablet_id_19, t8.dms_file_phone_id AS dms_file_phone_id_20, t8.dms_video_id AS dms_video_id_21, t8.file_id AS file_id_22, t8.img_file_id AS img_file_id_23 FROM web_slider_translation t0 LEFT JOIN web_slider t8 ON t0.translatable_id = t8.id WHERE t0.translatable_id = ?
[
  1
]
doctrine SELECT t0.block_key AS block_key_1, t0.id AS id_2, t0.files_order AS files_order_3, t0.media_updated AS media_updated_4, t0.img_files_order AS img_files_order_5, t0.block_file_id AS block_file_id_6, t0.file_id AS file_id_7, t0.img_file_id AS img_file_id_8, t0.doc_file_id AS doc_file_id_9, t10.name AS name_11, t10.text AS text_12, t10.id AS id_13, t10.locale AS locale_14, t10.translatable_id AS translatable_id_15 FROM web_block t0 LEFT JOIN web_block_translation t10 ON t10.translatable_id = t0.id
doctrine SELECT t0.updated_at AS updated_at_1, t0.sort AS sort_2, t0.id AS id_3, t0.seo_id AS seo_id_4, t0.file_id AS file_id_5, t6.name AS name_7, t6.short_name AS short_name_8, t6.description AS description_9, t6.id AS id_10, t6.locale AS locale_11, t6.translatable_id AS translatable_id_12 FROM shop_category t0 LEFT JOIN shop_category_translation t6 ON t6.translatable_id = t0.id ORDER BY t0.sort ASC
doctrine SELECT t0.path AS path_1, t0.type AS type_2, t0.template AS template_3, t0.upload_form AS upload_form_4, t0.data_sources AS data_sources_5, t0.only_once AS only_once_6, t0.id AS id_7, t0.updated_at AS updated_at_8, t0.upload AS upload_9, t10.name AS name_11, t10.id AS id_12, t10.locale AS locale_13, t10.translatable_id AS translatable_id_14 FROM web_template t0 LEFT JOIN web_template_translation t10 ON t10.translatable_id = t0.id WHERE t0.id = ?
[
  5
]
doctrine SELECT t0.path AS path_1, t0.type AS type_2, t0.template AS template_3, t0.upload_form AS upload_form_4, t0.data_sources AS data_sources_5, t0.only_once AS only_once_6, t0.id AS id_7, t0.updated_at AS updated_at_8, t0.upload AS upload_9, t10.name AS name_11, t10.id AS id_12, t10.locale AS locale_13, t10.translatable_id AS translatable_id_14 FROM web_template t0 LEFT JOIN web_template_translation t10 ON t10.translatable_id = t0.id WHERE t0.id = ?
[
  1
]
doctrine SELECT t0.path AS path_1, t0.type AS type_2, t0.template AS template_3, t0.upload_form AS upload_form_4, t0.data_sources AS data_sources_5, t0.only_once AS only_once_6, t0.id AS id_7, t0.updated_at AS updated_at_8, t0.upload AS upload_9, t10.name AS name_11, t10.id AS id_12, t10.locale AS locale_13, t10.translatable_id AS translatable_id_14 FROM web_template t0 LEFT JOIN web_template_translation t10 ON t10.translatable_id = t0.id WHERE t0.id = ?
[
  4
]
doctrine SELECT t0.path AS path_1, t0.type AS type_2, t0.template AS template_3, t0.upload_form AS upload_form_4, t0.data_sources AS data_sources_5, t0.only_once AS only_once_6, t0.id AS id_7, t0.updated_at AS updated_at_8, t0.upload AS upload_9, t10.name AS name_11, t10.id AS id_12, t10.locale AS locale_13, t10.translatable_id AS translatable_id_14 FROM web_template t0 LEFT JOIN web_template_translation t10 ON t10.translatable_id = t0.id WHERE t0.id = ?
[
  2
]
doctrine SELECT t0.path AS path_1, t0.type AS type_2, t0.template AS template_3, t0.upload_form AS upload_form_4, t0.data_sources AS data_sources_5, t0.only_once AS only_once_6, t0.id AS id_7, t0.updated_at AS updated_at_8, t0.upload AS upload_9, t10.name AS name_11, t10.id AS id_12, t10.locale AS locale_13, t10.translatable_id AS translatable_id_14 FROM web_template t0 LEFT JOIN web_template_translation t10 ON t10.translatable_id = t0.id WHERE t0.id = ?
[
  6
]
doctrine SELECT t0.path AS path_1, t0.type AS type_2, t0.template AS template_3, t0.upload_form AS upload_form_4, t0.data_sources AS data_sources_5, t0.only_once AS only_once_6, t0.id AS id_7, t0.updated_at AS updated_at_8, t0.upload AS upload_9, t10.name AS name_11, t10.id AS id_12, t10.locale AS locale_13, t10.translatable_id AS translatable_id_14 FROM web_template t0 LEFT JOIN web_template_translation t10 ON t10.translatable_id = t0.id WHERE t0.id = ?
[
  7
]
doctrine SELECT t0.homepage AS homepage_1, t0.documents_order AS documents_order_2, t0.doc_files_order AS doc_files_order_3, t0.id AS id_4, t0.sort AS sort_5, t0.files_order AS files_order_6, t0.media_updated AS media_updated_7, t0.img_files_order AS img_files_order_8, t0.parent AS parent_9, t0.seo_id AS seo_id_10, t0.template_id AS template_id_11, t0.page_file_id AS page_file_id_12, t0.file_id AS file_id_13, t0.img_file_id AS img_file_id_14, t0.doc_file_id AS doc_file_id_15 FROM web_page t0 WHERE t0.homepage = ? LIMIT 1
[
  1
]
doctrine SELECT t0.alias AS alias_1, t0.value AS value_2, t0.id AS id_3, t4.trans_value AS trans_value_5, t4.id AS id_6, t4.locale AS locale_7, t4.translatable_id AS translatable_id_8 FROM setting t0 LEFT JOIN setting_translation t4 ON t4.translatable_id = t0.id
doctrine SELECT t0.noindex AS noindex_1, t0.module AS module_2, t0.anchor AS anchor_3, t0.suffix AS suffix_4, t0.entity AS entity_5, t0.id AS id_6, t7.title AS title_8, t7.description AS description_9, t7.keywords AS keywords_10, t7.name AS name_11, t7.url AS url_12, t7.`generated` AS generated_13, t7.id AS id_14, t7.locale AS locale_15, t7.translatable_id AS translatable_id_16 FROM web_seo t0 LEFT JOIN web_seo_translation t7 ON t7.translatable_id = t0.id WHERE t0.id = ?
[
  2
]
doctrine SELECT t0.alias AS alias_1, t0.value AS value_2, t0.id AS id_3 FROM setting t0 WHERE t0.alias = ? LIMIT 1
[
  "marketing_code_hard_write"
]
doctrine SELECT t0.alias AS alias_1, t0.active AS active_2, t0.api AS api_3, t0.display AS display_4, t0.script AS script_5, t0.category AS category_6, t0.position AS position_7, t0.code1 AS code1_8, t0.code2 AS code2_9, t0.id AS id_10, t0.sort AS sort_11, t12.name AS name_13, t12.id AS id_14, t12.locale AS locale_15, t12.translatable_id AS translatable_id_16 FROM web_code t0 LEFT JOIN web_code_translation t12 ON t12.translatable_id = t0.id WHERE t0.active = ? ORDER BY t0.sort ASC
[
  true
]
doctrine SELECT t0.alias AS alias_1, t0.value AS value_2, t0.id AS id_3 FROM setting t0 WHERE t0.alias = ? LIMIT 1
[
  "marketing_code_translate"
]
doctrine SELECT t0.alias AS alias_1, t0.value AS value_2, t0.id AS id_3 FROM setting t0 WHERE t0.alias = ? LIMIT 1
[
  "marketing_code_translate"
]
doctrine SELECT t0.alias AS alias_1, t0.value AS value_2, t0.id AS id_3 FROM setting t0 WHERE t0.alias = ? LIMIT 1
[
  "marketing_code_hard_write"
]
doctrine SELECT t0.alias AS alias_1, t0.active AS active_2, t0.api AS api_3, t0.display AS display_4, t0.script AS script_5, t0.category AS category_6, t0.position AS position_7, t0.code1 AS code1_8, t0.code2 AS code2_9, t0.id AS id_10, t0.sort AS sort_11, t12.name AS name_13, t12.id AS id_14, t12.locale AS locale_15, t12.translatable_id AS translatable_id_16 FROM web_code t0 LEFT JOIN web_code_translation t12 ON t12.translatable_id = t0.id WHERE t0.active = ? ORDER BY t0.sort ASC
[
  true
]
doctrine SELECT t0.alias AS alias_1, t0.value AS value_2, t0.id AS id_3 FROM setting t0 WHERE t0.alias = ? LIMIT 1
[
  "marketing_code_translate"
]
doctrine SELECT t0.alias AS alias_1, t0.value AS value_2, t0.id AS id_3 FROM setting t0 WHERE t0.alias = ? LIMIT 1
[
  "marketing_code_translate"
]
doctrine SELECT l0_.id AS id_0, l0_.token AS token_1 FROM lang_token l0_
doctrine SELECT t0.homepage AS homepage_1, t0.documents_order AS documents_order_2, t0.doc_files_order AS doc_files_order_3, t0.id AS id_4, t0.sort AS sort_5, t0.files_order AS files_order_6, t0.media_updated AS media_updated_7, t0.img_files_order AS img_files_order_8, t0.parent AS parent_9, t0.seo_id AS seo_id_10, t0.template_id AS template_id_11, t0.page_file_id AS page_file_id_12, t0.file_id AS file_id_13, t0.img_file_id AS img_file_id_14, t0.doc_file_id AS doc_file_id_15 FROM web_page t0 WHERE t0.id = ? LIMIT 1
[
  8
]
doctrine SELECT t0.homepage AS homepage_1, t0.documents_order AS documents_order_2, t0.doc_files_order AS doc_files_order_3, t0.id AS id_4, t0.sort AS sort_5, t0.files_order AS files_order_6, t0.media_updated AS media_updated_7, t0.img_files_order AS img_files_order_8, t0.parent AS parent_9, t0.seo_id AS seo_id_10, t0.template_id AS template_id_11, t0.page_file_id AS page_file_id_12, t0.file_id AS file_id_13, t0.img_file_id AS img_file_id_14, t0.doc_file_id AS doc_file_id_15 FROM web_page t0 WHERE t0.id = ? LIMIT 1
[
  4
]
doctrine SELECT t0.homepage AS homepage_1, t0.documents_order AS documents_order_2, t0.doc_files_order AS doc_files_order_3, t0.id AS id_4, t0.sort AS sort_5, t0.files_order AS files_order_6, t0.media_updated AS media_updated_7, t0.img_files_order AS img_files_order_8, t0.parent AS parent_9, t0.seo_id AS seo_id_10, t0.template_id AS template_id_11, t0.page_file_id AS page_file_id_12, t0.file_id AS file_id_13, t0.img_file_id AS img_file_id_14, t0.doc_file_id AS doc_file_id_15 FROM web_page t0 WHERE t0.id = ? LIMIT 1
[
  3
]
doctrine SELECT t0.homepage AS homepage_1, t0.documents_order AS documents_order_2, t0.doc_files_order AS doc_files_order_3, t0.id AS id_4, t0.sort AS sort_5, t0.files_order AS files_order_6, t0.media_updated AS media_updated_7, t0.img_files_order AS img_files_order_8, t0.parent AS parent_9, t0.seo_id AS seo_id_10, t0.template_id AS template_id_11, t0.page_file_id AS page_file_id_12, t0.file_id AS file_id_13, t0.img_file_id AS img_file_id_14, t0.doc_file_id AS doc_file_id_15 FROM web_page t0 WHERE t0.id = ? LIMIT 1
[
  8
]
doctrine SELECT t0.name AS name_1, t0.seo AS seo_2, t0.alt AS alt_3, t0.media AS media_4, t0.updated_at AS updated_at_5, t0.file_size AS file_size_6, t0.ext AS ext_7, t0.preview AS preview_8, t0.deleted AS deleted_9, t0.deleted_at AS deleted_at_10, t0.id AS id_11, t0.folder_id AS folder_id_12, t13.display_name AS display_name_14, t13.title AS title_15, t13.alt AS alt_16, t13.id AS id_17, t13.locale AS locale_18, t13.translatable_id AS translatable_id_19 FROM media_file t0 LEFT JOIN media_file_translation t13 ON t13.translatable_id = t0.id WHERE t0.id = ?
[
  83
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.lvl AS lvl_5, t0.root AS root_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.parent_id AS parent_id_9 FROM folder t0 WHERE t0.id = ?
[
  12
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.lvl AS lvl_5, t0.root AS root_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.parent_id AS parent_id_9 FROM folder t0 WHERE t0.id = ?
[
  1
]
doctrine SELECT t0.name AS name_1, t0.seo AS seo_2, t0.alt AS alt_3, t0.media AS media_4, t0.updated_at AS updated_at_5, t0.file_size AS file_size_6, t0.ext AS ext_7, t0.preview AS preview_8, t0.deleted AS deleted_9, t0.deleted_at AS deleted_at_10, t0.id AS id_11, t0.folder_id AS folder_id_12, t13.display_name AS display_name_14, t13.title AS title_15, t13.alt AS alt_16, t13.id AS id_17, t13.locale AS locale_18, t13.translatable_id AS translatable_id_19 FROM media_file t0 LEFT JOIN media_file_translation t13 ON t13.translatable_id = t0.id INNER JOIN block_media_file ON t0.id = block_media_file.media_id WHERE block_media_file.item_id = ?
[
  1
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.lvl AS lvl_5, t0.root AS root_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.parent_id AS parent_id_9 FROM folder t0 WHERE t0.id = ?
[
  7
]
doctrine SELECT t0.type AS type_1, t0.newProduct AS newProduct_2, t0.active AS active_3, t0.discount AS discount_4, t0.sold_out AS sold_out_5, t0.code AS code_6, t0.documents_order AS documents_order_7, t0.eancode AS eancode_8, t0.amount AS amount_9, t0.heureka_text AS heureka_text_10, t0.google_text AS google_text_11, t0.zbozi_text AS zbozi_text_12, t0.pohoda_stock_id AS pohoda_stock_id_13, t0.pieces_in_wrap AS pieces_in_wrap_14, t0.sort AS sort_15, t0.id AS id_16, t0.files_order AS files_order_17, t0.media_updated AS media_updated_18, t0.shop_product_file_id AS shop_product_file_id_19, t0.seo_id AS seo_id_20, t0.category_id AS category_id_21, t0.file_id AS file_id_22, t23.name AS name_24, t23.short_description AS short_description_25, t23.description AS description_26, t23.price AS price_27, t23.vat AS vat_28, t23.units AS units_29, t23.id AS id_30, t23.locale AS locale_31, t23.translatable_id AS translatable_id_32 FROM shop_product t0 LEFT JOIN shop_product_translation t23 ON t23.translatable_id = t0.id WHERE t0.category_id = ?
[
  1
]
doctrine SELECT t0.alias AS alias_1, t0.name AS name_2, t0.id AS id_3 FROM shop_category_parameter t0 INNER JOIN shop_category_category_paramater ON t0.id = shop_category_category_paramater.paramater_id WHERE shop_category_category_paramater.category_id = ?
[
  1
]
doctrine SELECT t0.name AS name_1, t0.seo AS seo_2, t0.alt AS alt_3, t0.media AS media_4, t0.updated_at AS updated_at_5, t0.file_size AS file_size_6, t0.ext AS ext_7, t0.preview AS preview_8, t0.deleted AS deleted_9, t0.deleted_at AS deleted_at_10, t0.id AS id_11, t0.folder_id AS folder_id_12, t13.display_name AS display_name_14, t13.title AS title_15, t13.alt AS alt_16, t13.id AS id_17, t13.locale AS locale_18, t13.translatable_id AS translatable_id_19 FROM media_file t0 LEFT JOIN media_file_translation t13 ON t13.translatable_id = t0.id WHERE t0.id = ?
[
  21
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.lvl AS lvl_5, t0.root AS root_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.parent_id AS parent_id_9 FROM folder t0 WHERE t0.id = ?
[
  5
]
doctrine SELECT t0.alias AS alias_1, t0.value AS value_2, t0.id AS id_3 FROM setting t0 WHERE t0.alias = ? LIMIT 1
[
  "default_thumbnail_size"
]
doctrine SELECT t0.type AS type_1, t0.newProduct AS newProduct_2, t0.active AS active_3, t0.discount AS discount_4, t0.sold_out AS sold_out_5, t0.code AS code_6, t0.documents_order AS documents_order_7, t0.eancode AS eancode_8, t0.amount AS amount_9, t0.heureka_text AS heureka_text_10, t0.google_text AS google_text_11, t0.zbozi_text AS zbozi_text_12, t0.pohoda_stock_id AS pohoda_stock_id_13, t0.pieces_in_wrap AS pieces_in_wrap_14, t0.sort AS sort_15, t0.id AS id_16, t0.files_order AS files_order_17, t0.media_updated AS media_updated_18, t0.shop_product_file_id AS shop_product_file_id_19, t0.seo_id AS seo_id_20, t0.category_id AS category_id_21, t0.file_id AS file_id_22, t23.name AS name_24, t23.short_description AS short_description_25, t23.description AS description_26, t23.price AS price_27, t23.vat AS vat_28, t23.units AS units_29, t23.id AS id_30, t23.locale AS locale_31, t23.translatable_id AS translatable_id_32 FROM shop_product t0 LEFT JOIN shop_product_translation t23 ON t23.translatable_id = t0.id WHERE t0.category_id = ?
[
  2
]
doctrine SELECT t0.alias AS alias_1, t0.name AS name_2, t0.id AS id_3 FROM shop_category_parameter t0 INNER JOIN shop_category_category_paramater ON t0.id = shop_category_category_paramater.paramater_id WHERE shop_category_category_paramater.category_id = ?
[
  2
]
doctrine SELECT t0.name AS name_1, t0.seo AS seo_2, t0.alt AS alt_3, t0.media AS media_4, t0.updated_at AS updated_at_5, t0.file_size AS file_size_6, t0.ext AS ext_7, t0.preview AS preview_8, t0.deleted AS deleted_9, t0.deleted_at AS deleted_at_10, t0.id AS id_11, t0.folder_id AS folder_id_12, t13.display_name AS display_name_14, t13.title AS title_15, t13.alt AS alt_16, t13.id AS id_17, t13.locale AS locale_18, t13.translatable_id AS translatable_id_19 FROM media_file t0 LEFT JOIN media_file_translation t13 ON t13.translatable_id = t0.id WHERE t0.id = ?
[
  20
]
doctrine SELECT t0.type AS type_1, t0.newProduct AS newProduct_2, t0.active AS active_3, t0.discount AS discount_4, t0.sold_out AS sold_out_5, t0.code AS code_6, t0.documents_order AS documents_order_7, t0.eancode AS eancode_8, t0.amount AS amount_9, t0.heureka_text AS heureka_text_10, t0.google_text AS google_text_11, t0.zbozi_text AS zbozi_text_12, t0.pohoda_stock_id AS pohoda_stock_id_13, t0.pieces_in_wrap AS pieces_in_wrap_14, t0.sort AS sort_15, t0.id AS id_16, t0.files_order AS files_order_17, t0.media_updated AS media_updated_18, t0.shop_product_file_id AS shop_product_file_id_19, t0.seo_id AS seo_id_20, t0.category_id AS category_id_21, t0.file_id AS file_id_22, t23.name AS name_24, t23.short_description AS short_description_25, t23.description AS description_26, t23.price AS price_27, t23.vat AS vat_28, t23.units AS units_29, t23.id AS id_30, t23.locale AS locale_31, t23.translatable_id AS translatable_id_32 FROM shop_product t0 LEFT JOIN shop_product_translation t23 ON t23.translatable_id = t0.id WHERE t0.category_id = ?
[
  5
]
doctrine SELECT t0.alias AS alias_1, t0.name AS name_2, t0.id AS id_3 FROM shop_category_parameter t0 INNER JOIN shop_category_category_paramater ON t0.id = shop_category_category_paramater.paramater_id WHERE shop_category_category_paramater.category_id = ?
[
  5
]
doctrine SELECT t0.name AS name_1, t0.seo AS seo_2, t0.alt AS alt_3, t0.media AS media_4, t0.updated_at AS updated_at_5, t0.file_size AS file_size_6, t0.ext AS ext_7, t0.preview AS preview_8, t0.deleted AS deleted_9, t0.deleted_at AS deleted_at_10, t0.id AS id_11, t0.folder_id AS folder_id_12, t13.display_name AS display_name_14, t13.title AS title_15, t13.alt AS alt_16, t13.id AS id_17, t13.locale AS locale_18, t13.translatable_id AS translatable_id_19 FROM media_file t0 LEFT JOIN media_file_translation t13 ON t13.translatable_id = t0.id WHERE t0.id = ?
[
  77
]
doctrine SELECT t0.type AS type_1, t0.newProduct AS newProduct_2, t0.active AS active_3, t0.discount AS discount_4, t0.sold_out AS sold_out_5, t0.code AS code_6, t0.documents_order AS documents_order_7, t0.eancode AS eancode_8, t0.amount AS amount_9, t0.heureka_text AS heureka_text_10, t0.google_text AS google_text_11, t0.zbozi_text AS zbozi_text_12, t0.pohoda_stock_id AS pohoda_stock_id_13, t0.pieces_in_wrap AS pieces_in_wrap_14, t0.sort AS sort_15, t0.id AS id_16, t0.files_order AS files_order_17, t0.media_updated AS media_updated_18, t0.shop_product_file_id AS shop_product_file_id_19, t0.seo_id AS seo_id_20, t0.category_id AS category_id_21, t0.file_id AS file_id_22, t23.name AS name_24, t23.short_description AS short_description_25, t23.description AS description_26, t23.price AS price_27, t23.vat AS vat_28, t23.units AS units_29, t23.id AS id_30, t23.locale AS locale_31, t23.translatable_id AS translatable_id_32 FROM shop_product t0 LEFT JOIN shop_product_translation t23 ON t23.translatable_id = t0.id WHERE t0.category_id = ?
[
  4
]
doctrine SELECT t0.alias AS alias_1, t0.name AS name_2, t0.id AS id_3 FROM shop_category_parameter t0 INNER JOIN shop_category_category_paramater ON t0.id = shop_category_category_paramater.paramater_id WHERE shop_category_category_paramater.category_id = ?
[
  4
]
doctrine SELECT t0.name AS name_1, t0.seo AS seo_2, t0.alt AS alt_3, t0.media AS media_4, t0.updated_at AS updated_at_5, t0.file_size AS file_size_6, t0.ext AS ext_7, t0.preview AS preview_8, t0.deleted AS deleted_9, t0.deleted_at AS deleted_at_10, t0.id AS id_11, t0.folder_id AS folder_id_12, t13.display_name AS display_name_14, t13.title AS title_15, t13.alt AS alt_16, t13.id AS id_17, t13.locale AS locale_18, t13.translatable_id AS translatable_id_19 FROM media_file t0 LEFT JOIN media_file_translation t13 ON t13.translatable_id = t0.id WHERE t0.id = ?
[
  76
]
doctrine SELECT t0.type AS type_1, t0.newProduct AS newProduct_2, t0.active AS active_3, t0.discount AS discount_4, t0.sold_out AS sold_out_5, t0.code AS code_6, t0.documents_order AS documents_order_7, t0.eancode AS eancode_8, t0.amount AS amount_9, t0.heureka_text AS heureka_text_10, t0.google_text AS google_text_11, t0.zbozi_text AS zbozi_text_12, t0.pohoda_stock_id AS pohoda_stock_id_13, t0.pieces_in_wrap AS pieces_in_wrap_14, t0.sort AS sort_15, t0.id AS id_16, t0.files_order AS files_order_17, t0.media_updated AS media_updated_18, t0.shop_product_file_id AS shop_product_file_id_19, t0.seo_id AS seo_id_20, t0.category_id AS category_id_21, t0.file_id AS file_id_22, t23.name AS name_24, t23.short_description AS short_description_25, t23.description AS description_26, t23.price AS price_27, t23.vat AS vat_28, t23.units AS units_29, t23.id AS id_30, t23.locale AS locale_31, t23.translatable_id AS translatable_id_32 FROM shop_product t0 LEFT JOIN shop_product_translation t23 ON t23.translatable_id = t0.id WHERE t0.category_id = ?
[
  3
]
doctrine SELECT t0.alias AS alias_1, t0.name AS name_2, t0.id AS id_3 FROM shop_category_parameter t0 INNER JOIN shop_category_category_paramater ON t0.id = shop_category_category_paramater.paramater_id WHERE shop_category_category_paramater.category_id = ?
[
  3
]
doctrine SELECT t0.name AS name_1, t0.seo AS seo_2, t0.alt AS alt_3, t0.media AS media_4, t0.updated_at AS updated_at_5, t0.file_size AS file_size_6, t0.ext AS ext_7, t0.preview AS preview_8, t0.deleted AS deleted_9, t0.deleted_at AS deleted_at_10, t0.id AS id_11, t0.folder_id AS folder_id_12, t13.display_name AS display_name_14, t13.title AS title_15, t13.alt AS alt_16, t13.id AS id_17, t13.locale AS locale_18, t13.translatable_id AS translatable_id_19 FROM media_file t0 LEFT JOIN media_file_translation t13 ON t13.translatable_id = t0.id WHERE t0.id = ?
[
  19
]
doctrine SELECT t0.type AS type_1, t0.newProduct AS newProduct_2, t0.active AS active_3, t0.discount AS discount_4, t0.sold_out AS sold_out_5, t0.code AS code_6, t0.documents_order AS documents_order_7, t0.eancode AS eancode_8, t0.amount AS amount_9, t0.heureka_text AS heureka_text_10, t0.google_text AS google_text_11, t0.zbozi_text AS zbozi_text_12, t0.pohoda_stock_id AS pohoda_stock_id_13, t0.pieces_in_wrap AS pieces_in_wrap_14, t0.sort AS sort_15, t0.id AS id_16, t0.files_order AS files_order_17, t0.media_updated AS media_updated_18, t0.shop_product_file_id AS shop_product_file_id_19, t0.seo_id AS seo_id_20, t0.category_id AS category_id_21, t0.file_id AS file_id_22, t23.name AS name_24, t23.short_description AS short_description_25, t23.description AS description_26, t23.price AS price_27, t23.vat AS vat_28, t23.units AS units_29, t23.id AS id_30, t23.locale AS locale_31, t23.translatable_id AS translatable_id_32 FROM shop_product t0 LEFT JOIN shop_product_translation t23 ON t23.translatable_id = t0.id WHERE t0.category_id = ?
[
  7
]
doctrine SELECT t0.alias AS alias_1, t0.name AS name_2, t0.id AS id_3 FROM shop_category_parameter t0 INNER JOIN shop_category_category_paramater ON t0.id = shop_category_category_paramater.paramater_id WHERE shop_category_category_paramater.category_id = ?
[
  7
]
doctrine SELECT t0.name AS name_1, t0.seo AS seo_2, t0.alt AS alt_3, t0.media AS media_4, t0.updated_at AS updated_at_5, t0.file_size AS file_size_6, t0.ext AS ext_7, t0.preview AS preview_8, t0.deleted AS deleted_9, t0.deleted_at AS deleted_at_10, t0.id AS id_11, t0.folder_id AS folder_id_12, t13.display_name AS display_name_14, t13.title AS title_15, t13.alt AS alt_16, t13.id AS id_17, t13.locale AS locale_18, t13.translatable_id AS translatable_id_19 FROM media_file t0 LEFT JOIN media_file_translation t13 ON t13.translatable_id = t0.id WHERE t0.id = ?
[
  75
]
doctrine SELECT t0.name AS name_1, t0.seo AS seo_2, t0.alt AS alt_3, t0.media AS media_4, t0.updated_at AS updated_at_5, t0.file_size AS file_size_6, t0.ext AS ext_7, t0.preview AS preview_8, t0.deleted AS deleted_9, t0.deleted_at AS deleted_at_10, t0.id AS id_11, t0.folder_id AS folder_id_12, t13.display_name AS display_name_14, t13.title AS title_15, t13.alt AS alt_16, t13.id AS id_17, t13.locale AS locale_18, t13.translatable_id AS translatable_id_19 FROM media_file t0 LEFT JOIN media_file_translation t13 ON t13.translatable_id = t0.id WHERE t0.id = ?
[
  24
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.lvl AS lvl_5, t0.root AS root_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.parent_id AS parent_id_9 FROM folder t0 WHERE t0.id = ?
[
  6
]
doctrine SELECT t0.name AS name_1, t0.seo AS seo_2, t0.alt AS alt_3, t0.media AS media_4, t0.updated_at AS updated_at_5, t0.file_size AS file_size_6, t0.ext AS ext_7, t0.preview AS preview_8, t0.deleted AS deleted_9, t0.deleted_at AS deleted_at_10, t0.id AS id_11, t0.folder_id AS folder_id_12, t13.display_name AS display_name_14, t13.title AS title_15, t13.alt AS alt_16, t13.id AS id_17, t13.locale AS locale_18, t13.translatable_id AS translatable_id_19 FROM media_file t0 LEFT JOIN media_file_translation t13 ON t13.translatable_id = t0.id WHERE t0.id = ?
[
  26
]
doctrine SELECT t0.name AS name_1, t0.seo AS seo_2, t0.alt AS alt_3, t0.media AS media_4, t0.updated_at AS updated_at_5, t0.file_size AS file_size_6, t0.ext AS ext_7, t0.preview AS preview_8, t0.deleted AS deleted_9, t0.deleted_at AS deleted_at_10, t0.id AS id_11, t0.folder_id AS folder_id_12, t13.display_name AS display_name_14, t13.title AS title_15, t13.alt AS alt_16, t13.id AS id_17, t13.locale AS locale_18, t13.translatable_id AS translatable_id_19 FROM media_file t0 LEFT JOIN media_file_translation t13 ON t13.translatable_id = t0.id WHERE t0.id = ?
[
  25
]
doctrine SELECT t0.name AS name_1, t0.seo AS seo_2, t0.alt AS alt_3, t0.media AS media_4, t0.updated_at AS updated_at_5, t0.file_size AS file_size_6, t0.ext AS ext_7, t0.preview AS preview_8, t0.deleted AS deleted_9, t0.deleted_at AS deleted_at_10, t0.id AS id_11, t0.folder_id AS folder_id_12, t13.display_name AS display_name_14, t13.title AS title_15, t13.alt AS alt_16, t13.id AS id_17, t13.locale AS locale_18, t13.translatable_id AS translatable_id_19 FROM media_file t0 LEFT JOIN media_file_translation t13 ON t13.translatable_id = t0.id WHERE t0.id = ?
[
  27
]
doctrine SELECT t0.homepage AS homepage_1, t0.documents_order AS documents_order_2, t0.doc_files_order AS doc_files_order_3, t0.id AS id_4, t0.sort AS sort_5, t0.files_order AS files_order_6, t0.media_updated AS media_updated_7, t0.img_files_order AS img_files_order_8, t0.parent AS parent_9, t0.seo_id AS seo_id_10, t0.template_id AS template_id_11, t0.page_file_id AS page_file_id_12, t0.file_id AS file_id_13, t0.img_file_id AS img_file_id_14, t0.doc_file_id AS doc_file_id_15 FROM web_page t0 WHERE t0.id = ? LIMIT 1
[
  4
]
doctrine SELECT t0.homepage AS homepage_1, t0.documents_order AS documents_order_2, t0.doc_files_order AS doc_files_order_3, t0.id AS id_4, t0.sort AS sort_5, t0.files_order AS files_order_6, t0.media_updated AS media_updated_7, t0.img_files_order AS img_files_order_8, t0.parent AS parent_9, t0.seo_id AS seo_id_10, t0.template_id AS template_id_11, t0.page_file_id AS page_file_id_12, t0.file_id AS file_id_13, t0.img_file_id AS img_file_id_14, t0.doc_file_id AS doc_file_id_15 FROM web_page t0 WHERE t0.id = ? LIMIT 1
[
  4
]
doctrine SELECT t0.homepage AS homepage_1, t0.documents_order AS documents_order_2, t0.doc_files_order AS doc_files_order_3, t0.id AS id_4, t0.sort AS sort_5, t0.files_order AS files_order_6, t0.media_updated AS media_updated_7, t0.img_files_order AS img_files_order_8, t0.parent AS parent_9, t0.seo_id AS seo_id_10, t0.template_id AS template_id_11, t0.page_file_id AS page_file_id_12, t0.file_id AS file_id_13, t0.img_file_id AS img_file_id_14, t0.doc_file_id AS doc_file_id_15 FROM web_page t0 WHERE t0.id = ? LIMIT 1
[
  5
]
doctrine SELECT t0.homepage AS homepage_1, t0.documents_order AS documents_order_2, t0.doc_files_order AS doc_files_order_3, t0.id AS id_4, t0.sort AS sort_5, t0.files_order AS files_order_6, t0.media_updated AS media_updated_7, t0.img_files_order AS img_files_order_8, t0.parent AS parent_9, t0.seo_id AS seo_id_10, t0.template_id AS template_id_11, t0.page_file_id AS page_file_id_12, t0.file_id AS file_id_13, t0.img_file_id AS img_file_id_14, t0.doc_file_id AS doc_file_id_15 FROM web_page t0 WHERE t0.id = ? LIMIT 1
[
  5
]
doctrine SELECT t0.homepage AS homepage_1, t0.documents_order AS documents_order_2, t0.doc_files_order AS doc_files_order_3, t0.id AS id_4, t0.sort AS sort_5, t0.files_order AS files_order_6, t0.media_updated AS media_updated_7, t0.img_files_order AS img_files_order_8, t0.parent AS parent_9, t0.seo_id AS seo_id_10, t0.template_id AS template_id_11, t0.page_file_id AS page_file_id_12, t0.file_id AS file_id_13, t0.img_file_id AS img_file_id_14, t0.doc_file_id AS doc_file_id_15 FROM web_page t0 WHERE t0.id = ? LIMIT 1
[
  3
]
doctrine SELECT t0.homepage AS homepage_1, t0.documents_order AS documents_order_2, t0.doc_files_order AS doc_files_order_3, t0.id AS id_4, t0.sort AS sort_5, t0.files_order AS files_order_6, t0.media_updated AS media_updated_7, t0.img_files_order AS img_files_order_8, t0.parent AS parent_9, t0.seo_id AS seo_id_10, t0.template_id AS template_id_11, t0.page_file_id AS page_file_id_12, t0.file_id AS file_id_13, t0.img_file_id AS img_file_id_14, t0.doc_file_id AS doc_file_id_15 FROM web_page t0 WHERE t0.id = ? LIMIT 1
[
  3
]
doctrine SELECT t0.homepage AS homepage_1, t0.documents_order AS documents_order_2, t0.doc_files_order AS doc_files_order_3, t0.id AS id_4, t0.sort AS sort_5, t0.files_order AS files_order_6, t0.media_updated AS media_updated_7, t0.img_files_order AS img_files_order_8, t0.parent AS parent_9, t0.seo_id AS seo_id_10, t0.template_id AS template_id_11, t0.page_file_id AS page_file_id_12, t0.file_id AS file_id_13, t0.img_file_id AS img_file_id_14, t0.doc_file_id AS doc_file_id_15 FROM web_page t0 WHERE t0.id = ? LIMIT 1
[
  1
]
doctrine SELECT t0.homepage AS homepage_1, t0.documents_order AS documents_order_2, t0.doc_files_order AS doc_files_order_3, t0.id AS id_4, t0.sort AS sort_5, t0.files_order AS files_order_6, t0.media_updated AS media_updated_7, t0.img_files_order AS img_files_order_8, t0.parent AS parent_9, t0.seo_id AS seo_id_10, t0.template_id AS template_id_11, t0.page_file_id AS page_file_id_12, t0.file_id AS file_id_13, t0.img_file_id AS img_file_id_14, t0.doc_file_id AS doc_file_id_15 FROM web_page t0 WHERE t0.id = ? LIMIT 1
[
  1
]
doctrine SELECT t0.homepage AS homepage_1, t0.documents_order AS documents_order_2, t0.doc_files_order AS doc_files_order_3, t0.id AS id_4, t0.sort AS sort_5, t0.files_order AS files_order_6, t0.media_updated AS media_updated_7, t0.img_files_order AS img_files_order_8, t0.parent AS parent_9, t0.seo_id AS seo_id_10, t0.template_id AS template_id_11, t0.page_file_id AS page_file_id_12, t0.file_id AS file_id_13, t0.img_file_id AS img_file_id_14, t0.doc_file_id AS doc_file_id_15 FROM web_page t0 WHERE t0.id = ? LIMIT 1
[
  9
]
doctrine SELECT t0.homepage AS homepage_1, t0.documents_order AS documents_order_2, t0.doc_files_order AS doc_files_order_3, t0.id AS id_4, t0.sort AS sort_5, t0.files_order AS files_order_6, t0.media_updated AS media_updated_7, t0.img_files_order AS img_files_order_8, t0.parent AS parent_9, t0.seo_id AS seo_id_10, t0.template_id AS template_id_11, t0.page_file_id AS page_file_id_12, t0.file_id AS file_id_13, t0.img_file_id AS img_file_id_14, t0.doc_file_id AS doc_file_id_15 FROM web_page t0 WHERE t0.id = ? LIMIT 1
[
  9
]
doctrine SELECT t0.alias AS alias_1, t0.value AS value_2, t0.id AS id_3 FROM setting t0 WHERE t0.alias = ? LIMIT 1
[
  "marketing_code_hard_write"
]
doctrine SELECT t0.alias AS alias_1, t0.active AS active_2, t0.api AS api_3, t0.display AS display_4, t0.script AS script_5, t0.category AS category_6, t0.position AS position_7, t0.code1 AS code1_8, t0.code2 AS code2_9, t0.id AS id_10, t0.sort AS sort_11, t12.name AS name_13, t12.id AS id_14, t12.locale AS locale_15, t12.translatable_id AS translatable_id_16 FROM web_code t0 LEFT JOIN web_code_translation t12 ON t12.translatable_id = t0.id WHERE t0.active = ? ORDER BY t0.sort ASC
[
  true
]
doctrine SELECT t0.alias AS alias_1, t0.value AS value_2, t0.id AS id_3 FROM setting t0 WHERE t0.alias = ? LIMIT 1
[
  "marketing_code_translate"
]
doctrine SELECT t0.alias AS alias_1, t0.value AS value_2, t0.id AS id_3 FROM setting t0 WHERE t0.alias = ? LIMIT 1
[
  "marketing_code_translate"
]
doctrine SELECT t0.entity_class AS entity_class_1, t0.request_id AS request_id_2, t0.property AS property_3, t0.media_order AS media_order_4, t0.created AS created_5, t0.entity_id AS entity_id_6, t0.id AS id_7 FROM media_order_record t0 WHERE t0.request_id = ?
[
  "a3c3253a7d_6807b90e8c2a05. [...]"
]
event Notified event
"kernel.response"
to listener
"NexCRM\BaseBundle\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "NexCRM\BaseBundle\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"NexCRM\WebBundle\EventListener\CacheDeleteResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "NexCRM\WebBundle\EventListener\CacheDeleteResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
doctrine SELECT t0.name AS name_1, t0.iso_2 AS iso_2_2, t0.iso_3 AS iso_3_3, t0.default_lang AS default_lang_4, t0.active AS active_5, t0.id AS id_6, t0.country AS country_7 FROM lang t0 WHERE t0.active = ?
[
  1
]
doctrine SELECT t0.name AS name_1, t0.iso_2 AS iso_2_2, t0.iso_3 AS iso_3_3, t0.default_lang AS default_lang_4, t0.active AS active_5, t0.id AS id_6, t0.country AS country_7 FROM lang t0 WHERE t0.default_lang = ? LIMIT 1
[
  1
]
doctrine SELECT t0.name AS name_1, t0.iso_2 AS iso_2_2, t0.iso_3 AS iso_3_3, t0.default_lang AS default_lang_4, t0.active AS active_5, t0.id AS id_6, t0.country AS country_7 FROM lang t0 WHERE t0.iso_2 = ? LIMIT 1
[
  "cs"
]
doctrine SELECT t0.name AS name_1, t0.iso_2 AS iso_2_2, t0.iso_3 AS iso_3_3, t0.default_lang AS default_lang_4, t0.active AS active_5, t0.id AS id_6, t0.country AS country_7 FROM lang t0 WHERE t0.active = ?
[
  1
]
doctrine SELECT t0.name AS name_1, t0.iso_2 AS iso_2_2, t0.iso_3 AS iso_3_3, t0.default_lang AS default_lang_4, t0.active AS active_5, t0.id AS id_6, t0.country AS country_7 FROM lang t0 WHERE t0.default_lang = ? LIMIT 1
[
  1
]
doctrine SELECT t0.name AS name_1, t0.iso_2 AS iso_2_2, t0.iso_3 AS iso_3_3, t0.default_lang AS default_lang_4, t0.active AS active_5, t0.id AS id_6, t0.country AS country_7 FROM lang t0 WHERE t0.iso_2 = ? LIMIT 1
[
  "cs"
]
event Notified event
"kernel.request"
to listener
"NexCRM\BaseBundle\EventListener\MediaRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "NexCRM\BaseBundle\EventListener\MediaRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"NexCRM\DMSBundle\EventListener\RequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "NexCRM\DMSBundle\EventListener\RequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"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
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"NexCRM\BaseBundle\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "NexCRM\BaseBundle\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"NexCRM\BaseBundle\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "NexCRM\BaseBundle\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"NexCRM\WebBundle\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "NexCRM\WebBundle\EventListener\LocaleListener::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"
]
doctrine SELECT t0.alias AS alias_1, t0.value AS value_2, t0.id AS id_3 FROM setting t0 WHERE t0.alias = ? LIMIT 1
[
  "instagram_client_id"
]
doctrine SELECT t0.alias AS alias_1, t0.value AS value_2, t0.id AS id_3 FROM setting t0 WHERE t0.alias = ? LIMIT 1
[
  "instagram_client_secret"
]
doctrine SELECT t0.alias AS alias_1, t0.value AS value_2, t0.id AS id_3 FROM setting t0 WHERE t0.alias = ? LIMIT 1
[
  "instagram_token"
]
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
"NexCRM\BaseBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "NexCRM\BaseBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"NexCRM\BaseBundle\EventListener\UserKernelRequestListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "NexCRM\BaseBundle\EventListener\UserKernelRequestListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"NexCRM\WebBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "NexCRM\WebBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"AndreaSprega\Bundle\BreadcrumbBundle\EventListener\BreadcrumbListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "AndreaSprega\Bundle\BreadcrumbBundle\EventListener\BreadcrumbListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"NexCRM\ShopBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "NexCRM\ShopBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"NexCRM\NotificationBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "NexCRM\NotificationBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"NexCRM\PersonBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "NexCRM\PersonBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"NexCRM\CompanyBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "NexCRM\CompanyBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"NexCRM\DMSBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "NexCRM\DMSBundle\EventListener\ControllerListener::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
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
stopped propagation of the event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
event Notified event
"kernel.response"
to listener
"NexCRM\BaseBundle\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "NexCRM\BaseBundle\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"NexCRM\WebBundle\EventListener\CacheDeleteResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "NexCRM\WebBundle\EventListener\CacheDeleteResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
doctrine SELECT t0.name AS name_1, t0.iso_2 AS iso_2_2, t0.iso_3 AS iso_3_3, t0.default_lang AS default_lang_4, t0.active AS active_5, t0.id AS id_6, t0.country AS country_7 FROM lang t0 WHERE t0.active = ?
[
  1
]
doctrine SELECT t0.name AS name_1, t0.iso_2 AS iso_2_2, t0.iso_3 AS iso_3_3, t0.default_lang AS default_lang_4, t0.active AS active_5, t0.id AS id_6, t0.country AS country_7 FROM lang t0 WHERE t0.default_lang = ? LIMIT 1
[
  1
]
doctrine SELECT t0.name AS name_1, t0.iso_2 AS iso_2_2, t0.iso_3 AS iso_3_3, t0.default_lang AS default_lang_4, t0.active AS active_5, t0.id AS id_6, t0.country AS country_7 FROM lang t0 WHERE t0.iso_2 = ? LIMIT 1
[
  "cs"
]
doctrine SELECT t0.name AS name_1, t0.iso_2 AS iso_2_2, t0.iso_3 AS iso_3_3, t0.default_lang AS default_lang_4, t0.active AS active_5, t0.id AS id_6, t0.country AS country_7 FROM lang t0 WHERE t0.active = ?
[
  1
]
doctrine SELECT t0.name AS name_1, t0.iso_2 AS iso_2_2, t0.iso_3 AS iso_3_3, t0.default_lang AS default_lang_4, t0.active AS active_5, t0.id AS id_6, t0.country AS country_7 FROM lang t0 WHERE t0.default_lang = ? LIMIT 1
[
  1
]
doctrine SELECT t0.name AS name_1, t0.iso_2 AS iso_2_2, t0.iso_3 AS iso_3_3, t0.default_lang AS default_lang_4, t0.active AS active_5, t0.id AS id_6, t0.country AS country_7 FROM lang t0 WHERE t0.iso_2 = ? LIMIT 1
[
  "cs"
]
event Notified event
"kernel.request"
to listener
"NexCRM\BaseBundle\EventListener\MediaRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "NexCRM\BaseBundle\EventListener\MediaRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"NexCRM\DMSBundle\EventListener\RequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "NexCRM\DMSBundle\EventListener\RequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"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
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"NexCRM\BaseBundle\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "NexCRM\BaseBundle\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"NexCRM\BaseBundle\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "NexCRM\BaseBundle\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"NexCRM\WebBundle\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "NexCRM\WebBundle\EventListener\LocaleListener::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.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
"NexCRM\BaseBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "NexCRM\BaseBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"NexCRM\BaseBundle\EventListener\UserKernelRequestListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "NexCRM\BaseBundle\EventListener\UserKernelRequestListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"NexCRM\WebBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "NexCRM\WebBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"AndreaSprega\Bundle\BreadcrumbBundle\EventListener\BreadcrumbListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "AndreaSprega\Bundle\BreadcrumbBundle\EventListener\BreadcrumbListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"NexCRM\ShopBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "NexCRM\ShopBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"NexCRM\NotificationBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "NexCRM\NotificationBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"NexCRM\PersonBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "NexCRM\PersonBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"NexCRM\CompanyBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "NexCRM\CompanyBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"NexCRM\DMSBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "NexCRM\DMSBundle\EventListener\ControllerListener::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
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
event Notified event
"kernel.response"
to listener
"NexCRM\BaseBundle\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "NexCRM\BaseBundle\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"NexCRM\WebBundle\EventListener\CacheDeleteResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "NexCRM\WebBundle\EventListener\CacheDeleteResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]

PHP Notices 0

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

There are no log messages of this level.

Container 2386

Log messages generated during the compilation of the service container.

Class Messages
Liip\ImagineBundle\DependencyInjection\Compiler\LoadersCompilerPass
  • [liip/imagine-bundle] Registered binary loader: liip_imagine.binary.loader.default
1
Liip\ImagineBundle\DependencyInjection\Compiler\FiltersCompilerPass
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.relative_resize
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.resize
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.thumbnail
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.crop
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.grayscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.paste_image
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.watermark_image
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.background
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.strip
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.scale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.upscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.downscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.auto_rotate
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.rotate
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.flip
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.interlace
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.resample
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.fixed
18
Liip\ImagineBundle\DependencyInjection\Compiler\PostProcessorsCompilerPass
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.jpegoptim
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.optipng
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.pngquant
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.mozjpeg
4
Liip\ImagineBundle\DependencyInjection\Compiler\ResolversCompilerPass
  • [liip/imagine-bundle] Registered cache resolver: liip_imagine.cache.resolver.default
  • [liip/imagine-bundle] Registered cache resolver: liip_imagine.cache.resolver.no_cache_web_path
2
Liip\ImagineBundle\DependencyInjection\Compiler\MaybeSetMimeServicesAsAliasesCompilerPass
  • [liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
1
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AjaxCartController" (parent: .abstract.instanceof.App\Controller\AjaxCartController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AjaxCartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AjaxCartController).
  • Resolving inheritance for "App\Controller\AjaxCartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AjaxCartController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BaseController" (parent: .abstract.instanceof.App\Controller\BaseController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BaseController).
  • Resolving inheritance for "App\Controller\BaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BaseController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CartController" (parent: .abstract.instanceof.App\Controller\CartController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CartController).
  • Resolving inheritance for "App\Controller\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CartController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportController" (parent: .abstract.instanceof.App\Controller\ExportController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportController).
  • Resolving inheritance for "App\Controller\ExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController" (parent: .abstract.instanceof.App\Controller\PageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController).
  • Resolving inheritance for "App\Controller\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShopController" (parent: .abstract.instanceof.App\Controller\ShopController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShopController).
  • Resolving inheritance for "App\Controller\ShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShopController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
  • Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixures\BaseDataFixures" (parent: .abstract.instanceof.App\DataFixures\BaseDataFixures).
  • Resolving inheritance for "App\DataFixures\BaseDataFixures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixures\BaseDataFixures).
  • Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.App\EventSubscriber\LoadClassMetadataSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LoadClassMetadataSubscriber).
  • Resolving inheritance for "App\EventSubscriber\LoadClassMetadataSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.App\EventSubscriber\LoadClassMetadataSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\CategoryTypeExtension" (parent: .abstract.instanceof.App\Form\Extension\CategoryTypeExtension).
  • Resolving inheritance for "App\Form\Extension\CategoryTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\CategoryTypeExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GTagExtension" (parent: .abstract.instanceof.App\Twig\GTagExtension).
  • Resolving inheritance for "App\Twig\GTagExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GTagExtension).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.property_info" (parent: cache.system).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "doctrine.result_cache_pool" (parent: cache.app).
  • Resolving inheritance for "doctrine.system_cache_pool" (parent: cache.system).
  • Resolving inheritance for "assets._version__default" (parent: assets.static_version_strategy).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
  • Resolving inheritance for "secrets.decryption_key" (parent: container.env).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "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.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.logout.listener.session.main" (parent: security.logout.listener.session).
  • Resolving inheritance for "security.authentication.provider.dao.main" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.main" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.main" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
  • Resolving inheritance for "vich_uploader.namer_uniqid.dms" (parent: vich_uploader.namer_uniqid).
  • Resolving inheritance for "vich_uploader.namer_uniqid.dms_preview" (parent: vich_uploader.namer_uniqid).
  • Resolving inheritance for "vich_uploader.namer_uniqid.upload_file" (parent: vich_uploader.namer_uniqid).
  • Resolving inheritance for "vich_uploader.namer_uniqid.media" (parent: vich_uploader.namer_uniqid).
  • Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.dms" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.dms" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.dms" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.dms_preview" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.dms_preview" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.dms_preview" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.inject.upload_file" (parent: vich_uploader.listener.inject.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.upload_file" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.upload_file" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.upload_file" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.template_file" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.template_file" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.template_file" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.upload_form_file" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.upload_form_file" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.upload_form_file" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.media" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.media" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.media" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.plugin.redirecting" (parent: swiftmailer.plugin.redirecting.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
  • Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\BlameableSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\BlameableSubscriber).
  • Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\BlameableSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\BlameableSubscriber).
  • Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\LoggableSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\LoggableSubscriber).
  • Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\LoggableSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\LoggableSubscriber).
  • Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\SluggableSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\SluggableSubscriber).
  • Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\SluggableSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\SluggableSubscriber).
  • Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableSubscriber).
  • Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableSubscriber).
  • Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TimestampableSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TimestampableSubscriber).
  • Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\TimestampableSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TimestampableSubscriber).
  • Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TranslatableSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TranslatableSubscriber).
  • Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\TranslatableSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TranslatableSubscriber).
  • Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TreeSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TreeSubscriber).
  • Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\TreeSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TreeSubscriber).
  • Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\UuidableSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\UuidableSubscriber).
  • Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\UuidableSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\UuidableSubscriber).
  • Resolving inheritance for "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
  • Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.locator.filesystem).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.NexCRM\BaseBundle\Command\GenerateEntities" (parent: .abstract.instanceof.NexCRM\BaseBundle\Command\GenerateEntities).
  • Resolving inheritance for "NexCRM\BaseBundle\Command\GenerateEntities" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.NexCRM\BaseBundle\Command\GenerateEntities).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.NexCRM\BaseBundle\Command\LoadRoutes" (parent: .abstract.instanceof.NexCRM\BaseBundle\Command\LoadRoutes).
  • Resolving inheritance for "NexCRM\BaseBundle\Command\LoadRoutes" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.NexCRM\BaseBundle\Command\LoadRoutes).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.NexCRM\BaseBundle\Command\Lock" (parent: .abstract.instanceof.NexCRM\BaseBundle\Command\Lock).
  • Resolving inheritance for "NexCRM\BaseBundle\Command\Lock" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.NexCRM\BaseBundle\Command\Lock).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.NexCRM\BaseBundle\Command\Unlock" (parent: .abstract.instanceof.NexCRM\BaseBundle\Command\Unlock).
  • Resolving inheritance for "NexCRM\BaseBundle\Command\Unlock" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.NexCRM\BaseBundle\Command\Unlock).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\CacheController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\CacheController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\CacheController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\CacheController).
  • Resolving inheritance for "NexCRM\BaseBundle\Controller\CacheController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\CacheController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\DashboardController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\DashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\DashboardController).
  • Resolving inheritance for "NexCRM\BaseBundle\Controller\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\DashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\DefaultController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\DefaultController).
  • Resolving inheritance for "NexCRM\BaseBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\LangController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\LangController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\LangController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\LangController).
  • Resolving inheritance for "NexCRM\BaseBundle\Controller\LangController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\LangController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\LangTranslationController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\LangTranslationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\LangTranslationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\LangTranslationController).
  • Resolving inheritance for "NexCRM\BaseBundle\Controller\LangTranslationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\LangTranslationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\LogController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\LogController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\LogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\LogController).
  • Resolving inheritance for "NexCRM\BaseBundle\Controller\LogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\LogController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\MediaController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\MediaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\MediaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\MediaController).
  • Resolving inheritance for "NexCRM\BaseBundle\Controller\MediaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\MediaController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\MediaSizeController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\MediaSizeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\MediaSizeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\MediaSizeController).
  • Resolving inheritance for "NexCRM\BaseBundle\Controller\MediaSizeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\MediaSizeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\RoleController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\RoleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\RoleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\RoleController).
  • Resolving inheritance for "NexCRM\BaseBundle\Controller\RoleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\RoleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\SecurityController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\SecurityController).
  • Resolving inheritance for "NexCRM\BaseBundle\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\SettingsController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\SettingsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\SettingsController).
  • Resolving inheritance for "NexCRM\BaseBundle\Controller\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\SettingsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\SortController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\SortController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\SortController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\SortController).
  • Resolving inheritance for "NexCRM\BaseBundle\Controller\SortController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\SortController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\StyleguideController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\StyleguideController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\StyleguideController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\StyleguideController).
  • Resolving inheritance for "NexCRM\BaseBundle\Controller\StyleguideController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\StyleguideController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\UserController" (parent: .abstract.instanceof.NexCRM\BaseBundle\Controller\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\UserController).
  • Resolving inheritance for "NexCRM\BaseBundle\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\UserController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\BaseBundle\DataFixtures\FolderFixtures" (parent: .abstract.instanceof.NexCRM\BaseBundle\DataFixtures\FolderFixtures).
  • Resolving inheritance for "NexCRM\BaseBundle\DataFixtures\FolderFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\BaseBundle\DataFixtures\FolderFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\BaseBundle\DataFixtures\LanguageFixtures" (parent: .abstract.instanceof.NexCRM\BaseBundle\DataFixtures\LanguageFixtures).
  • Resolving inheritance for "NexCRM\BaseBundle\DataFixtures\LanguageFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\BaseBundle\DataFixtures\LanguageFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\BaseBundle\DataFixtures\MediaFixtures" (parent: .abstract.instanceof.NexCRM\BaseBundle\DataFixtures\MediaFixtures).
  • Resolving inheritance for "NexCRM\BaseBundle\DataFixtures\MediaFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\BaseBundle\DataFixtures\MediaFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\BaseBundle\DataFixtures\UserAndRoleFixtures" (parent: .abstract.instanceof.NexCRM\BaseBundle\DataFixtures\UserAndRoleFixtures).
  • Resolving inheritance for "NexCRM\BaseBundle\DataFixtures\UserAndRoleFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\BaseBundle\DataFixtures\UserAndRoleFixtures).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\BaseBundle\EventListener\LocaleListener" (parent: .abstract.instanceof.NexCRM\BaseBundle\EventListener\LocaleListener).
  • Resolving inheritance for "NexCRM\BaseBundle\EventListener\LocaleListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\BaseBundle\EventListener\LocaleListener).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.NexCRM\BaseBundle\EventListener\LogSubscriber" (parent: .abstract.instanceof.NexCRM\BaseBundle\EventListener\LogSubscriber).
  • Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.NexCRM\BaseBundle\EventListener\LogSubscriber" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.NexCRM\BaseBundle\EventListener\LogSubscriber).
  • Resolving inheritance for "NexCRM\BaseBundle\EventListener\LogSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.NexCRM\BaseBundle\EventListener\LogSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\BaseBundle\EventListener\MediaOrderWriter" (parent: .abstract.instanceof.NexCRM\BaseBundle\EventListener\MediaOrderWriter).
  • Resolving inheritance for "NexCRM\BaseBundle\EventListener\MediaOrderWriter" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\BaseBundle\EventListener\MediaOrderWriter).
  • Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.NexCRM\BaseBundle\EventListener\MediaSizeSubscriber" (parent: .abstract.instanceof.NexCRM\BaseBundle\EventListener\MediaSizeSubscriber).
  • Resolving inheritance for "NexCRM\BaseBundle\EventListener\MediaSizeSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.NexCRM\BaseBundle\EventListener\MediaSizeSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Extension\MediaFormExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Extension\MediaFormExtension).
  • Resolving inheritance for "NexCRM\BaseBundle\Extension\MediaFormExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Extension\MediaFormExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\DateRangeType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\DateRangeType).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\DateRangeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\DateRangeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\AbleProAdminExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Extension\AbleProAdminExtension).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\Extension\AbleProAdminExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\AbleProAdminExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\CKEditorTypeExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Extension\CKEditorTypeExtension).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\Extension\CKEditorTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\CKEditorTypeExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\CollectionTypeExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Extension\CollectionTypeExtension).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\Extension\CollectionTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\CollectionTypeExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\DateTimeTypeExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Extension\DateTimeTypeExtension).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\Extension\DateTimeTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\DateTimeTypeExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\DateTypeExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Extension\DateTypeExtension).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\Extension\DateTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\DateTypeExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\EntityTypeExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Extension\EntityTypeExtension).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\Extension\EntityTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\EntityTypeExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\LinkButtonExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Extension\LinkButtonExtension).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\Extension\LinkButtonExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\LinkButtonExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\MediaFileTypeExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Extension\MediaFileTypeExtension).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\Extension\MediaFileTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\MediaFileTypeExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\TabbedFormTypeExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Extension\TabbedFormTypeExtension).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\Extension\TabbedFormTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\TabbedFormTypeExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\TimeTypeExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Extension\TimeTypeExtension).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\Extension\TimeTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\TimeTypeExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\FilterType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\FilterType).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\FilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\FilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\FolderType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\FolderType).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\FolderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\FolderType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\IconSubmitType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\IconSubmitType).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\IconSubmitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\IconSubmitType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\LangTranslationType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\LangTranslationType).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\LangTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\LangTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\LangType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\LangType).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\LangType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\LangType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\LogType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\LogType).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\LogType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\LogType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileInlineType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\MediaFileInlineType).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\BaseBundle\Form\MediaFileInlineType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileInlineType).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\MediaFileInlineType" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\BaseBundle\Form\MediaFileInlineType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileMultipleInlineType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\MediaFileMultipleInlineType).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\MediaFileMultipleInlineType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileMultipleInlineType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileMultipleType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\MediaFileMultipleType).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\MediaFileMultipleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileMultipleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileTransformType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\MediaFileTransformType).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\BaseBundle\Form\MediaFileTransformType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileTransformType).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\MediaFileTransformType" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\BaseBundle\Form\MediaFileTransformType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\MediaFileType).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\BaseBundle\Form\MediaFileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileType).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\MediaFileType" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\BaseBundle\Form\MediaFileType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaSizeType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\MediaSizeType).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\MediaSizeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaSizeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\MediaType).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\MediaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\RoleType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\RoleType).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\RoleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\RoleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\SelectEntityType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\SelectEntityType).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\SelectEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\SelectEntityType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\SettingCollectionType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\SettingCollectionType).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\SettingCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\SettingCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\SettingType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\SettingType).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\SettingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\SettingType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\TabType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\TabType).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\TabType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\TabType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\TabsType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\TabsType).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\TabsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\TabsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\ChoiceListType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Type\ChoiceListType).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\Type\ChoiceListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\ChoiceListType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\EntityAndCollectionType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Type\EntityAndCollectionType).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\Type\EntityAndCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\EntityAndCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\FavIconType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Type\FavIconType).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\Type\FavIconType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\FavIconType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\MultiEmailType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Type\MultiEmailType).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\Type\MultiEmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\MultiEmailType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\SortableCollectionType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\Type\SortableCollectionType).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\Type\SortableCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\SortableCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\UserType" (parent: .abstract.instanceof.NexCRM\BaseBundle\Form\UserType).
  • Resolving inheritance for "NexCRM\BaseBundle\Form\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\UserType).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\ChartJsTwigExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Twig\ChartJsTwigExtension).
  • Resolving inheritance for "NexCRM\BaseBundle\Twig\ChartJsTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\ChartJsTwigExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\HookTwigExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Twig\HookTwigExtension).
  • Resolving inheritance for "NexCRM\BaseBundle\Twig\HookTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\HookTwigExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\LangTwigExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Twig\LangTwigExtension).
  • Resolving inheritance for "NexCRM\BaseBundle\Twig\LangTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\LangTwigExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\MediaFilterTwigExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Twig\MediaFilterTwigExtension).
  • Resolving inheritance for "NexCRM\BaseBundle\Twig\MediaFilterTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\MediaFilterTwigExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\OrderByTwigExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Twig\OrderByTwigExtension).
  • Resolving inheritance for "NexCRM\BaseBundle\Twig\OrderByTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\OrderByTwigExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\TwigExtension" (parent: .abstract.instanceof.NexCRM\BaseBundle\Twig\TwigExtension).
  • Resolving inheritance for "NexCRM\BaseBundle\Twig\TwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\TwigExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.app.form.tabbed_form_type_extension" (parent: .abstract.instanceof.app.form.tabbed_form_type_extension).
  • Resolving inheritance for "app.form.tabbed_form_type_extension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.app.form.tabbed_form_type_extension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.link_button.form.extension" (parent: .abstract.instanceof.link_button.form.extension).
  • Resolving inheritance for "link_button.form.extension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.link_button.form.extension).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.app.locale_listener" (parent: .abstract.instanceof.app.locale_listener).
  • Resolving inheritance for "app.locale_listener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.app.locale_listener).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Liip\ImagineBundle\Templating\ImagineExtension" (parent: .abstract.instanceof.Liip\ImagineBundle\Templating\ImagineExtension).
  • Resolving inheritance for "Liip\ImagineBundle\Templating\ImagineExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Liip\ImagineBundle\Templating\ImagineExtension).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\BlockController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\BlockController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\BlockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\BlockController).
  • Resolving inheritance for "NexCRM\WebBundle\Controller\BlockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\BlockController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\CodeController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\CodeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\CodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\CodeController).
  • Resolving inheritance for "NexCRM\WebBundle\Controller\CodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\CodeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\CookieController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\CookieController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\CookieController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\CookieController).
  • Resolving inheritance for "NexCRM\WebBundle\Controller\CookieController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\CookieController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\CronController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\CronController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\CronController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\CronController).
  • Resolving inheritance for "NexCRM\WebBundle\Controller\CronController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\CronController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\Front\FeedController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\Front\FeedController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\Front\FeedController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\Front\FeedController).
  • Resolving inheritance for "NexCRM\WebBundle\Controller\Front\FeedController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\Front\FeedController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\MenuController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\MenuController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\MenuController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\MenuController).
  • Resolving inheritance for "NexCRM\WebBundle\Controller\MenuController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\MenuController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\MenuGroupController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\MenuGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\MenuGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\MenuGroupController).
  • Resolving inheritance for "NexCRM\WebBundle\Controller\MenuGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\MenuGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\ModuleController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\ModuleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\ModuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\ModuleController).
  • Resolving inheritance for "NexCRM\WebBundle\Controller\ModuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\ModuleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\NewsController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\NewsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\NewsController).
  • Resolving inheritance for "NexCRM\WebBundle\Controller\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\NewsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\PageController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\PageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\PageController).
  • Resolving inheritance for "NexCRM\WebBundle\Controller\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\PageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\SEOController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\SEOController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\SEOController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\SEOController).
  • Resolving inheritance for "NexCRM\WebBundle\Controller\SEOController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\SEOController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\SettingController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\SettingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\SettingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\SettingController).
  • Resolving inheritance for "NexCRM\WebBundle\Controller\SettingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\SettingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\SliderController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\SliderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\SliderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\SliderController).
  • Resolving inheritance for "NexCRM\WebBundle\Controller\SliderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\SliderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\TagController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\TagController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\TagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\TagController).
  • Resolving inheritance for "NexCRM\WebBundle\Controller\TagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\TagController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\TemplateController" (parent: .abstract.instanceof.NexCRM\WebBundle\Controller\TemplateController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\TemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\TemplateController).
  • Resolving inheritance for "NexCRM\WebBundle\Controller\TemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\TemplateController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\WebBundle\DataFixtures\AppFixtures" (parent: .abstract.instanceof.NexCRM\WebBundle\DataFixtures\AppFixtures).
  • Resolving inheritance for "NexCRM\WebBundle\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\WebBundle\DataFixtures\AppFixtures).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\WebBundle\EventListener\LocaleListener" (parent: .abstract.instanceof.NexCRM\WebBundle\EventListener\LocaleListener).
  • Resolving inheritance for "NexCRM\WebBundle\EventListener\LocaleListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\WebBundle\EventListener\LocaleListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\BlockType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\BlockType).
  • Resolving inheritance for "NexCRM\WebBundle\Form\BlockType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\BlockType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\CodeType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\CodeType).
  • Resolving inheritance for "NexCRM\WebBundle\Form\CodeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\CodeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\ContactType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\ContactType).
  • Resolving inheritance for "NexCRM\WebBundle\Form\ContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\ContactType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\ContentType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\ContentType).
  • Resolving inheritance for "NexCRM\WebBundle\Form\ContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\ContentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\CookieType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\CookieType).
  • Resolving inheritance for "NexCRM\WebBundle\Form\CookieType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\CookieType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\MenuGroupType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\MenuGroupType).
  • Resolving inheritance for "NexCRM\WebBundle\Form\MenuGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\MenuGroupType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\MenuType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\MenuType).
  • Resolving inheritance for "NexCRM\WebBundle\Form\MenuType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\MenuType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\ModuleType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\ModuleType).
  • Resolving inheritance for "NexCRM\WebBundle\Form\ModuleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\ModuleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\NewsType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\NewsType).
  • Resolving inheritance for "NexCRM\WebBundle\Form\NewsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\NewsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\PageType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\PageType).
  • Resolving inheritance for "NexCRM\WebBundle\Form\PageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\PageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\SEOType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\SEOType).
  • Resolving inheritance for "NexCRM\WebBundle\Form\SEOType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\SEOType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\SettingType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\SettingType).
  • Resolving inheritance for "NexCRM\WebBundle\Form\SettingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\SettingType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\SliderType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\SliderType).
  • Resolving inheritance for "NexCRM\WebBundle\Form\SliderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\SliderType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\TagType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\TagType).
  • Resolving inheritance for "NexCRM\WebBundle\Form\TagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\TagType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\TemplateType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\TemplateType).
  • Resolving inheritance for "NexCRM\WebBundle\Form\TemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\TemplateType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\Type\ContentFromTemplateType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\Type\ContentFromTemplateType).
  • Resolving inheritance for "NexCRM\WebBundle\Form\Type\ContentFromTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\Type\ContentFromTemplateType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\Type\DataSourcesType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\Type\DataSourcesType).
  • Resolving inheritance for "NexCRM\WebBundle\Form\Type\DataSourcesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\Type\DataSourcesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\Type\TemplateCollectionType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\Type\TemplateCollectionType).
  • Resolving inheritance for "NexCRM\WebBundle\Form\Type\TemplateCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\Type\TemplateCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\Type\TemplateEntityType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\Type\TemplateEntityType).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\WebBundle\Form\Type\TemplateEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\Type\TemplateEntityType).
  • Resolving inheritance for "NexCRM\WebBundle\Form\Type\TemplateEntityType" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\WebBundle\Form\Type\TemplateEntityType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\URLType" (parent: .abstract.instanceof.NexCRM\WebBundle\Form\URLType).
  • Resolving inheritance for "NexCRM\WebBundle\Form\URLType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\URLType).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\WebBundle\Twig\MarketingTwigExtension" (parent: .abstract.instanceof.NexCRM\WebBundle\Twig\MarketingTwigExtension).
  • Resolving inheritance for "NexCRM\WebBundle\Twig\MarketingTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\WebBundle\Twig\MarketingTwigExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\WebBundle\Twig\TwigExtension" (parent: .abstract.instanceof.NexCRM\WebBundle\Twig\TwigExtension).
  • Resolving inheritance for "NexCRM\WebBundle\Twig\TwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\WebBundle\Twig\TwigExtension).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\Admin\CategoryController" (parent: .abstract.instanceof.NexCRM\ShopBundle\Controller\Admin\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\Admin\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\Admin\CategoryController).
  • Resolving inheritance for "NexCRM\ShopBundle\Controller\Admin\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\Admin\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\Admin\ParameterController" (parent: .abstract.instanceof.NexCRM\ShopBundle\Controller\Admin\ParameterController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\Admin\ParameterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\Admin\ParameterController).
  • Resolving inheritance for "NexCRM\ShopBundle\Controller\Admin\ParameterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\Admin\ParameterController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\Admin\ParameterGroupController" (parent: .abstract.instanceof.NexCRM\ShopBundle\Controller\Admin\ParameterGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\Admin\ParameterGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\Admin\ParameterGroupController).
  • Resolving inheritance for "NexCRM\ShopBundle\Controller\Admin\ParameterGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\Admin\ParameterGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\Admin\PaymentController" (parent: .abstract.instanceof.NexCRM\ShopBundle\Controller\Admin\PaymentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\Admin\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\Admin\PaymentController).
  • Resolving inheritance for "NexCRM\ShopBundle\Controller\Admin\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\Admin\PaymentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\Admin\ProductController" (parent: .abstract.instanceof.NexCRM\ShopBundle\Controller\Admin\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\Admin\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\Admin\ProductController).
  • Resolving inheritance for "NexCRM\ShopBundle\Controller\Admin\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\Admin\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\Admin\ShippingController" (parent: .abstract.instanceof.NexCRM\ShopBundle\Controller\Admin\ShippingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\Admin\ShippingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\Admin\ShippingController).
  • Resolving inheritance for "NexCRM\ShopBundle\Controller\Admin\ShippingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\Admin\ShippingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\Admin\ShopOrderController" (parent: .abstract.instanceof.NexCRM\ShopBundle\Controller\Admin\ShopOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\Admin\ShopOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\Admin\ShopOrderController).
  • Resolving inheritance for "NexCRM\ShopBundle\Controller\Admin\ShopOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\Admin\ShopOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\Admin\StatusController" (parent: .abstract.instanceof.NexCRM\ShopBundle\Controller\Admin\StatusController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\Admin\StatusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\Admin\StatusController).
  • Resolving inheritance for "NexCRM\ShopBundle\Controller\Admin\StatusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\Admin\StatusController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\CartController" (parent: .abstract.instanceof.NexCRM\ShopBundle\Controller\CartController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\CartController).
  • Resolving inheritance for "NexCRM\ShopBundle\Controller\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\CartController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\PohodaController" (parent: .abstract.instanceof.NexCRM\ShopBundle\Controller\PohodaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\PohodaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\PohodaController).
  • Resolving inheritance for "NexCRM\ShopBundle\Controller\PohodaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\PohodaController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\ShopBundle\DataFixtures\AppFixtures" (parent: .abstract.instanceof.NexCRM\ShopBundle\DataFixtures\AppFixtures).
  • Resolving inheritance for "NexCRM\ShopBundle\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\ShopBundle\DataFixtures\AppFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\ShopBundle\DataFixtures\TranslateFixtures" (parent: .abstract.instanceof.NexCRM\ShopBundle\DataFixtures\TranslateFixtures).
  • Resolving inheritance for "NexCRM\ShopBundle\DataFixtures\TranslateFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\ShopBundle\DataFixtures\TranslateFixtures).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\CategoryType" (parent: .abstract.instanceof.NexCRM\ShopBundle\Form\CategoryType).
  • Resolving inheritance for "NexCRM\ShopBundle\Form\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\CategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\DeliveryDataAdminType" (parent: .abstract.instanceof.NexCRM\ShopBundle\Form\DeliveryDataAdminType).
  • Resolving inheritance for "NexCRM\ShopBundle\Form\DeliveryDataAdminType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\DeliveryDataAdminType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\DeliveryDataType" (parent: .abstract.instanceof.NexCRM\ShopBundle\Form\DeliveryDataType).
  • Resolving inheritance for "NexCRM\ShopBundle\Form\DeliveryDataType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\DeliveryDataType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\OrderItemType" (parent: .abstract.instanceof.NexCRM\ShopBundle\Form\OrderItemType).
  • Resolving inheritance for "NexCRM\ShopBundle\Form\OrderItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\OrderItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\OrderType" (parent: .abstract.instanceof.NexCRM\ShopBundle\Form\OrderType).
  • Resolving inheritance for "NexCRM\ShopBundle\Form\OrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\OrderType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\ParameterGroupType" (parent: .abstract.instanceof.NexCRM\ShopBundle\Form\ParameterGroupType).
  • Resolving inheritance for "NexCRM\ShopBundle\Form\ParameterGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\ParameterGroupType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\ParameterType" (parent: .abstract.instanceof.NexCRM\ShopBundle\Form\ParameterType).
  • Resolving inheritance for "NexCRM\ShopBundle\Form\ParameterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\ParameterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\PaymentType" (parent: .abstract.instanceof.NexCRM\ShopBundle\Form\PaymentType).
  • Resolving inheritance for "NexCRM\ShopBundle\Form\PaymentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\PaymentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\ProductType" (parent: .abstract.instanceof.NexCRM\ShopBundle\Form\ProductType).
  • Resolving inheritance for "NexCRM\ShopBundle\Form\ProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\ProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\ShippingMethodType" (parent: .abstract.instanceof.NexCRM\ShopBundle\Form\ShippingMethodType).
  • Resolving inheritance for "NexCRM\ShopBundle\Form\ShippingMethodType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\ShippingMethodType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\StatusType" (parent: .abstract.instanceof.NexCRM\ShopBundle\Form\StatusType).
  • Resolving inheritance for "NexCRM\ShopBundle\Form\StatusType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\StatusType).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\GoPayBundle\Controller\IndexController" (parent: .abstract.instanceof.NexCRM\GoPayBundle\Controller\IndexController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\GoPayBundle\Controller\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\GoPayBundle\Controller\IndexController).
  • Resolving inheritance for "NexCRM\GoPayBundle\Controller\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\GoPayBundle\Controller\IndexController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\CronController" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Controller\CronController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\CronController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\CronController).
  • Resolving inheritance for "NexCRM\NotificationBundle\Controller\CronController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\CronController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\EntityController" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Controller\EntityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\EntityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\EntityController).
  • Resolving inheritance for "NexCRM\NotificationBundle\Controller\EntityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\EntityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\NotificationContentController" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Controller\NotificationContentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\NotificationContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\NotificationContentController).
  • Resolving inheritance for "NexCRM\NotificationBundle\Controller\NotificationContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\NotificationContentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\NotificationController" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Controller\NotificationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\NotificationController).
  • Resolving inheritance for "NexCRM\NotificationBundle\Controller\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\NotificationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\SystemNotificationController" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Controller\SystemNotificationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\SystemNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\SystemNotificationController).
  • Resolving inheritance for "NexCRM\NotificationBundle\Controller\SystemNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\SystemNotificationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\WatcherContentController" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Controller\WatcherContentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\WatcherContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\WatcherContentController).
  • Resolving inheritance for "NexCRM\NotificationBundle\Controller\WatcherContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\WatcherContentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\WatcherController" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Controller\WatcherController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\WatcherController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\WatcherController).
  • Resolving inheritance for "NexCRM\NotificationBundle\Controller\WatcherController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\WatcherController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\NotificationBundle\DataFixtures\LoadNotificators" (parent: .abstract.instanceof.NexCRM\NotificationBundle\DataFixtures\LoadNotificators).
  • Resolving inheritance for "NexCRM\NotificationBundle\DataFixtures\LoadNotificators" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\NotificationBundle\DataFixtures\LoadNotificators).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\NotificationBundle\DataFixtures\LoadRecover" (parent: .abstract.instanceof.NexCRM\NotificationBundle\DataFixtures\LoadRecover).
  • Resolving inheritance for "NexCRM\NotificationBundle\DataFixtures\LoadRecover" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\NotificationBundle\DataFixtures\LoadRecover).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\NotificationBundle\DataFixtures\LoadRoles" (parent: .abstract.instanceof.NexCRM\NotificationBundle\DataFixtures\LoadRoles).
  • Resolving inheritance for "NexCRM\NotificationBundle\DataFixtures\LoadRoles" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\NotificationBundle\DataFixtures\LoadRoles).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\EntityPropertyType" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Form\EntityPropertyType).
  • Resolving inheritance for "NexCRM\NotificationBundle\Form\EntityPropertyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\EntityPropertyType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\EntitySelectType" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Form\EntitySelectType).
  • Resolving inheritance for "NexCRM\NotificationBundle\Form\EntitySelectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\EntitySelectType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\EntityType" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Form\EntityType).
  • Resolving inheritance for "NexCRM\NotificationBundle\Form\EntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\EntityType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationContentType" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Form\NotificationContentType).
  • Resolving inheritance for "NexCRM\NotificationBundle\Form\NotificationContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationContentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationRuleType" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Form\NotificationRuleType).
  • Resolving inheritance for "NexCRM\NotificationBundle\Form\NotificationRuleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationRuleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationType" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Form\NotificationType).
  • Resolving inheritance for "NexCRM\NotificationBundle\Form\NotificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\RecipientType" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Form\RecipientType).
  • Resolving inheritance for "NexCRM\NotificationBundle\Form\RecipientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\RecipientType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\SystemNotificationType" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Form\SystemNotificationType).
  • Resolving inheritance for "NexCRM\NotificationBundle\Form\SystemNotificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\SystemNotificationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\WatcherContentType" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Form\WatcherContentType).
  • Resolving inheritance for "NexCRM\NotificationBundle\Form\WatcherContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\WatcherContentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\WatcherType" (parent: .abstract.instanceof.NexCRM\NotificationBundle\Form\WatcherType).
  • Resolving inheritance for "NexCRM\NotificationBundle\Form\WatcherType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\WatcherType).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\PersonBundle\Controller\DefaultController" (parent: .abstract.instanceof.NexCRM\PersonBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\PersonBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\PersonBundle\Controller\DefaultController).
  • Resolving inheritance for "NexCRM\PersonBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\PersonBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\PersonBundle\DataFixtures\AppFixtures" (parent: .abstract.instanceof.NexCRM\PersonBundle\DataFixtures\AppFixtures).
  • Resolving inheritance for "NexCRM\PersonBundle\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\PersonBundle\DataFixtures\AppFixtures).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\PersonBundle\Form\AddressType" (parent: .abstract.instanceof.NexCRM\PersonBundle\Form\AddressType).
  • Resolving inheritance for "NexCRM\PersonBundle\Form\AddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\PersonBundle\Form\AddressType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\PersonBundle\Form\BankDetailType" (parent: .abstract.instanceof.NexCRM\PersonBundle\Form\BankDetailType).
  • Resolving inheritance for "NexCRM\PersonBundle\Form\BankDetailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\PersonBundle\Form\BankDetailType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\PersonBundle\Form\PersonType" (parent: .abstract.instanceof.NexCRM\PersonBundle\Form\PersonType).
  • Resolving inheritance for "NexCRM\PersonBundle\Form\PersonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\PersonBundle\Form\PersonType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\PersonBundle\Form\PersonalDataType" (parent: .abstract.instanceof.NexCRM\PersonBundle\Form\PersonalDataType).
  • Resolving inheritance for "NexCRM\PersonBundle\Form\PersonalDataType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\PersonBundle\Form\PersonalDataType).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\CompanyBundle\Controller\DefaultController" (parent: .abstract.instanceof.NexCRM\CompanyBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\CompanyBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\CompanyBundle\Controller\DefaultController).
  • Resolving inheritance for "NexCRM\CompanyBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\CompanyBundle\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\CompanyBundle\Controller\PersonController" (parent: .abstract.instanceof.NexCRM\CompanyBundle\Controller\PersonController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\CompanyBundle\Controller\PersonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\CompanyBundle\Controller\PersonController).
  • Resolving inheritance for "NexCRM\CompanyBundle\Controller\PersonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\CompanyBundle\Controller\PersonController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\CompanyBundle\DataFixtures\AppFixtures" (parent: .abstract.instanceof.NexCRM\CompanyBundle\DataFixtures\AppFixtures).
  • Resolving inheritance for "NexCRM\CompanyBundle\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\CompanyBundle\DataFixtures\AppFixtures).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\ChangePasswordType" (parent: .abstract.instanceof.NexCRM\CompanyBundle\Form\ChangePasswordType).
  • Resolving inheritance for "NexCRM\CompanyBundle\Form\ChangePasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\ChangePasswordType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\CompanyContactType" (parent: .abstract.instanceof.NexCRM\CompanyBundle\Form\CompanyContactType).
  • Resolving inheritance for "NexCRM\CompanyBundle\Form\CompanyContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\CompanyContactType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\CompanyType" (parent: .abstract.instanceof.NexCRM\CompanyBundle\Form\CompanyType).
  • Resolving inheritance for "NexCRM\CompanyBundle\Form\CompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\CompanyType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\ExtendedPersonType" (parent: .abstract.instanceof.NexCRM\CompanyBundle\Form\ExtendedPersonType).
  • Resolving inheritance for "NexCRM\CompanyBundle\Form\ExtendedPersonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\ExtendedPersonType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\NotifyUserType" (parent: .abstract.instanceof.NexCRM\CompanyBundle\Form\NotifyUserType).
  • Resolving inheritance for "NexCRM\CompanyBundle\Form\NotifyUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\NotifyUserType).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\Ajax\NumericalRootAjaxController" (parent: .abstract.instanceof.NexCRM\DMSBundle\Controller\Ajax\NumericalRootAjaxController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\Ajax\NumericalRootAjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\Ajax\NumericalRootAjaxController).
  • Resolving inheritance for "NexCRM\DMSBundle\Controller\Ajax\NumericalRootAjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\Ajax\NumericalRootAjaxController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\CronController" (parent: .abstract.instanceof.NexCRM\DMSBundle\Controller\CronController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\CronController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\CronController).
  • Resolving inheritance for "NexCRM\DMSBundle\Controller\CronController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\CronController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\DMSController" (parent: .abstract.instanceof.NexCRM\DMSBundle\Controller\DMSController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\DMSController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\DMSController).
  • Resolving inheritance for "NexCRM\DMSBundle\Controller\DMSController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\DMSController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\FileController" (parent: .abstract.instanceof.NexCRM\DMSBundle\Controller\FileController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\FileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\FileController).
  • Resolving inheritance for "NexCRM\DMSBundle\Controller\FileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\FileController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\FileTemplateController" (parent: .abstract.instanceof.NexCRM\DMSBundle\Controller\FileTemplateController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\FileTemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\FileTemplateController).
  • Resolving inheritance for "NexCRM\DMSBundle\Controller\FileTemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\FileTemplateController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController" (parent: .abstract.instanceof.NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController).
  • Resolving inheritance for "NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\FilterController" (parent: .abstract.instanceof.NexCRM\DMSBundle\Controller\FilterController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\FilterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\FilterController).
  • Resolving inheritance for "NexCRM\DMSBundle\Controller\FilterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\FilterController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\RuleController" (parent: .abstract.instanceof.NexCRM\DMSBundle\Controller\RuleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\RuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\RuleController).
  • Resolving inheritance for "NexCRM\DMSBundle\Controller\RuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\RuleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\TestController" (parent: .abstract.instanceof.NexCRM\DMSBundle\Controller\TestController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\TestController).
  • Resolving inheritance for "NexCRM\DMSBundle\Controller\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\TestController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\DMSBundle\DataFixtures\LoadRoles" (parent: .abstract.instanceof.NexCRM\DMSBundle\DataFixtures\LoadRoles).
  • Resolving inheritance for "NexCRM\DMSBundle\DataFixtures\LoadRoles" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\DMSBundle\DataFixtures\LoadRoles).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\DMSBundle\EventListener\OrderWriter" (parent: .abstract.instanceof.NexCRM\DMSBundle\EventListener\OrderWriter).
  • Resolving inheritance for "NexCRM\DMSBundle\EventListener\OrderWriter" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\DMSBundle\EventListener\OrderWriter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\DMSBundle\Extension\FormExtension" (parent: .abstract.instanceof.NexCRM\DMSBundle\Extension\FormExtension).
  • Resolving inheritance for "NexCRM\DMSBundle\Extension\FormExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\DMSBundle\Extension\FormExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\DMSFileMultipleType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\DMSFileMultipleType).
  • Resolving inheritance for "NexCRM\DMSBundle\Form\DMSFileMultipleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\DMSFileMultipleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\DMSFileType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\DMSFileType).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\DMSBundle\Form\DMSFileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\DMSFileType).
  • Resolving inheritance for "NexCRM\DMSBundle\Form\DMSFileType" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\DMSBundle\Form\DMSFileType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\DMSBundle\Form\Extension\DMSFileTypeExtension" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\Extension\DMSFileTypeExtension).
  • Resolving inheritance for "NexCRM\DMSBundle\Form\Extension\DMSFileTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\DMSBundle\Form\Extension\DMSFileTypeExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\DMSBundle\Form\Extension\FileTypeExtension" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\Extension\FileTypeExtension).
  • Resolving inheritance for "NexCRM\DMSBundle\Form\Extension\FileTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\DMSBundle\Form\Extension\FileTypeExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileCommentType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\FileCommentType).
  • Resolving inheritance for "NexCRM\DMSBundle\Form\FileCommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileCommentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileFieldType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\FileFieldType).
  • Resolving inheritance for "NexCRM\DMSBundle\Form\FileFieldType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileFieldType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileParametersType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\FileParametersType).
  • Resolving inheritance for "NexCRM\DMSBundle\Form\FileParametersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileParametersType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileTemplateFieldSettingType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\FileTemplateFieldSettingType).
  • Resolving inheritance for "NexCRM\DMSBundle\Form\FileTemplateFieldSettingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileTemplateFieldSettingType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileTemplateFieldType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\FileTemplateFieldType).
  • Resolving inheritance for "NexCRM\DMSBundle\Form\FileTemplateFieldType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileTemplateFieldType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileTemplateType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\FileTemplateType).
  • Resolving inheritance for "NexCRM\DMSBundle\Form\FileTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileTemplateType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\FileType).
  • Resolving inheritance for "NexCRM\DMSBundle\Form\FileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FilterItemType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\FilterItemType).
  • Resolving inheritance for "NexCRM\DMSBundle\Form\FilterItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FilterItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FilterType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\FilterType).
  • Resolving inheritance for "NexCRM\DMSBundle\Form\FilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FolderRuleType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\FolderRuleType).
  • Resolving inheritance for "NexCRM\DMSBundle\Form\FolderRuleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FolderRuleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FolderType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\FolderType).
  • Resolving inheritance for "NexCRM\DMSBundle\Form\FolderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FolderType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\NumericalRootDefinitionType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\NumericalRootDefinitionType).
  • Resolving inheritance for "NexCRM\DMSBundle\Form\NumericalRootDefinitionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\NumericalRootDefinitionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\NumericalRootType" (parent: .abstract.instanceof.NexCRM\DMSBundle\Form\NumericalRootType).
  • Resolving inheritance for "NexCRM\DMSBundle\Form\NumericalRootType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\NumericalRootType).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\DMSBundle\Twig\TwigExtension" (parent: .abstract.instanceof.NexCRM\DMSBundle\Twig\TwigExtension).
  • Resolving inheritance for "NexCRM\DMSBundle\Twig\TwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\DMSBundle\Twig\TwigExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\DMSBundle\Twig\UserRoleFilter" (parent: .abstract.instanceof.NexCRM\DMSBundle\Twig\UserRoleFilter).
  • Resolving inheritance for "NexCRM\DMSBundle\Twig\UserRoleFilter" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\DMSBundle\Twig\UserRoleFilter).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
630
Symfony\Component\HttpKernel\DependencyInjection\RemoveEmptyControllerArgumentLocatorsPass
  • Removing service-argument resolver for controller "App\Controller\BaseController::render": no corresponding services exist for the referenced types.
  • Removing method "setEventDispatcher" of service "App\Controller\BaseController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing service-argument resolver for controller "App\Controller\CartController::render": no corresponding services exist for the referenced types.
  • Removing method "setEventDispatcher" of service "App\Controller\CartController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing service-argument resolver for controller "App\Controller\ExportController::render": no corresponding services exist for the referenced types.
  • Removing method "setEventDispatcher" of service "App\Controller\ExportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing service-argument resolver for controller "App\Controller\PageController::render": no corresponding services exist for the referenced types.
  • Removing method "setEventDispatcher" of service "App\Controller\PageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing service-argument resolver for controller "App\Controller\ShopController::render": no corresponding services exist for the referenced types.
  • Removing method "setEventDispatcher" of service "App\Controller\ShopController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\BaseBundle\Controller\DashboardController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\BaseBundle\Controller\DefaultController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\BaseBundle\Controller\LangController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\BaseBundle\Controller\LangController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\BaseBundle\Controller\LangController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\BaseBundle\Controller\LangTranslationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\BaseBundle\Controller\LangTranslationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\BaseBundle\Controller\LangTranslationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\BaseBundle\Controller\LogController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\BaseBundle\Controller\LogController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\BaseBundle\Controller\LogController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\BaseBundle\Controller\MediaController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\BaseBundle\Controller\MediaSizeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\BaseBundle\Controller\MediaSizeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\BaseBundle\Controller\MediaSizeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\BaseBundle\Controller\RoleController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\BaseBundle\Controller\RoleController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\BaseBundle\Controller\RoleController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\BaseBundle\Controller\SettingsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\BaseBundle\Controller\StyleguideController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\BaseBundle\Controller\UserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\BaseBundle\Controller\UserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\BaseBundle\Controller\UserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\CompanyBundle\Controller\DefaultController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\CompanyBundle\Controller\DefaultController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\CompanyBundle\Controller\DefaultController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\CompanyBundle\Controller\PersonController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\CompanyBundle\Controller\PersonController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\CompanyBundle\Controller\PersonController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\DMSBundle\Controller\DMSController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\DMSBundle\Controller\FileController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\DMSBundle\Controller\FileTemplateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\DMSBundle\Controller\FileTemplateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\DMSBundle\Controller\FileTemplateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\DMSBundle\Controller\FilterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\DMSBundle\Controller\FilterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\DMSBundle\Controller\FilterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\NotificationBundle\Controller\EntityController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\NotificationBundle\Controller\EntityController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\NotificationBundle\Controller\EntityController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\NotificationBundle\Controller\NotificationContentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\NotificationBundle\Controller\NotificationContentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\NotificationBundle\Controller\NotificationContentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\NotificationBundle\Controller\NotificationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\NotificationBundle\Controller\NotificationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\NotificationBundle\Controller\NotificationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\NotificationBundle\Controller\SystemNotificationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\NotificationBundle\Controller\SystemNotificationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\NotificationBundle\Controller\SystemNotificationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\NotificationBundle\Controller\WatcherContentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\NotificationBundle\Controller\WatcherContentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\NotificationBundle\Controller\WatcherContentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\NotificationBundle\Controller\WatcherController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\NotificationBundle\Controller\WatcherController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\NotificationBundle\Controller\WatcherController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\PersonBundle\Controller\DefaultController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\PersonBundle\Controller\DefaultController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\PersonBundle\Controller\DefaultController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\ShopBundle\Controller\Admin\CategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\ShopBundle\Controller\Admin\CategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\ShopBundle\Controller\Admin\CategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\ShopBundle\Controller\Admin\ParameterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\ShopBundle\Controller\Admin\ParameterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\ShopBundle\Controller\Admin\ParameterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\ShopBundle\Controller\Admin\ParameterGroupController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\ShopBundle\Controller\Admin\ParameterGroupController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\ShopBundle\Controller\Admin\ParameterGroupController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\ShopBundle\Controller\Admin\PaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\ShopBundle\Controller\Admin\PaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\ShopBundle\Controller\Admin\PaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\ShopBundle\Controller\Admin\ProductController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\ShopBundle\Controller\Admin\ProductController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\ShopBundle\Controller\Admin\ProductController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\ShopBundle\Controller\Admin\ShippingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\ShopBundle\Controller\Admin\ShippingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\ShopBundle\Controller\Admin\ShippingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\ShopBundle\Controller\Admin\ShopOrderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\ShopBundle\Controller\Admin\ShopOrderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\ShopBundle\Controller\Admin\ShopOrderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\ShopBundle\Controller\Admin\StatusController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\ShopBundle\Controller\Admin\StatusController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\ShopBundle\Controller\Admin\StatusController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\ShopBundle\Controller\CartController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\ShopBundle\Controller\CartController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\ShopBundle\Controller\CartController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\BlockController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\BlockController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\BlockController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\CodeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\CodeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\CodeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\CookieController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\CookieController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\CookieController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\MenuController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\MenuController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\MenuController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\MenuGroupController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\MenuGroupController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\MenuGroupController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\ModuleController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\ModuleController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\ModuleController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\NewsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\NewsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\NewsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\PageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\PageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\PageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\SEOController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\SEOController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\SEOController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\SettingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\SettingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\SettingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\SliderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\SliderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\SliderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\TagController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\TagController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\TagController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setEventDispatcher" of service "NexCRM\WebBundle\Controller\TemplateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setFormDataRememberManager" of service "NexCRM\WebBundle\Controller\TemplateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestDataRememberManager" of service "NexCRM\WebBundle\Controller\TemplateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
137
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; reason: private alias.
  • Removed service "cache.default_pdo_provider"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineResultCachePool"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineResultCachePool"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface $doctrineResultCachePool"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineSystemCachePool"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineSystemCachePool"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface $doctrineSystemCachePool"; 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\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
  • Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
  • Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
  • Removed service "Symfony\Component\Notifier\ChatterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Notifier\TexterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
  • Removed service "translator.formatter"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
  • Removed service "error_renderer.serializer"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
  • Removed service "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 "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
  • Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_query_cache"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "security.encoder_factory"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "security.user.provider.concrete.default_provider"; reason: private alias.
  • Removed service "security.user_providers"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
  • Removed service "security.authentication.session_strategy.main"; reason: private alias.
  • Removed service "security.user_checker.main"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "vich_uploader.storage"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
  • Removed service "vich_uploader.metadata_driver"; reason: private alias.
  • Removed service "vich_uploader.metadata.cache"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
  • Removed service "fm_elfinder.configurator"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.transport"; reason: private alias.
  • Removed service "swiftmailer.plugin.redirecting"; reason: private alias.
  • Removed service "swiftmailer.plugin.messagelogger"; reason: private alias.
  • Removed service "swiftmailer.mailer"; reason: private alias.
  • Removed service "Swift_Mailer"; reason: private alias.
  • Removed service "Swift_Transport"; reason: private alias.
  • Removed service "Knp\DoctrineBehaviors\Contract\Provider\LocaleProviderInterface"; reason: private alias.
  • Removed service "Knp\DoctrineBehaviors\Contract\Provider\UserProviderInterface"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
  • Removed service "liip_imagine"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
  • Removed service "NexCRM\ShopBundle\Utils\CurrencyUtils"; reason: private alias.
  • Removed service "NexCRM\ShopBundle\Storage\StorageInterface"; reason: private alias.
  • Removed service "NexCRM\ShopBundle\Cart\ItemInterface"; reason: private alias.
  • Removed service "NexCRM\ShopBundle\Service\CartManagerInterface"; reason: private alias.
  • Removed service "a2lix_auto_form.manipulator.default"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "liip_imagine.mime_type_guesser"; reason: private alias.
  • Removed service "liip_imagine.extension_guesser"; reason: private alias.
  • Removed service "a2lix_translation_form.locale_provider.default"; reason: private alias.
  • Removed service ".service_locator.AjmrG8B"; reason: private alias.
  • Removed service ".service_locator.kaUa2j3"; reason: private alias.
  • Removed service ".service_locator.Nw6e6Y8"; reason: private alias.
  • Removed service ".service_locator.laqiH7o"; reason: private alias.
  • Removed service "NexCRM\ShopBundle\Repository\OrderRepository"; 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 "serializer.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "var_dumper.cli_dumper"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "app.decorating_translator.inner"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "argument_resolver.service"; reason: private alias.
  • Removed service "argument_resolver.default"; reason: private alias.
  • Removed service "argument_resolver.variadic"; reason: private alias.
  • Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
  • Removed service "http_client"; reason: private alias.
203
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\Controller\BaseController" previously pointing to "app.decorating_translator" to "translator".
  • Changed reference of service "App\Controller\BaseController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\CartController" previously pointing to "app.decorating_translator" to "translator".
  • Changed reference of service "App\Controller\CartController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\ExportController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\PageController" previously pointing to "app.decorating_translator" to "translator".
  • Changed reference of service "App\Controller\PageController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\ShopController" previously pointing to "app.decorating_translator" to "translator".
  • Changed reference of service "App\Controller\ShopController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.event_dispatcher_debug" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "app.decorating_translator" to "translator".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type.file" previously pointing to "app.decorating_translator" to "translator".
  • Changed reference of service "form.type.color" previously pointing to "app.decorating_translator" to "translator".
  • Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "app.decorating_translator" to "translator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.upload.validator" previously pointing to "app.decorating_translator" to "translator".
  • Changed reference of service "form.type_extension.csrf" previously pointing to "app.decorating_translator" to "translator".
  • Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "validator.builder" previously pointing to "app.decorating_translator" to "translator".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "router_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
  • Changed reference of service "twig" previously pointing to "twig.loader.native_filesystem" to "Twig\Loader\FilesystemLoader".
  • Changed reference of service "twig.extension.trans" previously pointing to "app.decorating_translator" to "translator".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
  • Changed reference of service "security.event_dispatcher.event_bubbling_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.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.manager" 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.authentication.listener.form.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_ck_editor.renderer" previously pointing to "router.default" to "router".
  • Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.dynamic" to "swiftmailer.transport".
  • Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.dynamic" to "swiftmailer.transport".
  • Changed reference of service "Knp\DoctrineBehaviors\Provider\LocaleProvider" previously pointing to "app.decorating_translator" to "translator".
  • Changed reference of service "liip_imagine.cache.manager" previously pointing to "router.default" to "router".
  • Changed reference of service "liip_imagine.cache.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\BaseBundle\Command\GenerateEntities" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\BaseBundle\Controller\CacheController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\BaseBundle\Controller\CacheController" previously pointing to "app.decorating_translator" to "translator".
  • Changed reference of service "NexCRM\BaseBundle\Controller\DashboardController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\BaseBundle\Controller\DefaultController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\BaseBundle\Controller\LangController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\BaseBundle\Controller\LangTranslationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\BaseBundle\Controller\LogController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\BaseBundle\Controller\MediaController" previously pointing to "router.default" to "router".
  • Changed reference of service "NexCRM\BaseBundle\Controller\MediaController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\BaseBundle\Controller\MediaSizeController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\BaseBundle\Controller\RoleController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\BaseBundle\Controller\SettingsController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\BaseBundle\Controller\StyleguideController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\BaseBundle\Controller\UserController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\BaseBundle\EventListener\ControllerListener" previously pointing to "twig.loader.native_filesystem" to "Twig\Loader\FilesystemLoader".
  • Changed reference of service "NexCRM\BaseBundle\EventListener\DashboardBuilderListener" previously pointing to "router.default" to "router".
  • Changed reference of service "NexCRM\BaseBundle\EventListener\MenuBaseControllerConstructListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\BaseBundle\EventListener\MenuBaseControllerConstructListener" previously pointing to "router.default" to "router".
  • Changed reference of service "NexCRM\BaseBundle\EventListener\MenuBuilderListener" previously pointing to "router.default" to "router".
  • Changed reference of service "NexCRM\BaseBundle\Form\Type\FavIconType" previously pointing to "app.decorating_translator" to "translator".
  • Changed reference of service "NexCRM\BaseBundle\Helper\FormHelper" previously pointing to "router.default" to "router".
  • Changed reference of service "NexCRM\BaseBundle\Helper\FormHelper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\BaseBundle\Service\Access" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\BaseBundle\Service\FileManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\BaseBundle\Service\RecoverManager" previously pointing to "router.default" to "router".
  • Changed reference of service "NexCRM\BaseBundle\Service\Settings" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\BaseBundle\Service\Translator" previously pointing to "app.decorating_translator" to "translator".
  • Changed reference of service "NexCRM\BaseBundle\Twig\HookTwigExtension" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.logout.success_handler" previously pointing to "router.default" to "router".
  • Changed reference of service "NexCRM\BaseBundle\Builder\DashboardBuilder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\BaseBundle\Builder\DashboardBuilder" previously pointing to "router.default" to "router".
  • Changed reference of service "NexCRM\WebBundle\Controller\BlockController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\WebBundle\Controller\CodeController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\WebBundle\Controller\CookieController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\WebBundle\Controller\MenuController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\WebBundle\Controller\MenuGroupController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\WebBundle\Controller\ModuleController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\WebBundle\Controller\NewsController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\WebBundle\Controller\PageController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\WebBundle\Controller\SEOController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\WebBundle\Controller\SettingController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\WebBundle\Controller\SliderController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\WebBundle\Controller\TagController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\WebBundle\Controller\TemplateController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\WebBundle\EventListener\ControllerListener" previously pointing to "twig.loader.native_filesystem" to "Twig\Loader\FilesystemLoader".
  • Changed reference of service "NexCRM\WebBundle\EventListener\MenuBuilderListener" previously pointing to "router.default" to "router".
  • Changed reference of service "asprega.breadcrumb.item_processor" previously pointing to "app.decorating_translator" to "translator".
  • Changed reference of service "asprega.breadcrumb.item_processor" previously pointing to "router.default" to "router".
  • Changed reference of service "NexCRM\ShopBundle\Controller\Admin\CategoryController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\ShopBundle\Controller\Admin\ParameterController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\ShopBundle\Controller\Admin\ParameterGroupController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\ShopBundle\Controller\Admin\PaymentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\ShopBundle\Controller\Admin\ProductController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\ShopBundle\Controller\Admin\ShippingController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\ShopBundle\Controller\Admin\ShopOrderController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\ShopBundle\Controller\Admin\StatusController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\ShopBundle\Controller\CartController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\ShopBundle\Controller\FeedController" previously pointing to "router.default" to "router".
  • Changed reference of service "NexCRM\ShopBundle\EventListener\ControllerListener" previously pointing to "twig.loader.native_filesystem" to "Twig\Loader\FilesystemLoader".
  • Changed reference of service "NexCRM\ShopBundle\EventListener\DashboardBuilderListener" previously pointing to "router.default" to "router".
  • Changed reference of service "NexCRM\ShopBundle\EventListener\MenuBuilderListener" previously pointing to "router.default" to "router".
  • Changed reference of service "NexCRM\ShopBundle\Service\CartManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "cart" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\NotificationBundle\Controller\EntityController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\NotificationBundle\Controller\NotificationContentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\NotificationBundle\Controller\NotificationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\NotificationBundle\Controller\SystemNotificationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\NotificationBundle\Controller\WatcherContentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\NotificationBundle\Controller\WatcherController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\NotificationBundle\EventListener\ControllerListener" previously pointing to "twig.loader.native_filesystem" to "Twig\Loader\FilesystemLoader".
  • Changed reference of service "NexCRM\NotificationBundle\EventListener\MenuBuilderListener" previously pointing to "router.default" to "router".
  • Changed reference of service "NexCRM\NotificationBundle\EventListener\NotificationDoctrineListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\PersonBundle\Controller\DefaultController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\PersonBundle\EventListener\ControllerListener" previously pointing to "twig.loader.native_filesystem" to "Twig\Loader\FilesystemLoader".
  • Changed reference of service "NexCRM\PersonBundle\EventListener\MenuBuilderListener" previously pointing to "router.default" to "router".
  • Changed reference of service "NexCRM\CompanyBundle\Controller\DefaultController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\CompanyBundle\Controller\DefaultController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\CompanyBundle\Controller\PersonController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\CompanyBundle\EventListener\ControllerListener" previously pointing to "twig.loader.native_filesystem" to "Twig\Loader\FilesystemLoader".
  • Changed reference of service "NexCRM\CompanyBundle\EventListener\MenuBuilderListener" previously pointing to "router.default" to "router".
  • Changed reference of service "NexCRM\CompanyBundle\Form\CompanyType" previously pointing to "router.default" to "router".
  • Changed reference of service "NexCRM\DMSBundle\Controller\Ajax\NumericalRootAjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\DMSBundle\Controller\DMSController" previously pointing to "router.default" to "router".
  • Changed reference of service "NexCRM\DMSBundle\Controller\DMSController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\DMSBundle\Controller\DMSController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\DMSBundle\Controller\FileController" previously pointing to "router.default" to "router".
  • Changed reference of service "NexCRM\DMSBundle\Controller\FileController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\DMSBundle\Controller\FileController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\DMSBundle\Controller\FileTemplateController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\DMSBundle\Controller\FileTemplateController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\DMSBundle\Controller\FilterController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\DMSBundle\EventListener\ControllerListener" previously pointing to "twig.loader.native_filesystem" to "Twig\Loader\FilesystemLoader".
  • Changed reference of service "NexCRM\DMSBundle\Form\FileParametersType" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\DMSBundle\Form\FilterType" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\DMSBundle\Form\FolderRuleType" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\DMSBundle\Form\FolderType" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\DMSBundle\Service\Access" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\DMSBundle\Service\FileManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\DMSBundle\Service\FileTypesManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "NexCRM\DMSBundle\Twig\UserRoleFilter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.3yYnz5n" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.F8XCVeq" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.g9CqTPp" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.s2oGJED" previously pointing to "app.decorating_translator" to "translator".
  • Changed reference of service ".service_locator.LHmLVnd" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.9ldV7gt" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.oBVK_Hm" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.NlEtO8p" previously pointing to "router.default" to "router".
184
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "container.env"; reason: abstract.
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; reason: abstract.
  • Removed service "cache.adapter.filesystem"; reason: abstract.
  • Removed service "cache.adapter.psr6"; reason: abstract.
  • Removed service "cache.adapter.redis"; reason: abstract.
  • Removed service "cache.adapter.memcached"; reason: abstract.
  • Removed service "cache.adapter.pdo"; reason: abstract.
  • Removed service "cache.adapter.array"; reason: abstract.
  • Removed service "assets.path_package"; reason: abstract.
  • Removed service "assets.url_package"; reason: abstract.
  • Removed service "assets.static_version_strategy"; reason: abstract.
  • Removed service "assets.json_manifest_version_strategy"; reason: abstract.
  • Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
  • Removed service "mailer.transport_factory.abstract"; reason: abstract.
  • Removed service "notifier.transport_factory.abstract"; reason: abstract.
  • Removed service "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "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.event_dispatcher.event_bubbling_listener"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.listener.session"; reason: abstract.
  • Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.listener.default"; reason: abstract.
  • Removed service "security.authentication.form_entry_point"; reason: abstract.
  • Removed service "security.authentication.listener.abstract"; reason: abstract.
  • Removed service "security.authentication.custom_success_handler"; reason: abstract.
  • Removed service "security.authentication.success_handler"; reason: abstract.
  • Removed service "security.authentication.custom_failure_handler"; reason: abstract.
  • Removed service "security.authentication.failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.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 "maker.auto_command.abstract"; reason: abstract.
  • Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
  • Removed service "swiftmailer.mailer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.null.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.spool.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.file.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.memory.abstract"; reason: abstract.
  • Removed service "liip_imagine.binary.loader.prototype.flysystem"; reason: abstract.
  • Removed service "liip_imagine.binary.loader.prototype.flysystem2"; reason: abstract.
  • Removed service "liip_imagine.binary.loader.prototype.chain"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.web_path"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.aws_s3"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.cache"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.flysystem"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.flysystem2"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.proxy"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.psr_cache"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AjaxCartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AjaxCartController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AjaxCartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BaseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BaseController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BaseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CartController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ExportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShopController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShopController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ShopController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixures\BaseDataFixures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixures\BaseDataFixures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.App\EventSubscriber\LoadClassMetadataSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\LoadClassMetadataSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\CategoryTypeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Extension\CategoryTypeExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GTagExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\GTagExtension"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\BlameableSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\BlameableSubscriber"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\LoggableSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\LoggableSubscriber"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\SluggableSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\SluggableSubscriber"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableSubscriber"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TimestampableSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TimestampableSubscriber"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TranslatableSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TranslatableSubscriber"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TreeSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TreeSubscriber"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\UuidableSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\UuidableSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.NexCRM\BaseBundle\Command\GenerateEntities"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Command\GenerateEntities"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.NexCRM\BaseBundle\Command\LoadRoutes"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Command\LoadRoutes"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.NexCRM\BaseBundle\Command\Lock"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Command\Lock"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.NexCRM\BaseBundle\Command\Unlock"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Command\Unlock"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\CacheController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\CacheController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\CacheController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\DashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\DashboardController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\DashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\LangController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\LangController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\LangController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\LangTranslationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\LangTranslationController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\LangTranslationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\LogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\LogController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\LogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\MediaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\MediaController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\MediaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\MediaSizeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\MediaSizeController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\MediaSizeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\RoleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\RoleController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\RoleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\SettingsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\SettingsController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\SettingsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\SortController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\SortController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\SortController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\StyleguideController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\StyleguideController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\StyleguideController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\BaseBundle\Controller\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\BaseBundle\Controller\UserController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Controller\UserController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\BaseBundle\DataFixtures\FolderFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\DataFixtures\FolderFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\BaseBundle\DataFixtures\LanguageFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\DataFixtures\LanguageFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\BaseBundle\DataFixtures\MediaFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\DataFixtures\MediaFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\BaseBundle\DataFixtures\UserAndRoleFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\DataFixtures\UserAndRoleFixtures"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\BaseBundle\EventListener\LocaleListener"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\EventListener\LocaleListener"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.NexCRM\BaseBundle\EventListener\LogSubscriber"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.NexCRM\BaseBundle\EventListener\LogSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\EventListener\LogSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\BaseBundle\EventListener\MediaOrderWriter"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\EventListener\MediaOrderWriter"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.NexCRM\BaseBundle\EventListener\MediaSizeSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\EventListener\MediaSizeSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Extension\MediaFormExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Extension\MediaFormExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\DateRangeType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\DateRangeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\AbleProAdminExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Extension\AbleProAdminExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\CKEditorTypeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Extension\CKEditorTypeExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\CollectionTypeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Extension\CollectionTypeExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\DateTimeTypeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Extension\DateTimeTypeExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\DateTypeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Extension\DateTypeExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\EntityTypeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Extension\EntityTypeExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\LinkButtonExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Extension\LinkButtonExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\MediaFileTypeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Extension\MediaFileTypeExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\TabbedFormTypeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Extension\TabbedFormTypeExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\BaseBundle\Form\Extension\TimeTypeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Extension\TimeTypeExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\FilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\FilterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\FolderType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\FolderType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\IconSubmitType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\IconSubmitType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\LangTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\LangTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\LangType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\LangType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\LogType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\LogType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileInlineType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\BaseBundle\Form\MediaFileInlineType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\MediaFileInlineType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileMultipleInlineType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\MediaFileMultipleInlineType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileMultipleType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\MediaFileMultipleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileTransformType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\BaseBundle\Form\MediaFileTransformType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\MediaFileTransformType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaFileType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\BaseBundle\Form\MediaFileType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\MediaFileType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaSizeType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\MediaSizeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\MediaType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\MediaType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\RoleType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\RoleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\SelectEntityType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\SelectEntityType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\SettingCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\SettingCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\SettingType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\SettingType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\TabType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\TabType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\TabsType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\TabsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\ChoiceListType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Type\ChoiceListType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\EntityAndCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Type\EntityAndCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\FavIconType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Type\FavIconType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\MultiEmailType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Type\MultiEmailType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\Type\SortableCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\Type\SortableCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\BaseBundle\Form\UserType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Form\UserType"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\ChartJsTwigExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Twig\ChartJsTwigExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\HookTwigExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Twig\HookTwigExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\LangTwigExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Twig\LangTwigExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\MediaFilterTwigExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Twig\MediaFilterTwigExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\OrderByTwigExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Twig\OrderByTwigExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\BaseBundle\Twig\TwigExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\BaseBundle\Twig\TwigExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.app.form.tabbed_form_type_extension"; reason: abstract.
  • Removed service ".abstract.instanceof.app.form.tabbed_form_type_extension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.link_button.form.extension"; reason: abstract.
  • Removed service ".abstract.instanceof.link_button.form.extension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.app.locale_listener"; reason: abstract.
  • Removed service ".abstract.instanceof.app.locale_listener"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Liip\ImagineBundle\Templating\ImagineExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Liip\ImagineBundle\Templating\ImagineExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\BlockController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\BlockController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\BlockController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\CodeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\CodeController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\CodeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\CookieController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\CookieController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\CookieController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\CronController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\CronController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\CronController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\Front\FeedController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\Front\FeedController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\Front\FeedController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\MenuController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\MenuController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\MenuController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\MenuGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\MenuGroupController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\MenuGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\ModuleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\ModuleController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\ModuleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\NewsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\NewsController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\NewsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\PageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\PageController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\PageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\SEOController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\SEOController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\SEOController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\SettingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\SettingController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\SettingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\SliderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\SliderController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\SliderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\TagController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\TagController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\TagController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\WebBundle\Controller\TemplateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\WebBundle\Controller\TemplateController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Controller\TemplateController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\WebBundle\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\WebBundle\EventListener\LocaleListener"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\EventListener\LocaleListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\BlockType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\BlockType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\CodeType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\CodeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\ContactType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\ContactType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\ContentType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\ContentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\CookieType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\CookieType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\MenuGroupType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\MenuGroupType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\MenuType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\MenuType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\ModuleType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\ModuleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\NewsType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\NewsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\PageType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\PageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\SEOType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\SEOType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\SettingType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\SettingType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\SliderType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\SliderType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\TagType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\TagType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\TemplateType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\TemplateType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\Type\ContentFromTemplateType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\Type\ContentFromTemplateType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\Type\DataSourcesType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\Type\DataSourcesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\Type\TemplateCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\Type\TemplateCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\Type\TemplateEntityType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\WebBundle\Form\Type\TemplateEntityType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\Type\TemplateEntityType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\WebBundle\Form\URLType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Form\URLType"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\WebBundle\Twig\MarketingTwigExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Twig\MarketingTwigExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\WebBundle\Twig\TwigExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\WebBundle\Twig\TwigExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\Admin\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\Admin\CategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\ShopBundle\Controller\Admin\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\Admin\ParameterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\Admin\ParameterController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\ShopBundle\Controller\Admin\ParameterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\Admin\ParameterGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\Admin\ParameterGroupController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\ShopBundle\Controller\Admin\ParameterGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\Admin\PaymentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\Admin\PaymentController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\ShopBundle\Controller\Admin\PaymentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\Admin\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\Admin\ProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\ShopBundle\Controller\Admin\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\Admin\ShippingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\Admin\ShippingController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\ShopBundle\Controller\Admin\ShippingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\Admin\ShopOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\Admin\ShopOrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\ShopBundle\Controller\Admin\ShopOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\Admin\StatusController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\Admin\StatusController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\ShopBundle\Controller\Admin\StatusController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\CartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\CartController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\ShopBundle\Controller\CartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\ShopBundle\Controller\PohodaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\ShopBundle\Controller\PohodaController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\ShopBundle\Controller\PohodaController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\ShopBundle\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\ShopBundle\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\ShopBundle\DataFixtures\TranslateFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\ShopBundle\DataFixtures\TranslateFixtures"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\CategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\ShopBundle\Form\CategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\DeliveryDataAdminType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\ShopBundle\Form\DeliveryDataAdminType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\DeliveryDataType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\ShopBundle\Form\DeliveryDataType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\OrderItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\ShopBundle\Form\OrderItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\OrderType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\ShopBundle\Form\OrderType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\ParameterGroupType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\ShopBundle\Form\ParameterGroupType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\ParameterType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\ShopBundle\Form\ParameterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\PaymentType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\ShopBundle\Form\PaymentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\ProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\ShopBundle\Form\ProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\ShippingMethodType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\ShopBundle\Form\ShippingMethodType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\ShopBundle\Form\StatusType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\ShopBundle\Form\StatusType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\GoPayBundle\Controller\IndexController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\GoPayBundle\Controller\IndexController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\GoPayBundle\Controller\IndexController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\CronController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\CronController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Controller\CronController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\EntityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\EntityController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Controller\EntityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\NotificationContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\NotificationContentController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Controller\NotificationContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\NotificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\NotificationController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Controller\NotificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\SystemNotificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\SystemNotificationController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Controller\SystemNotificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\WatcherContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\WatcherContentController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Controller\WatcherContentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\NotificationBundle\Controller\WatcherController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\NotificationBundle\Controller\WatcherController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Controller\WatcherController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\NotificationBundle\DataFixtures\LoadNotificators"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\NotificationBundle\DataFixtures\LoadNotificators"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\NotificationBundle\DataFixtures\LoadRecover"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\NotificationBundle\DataFixtures\LoadRecover"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\NotificationBundle\DataFixtures\LoadRoles"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\NotificationBundle\DataFixtures\LoadRoles"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\EntityPropertyType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Form\EntityPropertyType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\EntitySelectType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Form\EntitySelectType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\EntityType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Form\EntityType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationContentType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Form\NotificationContentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationRuleType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Form\NotificationRuleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\NotificationType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Form\NotificationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\RecipientType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Form\RecipientType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\SystemNotificationType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Form\SystemNotificationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\WatcherContentType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Form\WatcherContentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\NotificationBundle\Form\WatcherType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\NotificationBundle\Form\WatcherType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\PersonBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\PersonBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\PersonBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\PersonBundle\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\PersonBundle\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\PersonBundle\Form\AddressType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\PersonBundle\Form\AddressType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\PersonBundle\Form\BankDetailType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\PersonBundle\Form\BankDetailType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\PersonBundle\Form\PersonType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\PersonBundle\Form\PersonType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\PersonBundle\Form\PersonalDataType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\PersonBundle\Form\PersonalDataType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\CompanyBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\CompanyBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\CompanyBundle\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\CompanyBundle\Controller\PersonController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\CompanyBundle\Controller\PersonController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\CompanyBundle\Controller\PersonController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\CompanyBundle\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\CompanyBundle\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\ChangePasswordType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\CompanyBundle\Form\ChangePasswordType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\CompanyContactType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\CompanyBundle\Form\CompanyContactType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\CompanyType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\CompanyBundle\Form\CompanyType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\ExtendedPersonType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\CompanyBundle\Form\ExtendedPersonType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\CompanyBundle\Form\NotifyUserType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\CompanyBundle\Form\NotifyUserType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\Ajax\NumericalRootAjaxController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\Ajax\NumericalRootAjaxController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Controller\Ajax\NumericalRootAjaxController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\CronController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\CronController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Controller\CronController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\DMSController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\DMSController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Controller\DMSController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\FileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\FileController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Controller\FileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\FileTemplateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\FileTemplateController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Controller\FileTemplateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\FilterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\FilterController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Controller\FilterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\RuleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\RuleController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Controller\RuleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.NexCRM\DMSBundle\Controller\TestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.NexCRM\DMSBundle\Controller\TestController"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Controller\TestController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.NexCRM\DMSBundle\DataFixtures\LoadRoles"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\DataFixtures\LoadRoles"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.NexCRM\DMSBundle\EventListener\OrderWriter"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\EventListener\OrderWriter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\DMSBundle\Extension\FormExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Extension\FormExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\DMSFileMultipleType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\DMSFileMultipleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\DMSFileType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.NexCRM\DMSBundle\Form\DMSFileType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\DMSFileType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\DMSBundle\Form\Extension\DMSFileTypeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\Extension\DMSFileTypeExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.NexCRM\DMSBundle\Form\Extension\FileTypeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\Extension\FileTypeExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileCommentType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\FileCommentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileFieldType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\FileFieldType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileParametersType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\FileParametersType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileTemplateFieldSettingType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\FileTemplateFieldSettingType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileTemplateFieldType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\FileTemplateFieldType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileTemplateType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\FileTemplateType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FileType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\FileType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FilterItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\FilterItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\FilterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FolderRuleType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\FolderRuleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\FolderType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\FolderType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\NumericalRootDefinitionType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\NumericalRootDefinitionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.NexCRM\DMSBundle\Form\NumericalRootType"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Form\NumericalRootType"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\DMSBundle\Twig\TwigExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Twig\TwigExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.NexCRM\DMSBundle\Twig\UserRoleFilter"; reason: abstract.
  • Removed service ".abstract.instanceof.NexCRM\DMSBundle\Twig\UserRoleFilter"; reason: abstract.
603
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
  • Removed service "App\Repository\OrderRepository"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service ".doctrine.result_cache_pool.taggable"; reason: unused.
  • Removed service ".doctrine.system_cache_pool.taggable"; 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.abstract_handler"; reason: unused.
  • Removed service "session.marshaller"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "assets.empty_version_strategy"; reason: unused.
  • Removed service "psr18.http_client"; reason: unused.
  • Removed service "mailer.mailer"; reason: unused.
  • Removed service "mailer.transports"; reason: unused.
  • Removed service "mailer.transport_factory"; reason: unused.
  • Removed service "mailer.default_transport"; reason: unused.
  • Removed service "mailer.messenger.message_handler"; reason: unused.
  • Removed service "mailer.transport_factory.null"; reason: unused.
  • Removed service "mailer.transport_factory.sendmail"; reason: unused.
  • Removed service "mailer.transport_factory.smtp"; reason: unused.
  • Removed service "notifier"; reason: unused.
  • Removed service "notifier.channel_policy"; reason: unused.
  • Removed service "notifier.channel.browser"; reason: unused.
  • Removed service "notifier.channel.chat"; reason: unused.
  • Removed service "notifier.channel.sms"; reason: unused.
  • Removed service "notifier.channel.email"; reason: unused.
  • Removed service "notifier.monolog_handler"; reason: unused.
  • Removed service "notifier.failed_message_listener"; reason: unused.
  • Removed service "chatter.transports"; reason: unused.
  • Removed service "chatter.transport_factory"; reason: unused.
  • Removed service "chatter.messenger.chat_handler"; reason: unused.
  • Removed service "texter.transports"; reason: unused.
  • Removed service "texter.transport_factory"; reason: unused.
  • Removed service "texter.messenger.sms_handler"; reason: unused.
  • Removed service "notifier.transport_factory.null"; reason: unused.
  • Removed service "notifier.admin_recipient.0"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "monolog.http_client"; reason: unused.
  • Removed service "doctrine.dbal.logger.chain"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~n7uF3BI"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "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 "security.authentication.guard_handler"; reason: unused.
  • Removed service "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service "vich_uploader.adapter.mongodb"; reason: unused.
  • Removed service "vich_uploader.adapter.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.inject.orm"; reason: unused.
  • Removed service "vich_uploader.listener.upload.orm"; reason: unused.
  • Removed service "vich_uploader.listener.clean.orm"; reason: unused.
  • Removed service "vich_uploader.listener.remove.orm"; reason: unused.
  • Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
  • Removed service "vich_uploader.metadata.attribute_reader"; reason: unused.
  • Removed service "vich_uploader.metadata_driver.annotation"; reason: unused.
  • Removed service ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~qPIYfjM"; reason: unused.
  • Removed service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~qPIYfjM"; reason: unused.
  • Removed service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~qPIYfjM"; reason: unused.
  • Removed service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~qPIYfjM"; reason: unused.
  • Removed service "swiftmailer.transport.failover"; reason: unused.
  • Removed service "swiftmailer.transport.replacementfactory"; reason: unused.
  • Removed service "liip_imagine.mime_types"; reason: unused.
  • Removed service "liip_imagine.imagick"; reason: unused.
  • Removed service "liip_imagine.gmagick"; reason: unused.
  • Removed service "liip_imagine.binary.loader.prototype.filesystem"; reason: unused.
  • Removed service "liip_imagine.binary.loader.prototype.stream"; reason: unused.
  • Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
  • Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
  • Removed service "liip_imagine.templating.filter_helper"; reason: unused.
  • Removed service "NexCRM\ShopBundle\Annotation\EAVEntity"; reason: unused.
  • Removed service "NexCRM\ShopBundle\BulkAction\BulkExport"; reason: unused.
  • Removed service "NexCRM\ShopBundle\Cart\Item"; reason: unused.
  • Removed service "NexCRM\ShopBundle\Event\Events"; reason: unused.
  • Removed service "NexCRM\ShopBundle\Event\FilterItemEvent"; reason: unused.
  • Removed service "NexCRM\ShopBundle\Event\FilterItemsEvent"; reason: unused.
  • Removed service "NexCRM\ShopBundle\Exceptions\TypeNotSupported"; reason: unused.
  • Removed service "NexCRM\ShopBundle\Repository\BasketItemRepository"; reason: unused.
  • Removed service "NexCRM\ShopBundle\Repository\CategoryParameterRepository"; reason: unused.
  • Removed service "NexCRM\ShopBundle\Repository\CategoryRepository"; reason: unused.
  • Removed service "NexCRM\ShopBundle\Repository\OrderItemRepository"; reason: unused.
  • Removed service "NexCRM\ShopBundle\Repository\ParameterGroupRepository"; reason: unused.
  • Removed service "NexCRM\ShopBundle\Repository\ParameterRepository"; reason: unused.
  • Removed service "NexCRM\ShopBundle\Repository\ProductQuery"; reason: unused.
  • Removed service "NexCRM\ShopBundle\ShopBundle"; reason: unused.
  • Removed service "cart"; reason: unused.
  • Removed service "app.currency_helper"; reason: unused.
  • Removed service "NexCRM\GoPayBundle\Exceptions\ParameterNotSupported"; reason: unused.
  • Removed service "NexCRM\GoPayBundle\GoPayBundle"; reason: unused.
  • Removed service "NexCRM\GoPayBundle\Payment\Item"; reason: unused.
  • Removed service "NexCRM\GoPayBundle\Payment\Payment"; reason: unused.
  • Removed service "NexCRM\NotificationBundle\NotificationBundle"; reason: unused.
  • Removed service "NexCRM\NotificationBundle\Service\NotificationHelper"; reason: unused.
  • Removed service "a2lix_translation_form.locale.simple_provider"; reason: unused.
  • Removed service "NexCRM\DMSBundle\DMSBundle"; reason: unused.
  • Removed service "NexCRM\DMSBundle\Enum\DayOfTheWeek"; reason: unused.
  • Removed service "NexCRM\DMSBundle\Event\CompanyFilterEvent"; reason: unused.
  • Removed service "NexCRM\DMSBundle\Event\DMSListEvent"; reason: unused.
  • Removed service "NexCRM\DMSBundle\Event\FileDeleteEvent"; reason: unused.
  • Removed service "NexCRM\DMSBundle\Event\FileEditEvent"; reason: unused.
  • Removed service "NexCRM\DMSBundle\Event\FileInfoTemplateEvent"; reason: unused.
  • Removed service "NexCRM\DMSBundle\Event\FileMoveEvent"; reason: unused.
  • Removed service "NexCRM\DMSBundle\Event\FileTemplateListTemplateEvent"; reason: unused.
  • Removed service "NexCRM\DMSBundle\Event\FileTypeBuilderEvent"; reason: unused.
  • Removed service "NexCRM\DMSBundle\Event\FileUploadEvent"; reason: unused.
  • Removed service "NexCRM\DMSBundle\Event\FolderCreateEvent"; reason: unused.
  • Removed service "NexCRM\DMSBundle\Event\FolderDateEvent"; reason: unused.
  • Removed service "NexCRM\DMSBundle\Event\FolderDeleteEvent"; reason: unused.
  • Removed service "NexCRM\DMSBundle\Event\FolderEditEvent"; reason: unused.
  • Removed service "NexCRM\DMSBundle\Event\FolderMoveEvent"; reason: unused.
  • Removed service "NexCRM\DMSBundle\Event\GetStructureEvent"; reason: unused.
  • Removed service "NexCRM\DMSBundle\Event\LoadDbTemplatesEvent"; reason: unused.
  • Removed service "NexCRM\DMSBundle\Event\SearchEvent"; reason: unused.
  • Removed service "NexCRM\DMSBundle\Event\UserRoleFilterEvent"; reason: unused.
  • Removed service "NexCRM\DMSBundle\Event\VisibleUsersEvent"; reason: unused.
  • Removed service ".service_locator.7Lm.LFk"; reason: unused.
  • Removed service ".service_locator.3yYnz5n"; reason: unused.
  • Removed service ".service_locator.X_S5pD7"; reason: unused.
  • Removed service ".service_locator.aGkF2H2"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service "security.ldap_locator"; reason: unused.
  • Removed service ".service_locator.hbcatdF"; reason: unused.
  • Removed service ".service_locator.jLgc6By"; reason: unused.
  • Removed service "NexCRM\GoPayBundle\Order\RepositoryInterface.inner"; reason: unused.
158
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service ".service_locator.g9CqTPp.App\Controller\AjaxCartController" to "App\Controller\AjaxCartController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\BaseController" to "App\Controller\BaseController".
  • Inlined service "App\Service\EcommerceService" to "App\Controller\CartController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\CartController" to "App\Controller\CartController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\ExportController" to "App\Controller\ExportController".
  • Inlined service "App\Service\RecaptchaService" to "App\Controller\PageController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\PageController" to "App\Controller\PageController".
  • Inlined service ".service_locator.g9CqTPp.App\Controller\ShopController" to "App\Controller\ShopController".
  • 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.OoPU9_8" to "fragment.handler".
  • Inlined service ".1_~VfcR2Mk" to "error_handler.error_renderer.html".
  • Inlined service ".2_~VfcR2Mk" 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 "doctrine.result_cache_pool.recorder_inner" to "doctrine.result_cache_pool".
  • Inlined service "doctrine.system_cache_pool.recorder_inner" to "doctrine.system_cache_pool".
  • Inlined service "session.handler.native_file" to "session.storage.native".
  • Inlined service "session.storage.metadata_bag" to "session.storage.native".
  • Inlined service ".1_NativeFileSessionHandler~cHSz0zg" to "session.handler.native_file".
  • Inlined service ".service_locator.D0bqbKK" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service ".1_ResolvedFormTypeFactory~a.5OmFp" 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.wZhkImh" to "form.extension".
  • Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
  • Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
  • Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
  • Inlined service "assets._default_package" to "assets.packages".
  • Inlined service "assets._version__default" to "assets._default_package".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "validator.property_info_loader" to "validator.builder".
  • Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.Xl5XdWY" to "validator.validator_factory".
  • Inlined service ".service_locator.tl4i.bu" 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.s2oGJED.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.http_client" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "swiftmailer.data_collector" to "profiler".
  • Inlined service "mailer.data_collector" to "profiler".
  • Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.container" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service ".service_locator.51fe2Cf" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.t1zFPXA" to "router.expression_language_provider".
  • Inlined service ".service_locator.LHmLVnd.router.cache_warmer" to "router.cache_warmer".
  • Inlined service ".1_int~VEXoJZC" to "Symfony\Bundle\FrameworkBundle\Controller\RedirectController".
  • Inlined service ".2_int~VEXoJZC" to "Symfony\Bundle\FrameworkBundle\Controller\RedirectController".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service ".1_ArrayCache~DcdQB5p" to "annotations.cached_reader".
  • Inlined service ".2_PhpArrayAdapter~DcdQB5p" to "annotations.cache".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "secrets.decryption_key" to "secrets.vault".
  • Inlined service "serializer.denormalizer.unwrapping" to "serializer".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.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.cache_class_metadata_factory.inner" to "serializer.mapping.cache_class_metadata_factory".
  • Inlined service "serializer.mapping.cache.symfony" to "serializer.mapping.cache_class_metadata_factory".
  • Inlined service ".1_~JJyzjFg" to "error_handler.error_renderer.serializer".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service ".2_~JJyzjFg" to "error_handler.error_renderer.serializer".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.weblink" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "App\Twig\GTagExtension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "fos_ck_editor.twig_extension" to "twig".
  • Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
  • Inlined service "twig.extension.fm_elfinder_init" to "twig".
  • Inlined service "liip_imagine.templating.filter_extension" to "twig".
  • Inlined service "asprega.breadcrumb.twig_extension" to "twig".
  • Inlined service "NexCRM\DMSBundle\Twig\TwigExtension" to "twig".
  • Inlined service "NexCRM\DMSBundle\Twig\UserRoleFilter" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.VF.njwi.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.XJPFYvj" to "twig.runtime_loader".
  • Inlined service ".1_~p.2DuOV" to "twig.error_renderer.html".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
  • Inlined service ".1_NonceGenerator~vetbp5n" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~vetbp5n" to "twig.extension.webprofiler".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service ".1_SourceContextProvider~yf1boDI" to "var_dumper.contextualized_cli_dumper".
  • Inlined service ".2_SourceContextProvider~yf1boDI" to "var_dumper.server_connection".
  • Inlined service ".3_RequestContextProvider~yf1boDI" to "var_dumper.server_connection".
  • Inlined service ".4_CliContextProvider~yf1boDI" 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~yf1boDI" to "var_dumper.command.server_dump".
  • Inlined service ".6_HtmlDescriptor~yf1boDI" to "var_dumper.command.server_dump".
  • 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.Wbzuv5A.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.yiotodk" 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.0yahJpG" to "doctrine.orm.container_repository_factory".
  • Inlined service "doctrine.orm.cache.provider.doctrine.system_cache_pool" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.doctrine.system_cache_pool" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.doctrine.result_cache_pool" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.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_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service ".service_locator.nAEpldE" to "security.token_storage".
  • Inlined service ".service_locator.eYaJuY9" to "security.helper".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service ".service_locator.8hCvsSq" to "security.firewall.map".
  • Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
  • Inlined service ".1_int~yYts15i" to "security.authentication.retry_entry_point".
  • Inlined service ".2_int~yYts15i" to "security.authentication.retry_entry_point".
  • Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
  • Inlined service ".security.request_matcher.9czg417" to "security.access_map".
  • Inlined service ".security.request_matcher.CNsBejN" to "security.access_map".
  • Inlined service ".security.request_matcher.5dJADCx" to "security.access_map".
  • Inlined service ".security.request_matcher..vxAQqF" to "security.access_map".
  • Inlined service ".security.request_matcher.2EY4zYw" to "security.access_map".
  • Inlined service ".security.request_matcher.549WpbB" to "security.access_map".
  • Inlined service ".security.request_matcher.__Qz1EU" 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.event_dispatcher.main" to "security.logout_listener.main".
  • Inlined service "security.user_checker" to "security.authentication.provider.dao.main".
  • Inlined service "security.authentication.session_strategy" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.success_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.failure_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.form_entry_point.main" to "security.exception_listener.main".
  • Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.file_link_formatter" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.template_component_generator" to "maker.generator".
  • Inlined service "maker.security_controller_builder" to "maker.maker.make_authenticator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "fos_ck_editor.installer" to "fos_ck_editor.command.installer".
  • Inlined service "fos_ck_editor.configuration" to "fos_ck_editor.form.type".
  • Inlined service "fos_ck_editor.builder.json_builder" to "fos_ck_editor.renderer".
  • Inlined service "fos_ck_editor.renderer" to "fos_ck_editor.twig_extension".
  • Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
  • Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
  • Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.current_date_time_helper" to "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer".
  • Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
  • Inlined service "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime".
  • Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
  • Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
  • Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixures\BaseDataFixures" to "doctrine.fixtures.loader".
  • Inlined service "NexCRM\ShopBundle\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
  • Inlined service "NexCRM\ShopBundle\DataFixtures\TranslateFixtures" to "doctrine.fixtures.loader".
  • Inlined service "NexCRM\NotificationBundle\DataFixtures\LoadNotificators" to "doctrine.fixtures.loader".
  • Inlined service "NexCRM\NotificationBundle\DataFixtures\LoadRecover" to "doctrine.fixtures.loader".
  • Inlined service "NexCRM\NotificationBundle\DataFixtures\LoadRoles" to "doctrine.fixtures.loader".
  • Inlined service "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
  • Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
  • Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
  • Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
  • Inlined service ".service_locator.g9CqTPp.NexCRM\BaseBundle\Controller\CacheController" to "NexCRM\BaseBundle\Controller\CacheController".
  • Inlined service ".service_locator.g9CqTPp.NexCRM\BaseBundle\Controller\DashboardController" to "NexCRM\BaseBundle\Controller\DashboardController".
  • Inlined service ".service_locator.g9CqTPp.NexCRM\BaseBundle\Controller\DefaultController" to "NexCRM\BaseBundle\Controller\DefaultController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\BaseBundle\Controller\LangController" to "NexCRM\BaseBundle\Controller\LangController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\BaseBundle\Controller\LangTranslationController" to "NexCRM\BaseBundle\Controller\LangTranslationController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\BaseBundle\Controller\LogController" to "NexCRM\BaseBundle\Controller\LogController".
  • Inlined service ".service_locator.g9CqTPp.NexCRM\BaseBundle\Controller\MediaController" to "NexCRM\BaseBundle\Controller\MediaController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\BaseBundle\Controller\MediaSizeController" to "NexCRM\BaseBundle\Controller\MediaSizeController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\BaseBundle\Controller\RoleController" to "NexCRM\BaseBundle\Controller\RoleController".
  • Inlined service ".service_locator.g9CqTPp.NexCRM\BaseBundle\Controller\SecurityController" to "NexCRM\BaseBundle\Controller\SecurityController".
  • Inlined service ".service_locator.g9CqTPp.NexCRM\BaseBundle\Controller\SettingsController" to "NexCRM\BaseBundle\Controller\SettingsController".
  • Inlined service ".service_locator.g9CqTPp.NexCRM\BaseBundle\Controller\SortController" to "NexCRM\BaseBundle\Controller\SortController".
  • Inlined service ".service_locator.g9CqTPp.NexCRM\BaseBundle\Controller\StyleguideController" to "NexCRM\BaseBundle\Controller\StyleguideController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\BaseBundle\Controller\UserController" to "NexCRM\BaseBundle\Controller\UserController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\WebBundle\Controller\BlockController" to "NexCRM\WebBundle\Controller\BlockController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\WebBundle\Controller\CodeController" to "NexCRM\WebBundle\Controller\CodeController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\WebBundle\Controller\CookieController" to "NexCRM\WebBundle\Controller\CookieController".
  • Inlined service ".service_locator.g9CqTPp.NexCRM\WebBundle\Controller\CronController" to "NexCRM\WebBundle\Controller\CronController".
  • Inlined service ".service_locator.g9CqTPp.NexCRM\WebBundle\Controller\Front\FeedController" to "NexCRM\WebBundle\Controller\Front\FeedController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\WebBundle\Controller\MenuController" to "NexCRM\WebBundle\Controller\MenuController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\WebBundle\Controller\MenuGroupController" to "NexCRM\WebBundle\Controller\MenuGroupController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\WebBundle\Controller\ModuleController" to "NexCRM\WebBundle\Controller\ModuleController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\WebBundle\Controller\NewsController" to "NexCRM\WebBundle\Controller\NewsController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\WebBundle\Controller\PageController" to "NexCRM\WebBundle\Controller\PageController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\WebBundle\Controller\SEOController" to "NexCRM\WebBundle\Controller\SEOController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\WebBundle\Controller\SettingController" to "NexCRM\WebBundle\Controller\SettingController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\WebBundle\Controller\SliderController" to "NexCRM\WebBundle\Controller\SliderController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\WebBundle\Controller\TagController" to "NexCRM\WebBundle\Controller\TagController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\WebBundle\Controller\TemplateController" to "NexCRM\WebBundle\Controller\TemplateController".
  • Inlined service "asprega.breadcrumb.item_factory" to "asprega.breadcrumb.builder".
  • Inlined service "asprega.breadcrumb.item_processor" to "asprega.breadcrumb.twig_extension".
  • Inlined service ".service_locator.oBVK_Hm.NexCRM\ShopBundle\Controller\Admin\CategoryController" to "NexCRM\ShopBundle\Controller\Admin\CategoryController".
  • Inlined service ".service_locator.oBVK_Hm.NexCRM\ShopBundle\Controller\Admin\ParameterController" to "NexCRM\ShopBundle\Controller\Admin\ParameterController".
  • Inlined service ".service_locator.oBVK_Hm.NexCRM\ShopBundle\Controller\Admin\ParameterGroupController" to "NexCRM\ShopBundle\Controller\Admin\ParameterGroupController".
  • Inlined service ".service_locator.oBVK_Hm.NexCRM\ShopBundle\Controller\Admin\PaymentController" to "NexCRM\ShopBundle\Controller\Admin\PaymentController".
  • Inlined service ".service_locator.oBVK_Hm.NexCRM\ShopBundle\Controller\Admin\ProductController" to "NexCRM\ShopBundle\Controller\Admin\ProductController".
  • Inlined service ".service_locator.oBVK_Hm.NexCRM\ShopBundle\Controller\Admin\ShippingController" to "NexCRM\ShopBundle\Controller\Admin\ShippingController".
  • Inlined service ".service_locator.oBVK_Hm.NexCRM\ShopBundle\Controller\Admin\ShopOrderController" to "NexCRM\ShopBundle\Controller\Admin\ShopOrderController".
  • Inlined service ".service_locator.oBVK_Hm.NexCRM\ShopBundle\Controller\Admin\StatusController" to "NexCRM\ShopBundle\Controller\Admin\StatusController".
  • Inlined service "NexCRM\ShopBundle\Repository\BasketRepository" to "NexCRM\ShopBundle\Controller\CartController".
  • Inlined service ".service_locator.oBVK_Hm.NexCRM\ShopBundle\Controller\CartController" to "NexCRM\ShopBundle\Controller\CartController".
  • Inlined service ".service_locator.NlEtO8p.NexCRM\ShopBundle\Controller\PohodaController" to "NexCRM\ShopBundle\Controller\PohodaController".
  • Inlined service "cart.session_storage" to "NexCRM\ShopBundle\Service\CartManager".
  • Inlined service "cart.utils_currency" to "NexCRM\ShopBundle\Service\CartManager".
  • Inlined service "NexCRM\ShopBundle\Repository\PaymentMethodRepository" to "NexCRM\ShopBundle\Service\OrderProcess".
  • Inlined service "NexCRM\ShopBundle\Repository\StatusRepository" to "NexCRM\ShopBundle\Service\OrderProcess".
  • Inlined service "NexCRM\ShopBundle\Utils\FreeDelivery" to "NexCRM\ShopBundle\Service\OrderProcess".
  • Inlined service "NexCRM\ShopBundle\Repository\ShippingMethodRepository" to "NexCRM\ShopBundle\Service\OrderProcess".
  • Inlined service "NexCRM\ShopBundle\Utils\Template" to "NexCRM\ShopBundle\Service\OrderProcess".
  • Inlined service "GoPay\Payments" to "NexCRM\GoPayBundle\Controller\IndexController".
  • Inlined service ".service_locator.g9CqTPp.NexCRM\GoPayBundle\Controller\IndexController" to "NexCRM\GoPayBundle\Controller\IndexController".
  • Inlined service ".service_locator.g9CqTPp.NexCRM\NotificationBundle\Controller\CronController" to "NexCRM\NotificationBundle\Controller\CronController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\NotificationBundle\Controller\EntityController" to "NexCRM\NotificationBundle\Controller\EntityController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\NotificationBundle\Controller\NotificationContentController" to "NexCRM\NotificationBundle\Controller\NotificationContentController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\NotificationBundle\Controller\NotificationController" to "NexCRM\NotificationBundle\Controller\NotificationController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\NotificationBundle\Controller\SystemNotificationController" to "NexCRM\NotificationBundle\Controller\SystemNotificationController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\NotificationBundle\Controller\WatcherContentController" to "NexCRM\NotificationBundle\Controller\WatcherContentController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\NotificationBundle\Controller\WatcherController" to "NexCRM\NotificationBundle\Controller\WatcherController".
  • Inlined service "a2lix_auto_form.object_info.doctrine_orm_info" to "a2lix_auto_form.form.manipulator.doctrine_orm_manipulator".
  • Inlined service "a2lix_auto_form.form.event_listener.auto_form_listener" to "a2lix_auto_form.form.type.auto_form_type".
  • Inlined service "a2lix_auto_form.doctrine.metadata_factory" to "a2lix_auto_form.object_info.doctrine_orm_info".
  • Inlined service "a2lix_translation_form.form.event_listener.translations_listener" to "a2lix_translation_form.form.type.translations_type".
  • Inlined service "a2lix_translation_form.form.event_listener.translations_form_listener" to "a2lix_translation_form.form.type.translations_forms_type".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\PersonBundle\Controller\DefaultController" to "NexCRM\PersonBundle\Controller\DefaultController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\CompanyBundle\Controller\DefaultController" to "NexCRM\CompanyBundle\Controller\DefaultController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\CompanyBundle\Controller\PersonController" to "NexCRM\CompanyBundle\Controller\PersonController".
  • Inlined service ".service_locator.g9CqTPp.NexCRM\DMSBundle\Controller\Ajax\NumericalRootAjaxController" to "NexCRM\DMSBundle\Controller\Ajax\NumericalRootAjaxController".
  • Inlined service ".service_locator.g9CqTPp.NexCRM\DMSBundle\Controller\CronController" to "NexCRM\DMSBundle\Controller\CronController".
  • Inlined service ".service_locator.g9CqTPp.NexCRM\DMSBundle\Controller\DMSController" to "NexCRM\DMSBundle\Controller\DMSController".
  • Inlined service ".service_locator.g9CqTPp.NexCRM\DMSBundle\Controller\FileController" to "NexCRM\DMSBundle\Controller\FileController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\DMSBundle\Controller\FileTemplateController" to "NexCRM\DMSBundle\Controller\FileTemplateController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController" to "NexCRM\DMSBundle\Controller\FileTemplateFieldSettingController".
  • Inlined service ".service_locator.9ldV7gt.NexCRM\DMSBundle\Controller\FilterController" to "NexCRM\DMSBundle\Controller\FilterController".
  • Inlined service ".service_locator.g9CqTPp.NexCRM\DMSBundle\Controller\RuleController" to "NexCRM\DMSBundle\Controller\RuleController".
  • Inlined service "NexCRM\DMSBundle\Service\ClassUtils" to "NexCRM\DMSBundle\EventListener\StructureChangeDoctrineListener".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
  • Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
  • Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
  • Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
  • Inlined service ".debug.http_client.inner" to ".debug.http_client".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service ".service_locator.s2oGJED" to ".service_locator.s2oGJED.translation.warmer".
  • Inlined service ".service_locator.MR8F.Ha" to ".service_locator.MR8F.Ha.router.default".
  • Inlined service ".service_locator.LHmLVnd" to ".service_locator.LHmLVnd.router.cache_warmer".
  • Inlined service ".service_locator.VF.njwi" to ".service_locator.VF.njwi.twig.template_cache_warmer".
  • Inlined service ".service_locator.Wbzuv5A" to ".service_locator.Wbzuv5A.sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.NlEtO8p" to ".service_locator.NlEtO8p.NexCRM\ShopBundle\Controller\PohodaController".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.cache_class_metadata_factory.inner".
  • Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
  • Inlined service ".service_locator.U.yFiuh" to "console.command_loader".
  • Inlined service ".service_locator.MR8F.Ha.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "fm_elfinder.configurator.default" to "fm_elfinder.loader".
  • Inlined service "swiftmailer.mailer.default.transport.eventdispatcher" to "swiftmailer.transport".
  • Inlined service "swiftmailer.mailer.default.plugin.redirecting" to "swiftmailer.transport".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "assets.packages" to "twig".
  • Inlined service "assets.packages" to "twig".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
445