public function ServicesDataCollector::getName in Devel 8.2
Same name and namespace in other branches
- 8.3 webprofiler/src/DataCollector/ServicesDataCollector.php \Drupal\webprofiler\DataCollector\ServicesDataCollector::getName()
- 8 webprofiler/src/DataCollector/ServicesDataCollector.php \Drupal\webprofiler\DataCollector\ServicesDataCollector::getName()
- 4.x webprofiler/src/DataCollector/ServicesDataCollector.php \Drupal\webprofiler\DataCollector\ServicesDataCollector::getName()
Returns the name of the collector.
Return value
string The collector name.
Overrides DrupalDataCollectorInterface::getName
File
- webprofiler/
src/ DataCollector/ ServicesDataCollector.php, line 107
Class
- ServicesDataCollector
- Class ServicesDataCollector
Namespace
Drupal\webprofiler\DataCollectorCode
public function getName() {
return 'services';
}