Search for _action
- Search 7.x for _action
- Search 9.5.x for _action
- Search 8.9.x for _action
- Search 11.x for _action
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
TransactionManagerBase::inTransaction | function | core/ |
Determines if there is an active transaction open. |
TransactionManagerBase::processPostTransactionCallbacks | function | core/ |
Processes the post-transaction callbacks. |
TransactionManagerBase::processRootCommit | function | core/ |
Processes the root transaction commit. |
TransactionManagerBase::processRootRollback | function | core/ |
Processes the root transaction rollback. |
TransactionManagerBase::push | function | core/ |
Pushes a new Drupal transaction on the stack. |
TransactionManagerBase::releaseClientSavepoint | function | core/ |
Releases a savepoint on the client transaction. |
TransactionManagerBase::removeStackItem | function | core/ |
Removes an item from the transaction stack. |
TransactionManagerBase::rollback | function | core/ |
Rolls back a Drupal transaction. |
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 SQLite driver. |
TransactionTest | class | core/ |
Tests transaction for the MySQL driver. |
TransactionTest | class | core/ |
Tests transaction for the PostgreSQL driver. |
TransactionTest.php | file | core/ |
|
TransactionTest.php | file | core/ |
|
TransactionTest.php | file | core/ |
|
TypedConfigTest::testNotBlankInteractionWithNotNull | function | core/ |
Tests the behavior of `NotBlank` on required data. |
UnpublishAction | class | core/ |
Unpublishes an entity. |
UnpublishAction.php | file | core/ |
|
UnpublishAction::access | function | core/ |
Checks object access. |
UnpublishAction::execute | function | core/ |
Executes the plugin. |
UnpublishByKeywordActionTest | class | core/ |
@group node @group legacy |
UnpublishByKeywordActionTest | class | core/ |
@group action |
UnpublishByKeywordActionTest.php | file | core/ |
|
UnpublishByKeywordActionTest.php | file | core/ |
|
UnpublishByKeywordActionTest::$modules | property | core/ |
Modules to install. |
UnpublishByKeywordActionTest::setUp | function | core/ |
Pagination
- Previous page
- Page 15
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.