You are here

protected property Connection::$transactionSupport in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection::transactionSupport

Whether this database connection supports transactions.

Type: bool

File

core/lib/Drupal/Core/Database/Connection.php, line 79
Contains \Drupal\Core\Database\Connection.

Class

Connection
Base Database API class.

Namespace

Drupal\Core\Database

Code

protected $transactionSupport = TRUE;