You are here

protected property Connection::$transactionSupport in Drupal 8

Whether this database connection supports transactions.

Type: bool

File

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

Class

Connection
Base Database API class.

Namespace

Drupal\Core\Database

Code

protected $transactionSupport = TRUE;