You are here

public function CSV::getFile in Migrate Source CSV 8.2

Gets the file object.

Return value

\SplFileObject The file object.

File

src/Plugin/migrate/source/CSV.php, line 183

Class

CSV
Source for CSV.

Namespace

Drupal\migrate_source_csv\Plugin\migrate\source

Code

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