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
1 | protected $transactionSupport = TRUE; |
Please login to continue.