function Section::getEvents

Returns the events from this section.

Return value

StopwatchEvent[] An array of StopwatchEvent instances

File

webprofiler/src/Stopwatch.php, line 285

Class

Section
@internal This class is for internal usage only

Namespace

Drupal\webprofiler

Code

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