function TransactionManagerBase::processRootRollback

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php \Drupal\Core\Database\Transaction\TransactionManagerBase::processRootRollback()

Processes the root transaction rollback.

1 call to TransactionManagerBase::processRootRollback()
TransactionManagerBase::rollback in core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php
Rolls back a Drupal transaction.

File

core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php, line 422

Class

TransactionManagerBase
The database transaction manager base class.

Namespace

Drupal\Core\Database\Transaction

Code

protected function processRootRollback() : void {
    $this->processPostTransactionCallbacks();
    $this->rollbackClientTransaction();
}

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