function DrupalDataCollectorInterface::getTitle
Returns the datacollector title.
Return value
string The datacollector title.
23 methods override DrupalDataCollectorInterface::getTitle()
- AssetsDataCollector::getTitle in webprofiler/
src/ DataCollector/ AssetsDataCollector.php - Returns the datacollector title.
- BlocksDataCollector::getTitle in webprofiler/
src/ DataCollector/ BlocksDataCollector.php - Returns the datacollector title.
- CacheDataCollector::getTitle in webprofiler/
src/ DataCollector/ CacheDataCollector.php - Returns the datacollector title.
- ConfigDataCollector::getTitle in webprofiler/
src/ DataCollector/ ConfigDataCollector.php - Returns the datacollector title.
- DatabaseDataCollector::getTitle in webprofiler/
src/ DataCollector/ DatabaseDataCollector.php - Returns the datacollector title.
File
-
webprofiler/
src/ DrupalDataCollectorInterface.php, line 16
Class
- DrupalDataCollectorInterface
- Interface DrupalDataCollectorInterface.
Namespace
Drupal\webprofilerCode
public function getTitle();