You are here

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\depcalc

Code

public function setRemoteUuid($uuid) {
  $this->remoteUuid = $uuid;
}