public function System::createQueue

Implements Drupal\Core\Queue\QueueInterface::createQueue().

Overrides QueueInterface::createQueue

File

drupal/core/lib/Drupal/Core/Queue/System.php, line 115
Definition of Drupal\Core\Queue\System.

Class

System
Default queue implementation.

Namespace

Drupal\Core\Queue

Code

public function createQueue() {

  // All tasks are stored in a single database table (which is created when
  // Drupal is first installed) so there is nothing we need to do to create
  // a new queue.
}