Transaction::$name

The name of the transaction.

This is used to label the transaction savepoint. It will be overridden to 'drupal_transaction' if there is no transaction depth.

File

core/lib/Drupal/Core/Database/Transaction.php, line 46

Class

Transaction
A wrapper class for creating and managing database transactions.

Namespace

Drupal\Core\Database

Code

protected $name;
doc_Drupal
2016-10-29 09:48:58
Comments
Leave a Comment

Please login to continue.