You are here

public function ExplainedCounterInterface::getTitle in Purge 8.3

Gets the title of the counter.

Return value

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

5 methods override ExplainedCounterInterface::getTitle()
NumberOfItemsStatistic::getTitle in src/Plugin/Purge/Queue/NumberOfItemsStatistic.php
Gets the title of the counter.
TotalFailedStatistic::getTitle in src/Plugin/Purge/Queue/TotalFailedStatistic.php
Gets the title of the counter.
TotalNotSupportedStatistic::getTitle in src/Plugin/Purge/Queue/TotalNotSupportedStatistic.php
Gets the title of the counter.
TotalProcessingStatistic::getTitle in src/Plugin/Purge/Queue/TotalProcessingStatistic.php
Gets the title of the counter.
TotalSucceededStatistic::getTitle in src/Plugin/Purge/Queue/TotalSucceededStatistic.php
Gets the title of the counter.

File

src/Counter/ExplainedCounterInterface.php, line 24

Class

ExplainedCounterInterface
Describes a counter with the ability to return user-friendly explanations.

Namespace

Drupal\purge\Counter

Code

public function getTitle();