function Sql::getMessageIterator
Overrides MigrateIdMapInterface::getMessageIterator
File
-
core/
modules/ migrate/ src/ Plugin/ migrate/ id_map/ Sql.php, line 714
Class
- Sql
- Defines the sql based ID map implementation.
Namespace
Drupal\migrate\Plugin\migrate\id_mapCode
public function getMessageIterator(array $source_id_values = [], $level = NULL) {
@trigger_error('getMessageIterator() is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use getMessages() instead. See https://www.drupal.org/node/3060969', E_USER_DEPRECATED);
return $this->getMessages($source_id_values, $level);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.