You are here

public function ParserCSV::timeoutReached in Feeds 8.2

After calling the parse() method, determine if the timeout (set by the setTimeout() method) has been reached.

Deprecated

Use lastLinePos() instead to determine whether a file has finished parsing.

File

lib/Drupal/feeds/ParserCSV.php, line 90
Contains CSV Parser.

Class

ParserCSV
Functionality to parse CSV files into a two dimensional array.

Namespace

Drupal\feeds

Code

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