public function DependencyStack::getDependencies in Dependency Calculation 8
- Get a list of dependencies within the stack.
Return value
\Drupal\depcalc\DependentEntityWrapperInterface[] The dependencies.
File
- src/
DependencyStack.php, line 166
Class
- DependencyStack
- The dependencies stack.
Namespace
Drupal\depcalcCode
public function getDependencies() {
return $this->dependencies;
}