function RollbackAwareInterface::postRollback
Same name in other branches
- 9 core/modules/migrate/src/Event/RollbackAwareInterface.php \Drupal\migrate\Event\RollbackAwareInterface::postRollback()
- 10 core/modules/migrate/src/Event/RollbackAwareInterface.php \Drupal\migrate\Event\RollbackAwareInterface::postRollback()
- 11.x core/modules/migrate/src/Event/RollbackAwareInterface.php \Drupal\migrate\Event\RollbackAwareInterface::postRollback()
Performs post-rollback tasks.
Parameters
\Drupal\migrate\Event\MigrateRollbackEvent $event: The post-rollback event object.
1 method overrides RollbackAwareInterface::postRollback()
- SourcePluginBase::postRollback in core/
modules/ migrate/ src/ Plugin/ migrate/ source/ SourcePluginBase.php - Performs post-rollback tasks.
File
-
core/
modules/ migrate/ src/ Event/ RollbackAwareInterface.php, line 24
Class
- RollbackAwareInterface
- Interface for plugins that react to pre- or post-rollback events.
Namespace
Drupal\migrate\EventCode
public function postRollback(MigrateRollbackEvent $event);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.