You are here

public function QueueServiceInterface::getLabel in Purge 8.3

Retrieve the label of the queue backend.

Return value

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

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

File

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

Class

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

Namespace

Drupal\purge\Plugin\Purge\Queue

Code

public function getLabel();