You are here

public function MigrateSourceCSV::__toString in Migrate 6.2

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

Return a string representing the source query.

Return value

string

File

plugins/sources/csv.inc, line 100
Define a MigrateSource for importing from comma separated values files.

Class

MigrateSourceCSV
Implementation of MigrateSource, to handle imports from CSV files.

Code

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