You are here

public function Connection::popTransaction in Service Container 7.2

Same name and namespace in other branches
  1. 7 lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection::popTransaction()

File

lib/Drupal/Core/Database/Connection.php, line 155
Contains \Drupal\Core\Database\Connection.

Class

Connection

Namespace

Drupal\Core\Database

Code

public function popTransaction($name) {
  return $this->connection
    ->popTransaction($name);
}