You are here

public property MigrateContentParser::$alwaysUseChunkIDs in Migrate 7.2

Tells the MigrateListFiles implementation to always use chunk IDs when constructing item IDs.

File

plugins/sources/files.inc, line 31
Support for migration from files sources.

Class

MigrateContentParser
MigrateContentParser provides abstract methods that must be supported by an implementing class. We need to be able to get a list of the chunk IDs, a count, and then retrieve each chunk by it's ID.

Code

public $alwaysUseChunkIDs = FALSE;