6 calls to Connection::transactionManager()
- Connection::addRootTransactionEndCallback in core/
lib/ Drupal/ Core/ Database/ Connection.php - Adds a root transaction end callback.
- Connection::commitAll in core/
lib/ Drupal/ Core/ Database/ Connection.php - Commits all the open transactions.
- Connection::inTransaction in core/
lib/ Drupal/ Core/ Database/ Connection.php - Determines if there is an active transaction open.
- Connection::rollBack in core/
lib/ Drupal/ Core/ Database/ Connection.php - Rolls back the transaction entirely or to a named savepoint.
- Connection::startTransaction in core/
lib/ Drupal/ Core/ Database/ Connection.php - Returns a new DatabaseTransaction object on this connection.
- Connection::transactionDepth in core/
lib/ Drupal/ Core/ Database/ Connection.php - Determines the current transaction depth.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.