function TransactionTest::rootTransactionCallback

A post-transaction callback for testing purposes.

File

core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php, line 1236

Class

TransactionTest
Tests the transactions, using the explicit ::commitOrRelease method.

Namespace

Drupal\KernelTests\Core\Database

Code

public function rootTransactionCallback(bool $success) : void {
    $this->postTransactionCallbackAction = $success ? 'rtcCommit' : 'rtcRollback';
    $this->insertRow($this->postTransactionCallbackAction);
}

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