function Connection::driverTransactionManager

Overrides Connection::driverTransactionManager

File

core/modules/mysqli/src/Driver/Database/mysqli/Connection.php, line 187

Class

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

Namespace

Drupal\mysqli\Driver\Database\mysqli

Code

protected function driverTransactionManager() : TransactionManagerInterface {
  return new TransactionManager($this);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.