TransactionManagerBase::$connectionTransactionState

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

The state of the underlying client connection transaction.

Note that this is a proxy of the actual state on the database server, best determined through calls to methods in this class. The actual state on the database server could be different.

Type: connectionTransactionState

File

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

Class

TransactionManagerBase
The database transaction manager base class.

Namespace

Drupal\Core\Database\Transaction

Code

private ClientConnectionTransactionState $connectionTransactionState;

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