You are here

public function MigrateList::__construct in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 plugins/sources/list.inc \MigrateList::__construct()
3 calls to MigrateList::__construct()
MigrateListFiles::__construct in plugins/sources/files.inc
Constructor.
MigrateListJSON::__construct in plugins/sources/json.inc
MigrateListXML::__construct in plugins/sources/xml.inc
3 methods override MigrateList::__construct()
MigrateListFiles::__construct in plugins/sources/files.inc
Constructor.
MigrateListJSON::__construct in plugins/sources/json.inc
MigrateListXML::__construct in plugins/sources/xml.inc

File

plugins/sources/list.inc, line 18
Support for migration from sources with distinct means of listing items to import and obtaining the items themselves.

Class

MigrateList
Extend the MigrateList class to provide a means to obtain a list of IDs to be migrated from a given source (e.g., MigrateListXML extends MigrateList to obtain a list of IDs from an XML document).

Code

public function __construct() {
}