You are here

public function ContentHubEntityDependency::getDependencyChain in Acquia Content Hub 8

Returns the dependency chain for the current entity.

Return value

array The dependency chain.

1 call to ContentHubEntityDependency::getDependencyChain()
ContentHubEntityDependency::isInDependencyChain in src/ContentHubEntityDependency.php
Identifies if a dependency exists in the chain.

File

src/ContentHubEntityDependency.php, line 145

Class

ContentHubEntityDependency
Content Hub Dependency Class.

Namespace

Drupal\acquia_contenthub

Code

public function getDependencyChain() {
  return $this->dependencyChain;
}