You are here

public function TranslationsDataCollector::getTitle in Devel 8.2

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

Returns the datacollector title.

Return value

string The datacollector title.

Overrides DrupalDataCollectorInterface::getTitle

File

webprofiler/src/DataCollector/TranslationsDataCollector.php, line 79

Class

TranslationsDataCollector
Class TranslationsDataCollector

Namespace

Drupal\webprofiler\DataCollector

Code

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