You are here

public function RequestDataCollector::getController in Zircon Profile 8

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

Gets the controller.

Return value

string The controller as a string

File

vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php, line 283

Class

RequestDataCollector
RequestDataCollector.

Namespace

Symfony\Component\HttpKernel\DataCollector

Code

public function getController() {
  return $this->data['controller'];
}