You are here

public function EventsDataCollector::getTitle in Devel 8.2

Same name and namespace in other branches
  1. 8.3 webprofiler/src/DataCollector/EventsDataCollector.php \Drupal\webprofiler\DataCollector\EventsDataCollector::getTitle()
  2. 8 webprofiler/src/DataCollector/EventsDataCollector.php \Drupal\webprofiler\DataCollector\EventsDataCollector::getTitle()
  3. 4.x webprofiler/src/DataCollector/EventsDataCollector.php \Drupal\webprofiler\DataCollector\EventsDataCollector::getTitle()

Returns the datacollector title.

Return value

string The datacollector title.

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');
}