You are here

public function MigrateSourceSpreadsheet::__toString in Migrate 7.2

Returns a string representing the source query.

Return value

string

File

plugins/sources/spreadsheet.inc, line 182
Define a MigrateSource for importing from spreadsheet files.

Class

MigrateSourceSpreadsheet
Implements MigrateSource, to handle imports from XLS files.

Code

public function __toString() {
  return $this->file;
}