You are here

abstract public function MigrateMap::processedCount in Migrate 7.2

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

Report the number of processed items in the map

1 method overrides MigrateMap::processedCount()
MigrateSQLMap::processedCount in plugins/sources/sqlmap.inc
Returns a count of records in the map table (i.e., the number of source records which have been processed for this migration).

File

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