You are here

public function CSV::__toString in Migrate Source CSV 8

Same name and namespace in other branches
  1. 8.3 src/Plugin/migrate/source/CSV.php \Drupal\migrate_source_csv\Plugin\migrate\source\CSV::__toString()
  2. 8.2 src/Plugin/migrate/source/CSV.php \Drupal\migrate_source_csv\Plugin\migrate\source\CSV::__toString()

Return a string representing the source query.

Return value

string The file path.

Overrides MigrateSourceInterface::__toString

File

src/Plugin/migrate/source/CSV.php, line 67
Contains \Drupal\migrate_source_csv\Plugin\migrate\source\CSV.

Class

CSV
Source for CSV.

Namespace

Drupal\migrate_source_csv\Plugin\migrate\source

Code

public function __toString() {
  return $this->configuration['path'];
}