You are here

public function Memory::createQueue in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Queue/Memory.php \Drupal\Core\Queue\Memory::createQueue()
  2. 9 core/lib/Drupal/Core/Queue/Memory.php \Drupal\Core\Queue\Memory::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.
}