public function ConfigDataCollector::getName in Devel 8.3
Same name and namespace in other branches
- 8 webprofiler/src/DataCollector/ConfigDataCollector.php \Drupal\webprofiler\DataCollector\ConfigDataCollector::getName()
- 8.2 webprofiler/src/DataCollector/ConfigDataCollector.php \Drupal\webprofiler\DataCollector\ConfigDataCollector::getName()
- 4.x webprofiler/src/DataCollector/ConfigDataCollector.php \Drupal\webprofiler\DataCollector\ConfigDataCollector::getName()
Returns the name of the collector.
Return value
string The collector name.
Overrides DrupalDataCollectorInterface::getName
File
- webprofiler/
src/ DataCollector/ ConfigDataCollector.php, line 44
Class
- ConfigDataCollector
- Provides a datacollector to show all requested configs.
Namespace
Drupal\webprofiler\DataCollectorCode
public function getName() {
return 'config';
}