function StopwatchEvent::isStarted

Checks if the event was started

Return value

bool

File

webprofiler/src/Stopwatch.php, line 380

Class

StopwatchEvent
Class StopwatchEvent

Namespace

Drupal\webprofiler

Code

public function isStarted() {
    return !empty($this->started);
}