protected property MigrateItemsXML::$idsMap in Migrate 7.2
To find the right url depending on the id, we'll build a map in the form of an array('url1' => $ids, 'url2' => $ids, ...).
Type: array
File
- plugins/
sources/ xml.inc, line 463 - Support for migration from XML sources.
Class
- MigrateItemsXML
- Implementation of MigrateItems, for providing a list of IDs and for retrieving a parsed XML document given an ID from this list.
Code
protected $idsMap = NULL;