23 string references to http_kernel in Zircon Profile 8
- CommandsTest::testAttachedSettings in core/
modules/ system/ src/ Tests/ Ajax/ CommandsTest.php - Regression test: Settings command exists regardless of JS aggregation.
- CommentController::create in core/
modules/ comment/ src/ Controller/ CommentController.php - Instantiates a new instance of this class.
- ContentNegotiationRoutingTest::testContentRouting in core/
modules/ system/ src/ Tests/ Routing/ ContentNegotiationRoutingTest.php - Tests the content negotiation aspect of routing.
- ContentNegotiationRoutingTest::testFullNegotiation in core/
modules/ system/ src/ Tests/ Routing/ ContentNegotiationRoutingTest.php - Full negotiation by header only.
- DrupalKernel::getHttpKernel in core/
lib/ Drupal/ Core/ DrupalKernel.php - Gets a http kernel from the container
- ErrorContainer::get in core/
modules/ system/ src/ Tests/ Bootstrap/ ErrorContainer.php - Gets a service.
- ExceptionContainer::get in core/
modules/ system/ src/ Tests/ Bootstrap/ ExceptionContainer.php - Gets a service.
- ExceptionHandlingTest::testBacktraceEscaping in core/
modules/ system/ src/ Tests/ Routing/ ExceptionHandlingTest.php - Tests if exception backtraces are properly escaped when output to HTML.
- ExceptionHandlingTest::testExceptionEscaping in core/
modules/ system/ src/ Tests/ Routing/ ExceptionHandlingTest.php - Tests exception message escaping.
- ExceptionHandlingTest::testHtml403 in core/
modules/ system/ src/ Tests/ Routing/ ExceptionHandlingTest.php - Tests the exception handling for HTML and 403 status code.
- ExceptionHandlingTest::testHtml404 in core/
modules/ system/ src/ Tests/ Routing/ ExceptionHandlingTest.php - Tests the exception handling for HTML and 404 status code.
- ExceptionHandlingTest::testJson403 in core/
modules/ system/ src/ Tests/ Routing/ ExceptionHandlingTest.php - Tests the exception handling for json and 403 status code.
- ExceptionHandlingTest::testJson404 in core/
modules/ system/ src/ Tests/ Routing/ ExceptionHandlingTest.php - Tests the exception handling for json and 404 status code.
- Kernel::getHttpKernel in vendor/
symfony/ http-kernel/ Kernel.php - Gets a HTTP kernel from the container.
- LanguageTestController::create in core/
modules/ language/ tests/ language_test/ src/ Controller/ LanguageTestController.php - Instantiates a new instance of this class.
- QuickEditIntegrationTest::testGetUntransformedTextCommand in core/
modules/ editor/ src/ Tests/ QuickEditIntegrationTest.php - Tests GetUntransformedTextCommand AJAX command.
- RedirectOnExceptionTest::testRedirectOn404 in core/
tests/ Drupal/ KernelTests/ RequestProcessing/ RedirectOnExceptionTest.php - RouteProviderTest::httpKernelHandle in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ RouteProviderTest.php - 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::testProcessWithHttpKernel in core/
tests/ Drupal/ Tests/ Core/ DependencyInjection/ Compiler/ StackedKernelPassTest.php - @covers ::process
- StackedKernelPassTest::testProcessWithStackedKernel in core/
tests/ Drupal/ Tests/ Core/ DependencyInjection/ Compiler/ StackedKernelPassTest.php - @covers ::process
- StackKernelIntegrationTest::testRequest in core/
modules/ system/ src/ Tests/ HttpKernel/ StackKernelIntegrationTest.php - Tests a request.
- TestContent::create in core/
modules/ system/ tests/ modules/ router_test_directory/ src/ TestContent.php - Instantiates a new instance of this class.