function EventsDataCollector::getName

Overrides DrupalDataCollectorInterface::getName

File

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

Class

EventsDataCollector
Class EventsDataCollector

Namespace

Drupal\webprofiler\DataCollector

Code

public function getName() {
    return 'events';
}