function MigrateRollbackEvent::__construct
Constructs a rollback event object.
Parameters
\Drupal\migrate\Plugin\MigrationInterface $migration: Migration entity.
File
- 
              core/modules/ migrate/ src/ Event/ MigrateRollbackEvent.php, line 26 
Class
- MigrateRollbackEvent
- Wraps a pre- or post-rollback event for event listeners.
Namespace
Drupal\migrate\EventCode
public function __construct(MigrationInterface $migration) {
  $this->migration = $migration;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
