public function DependentEntityWrapper::getHash in Dependency Calculation 8
The hash value of the entity.
Return value
mixed
Overrides DependentEntityWrapperInterface::getHash
File
- src/
DependentEntityWrapper.php, line 216
Class
- DependentEntityWrapper
- An entity wrapper class for finding and tracking dependencies of an entity.
Namespace
Drupal\depcalcCode
public function getHash() {
return $this->hash;
}