You are here

abstract protected function DataParserPluginBase::fetchNextRow in Migrate Plus 8

Same name and namespace in other branches
  1. 8.5 src/DataParserPluginBase.php \Drupal\migrate_plus\DataParserPluginBase::fetchNextRow()
  2. 8.2 src/DataParserPluginBase.php \Drupal\migrate_plus\DataParserPluginBase::fetchNextRow()
  3. 8.3 src/DataParserPluginBase.php \Drupal\migrate_plus\DataParserPluginBase::fetchNextRow()
  4. 8.4 src/DataParserPluginBase.php \Drupal\migrate_plus\DataParserPluginBase::fetchNextRow()

Retrieves the next row of data from the open source URL, populating currentItem.

1 call to DataParserPluginBase::fetchNextRow()
DataParserPluginBase::next in src/DataParserPluginBase.php
Implementation of Iterator::next().
1 method overrides DataParserPluginBase::fetchNextRow()
Json::fetchNextRow in src/Plugin/migrate_plus/data_parser/Json.php
Retrieves the next row of data from the open source URL, populating currentItem.

File

src/DataParserPluginBase.php, line 145
Contains \Drupal\migrate_plus\DataParserPluginBase.

Class

DataParserPluginBase
Defines a base data parser implementation.

Namespace

Drupal\migrate_plus

Code

protected abstract function fetchNextRow();