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

Breadcrumb

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

function RollbackAwareInterface::preRollback

Performs pre-rollback tasks.

Parameters

\Drupal\migrate\Event\MigrateRollbackEvent $event: The pre-rollback event object.

1 method overrides RollbackAwareInterface::preRollback()
SourcePluginBase::preRollback in core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php
Performs pre-rollback tasks.

File

core/modules/migrate/src/Event/RollbackAwareInterface.php, line 16

Class

RollbackAwareInterface
Interface for plugins that react to pre- or post-rollback events.

Namespace

Drupal\migrate\Event

Code

public function preRollback(MigrateRollbackEvent $event);
RSS feed
Powered by Drupal