You are here

public function TotalProcessingStatistic::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/TotalProcessingStatistic.php, line 25

Class

TotalProcessingStatistic
Total number of multi-step cache invalidations.

Namespace

Drupal\purge\Plugin\Purge\Queue

Code

public function getTitle() {
  return $this
    ->t('Total number of multi-step cache invalidations.');
}