Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
HttpKernelTest.php
»
HttpKernelTest
»
HttpKernelTest::getResolver
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
18 calls to HttpKernelTest::getResolver()
HttpKernelTest::testHandleExceptionWithARedirectionResponse
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
HttpKernelTest.php
HttpKernelTest::testHandleHttpException
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
HttpKernelTest.php
HttpKernelTest::testHandleWhenAListenerReturnsAResponse
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
HttpKernelTest.php
HttpKernelTest::testHandleWhenAnExceptionIsHandledWithASpecificStatusCode
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
HttpKernelTest.php
@dataProvider getStatusCodes
HttpKernelTest::testHandleWhenControllerThrowsAnExceptionAndRawIsFalse
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
HttpKernelTest.php
HttpKernelTest::testHandleWhenControllerThrowsAnExceptionAndRawIsFalseAndNoListenerIsRegistered
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
HttpKernelTest.php
@expectedException RuntimeException
HttpKernelTest::testHandleWhenControllerThrowsAnExceptionAndRawIsTrue
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
HttpKernelTest.php
@expectedException RuntimeException
HttpKernelTest::testHandleWhenNoControllerIsFound
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
HttpKernelTest.php
@expectedException
\Symfony\Component\HttpKernel\Exception\NotFoundHttpException
HttpKernelTest::testHandleWhenTheControllerDoesNotReturnAResponse
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
HttpKernelTest.php
@expectedException LogicException
HttpKernelTest::testHandleWhenTheControllerDoesNotReturnAResponseButAViewIsRegistered
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
HttpKernelTest.php
HttpKernelTest::testHandleWhenTheControllerIsAClosure
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
HttpKernelTest.php
HttpKernelTest::testHandleWhenTheControllerIsAFunction
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
HttpKernelTest.php
HttpKernelTest::testHandleWhenTheControllerIsAnArray
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
HttpKernelTest.php
HttpKernelTest::testHandleWhenTheControllerIsAnObjectWithInvoke
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
HttpKernelTest.php
HttpKernelTest::testHandleWhenTheControllerIsAStaticArray
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
HttpKernelTest.php
HttpKernelTest::testHandleWhenTheControllerIsNotACallable
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
HttpKernelTest.php
@expectedException LogicException
HttpKernelTest::testHandleWithAResponseListener
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
HttpKernelTest.php
HttpKernelTest::testTerminate
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
HttpKernelTest.php