Issue #3247205 by beatrizrodrigues, quietone, joachim: MigrateDestinationInterface::rollback() should document that its $destination_identifier parameter is an associative array
(cherry picked from commit 4edd2db688
)
merge-requests/9004/merge
parent
a113593f22
commit
d21dca2d6a
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue