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 10.3.x for _action
  5. Other projects
Title Object type File name Summary
TransactionTest::createFirstSavepointTransaction function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Create a Drupal savepoint transaction after root.
TransactionTest::createRootTransaction function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Create a root Drupal transaction.
TransactionTest::executeDDLStatement function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Executes a DDL statement.
TransactionTest::insertRow function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Inserts a single row into the testing table.
TransactionTest::rootTransactionCallback function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php A post-transaction callback for testing purposes.
TransactionTest::setUp function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php
TransactionTest::testArbitraryTransactionNames function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests for arbitrary transaction names.
TransactionTest::testCommitAfterDdl function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests commit does not fail when committing after DDL.
TransactionTest::testCommitAfterRollbackSameSavepoint function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests savepoint transaction commit after rollback.
TransactionTest::testCommittedTransaction function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests a committed transaction.
TransactionTest::testCommitTransactionWhenInactive function core/modules/mysqli/tests/src/Kernel/mysqli/TransactionTest.php Tests committing a transaction when there's none active on the client.
TransactionTest::testCommitWithActiveSavepoint function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests committing a transaction while savepoints are active.
TransactionTest::testMockTransaction function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests that mocking transactions works fine.
TransactionTest::testQueryFailureInTransaction function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests that transactions can continue to be used if a query fails.
TransactionTest::testReleaseIntermediateSavepoint function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests releasing a savepoint before last is safe.
TransactionTest::testRollbackAfterCommitSameSavepoint function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests savepoint transaction rollback after commit.
TransactionTest::testRollbackAfterDdlStatementForNonTransactionalDdlDatabase function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests rollback after a DDL statement when no transactional DDL supported.
TransactionTest::testRollbackRoot function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests root transaction rollback.
TransactionTest::testRollbackRootAfterSavepointRollback function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests root transaction rollback after savepoint rollback.
TransactionTest::testRollbackRootWithActiveSavepoint function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests root transaction rollback failure when savepoint is open.
TransactionTest::testRollbackSavepoint function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests savepoint transaction rollback.
TransactionTest::testRollbackSavepointWithLaterSavepoint function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests savepoint transaction rollback failure when later savepoints exist.
TransactionTest::testRollbackTwiceSameSavepoint function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests savepoint transaction duplicated rollback.
TransactionTest::testRootTransactionEndCallbackAddedWithoutTransaction function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests that adding a post-transaction callback fails with no transaction.
TransactionTest::testRootTransactionEndCallbackCalledAfterDdlAndDestruction function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests post-transaction callback executes after a DDL statement.
TransactionTest::testRootTransactionEndCallbackCalledAfterDdlAndRollbackForTransactionalDdlDatabase function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests post-transaction rollback executes after a DDL statement.
TransactionTest::testRootTransactionEndCallbackCalledAfterRollbackAndDestruction function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests post-transaction callback executes after transaction rollback.
TransactionTest::testRootTransactionEndCallbackCalledOnCommit function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests post-transaction callback executes after transaction commit.
TransactionTest::testRootTransactionEndCallbackFailureUponDdlAndRollbackForNonTransactionalDdlDatabase function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests post-transaction rollback failure after a DDL statement.
TransactionTest::testStartTransactionWhenActive function core/modules/mysqli/tests/src/Kernel/mysqli/TransactionTest.php Tests starting a transaction when there's one active on the client.
TransactionTest::testTransactionManagerFailureOnPendingStackItems function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests TransactionManager failure.
TransactionTest::testTransactionName function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests for transaction names.
TransactionTest::testTransactionStacking function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests transaction stacking, commit, and rollback.
TransactionTest::testTransactionWithDdlStatement function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests the compatibility of transactions with DDL statements.
TransactionTest::transactionInnerLayer function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Creates an "inner layer" transaction.
TransactionTest::transactionOuterLayer function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Encapsulates a transaction's "inner layer" with an "outer layer".
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.
user.links.action.yml file core/modules/user/user.links.action.yml core/modules/user/user.links.action.yml
UserActionConfigSchemaTest class core/modules/user/tests/src/Kernel/UserActionConfigSchemaTest.php Tests that the config schema is valid when roles are added or removed.
UserActionConfigSchemaTest.php file core/modules/user/tests/src/Kernel/UserActionConfigSchemaTest.php
UserActionConfigSchemaTest::$modules property core/modules/user/tests/src/Kernel/UserActionConfigSchemaTest.php Modules to install.
UserActionConfigSchemaTest::testValidUserActionConfigSchema function core/modules/user/tests/src/Kernel/UserActionConfigSchemaTest.php Tests whether the user action config schema are valid.
UserBatchActionTest class core/modules/views/tests/src/Functional/UserBatchActionTest.php Tests the views bulk form with batch action.
UserBatchActionTest.php file core/modules/views/tests/src/Functional/UserBatchActionTest.php
UserBatchActionTest::$defaultTheme property core/modules/views/tests/src/Functional/UserBatchActionTest.php The theme to install as the default for testing.
UserBatchActionTest::$modules property core/modules/views/tests/src/Functional/UserBatchActionTest.php Modules to install.

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