You are here

public function MigrateListXML::__toString in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 plugins/sources/xml.inc \MigrateListXML::__toString()

Our public face is the URL we're getting items from

Return value

string

Overrides MigrateList::__toString

File

plugins/sources/xml.inc, line 47
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;
}