You are here

public function BlocksDataCollector::getName in Devel 8.2

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

Returns the name of the collector.

Return value

string The collector name.

Overrides DrupalDataCollectorInterface::getName

File

webprofiler/src/DataCollector/BlocksDataCollector.php, line 87

Class

BlocksDataCollector
Class BlocksDataCollector

Namespace

Drupal\webprofiler\DataCollector

Code

public function getName() {
  return 'blocks';
}