You are here

protected property DependentEntityWrapper::$childDependencies in Dependency Calculation 8

The list of uuid/hash values of direct child dependencies of this entity.

Type: string[]

File

src/DependentEntityWrapper.php, line 60

Class

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

Namespace

Drupal\depcalc

Code

protected $childDependencies = [];