You are here

protected property Connection::$rootTransactionEndCallbacks in Drupal 8

Same name and namespace in other branches
  1. 9 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 164

Class

Connection
Base Database API class.

Namespace

Drupal\Core\Database

Code

protected $rootTransactionEndCallbacks = [];