You are here

public function FilterControllerEvent::getController in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Event/FilterControllerEvent.php \Symfony\Component\HttpKernel\Event\FilterControllerEvent::getController()

Returns the current controller.

Return value

callable

File

vendor/symfony/http-kernel/Event/FilterControllerEvent.php, line 47

Class

FilterControllerEvent
Allows filtering of a controller callable.

Namespace

Symfony\Component\HttpKernel\Event

Code

public function getController() {
  return $this->controller;
}