function DatabaseDataCollector::getTitle

Overrides DrupalDataCollectorInterface::getTitle

File

webprofiler/src/DataCollector/DatabaseDataCollector.php, line 172

Class

DatabaseDataCollector
Class DatabaseDataCollector

Namespace

Drupal\webprofiler\DataCollector

Code

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