Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
Connection.php
»
Connection
»
Connection::supportsTransactions
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
6 calls to Connection::supportsTransactions()
Connection::popTransaction
in drupal/
core/
lib/
Drupal/
Core/
Database/
Connection.php
Decreases the depth of transaction nesting.
Connection::popTransaction
in drupal/
core/
lib/
Drupal/
Core/
Database/
Driver/
sqlite/
Connection.php
Decreases the depth of transaction nesting.
Connection::pushTransaction
in drupal/
core/
lib/
Drupal/
Core/
Database/
Connection.php
Increases the depth of transaction nesting.
Connection::pushTransaction
in drupal/
core/
lib/
Drupal/
Core/
Database/
Driver/
sqlite/
Connection.php
Increases the depth of transaction nesting.
Connection::rollback
in drupal/
core/
lib/
Drupal/
Core/
Database/
Connection.php
Rolls back the transaction entirely or to a named savepoint.
Connection::rollback
in drupal/
core/
lib/
Drupal/
Core/
Database/
Driver/
sqlite/
Connection.php
Rolls back the transaction entirely or to a named savepoint.