You are here

public function CsvParser::current in Feeds 8.3

Implements \Iterator::current().

File

src/Component/CsvParser.php, line 200

Class

CsvParser
Parses an RFC 4180 style CSV file.

Namespace

Drupal\feeds\Component

Code

public function current() {
  return $this->currentLine;
}