You are here

public function ExplainedCounterInterface::getDescription in Purge 8.3

Gets the description of the counter.

Return value

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

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

File

src/Counter/ExplainedCounterInterface.php, line 32

Class

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

Namespace

Drupal\purge\Counter

Code

public function getDescription();