function FormsDataCollector::getName

Overrides DrupalDataCollectorInterface::getName

File

webprofiler/src/DataCollector/FormsDataCollector.php, line 57

Class

FormsDataCollector
Class FormsDataCollector

Namespace

Drupal\webprofiler\DataCollector

Code

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