public function MigrateListXML::__toString in Migrate 7.2
Same name and namespace in other branches
- 6.2 plugins/sources/xml.inc \MigrateListXML::__toString()
Our public face is the URL we're getting items from
Overrides MigrateList::__toString
File
- plugins/
sources/ xml.inc, line 60 - Support for migration from XML sources.
Class
- MigrateListXML
- Implementation of MigrateList, for retrieving a list of IDs to be migrated from an XML document.
Code
public function __toString() {
return $this->listUrl;
}