function BatchTestCallbacks::finished2

Implements callback_batch_finished().

Triggers 'finished' callback for batch 2.

File

core/modules/system/tests/modules/batch_test/src/BatchTestCallbacks.php, line 251

Class

BatchTestCallbacks
Batch callbacks for testing batches.

Namespace

Drupal\batch_test

Code

public function finished2($success, $results, $operations, $elapsed) : void {
    $this->finishedHelper(2, $success, $results, $operations, $elapsed);
}

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