You are here

protected property BatchBuilder::$queue in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Batch/BatchBuilder.php \Drupal\Core\Batch\BatchBuilder::queue

The details of the queue to use.

A tuple containing the name of the queue and the class of the queue to use.

Type: array

File

core/lib/Drupal/Core/Batch/BatchBuilder.php, line 111

Class

BatchBuilder
Builds an array for a batch process.

Namespace

Drupal\Core\Batch

Code

protected $queue;