Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ControllerEvent.php
function ControllerEvent::getController
File
vendor/
symfony/
http-kernel/
Event/
ControllerEvent.php
, line 41
Class
ControllerEvent
Allows filtering of a controller callable.
Namespace
Symfony\Component\HttpKernel\Event
Code
public
function
getController
() : callable {
return
$this
->
controller
; }
RSS feed