You are here

public function TimeDataCollector::getTitle in Devel 8

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

Returns the datacollector title.

Return value

string The datacollector title.

Overrides DrupalDataCollectorInterface::getTitle

File

webprofiler/src/DataCollector/TimeDataCollector.php, line 77

Class

TimeDataCollector
Class TimeDataCollector.

Namespace

Drupal\webprofiler\DataCollector

Code

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