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