Connection::$rootTransactionEndCallbacks

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection::rootTransactionEndCallbacks
  2. 10 core/lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection::rootTransactionEndCallbacks

Post-root (non-nested) transaction commit callbacks.

Type: callable[]

File

core/lib/Drupal/Core/Database/Connection.php, line 207

Class

Connection
Base Database API class.

Namespace

Drupal\Core\Database

Code

protected $rootTransactionEndCallbacks = [];

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