You are here

public function DependentEntityWrapper::getChildDependencies in Dependency Calculation 8

Get the uuid/hash values of direct child dependencies of this entity.

Return value

string[] Array of direct child dependencies of this entity.

Overrides DependentEntityWrapperInterface::getChildDependencies

File

src/DependentEntityWrapper.php, line 230

Class

DependentEntityWrapper
An entity wrapper class for finding and tracking dependencies of an entity.

Namespace

Drupal\depcalc

Code

public function getChildDependencies() : array {
  return $this->childDependencies;
}