diff --git a/core/modules/migrate/src/Plugin/MigrateDestinationInterface.php b/core/modules/migrate/src/Plugin/MigrateDestinationInterface.php index 371c8cfcff0e8def247d0d40195a8f24e0967aca..382aeb2bb7f5048fcaa0788860b0fb97ad2ab298 100644 --- a/core/modules/migrate/src/Plugin/MigrateDestinationInterface.php +++ b/core/modules/migrate/src/Plugin/MigrateDestinationInterface.php @@ -122,7 +122,10 @@ public function import(Row $row, array $old_destination_id_values = []); * 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);