function BatchTestCallbacks::finished6

Implements callback_batch_finished().

Triggers 'finished' callback for batch 6.

File

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

Class

BatchTestCallbacks
Batch callbacks for testing batches.

Namespace

Drupal\batch_test

Code

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

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