Search for _action

  1. Search 7.x for _action
  2. Search 9.5.x for _action
  3. Search 8.9.x for _action
  4. Search 11.x for _action
  5. Other projects
Title Object type File name Summary
TransactionManagerBase::inTransaction function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Determines if there is an active transaction open.
TransactionManagerBase::processPostTransactionCallbacks function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Processes the post-transaction callbacks.
TransactionManagerBase::processRootCommit function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Processes the root transaction commit.
TransactionManagerBase::processRootRollback function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Processes the root transaction rollback.
TransactionManagerBase::push function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Pushes a new Drupal transaction on the stack.
TransactionManagerBase::releaseClientSavepoint function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Releases a savepoint on the client transaction.
TransactionManagerBase::removeStackItem function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Removes an item from the transaction stack.
TransactionManagerBase::rollback function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Rolls back a Drupal transaction.
TransactionManagerBase::rollbackClientSavepoint function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Rolls back to a savepoint on the client transaction.
TransactionManagerBase::rollbackClientTransaction function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Rolls back a client transaction.
TransactionManagerBase::setConnectionTransactionState function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Sets the state of the client connection transaction.
TransactionManagerBase::stack function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Returns the content of the transaction stack.
TransactionManagerBase::stackDepth function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Returns the current depth of the transaction stack.
TransactionManagerBase::unpile function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Removes a Drupal transaction from the stack.
TransactionManagerBase::voidClientTransaction function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Voids the client connection.
TransactionManagerBase::voidStackItem function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Voids an item from the transaction stack.
TransactionManagerBase::__construct function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Constructor.
TransactionManagerBase::__destruct function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Destructor.
TransactionManagerInterface interface core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php Interface for the database transaction manager classes.
TransactionManagerInterface.php file core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php
TransactionManagerInterface::addPostTransactionCallback function core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php Adds a root transaction end callback.
TransactionManagerInterface::has function core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php Checks if a named Drupal transaction is active.
TransactionManagerInterface::inTransaction function core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php Determines if there is an active transaction open.
TransactionManagerInterface::push function core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php Pushes a new Drupal transaction on the stack.
TransactionManagerInterface::rollback function core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php Rolls back a Drupal transaction.
TransactionManagerInterface::unpile function core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php Removes a Drupal transaction from the stack.
TransactionManagerInterface::voidClientTransaction function core/lib/Drupal/Core/Database/Transaction/TransactionManagerInterface.php Voids the client connection.
TransactionNameNonUniqueException class core/lib/Drupal/Core/Database/TransactionNameNonUniqueException.php Exception thrown when a savepoint or transaction name occurs twice.
TransactionNameNonUniqueException.php file core/lib/Drupal/Core/Database/TransactionNameNonUniqueException.php
TransactionNoActiveException class core/lib/Drupal/Core/Database/TransactionNoActiveException.php Exception for when popTransaction() is called with no active transaction.
TransactionNoActiveException.php file core/lib/Drupal/Core/Database/TransactionNoActiveException.php
TransactionOutOfOrderException class core/lib/Drupal/Core/Database/TransactionOutOfOrderException.php Exception thrown when a rollBack() resulted in other active transactions being rolled-back.
TransactionOutOfOrderException.php file core/lib/Drupal/Core/Database/TransactionOutOfOrderException.php
TransactionTest class core/modules/sqlite/tests/src/Kernel/sqlite/TransactionTest.php Tests transaction for the SQLite driver.
TransactionTest class core/modules/mysql/tests/src/Kernel/mysql/TransactionTest.php Tests transaction for the MySQL driver.
TransactionTest class core/modules/pgsql/tests/src/Kernel/pgsql/TransactionTest.php Tests transaction for the PostgreSQL driver.
TransactionTest.php file core/modules/sqlite/tests/src/Kernel/sqlite/TransactionTest.php
TransactionTest.php file core/modules/mysql/tests/src/Kernel/mysql/TransactionTest.php
TransactionTest.php file core/modules/pgsql/tests/src/Kernel/pgsql/TransactionTest.php
TypedConfigTest::testNotBlankInteractionWithNotNull function core/tests/Drupal/KernelTests/Config/TypedConfigTest.php Tests the behavior of `NotBlank` on required data.
UnpublishAction class core/lib/Drupal/Core/Action/Plugin/Action/UnpublishAction.php Unpublishes an entity.
UnpublishAction.php file core/lib/Drupal/Core/Action/Plugin/Action/UnpublishAction.php
UnpublishAction::access function core/lib/Drupal/Core/Action/Plugin/Action/UnpublishAction.php Checks object access.
UnpublishAction::execute function core/lib/Drupal/Core/Action/Plugin/Action/UnpublishAction.php Executes the plugin.
UnpublishByKeywordActionTest class core/modules/node/tests/src/Unit/Action/UnpublishByKeywordActionTest.php @group node
@group legacy
UnpublishByKeywordActionTest class core/modules/action/tests/src/Kernel/UnpublishByKeywordActionTest.php @group action
UnpublishByKeywordActionTest.php file core/modules/node/tests/src/Unit/Action/UnpublishByKeywordActionTest.php
UnpublishByKeywordActionTest.php file core/modules/action/tests/src/Kernel/UnpublishByKeywordActionTest.php
UnpublishByKeywordActionTest::$modules property core/modules/action/tests/src/Kernel/UnpublishByKeywordActionTest.php Modules to install.
UnpublishByKeywordActionTest::setUp function core/modules/action/tests/src/Kernel/UnpublishByKeywordActionTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.