function StateDataCollector::getTitle

Overrides DrupalDataCollectorInterface::getTitle

File

webprofiler/src/DataCollector/StateDataCollector.php, line 41

Class

StateDataCollector
Provides a data collector to get all requested state values.

Namespace

Drupal\webprofiler\DataCollector

Code

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