service http_kernel.basic in Drupal 8
Same name and namespace in other branches
- 9 core/core.services.yml \http_kernel.basic
Class
Symfony\Component\HttpKernel\HttpKernel2 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
- class: Symfony\Component\HttpKernel\HttpKernel
- arguments:
- - '@event_dispatcher'
- - '@controller_resolver'
- - '@request_stack'
- - '@http_kernel.controller.argument_resolver'