function ServicesDataCollector::getName

Overrides DrupalDataCollectorInterface::getName

File

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

Class

ServicesDataCollector
Class ServicesDataCollector

Namespace

Drupal\webprofiler\DataCollector

Code

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