function ViewsDataCollector::getTitle
Overrides DrupalDataCollectorInterface::getTitle
File
-
webprofiler/
src/ DataCollector/ ViewsDataCollector.php, line 101
Class
- ViewsDataCollector
- Collects data about rendered views.
Namespace
Drupal\webprofiler\DataCollectorCode
public function getTitle() {
return $this->t('Views');
}