public function Memory::createQueue

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

Overrides QueueInterface::createQueue

File

drupal/core/lib/Drupal/Core/Queue/Memory.php, line 100
Definition of Drupal\Core\Queue\Memory.

Class

Memory
Static queue implementation.

Namespace

Drupal\Core\Queue

Code

public function createQueue() {

  // Nothing needed here.
}