public function ParserCSVIterator::current in Feeds 8.2
File
- lib/
Drupal/ feeds/ ParserCSVIterator.php, line 46
Class
- ParserCSVIterator
- Text lines from file iterator.
Namespace
Drupal\feedsCode
public function current() {
return $this->currentLine;
}