Search for trans

  1. Search 7.x for trans
  2. Search 9.5.x for trans
  3. Search 10.3.x for trans
  4. Search 11.x for trans
  5. Other projects
Title Object type File name Summary
Transaction.php file core/lib/Drupal/Core/Database/Driver/mysql/Transaction.php
Transaction.php file core/lib/Drupal/Core/Database/Driver/pgsql/Transaction.php
Transaction.php file core/lib/Drupal/Core/Database/Transaction.php
Transaction.php file core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Transaction.php
Transaction.php file core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Transaction.php
Transaction::$connection property core/lib/Drupal/Core/Database/Transaction.php The connection object for this transaction.
Transaction::$name property core/lib/Drupal/Core/Database/Transaction.php The name of the transaction.
Transaction::$rolledBack property core/lib/Drupal/Core/Database/Transaction.php A boolean value to indicate whether this transaction has been rolled back.
Transaction::name function core/lib/Drupal/Core/Database/Transaction.php Retrieves the name of the transaction or savepoint.
Transaction::rollBack function core/lib/Drupal/Core/Database/Transaction.php Rolls back the current transaction.
Transaction::__construct function core/lib/Drupal/Core/Database/Transaction.php
Transaction::__destruct function core/lib/Drupal/Core/Database/Transaction.php
TransactionCommitFailedException class core/lib/Drupal/Core/Database/TransactionCommitFailedException.php Exception thrown when a commit() function fails.
TransactionCommitFailedException.php file core/lib/Drupal/Core/Database/TransactionCommitFailedException.php
TransactionException class core/lib/Drupal/Core/Database/TransactionException.php Exception thrown by an error in a database transaction.
TransactionException.php file core/lib/Drupal/Core/Database/TransactionException.php
TransactionExplicitCommitNotAllowedException class core/lib/Drupal/Core/Database/TransactionExplicitCommitNotAllowedException.php Exception to deny attempts to explicitly manage transactions.
TransactionExplicitCommitNotAllowedException.php file core/lib/Drupal/Core/Database/TransactionExplicitCommitNotAllowedException.php
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/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests the transaction abstraction system.
TransactionTest.php file core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php
TransactionTest::assertRowAbsent function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Asserts that a given row is absent from the test table.
TransactionTest::assertRowPresent function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Asserts that a given row is present in the test table.
TransactionTest::cleanUp function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Starts over for a new test.
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::testCommittedTransaction function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests a committed transaction.
TransactionTest::testQueryFailureInTransaction function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests that transactions can continue to be used if a query fails.
TransactionTest::testTransactionRollBackNotSupported function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests transaction rollback on a database that doesn't support transactions.
TransactionTest::testTransactionRollBackSupported function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests transaction rollback on a database that supports transactions.
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 enable.
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.

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