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

Breadcrumb

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

function PluginEventSubscriber::postRollback

Forwards post-rollback events to the source and destination plugins.

Parameters

\Drupal\migrate\Event\MigrateRollbackEvent $event: The rollback event.

File

core/modules/migrate/src/Plugin/PluginEventSubscriber.php, line 77

Class

PluginEventSubscriber
Event subscriber to forward Migrate events to source and destination plugins.

Namespace

Drupal\migrate\Plugin

Code

public function postRollback(MigrateRollbackEvent $event) {
    $this->invoke('postRollback', $event, RollbackAwareInterface::class);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal