Search for trans
Title | Object type | File name | Summary |
---|---|---|---|
Transaction | class | core/ |
A wrapper class for creating and managing database transactions. |
Transaction.php | file | core/ |
|
Transaction.php | file | core/ |
|
Transaction::$connection | property | core/ |
The connection object for this transaction. |
Transaction::$name | property | core/ |
The name of the transaction. |
Transaction::$rolledBack | property | core/ |
A boolean value to indicate whether this transaction has been rolled back. |
Transaction::name | function | core/ |
Retrieves the name of the transaction or savepoint. |
Transaction::rollBack | function | core/ |
Rolls back the current transaction. |
Transaction::__construct | function | core/ |
|
Transaction::__destruct | function | core/ |
|
TransactionCommitFailedException | class | core/ |
Exception thrown when a commit() function fails. |
TransactionCommitFailedException.php | file | core/ |
|
TransactionException | class | core/ |
Exception thrown by an error in a database transaction. |
TransactionException.php | file | core/ |
|
TransactionExplicitCommitNotAllowedException | class | core/ |
Exception to deny attempts to explicitly manage transactions. |
TransactionExplicitCommitNotAllowedException.php | file | core/ |
|
TransactionManager | class | core/ |
MySql implementation of TransactionManagerInterface. |
TransactionManager | class | core/ |
SQLite implementation of TransactionManagerInterface. |
TransactionManager | class | core/ |
PostgreSql implementation of TransactionManagerInterface. |
TransactionManager.php | file | core/ |
|
TransactionManager.php | file | core/ |
|
TransactionManager.php | file | core/ |
|
TransactionManager::beginClientTransaction | function | core/ |
Begins a transaction on the client connection. |
TransactionManager::beginClientTransaction | function | core/ |
Begins a transaction on the client connection. |
TransactionManager::beginClientTransaction | function | core/ |
Begins a transaction on the client connection. |
TransactionManager::commitClientTransaction | function | core/ |
Commits a client transaction. |
TransactionManager::commitClientTransaction | function | core/ |
Commits a client transaction. |
TransactionManager::commitClientTransaction | function | core/ |
Commits a client transaction. |
TransactionManager::processRootCommit | function | core/ |
Processes the root transaction commit. |
TransactionManager::releaseClientSavepoint | function | core/ |
Releases a savepoint on the client transaction. |
TransactionManager::rollbackClientSavepoint | function | core/ |
Rolls back to a savepoint on the client transaction. |
TransactionManager::rollbackClientTransaction | function | core/ |
Rolls back a client transaction. |
TransactionManager::rollbackClientTransaction | function | core/ |
Rolls back a client transaction. |
TransactionManager::rollbackClientTransaction | function | core/ |
Rolls back a client transaction. |
TransactionManagerBase | class | core/ |
The database transaction manager base class. |
TransactionManagerBase.php | file | core/ |
|
TransactionManagerBase::$connectionTransactionState | property | core/ |
The state of the underlying client connection transaction. |
TransactionManagerBase::$postTransactionCallbacks | property | core/ |
A list of post-transaction callbacks. |
TransactionManagerBase::$rootId | property | core/ |
The ID of the root Transaction object. |
TransactionManagerBase::$stack | property | core/ |
The stack of Drupal transactions currently active. |
TransactionManagerBase::$voidedItems | property | core/ |
A list of voided stack items. |
TransactionManagerBase::addClientSavepoint | function | core/ |
Adds a savepoint on the client transaction. |
TransactionManagerBase::addPostTransactionCallback | function | core/ |
Adds a root transaction end callback. |
TransactionManagerBase::addStackItem | function | core/ |
Adds an item to the transaction stack. |
TransactionManagerBase::beginClientTransaction | function | core/ |
Begins a transaction on the client connection. |
TransactionManagerBase::commitAll | function | core/ |
Commits the entire transaction stack. |
TransactionManagerBase::commitClientTransaction | function | core/ |
Commits a client transaction. |
TransactionManagerBase::dumpStackItemsAsString | function | core/ |
Produces a string representation of the stack items. |
TransactionManagerBase::getConnectionTransactionState | function | core/ |
Gets the state of the client connection transaction. |
TransactionManagerBase::has | function | core/ |
Checks if a named Drupal transaction is active. |
Pagination
- Previous page
- Page 63
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.