You are here

public function DependentEntityWrapper::getDependencies in Dependency Calculation 8

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

Return value

string[]

Overrides DependentEntityWrapperInterface::getDependencies

File

src/DependentEntityWrapper.php, line 195

Class

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

Namespace

Drupal\depcalc

Code

public function getDependencies() {
  return $this->dependencies;
}