| Versionen | |
|---|---|
| drupal7 | public DatabaseConnection::inTransaction() |
Determine if there is an active transaction open.
TRUE if we're currently in a transaction, FALSE otherwise.
includes/
<?php
public function inTransaction() {
return ($this->transactionLayers > 0);
}
?>
Kommentare
Kommentar hinzufügen