Whether this database connection supports transactions.
Type: bool
File
- core/lib/Drupal/Core/Database/Connection.php, line 74
Class
- Connection
- Base Database API class.
Namespace
Drupal\Core\Database
Code
protected $transactionSupport = TRUE;
Whether this database connection supports transactions.
Type: bool
Drupal\Core\Database
protected $transactionSupport = TRUE;
Please login to continue.