You are here

public function ContentHubEntityDependency::getUuid in Acquia Content Hub 8

Obtains the Entity's UUID.

Return value

string The UUID.

File

src/ContentHubEntityDependency.php, line 80

Class

ContentHubEntityDependency
Content Hub Dependency Class.

Namespace

Drupal\acquia_contenthub

Code

public function getUuid() {
  return $this->cdf
    ->getUuid();
}