You are here

protected property MigrateJSONReader::$currentElement in Migrate 7.2

Current element object when iterating.

@var

File

plugins/sources/json.inc, line 205
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 $currentElement = NULL;