public function TimeDataCollector::getTitle in Devel 8.2
Same name and namespace in other branches
- 8.3 webprofiler/src/DataCollector/TimeDataCollector.php \Drupal\webprofiler\DataCollector\TimeDataCollector::getTitle()
- 8 webprofiler/src/DataCollector/TimeDataCollector.php \Drupal\webprofiler\DataCollector\TimeDataCollector::getTitle()
- 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\DataCollectorCode
public function getTitle() {
return $this
->t('Timeline');
}