You are here

public function TimeDataCollector::getEvents in Zircon Profile 8

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

Gets the request events.

Return value

array The request events

File

vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php, line 82

Class

TimeDataCollector
TimeDataCollector.

Namespace

Symfony\Component\HttpKernel\DataCollector

Code

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