You are here

protected property MigrateJSONReader::$currentId in Migrate 7.2

Value of the ID for the current element when iterating.

Type: string

File

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

Class

MigrateJSONReader
An iterator over a JSON file. As is, this assumes that the file is structured as an array of objects,…

Code

protected $currentId = NULL;