You are here

public function PurgerInterface::getLabel in Purge 8.3

Retrieve the user-readable label for this purger instance.

Return value

string|\Drupal\Core\StringTranslation\TranslatableMarkup The translated label.

See also

\Drupal\purge\Annotation\PurgePurger::$label

1 method overrides PurgerInterface::getLabel()
PurgerBase::getLabel in src/Plugin/Purge/Purger/PurgerBase.php
Retrieve the user-readable label for this purger instance.

File

src/Plugin/Purge/Purger/PurgerInterface.php, line 48

Class

PurgerInterface
Describes a purger - the cache invalidation executor.

Namespace

Drupal\purge\Plugin\Purge\Purger

Code

public function getLabel();