You are here

abstract public function MigrateContentParser::getChunkIDs in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 plugins/sources/files.inc \MigrateContentParser::getChunkIDs()
1 method overrides MigrateContentParser::getChunkIDs()
MigrateSimpleContentParser::getChunkIDs in plugins/sources/files.inc

File

plugins/sources/files.inc, line 32
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 abstract function getChunkIDs();