Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MigrateEvents.php

MigrateEvents::PRE_ROLLBACK

Name of the event fired when beginning a migration rollback operation.

This event allows modules to perform an action whenever a migration rollback operation is about to begin. The event listener method receives a \Drupal\migrate\Event\MigrateRollbackEvent instance.

See also

\Drupal\migrate\Event\MigrateRollbackEvent

Related topics

Events
Overview of event dispatch and subscribing

File

core/modules/migrate/src/Event/MigrateEvents.php, line 124

Class

MigrateEvents
Defines events for the migration system.

Namespace

Drupal\migrate\Event

Code

const PRE_ROLLBACK = 'migrate.pre_rollback';
RSS feed
Powered by Drupal