public function DrupalDataCollector::getName in Devel 4.x
Same name and namespace in other branches
- 8.3 webprofiler/src/DataCollector/DrupalDataCollector.php \Drupal\webprofiler\DataCollector\DrupalDataCollector::getName()
- 8 webprofiler/src/DataCollector/DrupalDataCollector.php \Drupal\webprofiler\DataCollector\DrupalDataCollector::getName()
- 8.2 webprofiler/src/DataCollector/DrupalDataCollector.php \Drupal\webprofiler\DataCollector\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 114
Class
- DrupalDataCollector
- Class DrupalDataCollector.
Namespace
Drupal\webprofiler\DataCollectorCode
public function getName() {
return 'drupal';
}