abstract public function MigrateMap::deleteBulk in Migrate 7.2
Same name and namespace in other branches
- 6.2 includes/map.inc \MigrateMap::deleteBulk()
Delete the map and message entries for a set of given source records.
Parameters
array $source_keys:
1 method overrides MigrateMap::deleteBulk()
- MigrateSQLMap::deleteBulk in plugins/
sources/ sqlmap.inc - Delete all map and message table entries specified.
File
- includes/
map.inc, line 148 - 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 deleteBulk(array $source_keys);