You are here

protected property MigrateItemXML::$itemUrl in Migrate 6.2

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

A URL pointing to an XML document containing the data for one item to be migrated.

Type: string

File

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

Class

MigrateItemXML
Implementation of MigrateItem, for retrieving a parsed XML document given an ID provided by a MigrateList class.

Code

protected $itemUrl;