You are here

public function ContentHubEntityDependency::getParent in Acquia Content Hub 8

Returns the Parent Entity.

Return value

\Drupal\acquia_contenthub\ContentHubEntityDependency The ContentHubEntity parent object.

File

src/ContentHubEntityDependency.php, line 201

Class

ContentHubEntityDependency
Content Hub Dependency Class.

Namespace

Drupal\acquia_contenthub

Code

public function getParent() {
  return $this->parent;
}