function StopwatchEvent::getCategory

Gets the category.

Return value

string The category

File

webprofiler/src/Stopwatch.php, line 332

Class

StopwatchEvent
Class StopwatchEvent

Namespace

Drupal\webprofiler

Code

public function getCategory() {
    return $this->category;
}