Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Connection.php

Connection::$transactionalDDLSupport

Same name in this branch
  1. 11.1.x core/lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection::transactionalDDLSupport
  2. 11.1.x core/modules/pgsql/src/Driver/Database/pgsql/Connection.php \Drupal\pgsql\Driver\Database\pgsql\Connection::transactionalDDLSupport

Type: transactionalDDLSupport

Overrides Connection::$transactionalDDLSupport

File

core/modules/sqlite/src/Driver/Database/sqlite/Connection.php, line 68

Class

Connection
SQLite implementation of \Drupal\Core\Database\Connection.

Namespace

Drupal\sqlite\Driver\Database\sqlite

Code

protected $transactionalDDLSupport = TRUE;
RSS feed
Powered by Drupal