You are here

public function DrupalDataCollectorInterface::getTitle in Devel 8.2

Same name and namespace in other branches
  1. 8.3 webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\DrupalDataCollectorInterface::getTitle()
  2. 8 webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\DrupalDataCollectorInterface::getTitle()
  3. 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.

... See full list

File

webprofiler/src/DrupalDataCollectorInterface.php, line 16

Class

DrupalDataCollectorInterface
Interface DrupalDataCollectorInterface.

Namespace

Drupal\webprofiler

Code

public function getTitle();