protected property MigrateSourceSQL::$usingHighwater in Migrate 6.2
Same name and namespace in other branches
- 7.2 plugins/sources/sql.inc \MigrateSourceSQL::usingHighwater
Whether this source is configured to use a highwater mark, and there is a highwater mark present to use.
Type: boolean
File
- plugins/
sources/ sql.inc, line 61 - Define a MigrateSource for importing from Drupal connections
Class
- MigrateSourceSQL
- Implementation of MigrateSource, to handle imports from Drupal connections.
Code
protected $usingHighwater = FALSE;