Issue #3247205 by beatrizrodrigues, quietone, joachim: MigrateDestinationInterface::rollback() should document that its $destination_identifier parameter is an associative array
parent
8b53ceb644
commit
4edd2db688
|
@ -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