function SourcePluginBase::fetchNextRow
Same name in other branches
- 9 core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php \Drupal\migrate\Plugin\migrate\source\SourcePluginBase::fetchNextRow()
- 8.9.x core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php \Drupal\migrate\Plugin\migrate\source\SourcePluginBase::fetchNextRow()
- 11.x core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php \Drupal\migrate\Plugin\migrate\source\SourcePluginBase::fetchNextRow()
Position the iterator to the following row.
1 call to SourcePluginBase::fetchNextRow()
- SourcePluginBase::next in core/
modules/ migrate/ src/ Plugin/ migrate/ source/ SourcePluginBase.php
1 method overrides SourcePluginBase::fetchNextRow()
- SqlBase::fetchNextRow in core/
modules/ migrate/ src/ Plugin/ migrate/ source/ SqlBase.php - Position the iterator to the following row.
File
-
core/
modules/ migrate/ src/ Plugin/ migrate/ source/ SourcePluginBase.php, line 441
Class
- SourcePluginBase
- The base class for source plugins.
Namespace
Drupal\migrate\Plugin\migrate\sourceCode
protected function fetchNextRow() {
$this->getIterator()
->next();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.