Connection::$transactionalDDLSupport

Whether this database connection supports transactional DDL.

Set to FALSE by default because few databases support this feature.

Type: bool

File

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

Class

Connection
Base Database API class.

Namespace

Drupal\Core\Database

Code

protected $transactionalDDLSupport = FALSE;
doc_Drupal
2016-10-29 08:55:43
Comments
Leave a Comment

Please login to continue.