You are here

public function ParserCSVIterator::currentPos in Feeds 8.2

File

lib/Drupal/feeds/ParserCSVIterator.php, line 50

Class

ParserCSVIterator
Text lines from file iterator.

Namespace

Drupal\feeds

Code

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