function 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\migrate

Code

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.