Search for trans

  1. Search 7.x for trans
  2. Search 9.5.x for trans
  3. Search 8.9.x for trans
  4. Search 10.3.x for trans
  5. Other projects
Title Object type File name Summary
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".
TransformedConfigExportImportUITest class core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php Tests the user interface for importing/exporting transformed configuration.
TransformedConfigExportImportUITest.php file core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php
TransformedConfigExportImportUITest::$defaultTheme property core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php The theme to install as the default for testing.
TransformedConfigExportImportUITest::$modules property core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php Modules to install.
TransformedConfigExportImportUITest::setUp function core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php
TransformedConfigExportImportUITest::testTransformedExportImport function core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php Tests a simple site export import case.
Transition class core/modules/workflows/src/Transition.php A transition value object that describes the transition between states.
Transition.php file core/modules/workflows/src/Transition.php
Transition::$fromStateIds property core/modules/workflows/src/Transition.php The transition's from state IDs.
Transition::$id property core/modules/workflows/src/Transition.php The transition's ID.
Transition::$label property core/modules/workflows/src/Transition.php The transition's label.
Transition::$toStateId property core/modules/workflows/src/Transition.php The transition's to state ID.
Transition::$weight property core/modules/workflows/src/Transition.php The transition's weight.
Transition::$workflow property core/modules/workflows/src/Transition.php The workflow that this transition is attached to.
Transition::from function core/modules/workflows/src/Transition.php Gets the transition's from states.
Transition::id function core/modules/workflows/src/Transition.php Gets the transition's ID.
Transition::label function core/modules/workflows/src/Transition.php Gets the transition's label.
Transition::to function core/modules/workflows/src/Transition.php Gets the transition's to state.
Transition::weight function core/modules/workflows/src/Transition.php Gets the transition's weight.
Transition::__construct function core/modules/workflows/src/Transition.php Transition constructor.
TransitionInterface interface core/modules/workflows/src/TransitionInterface.php A transition value object that describes the transition between two states.
TransitionInterface.php file core/modules/workflows/src/TransitionInterface.php
TransitionInterface::DIRECTION_FROM constant core/modules/workflows/src/TransitionInterface.php The transition direction from.
TransitionInterface::DIRECTION_TO constant core/modules/workflows/src/TransitionInterface.php The transition direction to.
TransitionInterface::from function core/modules/workflows/src/TransitionInterface.php Gets the transition's from states.
TransitionInterface::id function core/modules/workflows/src/TransitionInterface.php Gets the transition's ID.

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