protected property MigrateItemXML::$itemUrl in Migrate 7.2
Same name and namespace in other branches
- 6.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 169 - 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;