public function DatabaseTransaction::name
Retrieves the name of the transaction or savepoint.
Archivo
- drupal-7.x/
includes/ database/ database.inc, line 1912 - Core systems for the database layer.
Class
- DatabaseTransaction
- A wrapper class for creating and managing database transactions.
Código
public function name() {
return $this->name;
}