public function DependentEntityWrapper::setRemoteUuid in Dependency Calculation 8
Set remote uuid.
Parameters
null|string $uuid:
Overrides DependentEntityWrapperInterface::setRemoteUuid
File
- src/
DependentEntityWrapper.php, line 113
Class
- DependentEntityWrapper
- An entity wrapper class for finding and tracking dependencies of an entity.
Namespace
Drupal\depcalcCode
public function setRemoteUuid($uuid) {
$this->remoteUuid = $uuid;
}