abstract public function MigrateMap::importedCount in Migrate 7.2
Same name and namespace in other branches
- 6.2 includes/map.inc \MigrateMap::importedCount()
Report the number of imported items in the map
1 method overrides MigrateMap::importedCount()
- MigrateSQLMap::importedCount in plugins/
sources/ sqlmap.inc - Returns a count of imported records in the map table.
File
- includes/
map.inc, line 117 - 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 importedCount();