function FormsDataCollector::getTitle

Overrides DrupalDataCollectorInterface::getTitle

File

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

Class

FormsDataCollector
Class FormsDataCollector

Namespace

Drupal\webprofiler\DataCollector

Code

public function getTitle() {
    return $this->t('Forms');
}