function ViewsDataCollector::getName

Overrides DrupalDataCollectorInterface::getName

File

webprofiler/src/DataCollector/ViewsDataCollector.php, line 94

Class

ViewsDataCollector
Collects data about rendered views.

Namespace

Drupal\webprofiler\DataCollector

Code

public function getName() {
    return 'views';
}