public function Row::getHash in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 330 - Contains \Drupal\migrate\Row.
Class
- Row
- Stores a row.
Namespace
Drupal\migrateCode
public function getHash() {
return $this->idMap['hash'];
}