abstract public function MigrateMap::destroy in Migrate 7.2
Same name and namespace in other branches
- 6.2 includes/map.inc \MigrateMap::destroy()
Remove any persistent storage used by this map (e.g., map and message tables)
1 method overrides MigrateMap::destroy()
- MigrateSQLMap::destroy in plugins/
sources/ sqlmap.inc - Remove the associated map and message tables.
File
- includes/
map.inc, line 195 - 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 destroy();