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