Search for rollback
- Search 7.x for rollback
- Search 9.5.x for rollback
- Search 8.9.x for rollback
- Search 10.3.x for rollback
- Other projects
| Title | Object type | File name | Summary | 
|---|---|---|---|
| Config::rollback | function | core/ | Delete the specified destination object from the target Drupal. | 
| Connection::rollbackSavepoint | function | core/ | Rollback a savepoint by name if it exists. | 
| DeleteTruncateTest::testTruncateTransactionRollback | function | core/ | Confirms that transaction rollback voids a truncate operation. | 
| DestinationBase::$rollbackAction | property | core/ | The rollback action to be saved for the last imported item. | 
| DestinationBase::$supportsRollback | property | core/ | Indicates whether the destination can be rolled back. | 
| DestinationBase::rollback | function | core/ | Delete the specified destination object from the target Drupal. | 
| DestinationBase::rollbackAction | function | core/ | The rollback action for the last imported item. | 
| DestinationBase::setRollbackAction | function | core/ | For a destination item being updated, set the appropriate rollback action. | 
| DestinationBase::supportsRollback | function | core/ | Whether the destination can be rolled back or not. | 
| DriverSpecificTransactionTestBase::testRollbackAfterDdlStatementForNonTransactionalDdlDatabase | function | core/ | Tests rollback after a DDL statement when no transactional DDL supported. | 
| 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::testRootTransactionEndCallbackCalledAfterDdlAndRollbackForTransactionalDdlDatabase | function | core/ | Tests post-transaction rollback executes after a DDL statement. | 
| DriverSpecificTransactionTestBase::testRootTransactionEndCallbackCalledAfterRollbackAndDestruction | function | core/ | Tests post-transaction callback executes after transaction rollback. | 
| DriverSpecificTransactionTestBase::testRootTransactionEndCallbackFailureUponDdlAndRollbackForNonTransactionalDdlDatabase | function | core/ | Tests post-transaction rollback failure after a DDL statement. | 
| EndOfTransactionQueriesTest::testEntitySaveRollback | function | core/ | Tests an entity save rollback. | 
| Entity::rollback | function | core/ | Delete the specified destination object from the target Drupal. | 
| EntityConfigBase::rollback | function | core/ | Delete the specified destination object from the target Drupal. | 
| EntityContentBase::rollback | function | core/ | Delete the specified destination object from the target Drupal. | 
| EntityContentComplete::rollback | function | core/ | Delete the specified destination object from the target Drupal. | 
| EntityCrudHookTest::testEntityRollback | function | core/ | Tests rollback from failed entity save. | 
| EntityFieldStorageConfig::rollback | function | core/ | Delete the specified destination object from the target Drupal. | 
| EntityViewMode::rollback | function | core/ | Delete the specified destination object from the target Drupal. | 
| MigrateConfigRollbackTest | class | core/ | Tests rolling back of configuration objects. | 
| MigrateConfigRollbackTest.php | file | core/ | |
| MigrateConfigRollbackTest::$modules | property | core/ | Modules to install. | 
| MigrateConfigRollbackTest::testConfigRollback | function | core/ | Tests rolling back configuration. | 
| MigrateDestinationInterface::rollback | function | core/ | Delete the specified destination object from the target Drupal. | 
| MigrateDestinationInterface::rollbackAction | function | core/ | The rollback action for the last imported item. | 
| MigrateDestinationInterface::supportsRollback | function | core/ | Whether the destination can be rolled back or not. | 
| MigrateEvents::POST_ROLLBACK | constant | core/ | Name of the event fired when finishing a migration rollback operation. | 
| MigrateEvents::PRE_ROLLBACK | constant | core/ | Name of the event fired when beginning a migration rollback operation. | 
| MigrateExecutable::rollback | function | core/ | Performs a rollback operation - remove previously-imported items. | 
| MigrateExecutableInterface::rollback | function | core/ | Performs a rollback operation - remove previously-imported items. | 
| MigrateExecutableTest::getTestRollbackIdMap | function | core/ | Returns an ID map object prophecy used in ::testRollback. | 
| MigrateExecutableTest::providerTestRollback | function | core/ | Data provider for ::testRollback. | 
| MigrateExecutableTest::testRollback | function | core/ | Tests rollback. | 
| MigrateIdMapInterface::ROLLBACK_DELETE | constant | core/ | Indicates that the data for the row is to be deleted. | 
| MigrateIdMapInterface::ROLLBACK_PRESERVE | constant | core/ | Indicates that the data for the row is to be preserved. | 
| MigrateNodeCompleteTest::testRollbackNodeComplete | function | core/ | Tests rollback of the complete node migration. | 
| MigrateRollbackEntityConfigTest | class | core/ | Tests rolling back of imports. | 
| MigrateRollbackEntityConfigTest.php | file | core/ | |
| MigrateRollbackEntityConfigTest::$modules | property | core/ | Modules to install. | 
| MigrateRollbackEntityConfigTest::setUp | function | core/ | |
| MigrateRollbackEntityConfigTest::testConfigEntityRollback | function | core/ | Tests rolling back configuration entity translations. | 
| MigrateRollbackEvent | class | core/ | Wraps a pre- or post-rollback event for event listeners. | 
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
