You are here

abstract public function MigrateMap::errorCount in Migrate 7.2

Same name and namespace in other branches
  1. 6.2 includes/map.inc \MigrateMap::errorCount()

Report the number of items that failed to import

1 method overrides MigrateMap::errorCount()
MigrateSQLMap::errorCount in plugins/sources/sqlmap.inc
Get the number of source records which failed to import.

File

includes/map.inc, line 122
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 errorCount();