public function DependentEntityWrapperInterface::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.
1 method overrides DependentEntityWrapperInterface::getChildDependencies()
- DependentEntityWrapper::getChildDependencies in src/
DependentEntityWrapper.php - Get the uuid/hash values of direct child dependencies of this entity.
File
- src/
DependentEntityWrapperInterface.php, line 66
Class
- DependentEntityWrapperInterface
- Interface DependentEntityWrapperInterface.
Namespace
Drupal\depcalcCode
public function getChildDependencies() : array;