public function DependentEntityWrapperInterface::getDependencies in Dependency Calculation 8
Get the uuid/hash values of dependencies of this entity.
Return value
string[]
1 method overrides DependentEntityWrapperInterface::getDependencies()
- DependentEntityWrapper::getDependencies in src/
DependentEntityWrapper.php - Get the uuid/hash values of dependencies of this entity.
File
- src/
DependentEntityWrapperInterface.php, line 58
Class
- DependentEntityWrapperInterface
- Interface DependentEntityWrapperInterface.
Namespace
Drupal\depcalcCode
public function getDependencies();