Same name and namespace in other branches
  1. 8.9.x core/modules/migrate/src/Row.php \Drupal\migrate\Row::getHash()
  2. 9 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\migrate

Code

public function getHash() {
  return $this->idMap['hash'];
}