Search for rollBack
- Search 7.x for rollBack
- Search 9.5.x for rollBack
- Search 8.9.x for rollBack
- Search 11.x for rollBack
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
Connection::rollBack | function | core/ |
Rolls back the transaction entirely or to a named savepoint. |
Connection::rollbackSavepoint | function | core/ |
Rollback a savepoint by name if it exists. |
DeleteTruncateTest::testTruncateTransactionRollback | function | core/ |
Confirms that transaction rollback voids a truncate operation. |
DriverSpecificTransactionTestBase::testRollbackRoot | function | core/ |
Tests root transaction rollback. |
DriverSpecificTransactionTestBase::testRollbackRootAfterSavepointRollback | function | core/ |
Tests root transaction rollback after savepoint rollback. |
DriverSpecificTransactionTestBase::testRollbackRootWithActiveSavepoint | function | core/ |
Tests root transaction rollback failure when savepoint is open. |
DriverSpecificTransactionTestBase::testRollbackSavepoint | function | core/ |
Tests savepoint transaction rollback. |
DriverSpecificTransactionTestBase::testRollbackSavepointWithLaterSavepoint | function | core/ |
Tests savepoint transaction rollback failure when later savepoints exist. |
DriverSpecificTransactionTestBase::testRollbackTwiceSameSavepoint | function | core/ |
Tests savepoint transaction duplicated rollback. |
DriverSpecificTransactionTestBase::testRootTransactionEndCallbackCalledAfterRollbackAndDestruction | function | core/ |
Tests post-transaction callback executes after transaction rollback. |
EndOfTransactionQueriesTest::testEntitySaveRollback | function | core/ |
Tests an entity save rollback. |
EntityCrudHookTest::testEntityRollback | function | core/ |
Tests rollback from failed entity save. |
RecipeCommand::rollBackToCheckpoint | function | core/ |
Rolls config back to a particular checkpoint. |
RecipeCommandTest::testExceptionOnRollback | function | core/ |
Tests that errors during config rollback won't steamroll validation errors. |
RollbackTest | class | core/ |
@group Recipe |
RollbackTest.php | file | core/ |
|
RollbackTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
RollbackTest::$modules | property | core/ |
Modules to install. |
RollbackTest::$strictConfigSchema | property | core/ |
Disable strict config schema because this test explicitly makes the recipe system save invalid config, to prove that it validates it after the fact and raises an error. |
RollbackTest::assertCheckpointsExist | function | core/ |
Asserts that the current set of checkpoints matches the given labels. |
RollbackTest::testRollbackForInvalidConfig | function | core/ |
@testWith ["invalid_config", "core.date_format.invalid"][[api-linebreak]] ["recipe_depend_on_invalid", "core.date_format.invalid"][[api-linebreak]] ["recipe_depend_on_invalid_config_and_valid_modules",… |
Transaction::rollBack | function | core/ |
Rolls back the current transaction. |
TransactionManager::rollbackClientSavepoint | function | core/ |
Rolls back to a savepoint on the client transaction. |
TransactionManager::rollbackClientTransaction | function | core/ |
Rolls back a client transaction. |
TransactionManager::rollbackClientTransaction | function | core/ |
Rolls back a client transaction. |
TransactionManager::rollbackClientTransaction | function | core/ |
Rolls back a client transaction. |
TransactionManagerBase::processRootRollback | function | core/ |
Processes the root transaction rollback. |
TransactionManagerBase::rollback | function | core/ |
Rolls back a Drupal transaction. |
TransactionManagerBase::rollbackClientSavepoint | function | core/ |
Rolls back to a savepoint on the client transaction. |
TransactionManagerBase::rollbackClientTransaction | function | core/ |
Rolls back a client transaction. |
TransactionManagerInterface::rollback | function | core/ |
Rolls back a Drupal transaction. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.