protected property MigrateSourceMultiItems::$itemsClass in Migrate 6.2
Same name and namespace in other branches
- 7.2 plugins/sources/multiitems.inc \MigrateSourceMultiItems::itemsClass
MigrateItems object used to obtain the list of IDs and source for all objects.
Type: MigrateItems
File
- plugins/
sources/ multiitems.inc, line 69 - Support for migration from sources where data spans multiple lines (ex. xml, json) and IDs for the items are part of each item and multiple items reside in a single file.
Class
- MigrateSourceMultiItems
- Implementation of MigrateSource, providing the semantics of iterating over IDs provided by a MigrateItems and retrieving data from a MigrateItems.
Code
protected $itemsClass;