function ViewsDataCollector::getName
Overrides DrupalDataCollectorInterface::getName
File
-
webprofiler/
src/ DataCollector/ ViewsDataCollector.php, line 94
Class
- ViewsDataCollector
- Collects data about rendered views.
Namespace
Drupal\webprofiler\DataCollectorCode
public function getName() {
return 'views';
}