function FormsDataCollector::getTitle
Overrides DrupalDataCollectorInterface::getTitle
File
-
webprofiler/
src/ DataCollector/ FormsDataCollector.php, line 64
Class
- FormsDataCollector
- Class FormsDataCollector
Namespace
Drupal\webprofiler\DataCollectorCode
public function getTitle() {
return $this->t('Forms');
}