You are here

public function BackendBase::getLabel in Advanced Queue 8

Gets the backend label.

Return value

string The backend label.

Overrides BackendInterface::getLabel

File

src/Plugin/AdvancedQueue/Backend/BackendBase.php, line 132

Class

BackendBase
Provides the base class for queue backends.

Namespace

Drupal\advancedqueue\Plugin\AdvancedQueue\Backend

Code

public function getLabel() {
  return (string) $this->pluginDefinition['label'];
}