Search for trans
- Search 7.x for trans
- Search 9.5.x for trans
- Search 8.9.x for trans
- Search 10.3.x for trans
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::purge | function | core/ |
Purges a Drupal transaction from the manager. |
| 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 transactions are out of order. |
| TransactionOutOfOrderException.php | file | core/ |
|
| TransactionTest | class | core/ |
Tests transaction for the PostgreSQL driver. |
| TransactionTest | class | core/ |
Tests transaction for the MySQLi driver. |
| TransactionTest | class | core/ |
Tests transaction for the SQLite driver. |
| TransactionTest | class | core/ |
Tests transaction for the MySQL driver. |
| TransactionTest | class | core/ |
Tests the transactions, using the explicit ::commitOrRelease method. |
| TransactionTest.php | file | core/ |
|
| TransactionTest.php | file | core/ |
|
| TransactionTest.php | file | core/ |
|
| TransactionTest.php | file | core/ |
|
| TransactionTest.php | file | core/ |
|
| TransactionTest::$postTransactionCallbackAction | property | core/ |
Keeps track of the post-transaction callback action executed. |
| TransactionTest::assertRowAbsent | function | core/ |
Asserts that a given row is absent from the test table. |
| TransactionTest::assertRowPresent | function | core/ |
Asserts that a given row is present in the test table. |
| TransactionTest::cleanUp | function | core/ |
Starts over for a new test. |
| TransactionTest::createFirstSavepointTransaction | function | core/ |
Create a Drupal savepoint transaction after root. |
| TransactionTest::createRootTransaction | function | core/ |
Create a root Drupal transaction. |
| TransactionTest::executeDDLStatement | function | core/ |
Executes a DDL statement. |
| TransactionTest::insertRow | function | core/ |
Inserts a single row into the testing table. |
| TransactionTest::rootTransactionCallback | function | core/ |
A post-transaction callback for testing purposes. |
| TransactionTest::setUp | function | core/ |
|
| TransactionTest::testArbitraryTransactionNames | function | core/ |
Tests for arbitrary transaction names. |
| TransactionTest::testCommitAfterDdl | function | core/ |
Tests commit does not fail when committing after DDL. |
| TransactionTest::testCommitAfterRollbackSameSavepoint | function | core/ |
Tests savepoint transaction commit after rollback. |
| TransactionTest::testCommittedTransaction | function | core/ |
Tests a committed transaction. |
| TransactionTest::testCommitTransactionWhenInactive | function | core/ |
Tests committing a transaction when there's none active on the client. |
| TransactionTest::testCommitWithActiveSavepoint | function | core/ |
Tests committing a transaction while savepoints are active. |
| TransactionTest::testMockTransaction | function | core/ |
Tests that mocking transactions works fine. |
| TransactionTest::testQueryFailureInTransaction | function | core/ |
Tests that transactions can continue to be used if a query fails. |
| TransactionTest::testReleaseIntermediateSavepoint | function | core/ |
Tests releasing a savepoint before last is safe. |
Pagination
- Previous page
- Page 65
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.