function EntityContentComplete::rollback
Overrides EntityContentBase::rollback
File
- 
              core/
modules/ migrate/ src/ Plugin/ migrate/ destination/ EntityContentComplete.php, line 141  
Class
- EntityContentComplete
 - Provides a destination for migrating the entire entity revision table.
 
Namespace
Drupal\migrate\Plugin\migrate\destinationCode
public function rollback(array $destination_identifier) {
  // We want to delete the entity and all the translations so use
  // Entity:rollback because EntityContentBase::rollback will not remove the
  // default translation.
  Entity::rollback($destination_identifier);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.