public function DrupalDataCollector::getTitle in Devel 4.x
Same name and namespace in other branches
- 8.3 webprofiler/src/DataCollector/DrupalDataCollector.php \Drupal\webprofiler\DataCollector\DrupalDataCollector::getTitle()
- 8 webprofiler/src/DataCollector/DrupalDataCollector.php \Drupal\webprofiler\DataCollector\DrupalDataCollector::getTitle()
- 8.2 webprofiler/src/DataCollector/DrupalDataCollector.php \Drupal\webprofiler\DataCollector\DrupalDataCollector::getTitle()
Returns the datacollector title.
Return value
string The datacollector title.
Overrides DrupalDataCollectorInterface::getTitle
File
- webprofiler/
src/ DataCollector/ DrupalDataCollector.php, line 121
Class
- DrupalDataCollector
- Class DrupalDataCollector.
Namespace
Drupal\webprofiler\DataCollectorCode
public function getTitle() {
return $this
->t('Drupal');
}