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