diff --git a/core/modules/migrate/src/Plugin/MigrateDestinationInterface.php b/core/modules/migrate/src/Plugin/MigrateDestinationInterface.php index 371c8cfcff0..382aeb2bb7f 100644 --- a/core/modules/migrate/src/Plugin/MigrateDestinationInterface.php +++ b/core/modules/migrate/src/Plugin/MigrateDestinationInterface.php @@ -122,7 +122,10 @@ interface MigrateDestinationInterface extends PluginInspectionInterface { * Delete the specified destination object from the target Drupal. * * @param array $destination_identifier - * The ID of the destination object to delete. + * An associative array of destination IDs for the object to delete. The + * array keys are defined by the + * \Drupal\migrate\Plugin\MigrateDestinationInterface::getIds() method used + * by the destination object. */ public function rollback(array $destination_identifier);