You are here

service http_kernel.basic in Drupal 8

Same name and namespace in other branches
  1. 9 core/core.services.yml \http_kernel.basic

Class

Symfony\Component\HttpKernel\HttpKernel
2 string references to http_kernel.basic
StackedKernelPass::process in core/lib/Drupal/Core/DependencyInjection/Compiler/StackedKernelPass.php
You can modify the container here before it is dumped to PHP code.
StackedKernelPassTest::testProcessWithStackedKernel in core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php
@covers ::process

File

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

View source
  1. class: Symfony\Component\HttpKernel\HttpKernel
  2. arguments:
  3. - '@event_dispatcher'
  4. - '@controller_resolver'
  5. - '@request_stack'
  6. - '@http_kernel.controller.argument_resolver'