function ThemeDataCollector::getPanelSummary

Overrides DrupalDataCollectorInterface::getPanelSummary

File

webprofiler/src/DataCollector/ThemeDataCollector.php, line 162

Class

ThemeDataCollector
Class ThemeDataCollector

Namespace

Drupal\webprofiler\DataCollector

Code

public function getPanelSummary() {
    return $this->t('Name: @name', [
        '@name' => $this->getActiveTheme()['name'],
    ]);
}