You are here

public function CsvParser::valid in Feeds 8.3

Implements \Iterator::valid().

File

src/Component/CsvParser.php, line 256

Class

CsvParser
Parses an RFC 4180 style CSV file.

Namespace

Drupal\feeds\Component

Code

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