service http_kernel

Class

Drupal\Core\HttpKernel
1 string reference to http_kernel
Kernel::getHttpKernel in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php
Gets a http kernel from the container

File

drupal/core/core.services.yml
drupal/core/core.services.yml

View source
  1. class: Drupal\Core\HttpKernel
  2. arguments:
  3. - '@event_dispatcher'
  4. - '@service_container'
  5. - '@controller_resolver'