function BatchTestCallbacks::finished4

Implements callback_batch_finished().

Triggers 'finished' callback for batch 4.

File

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

Class

BatchTestCallbacks
Batch callbacks for testing batches.

Namespace

Drupal\batch_test

Code

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

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