Search for rollBack

  1. Search 7.x for rollBack
  2. Search 9.5.x for rollBack
  3. Search 10.3.x for rollBack
  4. Search 11.x for rollBack
  5. Other projects
Title Object type File name Summary
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.
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.
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 enable.
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.
TransactionTest::testTransactionRollBackNotSupported function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests transaction rollback on a database that doesn't support transactions.
TransactionTest::testTransactionRollBackSupported function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests transaction rollback on a database that supports transactions.

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