Search for trans
Title | Object type | File name | Summary |
---|---|---|---|
TransactionManagerBase::rollbackClientSavepoint | function | core/ |
Rolls back to a savepoint on the client transaction. |
TransactionManagerBase::rollbackClientTransaction | function | core/ |
Rolls back a client transaction. |
TransactionManagerBase::setConnectionTransactionState | function | core/ |
Sets the state of the client connection transaction. |
TransactionManagerBase::stack | function | core/ |
Returns the content of the transaction stack. |
TransactionManagerBase::stackDepth | function | core/ |
Returns the current depth of the transaction stack. |
TransactionManagerBase::unpile | function | core/ |
Removes a Drupal transaction from the stack. |
TransactionManagerBase::voidClientTransaction | function | core/ |
Voids the client connection. |
TransactionManagerBase::voidStackItem | function | core/ |
Voids an item from the transaction stack. |
TransactionManagerBase::__construct | function | core/ |
Constructor. |
TransactionManagerBase::__destruct | function | core/ |
Destructor. |
TransactionManagerInterface | interface | core/ |
Interface for the database transaction manager classes. |
TransactionManagerInterface.php | file | core/ |
|
TransactionManagerInterface::addPostTransactionCallback | function | core/ |
Adds a root transaction end callback. |
TransactionManagerInterface::has | function | core/ |
Checks if a named Drupal transaction is active. |
TransactionManagerInterface::inTransaction | function | core/ |
Determines if there is an active transaction open. |
TransactionManagerInterface::push | function | core/ |
Pushes a new Drupal transaction on the stack. |
TransactionManagerInterface::rollback | function | core/ |
Rolls back a Drupal transaction. |
TransactionManagerInterface::unpile | function | core/ |
Removes a Drupal transaction from the stack. |
TransactionManagerInterface::voidClientTransaction | function | core/ |
Voids the client connection. |
TransactionNameNonUniqueException | class | core/ |
Exception thrown when a savepoint or transaction name occurs twice. |
TransactionNameNonUniqueException.php | file | core/ |
|
TransactionNoActiveException | class | core/ |
Exception for when popTransaction() is called with no active transaction. |
TransactionNoActiveException.php | file | core/ |
|
TransactionOutOfOrderException | class | core/ |
Exception thrown when a rollBack() resulted in other active transactions being rolled-back. |
TransactionOutOfOrderException.php | file | core/ |
|
TransactionTest | class | core/ |
Tests transaction for the PostgreSQL driver. |
TransactionTest | class | core/ |
Tests transaction for the SQLite driver. |
TransactionTest | class | core/ |
Tests transaction for the MySQL driver. |
TransactionTest.php | file | core/ |
|
TransactionTest.php | file | core/ |
|
TransactionTest.php | file | core/ |
|
TransformedConfigExportImportUITest | class | core/ |
Tests the user interface for importing/exporting transformed configuration. |
TransformedConfigExportImportUITest.php | file | core/ |
|
TransformedConfigExportImportUITest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
TransformedConfigExportImportUITest::$modules | property | core/ |
Modules to install. |
TransformedConfigExportImportUITest::setUp | function | core/ |
|
TransformedConfigExportImportUITest::testTransformedExportImport | function | core/ |
Tests a simple site export import case. |
Transition | class | core/ |
A transition value object that describes the transition between states. |
Transition.php | file | core/ |
|
Transition::$fromStateIds | property | core/ |
The transition's from state IDs. |
Transition::$id | property | core/ |
The transition's ID. |
Transition::$label | property | core/ |
The transition's label. |
Transition::$toStateId | property | core/ |
The transition's to state ID. |
Transition::$weight | property | core/ |
The transition's weight. |
Transition::$workflow | property | core/ |
The workflow that this transition is attached to. |
Transition::from | function | core/ |
Gets the transition's from states. |
Transition::id | function | core/ |
Gets the transition's ID. |
Transition::label | function | core/ |
Gets the transition's label. |
Transition::to | function | core/ |
Gets the transition's to state. |
Transition::weight | function | core/ |
Gets the transition's weight. |
Pagination
- Previous page
- Page 64
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.