class TestHttpKernel

Same name in this branch

Hierarchy

Expanded class hierarchy of TestHttpKernel

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/TestHttpKernel.php, line 21

Namespace

Symfony\Component\HttpKernel\Tests\HttpCache
View source

Members

Namesort descending Modifiers Type Description Overrides
HttpKernel::$dispatcher protected property
HttpKernel::$resolver protected property
HttpKernel::filterResponse private function Filters a response object.
HttpKernel::handleException private function Handles an exception by trying to convert it to a Response.
HttpKernel::handleRaw private function Handles a request to convert it to a response.
HttpKernel::terminate public function @api Overrides TerminableInterface::terminate
HttpKernel::varToString private function
HttpKernelInterface::MASTER_REQUEST constant
HttpKernelInterface::SUB_REQUEST constant
TestHttpKernel::$backendRequest protected property
TestHttpKernel::$body protected property
TestHttpKernel::$called protected property
TestHttpKernel::$catch protected property
TestHttpKernel::$customizer protected property
TestHttpKernel::$headers protected property
TestHttpKernel::$status protected property
TestHttpKernel::callController public function
TestHttpKernel::getArguments public function Returns the arguments to pass to the controller. Overrides ControllerResolverInterface::getArguments
TestHttpKernel::getBackendRequest public function
TestHttpKernel::getController public function Returns the Controller instance associated with a Request. Overrides ControllerResolverInterface::getController
TestHttpKernel::handle public function @api Overrides HttpKernel::handle
TestHttpKernel::hasBeenCalled public function
TestHttpKernel::isCatchingExceptions public function
TestHttpKernel::reset public function
TestHttpKernel::__construct public function Constructor Overrides HttpKernel::__construct