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\depcalcCode
public function getDependencies() {
return $this->dependencies;
}