public function Section::getEvents

Returns the events from this section.

Return value

StopwatchEvent[] An array of StopwatchEvent instances

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/Stopwatch.php, line 247

Class

Section

Namespace

Symfony\Component\HttpKernel\Debug

Code

public function getEvents() {
  return $this->events;
}