abstract public function MigrateMap::getRowsNeedingUpdate in Migrate 7.2
Same name and namespace in other branches
- 6.2 includes/map.inc \MigrateMap::getRowsNeedingUpdate()
Retrieve an array of map rows marked as needing update.
1 method overrides MigrateMap::getRowsNeedingUpdate()
- MigrateSQLMap::getRowsNeedingUpdate in plugins/
sources/ sqlmap.inc - Retrieve an array of map rows marked as needing update.
File
- includes/
map.inc, line 165 - 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 getRowsNeedingUpdate($count);