You are here

public function DrupalDataCollector::getTitle in Devel 8

Same name and namespace in other branches
  1. 8.3 webprofiler/src/DataCollector/DrupalDataCollector.php \Drupal\webprofiler\DataCollector\DrupalDataCollector::getTitle()
  2. 8.2 webprofiler/src/DataCollector/DrupalDataCollector.php \Drupal\webprofiler\DataCollector\DrupalDataCollector::getTitle()
  3. 4.x 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 117

Class

DrupalDataCollector
Class DrupalDataCollector

Namespace

Drupal\webprofiler\DataCollector

Code

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