You are here

public function QueueServiceInterface::getDescription in Purge 8.3

Retrieve the description of the queue backend.

Return value

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

1 method overrides QueueServiceInterface::getDescription()
QueueService::getDescription in src/Plugin/Purge/Queue/QueueService.php
Retrieve the description of the queue backend.

File

src/Plugin/Purge/Queue/QueueServiceInterface.php, line 74

Class

QueueServiceInterface
Describes a service that lets invalidations interact with a queue backend.

Namespace

Drupal\purge\Plugin\Purge\Queue

Code

public function getDescription();