function ServicesDataCollector::getTitle

Overrides DrupalDataCollectorInterface::getTitle

File

webprofiler/src/DataCollector/ServicesDataCollector.php, line 114

Class

ServicesDataCollector
Class ServicesDataCollector

Namespace

Drupal\webprofiler\DataCollector

Code

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