You are here

public property EntityDependencyIterator::$dependencies in Entity Dependency API 7

An array of dependencies to the entity being parsed.

Type: array

File

./EntityDependencyIterator.inc, line 52
Entity Dependency classes.

Class

EntityDependencyIterator
Iterator class which does the heavy lifting for detecting dependencies.

Code

public $dependencies = array();