abstract public function MigrateMap::clearMessages in Migrate 7.2
Same name and namespace in other branches
- 6.2 includes/map.inc \MigrateMap::clearMessages()
Clear all messages from the map.
1 method overrides MigrateMap::clearMessages()
- MigrateSQLMap::clearMessages in plugins/
sources/ sqlmap.inc - Clear all messages from the message table.
File
- includes/
map.inc, line 153 - 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 clearMessages();