service http_kernel.basic in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \http_kernel.basic
- 9 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 - StackedKernelPassTest::testProcessWithStackedKernel in core/
tests/ Drupal/ Tests/ Core/ DependencyInjection/ Compiler/ StackedKernelPassTest.php - @covers ::process
- StackKernelIntegrationTest::testLazyLateMiddlewares in core/
tests/ Drupal/ KernelTests/ Core/ HttpKernel/ StackKernelIntegrationTest.php - Tests that late middlewares are automatically flagged lazy.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Symfony\Component\HttpKernel\HttpKernel
- arguments:
- - '@event_dispatcher'
- - '@controller_resolver'
- - '@request_stack'
- - '@http_kernel.controller.argument_resolver'