function ExtensionDataCollector::getTitle
Returns the datacollector title.
Return value
string The datacollector title.
Overrides DrupalDataCollectorInterface::getTitle
File
-
webprofiler/
src/ DataCollector/ ExtensionDataCollector.php, line 108
Class
- ExtensionDataCollector
- Defines a data collector for the extension system.
Namespace
Drupal\webprofiler\DataCollectorCode
public function getTitle() {
return $this->t('Extensions');
}