You are here

protected property MigrateListXML::$listUrl in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 plugins/sources/xml.inc \MigrateListXML::listUrl

A URL pointing to an XML document containing a list of IDs to be processed.

Type: string

File

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

Class

MigrateListXML
Implementation of MigrateList, for retrieving a list of IDs to be migrated from an XML document.

Code

protected $listUrl;