http_kernel.basic
Same name in other branches
- 9 core/core.services.yml \http_kernel.basic
- 8.9.x core/core.services.yml \http_kernel.basic
Class
Symfony\Component\HttpKernel\HttpKernel3 string references to http_kernel.basic
- StackedKernelPass::process in core/
lib/ Drupal/ Core/ DependencyInjection/ Compiler/ StackedKernelPass.php - phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn
- StackedKernelPassTest::testProcessWithStackedKernel in core/
tests/ Drupal/ Tests/ Core/ DependencyInjection/ Compiler/ StackedKernelPassTest.php - @covers ::process
- StackedKernelPassTest::testProcessWithStackedKernelAndFinalHttpMiddleware in core/
tests/ Drupal/ Tests/ Core/ DependencyInjection/ Compiler/ StackedKernelPassTest.php - Tests that class declared 'final' can be added as http_middleware.
File
-
core/
core.services.yml
View source
- class: Symfony\Component\HttpKernel\HttpKernel
- arguments:
- - '@event_dispatcher'
- - '@controller_resolver'
- - '@request_stack'
- - '@http_kernel.controller.argument_resolver'
- - true
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.