You are here

abstract public function MigrateItems::__toString in Migrate 7.2

Same name and namespace in other branches
  1. 6.2 plugins/sources/multiitems.inc \MigrateItems::__toString()

Implementors are expected to return a string representing where the listing is obtained from (a URL, file directory, etc.)

Return value

string

1 method overrides MigrateItems::__toString()
MigrateItemsXML::__toString in plugins/sources/xml.inc
Our public face is the URL list we're getting items from.

File

plugins/sources/multiitems.inc, line 27
Support for migration from sources where data spans multiple lines (ex. xml, json) and IDs for the items are part of each item and multiple items reside in a single file.

Class

MigrateItems
Extend the MigrateItems class to provide a means to obtain a list of IDs to be migrated from a given source (e.g., MigrateItemsXML extends MigrateItem to obtain a list of IDs from an XML document). This class also provides a means to obtain the data…

Code

public abstract function __toString();