public function DrupalDataCollectorInterface::getName in Devel 8
Same name and namespace in other branches
- 8.3 webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\DrupalDataCollectorInterface::getName()
- 8.2 webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\DrupalDataCollectorInterface::getName()
- 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.
File
- webprofiler/
src/ DrupalDataCollectorInterface.php, line 24
Class
- DrupalDataCollectorInterface
- Interface DrupalDataCollectorInterface.
Namespace
Drupal\webprofilerCode
public function getName();