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