Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ViewEvent.php
function ViewEvent::getControllerResult
File
vendor/
symfony/
http-kernel/
Event/
ViewEvent.php
, line 38
Class
ViewEvent
Allows to create a response for the return value of a controller.
Namespace
Symfony\Component\HttpKernel\Event
Code
public
function
getControllerResult
() : mixed {
return
$this
->
controllerResult
; }
RSS feed