You are here

public property MigrateJSONReader::$url in Migrate 7.2

URL of the source JSON file.

Type: string

File

plugins/sources/json.inc, line 191
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

public $url;