function Memory::createQueue

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Queue/Memory.php \Drupal\Core\Queue\Memory::createQueue()
  2. 8.9.x core/lib/Drupal/Core/Queue/Memory.php \Drupal\Core\Queue\Memory::createQueue()
  3. 10 core/lib/Drupal/Core/Queue/Memory.php \Drupal\Core\Queue\Memory::createQueue()

Overrides QueueInterface::createQueue

File

core/lib/Drupal/Core/Queue/Memory.php, line 96

Class

Memory
Static queue implementation.

Namespace

Drupal\Core\Queue

Code

public function createQueue() {
    // Nothing needed here.
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.