function TransactionManagerBase::__construct

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php \Drupal\Core\Database\Transaction\TransactionManagerBase::__construct()

Constructor.

Parameters

\Drupal\Core\Database\Connection $connection: The database connection.

File

core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php, line 88

Class

TransactionManagerBase
The database transaction manager base class.

Namespace

Drupal\Core\Database\Transaction

Code

public function __construct(Connection $connection) {
}

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