You are here

public function TotalSucceededStatistic::getTitle in Purge 8.3

Gets the title of the counter.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The translated title.

Overrides ExplainedCounterInterface::getTitle

File

src/Plugin/Purge/Queue/TotalSucceededStatistic.php, line 33

Class

TotalSucceededStatistic
Total number of succeeded queue items.

Namespace

Drupal\purge\Plugin\Purge\Queue

Code

public function getTitle() {
  return $this
    ->t('Total number of succeeded queue items.');
}