public function MigrateListJSON::__toString in Migrate 7.2
Same name and namespace in other branches
- 6.2 plugins/sources/json.inc \MigrateListJSON::__toString()
Our public face is the URL we're getting items from
Return value
string
Overrides MigrateList::__toString
File
- plugins/
sources/ json.inc, line 34 - 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
public function __toString() {
return $this->listUrl;
}