function BatchTestCallbacks::finished1
Implements callback_batch_finished().
Triggers 'finished' callback for batch 1.
File
-
core/
modules/ system/ tests/ modules/ batch_test/ src/ BatchTestCallbacks.php, line 232
Class
- BatchTestCallbacks
- Batch callbacks for testing batches.
Namespace
Drupal\batch_testCode
public function finished1($success, $results, $operations, $elapsed) : void {
$this->finishedHelper(1, $success, $results, $operations, $elapsed);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.