function MailDataCollector::getPanelSummary

Overrides DrupalDataCollectorInterface::getPanelSummary

File

webprofiler/src/DataCollector/MailDataCollector.php, line 89

Class

MailDataCollector
Class MailDataCollector

Namespace

Drupal\webprofiler\DataCollector

Code

public function getPanelSummary() {
    return $this->t('Total: @count', [
        '@count' => $this->getMailSent(),
    ]);
}