Search for rollback
- Search 7.x for rollback
- Search 8.9.x for rollback
- Search 10.3.x for rollback
- Search 11.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::$willRollback | property | core/ |
Whether or not the active transaction (if any) will be rolled back. |
Connection::rollBack | function | core/ |
Rolls back the transaction entirely or to a named savepoint. |
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. |
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. |
EndOfTransactionQueriesTest::testEntitySaveRollback | function | core/ |
|
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 enable. |
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 enable. |
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. |
MigrateRollbackEvent.php | file | core/ |
|
MigrateRollbackEvent::$migration | property | core/ |
Migration entity. |
MigrateRollbackEvent::getMigration | function | core/ |
Gets the migration entity. |
MigrateRollbackEvent::__construct | function | core/ |
Constructs a rollback event object. |
MigrateRollbackTest | class | core/ |
Tests rolling back of imports. |
MigrateRollbackTest.php | file | core/ |
|
MigrateRollbackTest::$modules | property | core/ |
Modules to enable. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.