You are here

protected property MigrateSourceXML::$activeUrl in Migrate 7.2

Same name and namespace in other branches
  1. 6.2 plugins/sources/xml.inc \MigrateSourceXML::activeUrl

Holds our current position within the $source_urls array

Type: int

File

plugins/sources/xml.inc, line 1151
Support for migration from XML sources.

Class

MigrateSourceXML
Implementation of MigrateSource, to handle imports from XML files.

Code

protected $activeUrl = NULL;