You are here

public function EntityDependencyIterator::getChildren in Entity Dependency API 7

Returns an iterator for the current entry.

Return value

EntityDependencyIterator

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);
}