function ExtensionDataCollector::getName
Overrides DrupalDataCollectorInterface::getName
File
-
webprofiler/
src/ DataCollector/ ExtensionDataCollector.php, line 101
Class
- ExtensionDataCollector
- Defines a data collector for the extension system.
Namespace
Drupal\webprofiler\DataCollectorCode
public function getName() {
return 'drupal_extension';
}