You are here

function EntityBase::GetHash in Realistic Dummy Content 8

Getter for the hash which uniquely identifies this entity.

1 call to EntityBase::GetHash()
FieldModifier::rand in api/src/manipulators/FieldModifier.php
Generate a random number, or during tests, give the first available number.

File

api/src/manipulators/EntityBase.php, line 52
Define autoload class.

Class

EntityBase
Generic entity manipulator.

Namespace

Drupal\realistic_dummy_content_api\manipulators

Code

function GetHash() {
  return $this->hash;
}