function DrupalDataCollector::getName
Returns the name of the collector.
@api
Return value
string The collector name
Overrides DrupalDataCollectorInterface::getName
File
-
webprofiler/
src/ DataCollector/ DrupalDataCollector.php, line 110
Class
- DrupalDataCollector
- Class DrupalDataCollector
Namespace
Drupal\webprofiler\DataCollectorCode
public function getName() {
return 'drupal';
}