abstract public function MigrateMap::deleteDestination in Migrate 7.2
Same name and namespace in other branches
- 6.2 includes/map.inc \MigrateMap::deleteDestination()
Delete the map and message entries for a given destination record
Parameters
array $destination_key:
1 method overrides MigrateMap::deleteDestination()
- MigrateSQLMap::deleteDestination in plugins/
sources/ sqlmap.inc - Delete the map entry and any message table entries for the specified destination row.
File
- includes/
map.inc, line 141 - Defines the framework for map and message handling.
Class
- MigrateMap
- We implement the Iterator interface to support iteration over the map table for the purpose of rollback.
Code
public abstract function deleteDestination(array $destination_key);