Search for rollBack

  1. Search 7.x for rollBack
  2. Search 9.5.x for rollBack
  3. Search 8.9.x for rollBack
  4. Search 10.3.x for rollBack
  5. Other projects
Title Object type File name Summary
MigrateRollbackEvent::__construct function core/modules/migrate/src/Event/MigrateRollbackEvent.php Constructs a rollback event object.
MigrateRollbackTest class core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php Tests rolling back of imports.
MigrateRollbackTest.php file core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php
MigrateRollbackTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php Modules to install.
MigrateRollbackTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php
MigrateRollbackTest::testRollback function core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php Tests rolling back configuration and content entities.
MigrateUserProfileTranslationRollbackTest class core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserProfileTranslationRollbackTest.php Tests rollback of user profile translations.
MigrateUserProfileTranslationRollbackTest.php file core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserProfileTranslationRollbackTest.php
MigrateUserProfileTranslationRollbackTest::$modules property core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserProfileTranslationRollbackTest.php Modules to install.
MigrateUserProfileTranslationRollbackTest::testRollback function core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserProfileTranslationRollbackTest.php Tests rollback of the complete node migration.
NodeCreationTest::getWatchdogIdsForTestExceptionRollback function core/modules/node/tests/src/Functional/NodeCreationTest.php Gets the watchdog IDs of the records with the rollback exception message.
PDOConnection::rollBack function core/modules/sqlite/src/Driver/Database/sqlite/PDOConnection.php
PluginEventSubscriber::postRollback function core/modules/migrate/src/Plugin/PluginEventSubscriber.php Forwards post-rollback events to the source and destination plugins.
PluginEventSubscriber::preRollback function core/modules/migrate/src/Plugin/PluginEventSubscriber.php Forwards pre-rollback events to the source and destination plugins.
RecipeCommand::rollBackToCheckpoint function core/lib/Drupal/Core/Recipe/RecipeCommand.php Rolls config back to a particular checkpoint.
RecipeCommandTest::testExceptionOnRollback function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php Tests that errors during config rollback won't steamroll validation errors.
RollbackAwareInterface interface core/modules/migrate/src/Event/RollbackAwareInterface.php Interface for plugins that react to pre- or post-rollback events.
RollbackAwareInterface.php file core/modules/migrate/src/Event/RollbackAwareInterface.php
RollbackAwareInterface::postRollback function core/modules/migrate/src/Event/RollbackAwareInterface.php Performs post-rollback tasks.
RollbackAwareInterface::preRollback function core/modules/migrate/src/Event/RollbackAwareInterface.php Performs pre-rollback tasks.
RollbackFieldInstanceTest class core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldInstanceTest.php Migrates and rolls back Drupal 7 fields.
RollbackFieldInstanceTest.php file core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldInstanceTest.php
RollbackFieldInstanceTest::executeRollback function core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldInstanceTest.php Executes a single rollback.
RollbackFieldInstanceTest::testFieldInstances function core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldInstanceTest.php Tests migrating D7 fields to field_storage_config entities, then rolling back.
RollbackFieldTest class core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldTest.php Migrates and rolls back Drupal 7 fields.
RollbackFieldTest.php file core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldTest.php
RollbackFieldTest::executeRollback function core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldTest.php Executes a single rollback.
RollbackFieldTest::testFields function core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldTest.php Tests migrating D7 fields to field_storage_config entities, then rolling back.
RollbackTest class core/tests/Drupal/FunctionalTests/Core/Recipe/RollbackTest.php @group Recipe
RollbackTest.php file core/tests/Drupal/FunctionalTests/Core/Recipe/RollbackTest.php
RollbackTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Core/Recipe/RollbackTest.php The theme to install as the default for testing.
RollbackTest::$modules property core/tests/Drupal/FunctionalTests/Core/Recipe/RollbackTest.php Modules to install.
RollbackTest::$strictConfigSchema property core/tests/Drupal/FunctionalTests/Core/Recipe/RollbackTest.php 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/tests/Drupal/FunctionalTests/Core/Recipe/RollbackTest.php Asserts that the current set of checkpoints matches the given labels.
RollbackTest::testRollbackForInvalidConfig function core/tests/Drupal/FunctionalTests/Core/Recipe/RollbackTest.php @testWith ["invalid_config", "core.date_format.invalid"]
["recipe_depend_on_invalid", "core.date_format.invalid"]
["recipe_depend_on_invalid_config_and_valid_modules", "core.date_format.invalid"]
RollbackViewModesTest class core/modules/field/tests/src/Kernel/Migrate/d7/RollbackViewModesTest.php Migrates and rolls back Drupal 7 view modes.
RollbackViewModesTest.php file core/modules/field/tests/src/Kernel/Migrate/d7/RollbackViewModesTest.php
RollbackViewModesTest::$modules property core/modules/field/tests/src/Kernel/Migrate/d7/RollbackViewModesTest.php Modules to install.
RollbackViewModesTest::executeRollback function core/modules/field/tests/src/Kernel/Migrate/d7/RollbackViewModesTest.php Executes a single rollback.
RollbackViewModesTest::testMigration function core/modules/field/tests/src/Kernel/Migrate/d7/RollbackViewModesTest.php Tests migrating D7 view modes, then rolling back.
SourcePluginBase::postRollback function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Performs post-rollback tasks.
SourcePluginBase::preRollback function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Performs pre-rollback tasks.
Transaction::rollBack function core/lib/Drupal/Core/Database/Transaction.php Rolls back the current transaction.
TransactionManager::rollbackClientSavepoint function core/modules/mysql/src/Driver/Database/mysql/TransactionManager.php Rolls back to a savepoint on the client transaction.
TransactionManager::rollbackClientTransaction function core/modules/sqlite/src/Driver/Database/sqlite/TransactionManager.php Rolls back a client transaction.
TransactionManager::rollbackClientTransaction function core/modules/mysql/src/Driver/Database/mysql/TransactionManager.php Rolls back a client transaction.
TransactionManager::rollbackClientTransaction function core/modules/pgsql/src/Driver/Database/pgsql/TransactionManager.php Rolls back a client transaction.
TransactionManagerBase::processRootRollback function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Processes the root transaction rollback.
TransactionManagerBase::rollback function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Rolls back a Drupal transaction.
TransactionManagerBase::rollbackClientSavepoint function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Rolls back to a savepoint on the client transaction.

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