You are here

protected property Memory::$queue in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Queue/Memory.php \Drupal\Core\Queue\Memory::queue

The queue data.

Type: array

File

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

Class

Memory
Static queue implementation.

Namespace

Drupal\Core\Queue

Code

protected $queue;