public function EntityDependencyIterator::getChildren in Entity Dependency API 7
Returns an iterator for the current entry.
Return value
File
- ./
EntityDependencyIterator.inc, line 218 - Entity Dependency classes.
Class
- EntityDependencyIterator
- Iterator class which does the heavy lifting for detecting dependencies.
Code
public function getChildren() {
return new EntityDependencyIterator($this
->getChildrenEntities(), $this);
}