You are here

protected property MigrateItemJSON::$itemUrl in Migrate 7.2

Same name and namespace in other branches
  1. 6.2 plugins/sources/json.inc \MigrateItemJSON::itemUrl

A URL pointing to a JSON object containing the data for one item to be migrated.

Type: string

File

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

Class

MigrateItemJSON
Implementation of MigrateItem, for retrieving a parsed JSON object given an ID provided by a MigrateList class.

Code

protected $itemUrl;