You are here

protected property MigrateSourceList::$itemClass in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 plugins/sources/list.inc \MigrateSourceList::itemClass

MigrateItem object used to obtain the source object for a given ID.

Type: MigrateItem

File

plugins/sources/list.inc, line 78
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

protected $itemClass;