You are here

protected property MigrateSourceJSON::$idField in Migrate 7.2

Name of the field within the JSON object holding the ID value.

Type: string

File

plugins/sources/json.inc, line 416
Support for migration from JSON sources.

Class

MigrateSourceJSON
Implementation of MigrateSource, to handle imports from stand-alone JSON files.

Code

protected $idField;