You are here

public function DrupalDataCollectorInterface::getName in Devel 8.3

Same name and namespace in other branches
  1. 8 webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\DrupalDataCollectorInterface::getName()
  2. 8.2 webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\DrupalDataCollectorInterface::getName()
  3. 4.x webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\DrupalDataCollectorInterface::getName()

Returns the name of the collector.

Return value

string The collector name.

21 methods override DrupalDataCollectorInterface::getName()
AssetsDataCollector::getName in webprofiler/src/DataCollector/AssetsDataCollector.php
Returns the name of the collector.
BlocksDataCollector::getName in webprofiler/src/DataCollector/BlocksDataCollector.php
Returns the name of the collector.
CacheDataCollector::getName in webprofiler/src/DataCollector/CacheDataCollector.php
Returns the name of the collector.
ConfigDataCollector::getName in webprofiler/src/DataCollector/ConfigDataCollector.php
Returns the name of the collector.
DatabaseDataCollector::getName in webprofiler/src/DataCollector/DatabaseDataCollector.php
Returns the name of the collector.

... See full list

File

webprofiler/src/DrupalDataCollectorInterface.php, line 24

Class

DrupalDataCollectorInterface
Interface DrupalDataCollectorInterface.

Namespace

Drupal\webprofiler

Code

public function getName();