You are here

public function BackendInterface::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.

1 method overrides BackendInterface::createQueue()
Database::createQueue in src/Plugin/AdvancedQueue/Backend/Database.php
Creates the queue.

File

src/Plugin/AdvancedQueue/Backend/BackendInterface.php, line 34

Class

BackendInterface
Provides the interface for queue backends.

Namespace

Drupal\advancedqueue\Plugin\AdvancedQueue\Backend

Code

public function createQueue();