You are here

public function MigrateIdMapInterface::deleteDestination in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::deleteDestination()

Deletes the map and message table entries for a given destination row.

Parameters

array $destination_id_values: The destination identifier key value pairs we should do the deletes for.

1 method overrides MigrateIdMapInterface::deleteDestination()
Sql::deleteDestination in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Deletes the map and message table entries for a given destination row.

File

core/modules/migrate/src/Plugin/MigrateIdMapInterface.php, line 149
Contains \Drupal\migrate\Plugin\MigrateIdMapInterface.

Class

MigrateIdMapInterface
Defines an interface for migrate ID mappings.

Namespace

Drupal\migrate\Plugin

Code

public function deleteDestination(array $destination_id_values);