protected property MigrateSourceJSON::$activeUrl in Migrate 7.2
Holds our current position within the $source_urls array
Type: int
File
- plugins/
sources/ json.inc, line 430 - Support for migration from JSON sources.
Class
- MigrateSourceJSON
- Implementation of MigrateSource, to handle imports from stand-alone JSON files.
Code
protected $activeUrl = NULL;