You are here

public function QueuerInterface::getLabel in Purge 8.3

Retrieve the title of this queuer.

Return value

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

1 method overrides QueuerInterface::getLabel()
QueuerBase::getLabel in src/Plugin/Purge/Queuer/QueuerBase.php
Retrieve the title of this queuer.

File

src/Plugin/Purge/Queuer/QueuerInterface.php, line 18

Class

QueuerInterface
Describes a plugin that queues invalidation objects.

Namespace

Drupal\purge\Plugin\Purge\Queuer

Code

public function getLabel();