function MigrateRollbackEvent::__construct
Same name in other branches
- 8.9.x core/modules/migrate/src/Event/MigrateRollbackEvent.php \Drupal\migrate\Event\MigrateRollbackEvent::__construct()
- 10 core/modules/migrate/src/Event/MigrateRollbackEvent.php \Drupal\migrate\Event\MigrateRollbackEvent::__construct()
- 11.x core/modules/migrate/src/Event/MigrateRollbackEvent.php \Drupal\migrate\Event\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.