protected property Transaction::$rolledBack

A boolean value to indicate whether this transaction has been rolled back.

Type: Boolean

File

drupal/core/lib/Drupal/Core/Database/Transaction.php, line 43
Definition of Drupal\Core\Database\Transaction

Class

Transaction
A wrapper class for creating and managing database transactions.

Namespace

Drupal\Core\Database

Code

protected $rolledBack = FALSE;