public function DrupalDataCollectorInterface::getTitle in Devel 8.3
Same name and namespace in other branches
- 8 webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\DrupalDataCollectorInterface::getTitle()
- 8.2 webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\DrupalDataCollectorInterface::getTitle()
- 4.x webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\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();