function EventsDataCollector::getTitle

Overrides DrupalDataCollectorInterface::getTitle

File

webprofiler/src/DataCollector/EventsDataCollector.php, line 127

Class

EventsDataCollector
Class EventsDataCollector

Namespace

Drupal\webprofiler\DataCollector

Code

public function getTitle() {
    return $this->t('Events');
}