You are here

protected property MigrateSourceJSON::$readerClass in Migrate 7.2

Store the reader class used to query JSON so we can create reader objects on the fly.

Type: string

File

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

Class

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

Code

protected $readerClass = '';