TransactionManagerBase::$exceptionThrown

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

Indicates if a exception was thrown.

This is needed to manage destruction of objects after a transaction was thrown on an active stack.

Type: exceptionThrown

File

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

Class

TransactionManagerBase
The database transaction manager base class.

Namespace

Drupal\Core\Database\Transaction

Code

private bool $exceptionThrown = FALSE;

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