public function Database::createQueue in Advanced Queue 8
Creates the queue.
Called upon creating the parent queue config entity, to allow backends to initialize the queue remotely if needed.
Overrides BackendInterface::createQueue
File
- src/
Plugin/ AdvancedQueue/ Backend/ Database.php, line 63
Class
- Database
- Provides the database queue backend.
Namespace
Drupal\advancedqueue\Plugin\AdvancedQueue\BackendCode
public function createQueue() {
// No need to do anything, all database queues share the same table.
}