You are here

protected property MigrateListJSON::$listUrl in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 plugins/sources/json.inc \MigrateListJSON::listUrl

A URL pointing to an JSON object containing a list of IDs to be processed.

Type: string

File

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

Class

MigrateListJSON
Implementation of MigrateList, for retrieving a list of IDs to be migrated from a JSON object.

Code

protected $listUrl;