You are here

public function MigrateItems::__construct in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 plugins/sources/multiitems.inc \MigrateItems::__construct()
1 call to MigrateItems::__construct()
MigrateItemsXML::__construct in plugins/sources/xml.inc
1 method overrides MigrateItems::__construct()
MigrateItemsXML::__construct in plugins/sources/xml.inc

File

plugins/sources/multiitems.inc, line 17
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

MigrateItems
Extend the MigrateItems class to provide a means to obtain a list of IDs to be migrated from a given source (e.g., MigrateItemsXML extends MigrateItem to obtain a list of IDs from an XML document). This class also provides a means to obtain the data…

Code

public function __construct() {
}