function ServicesDataCollector::getTitle
Overrides DrupalDataCollectorInterface::getTitle
File
-
webprofiler/
src/ DataCollector/ ServicesDataCollector.php, line 114
Class
- ServicesDataCollector
- Class ServicesDataCollector
Namespace
Drupal\webprofiler\DataCollectorCode
public function getTitle() {
return $this->t('Services');
}