You are here

protected property BatchBuilder::$libraries in Drupal 9

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

An array of libraries to be included when processing the batch.

Type: string[]

File

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

Class

BatchBuilder
Builds an array for a batch process.

Namespace

Drupal\Core\Batch

Code

protected $libraries = [];