function NullIdMap::getRowsNeedingUpdate
Retrieves an array of map rows marked as needing update.
Parameters
int $count: The maximum number of rows to return.
Return value
array Array of map row objects that need updating.
Overrides MigrateIdMapInterface::getRowsNeedingUpdate
File
- 
              core/modules/ migrate/ src/ Plugin/ migrate/ id_map/ NullIdMap.php, line 44 
Class
- NullIdMap
- Defines the null ID map implementation.
Namespace
Drupal\migrate\Plugin\migrate\id_mapCode
public function getRowsNeedingUpdate($count) {
  return 0;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
