You are here

public function QueuerInterface::getDescription in Purge 8.3

Retrieve the description of this queuer.

Return value

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

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

File

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

Class

QueuerInterface
Describes a plugin that queues invalidation objects.

Namespace

Drupal\purge\Plugin\Purge\Queuer

Code

public function getDescription();