public function QueueInterface::getBackendId in Advanced Queue 8
Gets the backend plugin ID.
Return value
string The backend plugin ID.
1 method overrides QueueInterface::getBackendId()
- Queue::getBackendId in src/
Entity/ Queue.php - Gets the backend plugin ID.
File
- src/
Entity/ QueueInterface.php, line 66
Class
- QueueInterface
- Defines the interface for queues.
Namespace
Drupal\advancedqueue\EntityCode
public function getBackendId();