protected property MigrateSourceSQL::$numProcessed in Migrate 7.2
Same name and namespace in other branches
- 6.2 plugins/sources/sql.inc \MigrateSourceSQL::numProcessed
Number of eligible rows processed so far (used for itemlimit checking).
Type: int
Overrides MigrateSource::$numProcessed
File
- plugins/
sources/ sql.inc, line 44 - Define a MigrateSource for importing from Drupal connections.
Class
- MigrateSourceSQL
- Implementation of MigrateSource, to handle imports from Drupal connections.
Code
protected $numProcessed = 0;