public function Queue::getBackendId in Advanced Queue 8
Gets the backend plugin ID.
Return value
string The backend plugin ID.
Overrides QueueInterface::getBackendId
File
- src/
Entity/ Queue.php, line 143
Class
- Queue
- Defines the queue entity class.
Namespace
Drupal\advancedqueue\EntityCode
public function getBackendId() {
return $this->backend;
}