abstract protected function DataParserPluginBase::fetchNextRow in Migrate Plus 8.4
Same name and namespace in other branches
- 8.5 src/DataParserPluginBase.php \Drupal\migrate_plus\DataParserPluginBase::fetchNextRow()
- 8 src/DataParserPluginBase.php \Drupal\migrate_plus\DataParserPluginBase::fetchNextRow()
- 8.2 src/DataParserPluginBase.php \Drupal\migrate_plus\DataParserPluginBase::fetchNextRow()
- 8.3 src/DataParserPluginBase.php \Drupal\migrate_plus\DataParserPluginBase::fetchNextRow()
Retrieves the next row of data. populating currentItem.
Retrieves from the open source URL.
1 call to DataParserPluginBase::fetchNextRow()
- DataParserPluginBase::next in src/
DataParserPluginBase.php - Implementation of Iterator::next().
4 methods override DataParserPluginBase::fetchNextRow()
- Json::fetchNextRow in src/
Plugin/ migrate_plus/ data_parser/ Json.php - Retrieves the next row of data. populating currentItem.
- SimpleXml::fetchNextRow in src/
Plugin/ migrate_plus/ data_parser/ SimpleXml.php - Retrieves the next row of data. populating currentItem.
- Soap::fetchNextRow in src/
Plugin/ migrate_plus/ data_parser/ Soap.php - Retrieves the next row of data. populating currentItem.
- Xml::fetchNextRow in src/
Plugin/ migrate_plus/ data_parser/ Xml.php - Retrieves the next row of data. populating currentItem.
File
- src/
DataParserPluginBase.php, line 143
Class
- DataParserPluginBase
- Defines a base data parser implementation.
Namespace
Drupal\migrate_plusCode
protected abstract function fetchNextRow();