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