function DestinationBase::rollbackAction
The rollback action for the last imported item.
Return value
int The MigrateIdMapInterface::ROLLBACK_ constant indicating how an imported item should be handled on rollback.
Overrides MigrateDestinationInterface::rollbackAction
File
-
core/
modules/ migrate/ src/ Plugin/ migrate/ destination/ DestinationBase.php, line 72
Class
- DestinationBase
- Base class for migrate destination classes.
Namespace
Drupal\migrate\Plugin\migrate\destinationCode
public function rollbackAction() {
return $this->rollbackAction;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.