TransactionManagerBase::$postTransactionCallbacks

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

A list of post-transaction callbacks.

Type: callable[]

File

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

Class

TransactionManagerBase
The database transaction manager base class.

Namespace

Drupal\Core\Database\Transaction

Code

private array $postTransactionCallbacks = [];

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