You are here

protected property BatchBuilder::$finished in Drupal 9

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

The name of a function / method to be called when the batch finishes.

Type: string

File

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

Class

BatchBuilder
Builds an array for a batch process.

Namespace

Drupal\Core\Batch

Code

protected $finished;