You are here

public function BackendInterface::getLabel in Advanced Queue 8

Gets the backend label.

Return value

string The backend label.

1 method overrides BackendInterface::getLabel()
BackendBase::getLabel in src/Plugin/AdvancedQueue/Backend/BackendBase.php
Gets the backend label.

File

src/Plugin/AdvancedQueue/Backend/BackendInterface.php, line 26

Class

BackendInterface
Provides the interface for queue backends.

Namespace

Drupal\advancedqueue\Plugin\AdvancedQueue\Backend

Code

public function getLabel();