You are here

public function ParserCSVIterator::key in Feeds 8.2

File

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

Class

ParserCSVIterator
Text lines from file iterator.

Namespace

Drupal\feeds

Code

public function key() {
  return 'line';
}