function Row::getHash
Same name in other branches
- 8.9.x core/modules/migrate/src/Row.php \Drupal\migrate\Row::getHash()
- 10 core/modules/migrate/src/Row.php \Drupal\migrate\Row::getHash()
- 11.x core/modules/migrate/src/Row.php \Drupal\migrate\Row::getHash()
Returns the hash for the source values..
Return value
mixed The hash of the source values.
File
-
core/
modules/ migrate/ src/ Row.php, line 421
Class
- Row
- Stores a row.
Namespace
Drupal\migrateCode
public function getHash() {
return $this->idMap['hash'];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.