public function Row::getHash in Drupal 8
Same name and namespace in other branches
- 9 core/modules/migrate/src/Row.php \Drupal\migrate\Row::getHash()
- 10 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 418
Class
- Row
- Stores a row.
Namespace
Drupal\migrateCode
public function getHash() {
return $this->idMap['hash'];
}