function DatabaseDataCollector::getName

Overrides DrupalDataCollectorInterface::getName

File

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

Class

DatabaseDataCollector
Class DatabaseDataCollector

Namespace

Drupal\webprofiler\DataCollector

Code

public function getName() {
    return 'database';
}