public function DependentEntityWrapper::getUuid in Dependency Calculation 8
The uuid of the entity.
Return value
null|string
Overrides DependentEntityWrapperInterface::getUuid
2 calls to DependentEntityWrapper::getUuid()
- DependentEntityWrapper::getEntity in src/
DependentEntityWrapper.php - Get the entity for which we are collecting dependencies.
- DependentEntityWrapper::getRemoteUuid in src/
DependentEntityWrapper.php - Get remote uuid.
File
- src/
DependentEntityWrapper.php, line 137
Class
- DependentEntityWrapper
- An entity wrapper class for finding and tracking dependencies of an entity.
Namespace
Drupal\depcalcCode
public function getUuid() {
return $this->uuid;
}