public function EntityDependencyIterator::rewind in Entity Dependency API 7
Rewinds the Iterator to the first element.
File
- ./
EntityDependencyIterator.inc, line 267 - Entity Dependency classes.
Class
- EntityDependencyIterator
- Iterator class which does the heavy lifting for detecting dependencies.
Code
public function rewind() {
reset($this->entities);
}