public function MigrateSourceList::listClass in Migrate 7.2
Return MigrateList object used to obtain ID lists.
Return value
File
- plugins/
sources/ list.inc, line 135 - Support for migration from sources with distinct means of listing items to import and obtaining the items themselves.
Class
- MigrateSourceList
- Implementation of MigrateSource, providing the semantics of iterating over IDs provided by a MigrateList and retrieving data from a MigrateItem.
Code
public function listClass() {
return $this->listClass;
}