InstantQueueRunner::$queues

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Queue/InstantQueueRunner.php \Drupal\Core\Queue\InstantQueueRunner::queues

An array of integers keyed by queue name.

Tracks the number of items registered per queue during the request.

Type: queues

File

core/lib/Drupal/Core/Queue/InstantQueueRunner.php, line 22

Class

InstantQueueRunner
Provides an instant queue runner that processes items in kernel.destruct.

Namespace

Drupal\Core\Queue

Code

protected array $queues = [];

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