private property GetResponseForControllerResultEvent::$controllerResult

The return value of the controller

Type: mixed

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/GetResponseForControllerResultEvent.php, line 35

Class

GetResponseForControllerResultEvent
Allows to create a response for the return value of a controller

Namespace

Symfony\Component\HttpKernel\Event

Code

private $controllerResult;