You are here

protected property MigrateJSONReader::$fileHandle in Migrate 7.2

Handle of the JSON file we're currently parsing.

Type: resource

File

plugins/sources/json.inc, line 198
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 $fileHandle;