You are here

public function ContentHubEntityDependency::getRawEntity in Acquia Content Hub 8

Obtains a Raw Remote Content Hub Entity.

Return value

\Acquia\ContentHubClient\Entity|bool Returns a ContentHubClient\Entity, FALSE otherwise.

File

src/ContentHubEntityDependency.php, line 211

Class

ContentHubEntityDependency
Content Hub Dependency Class.

Namespace

Drupal\acquia_contenthub

Code

public function getRawEntity() {
  return !empty($this->cdf) ? $this->cdf : FALSE;
}