You are here

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

An array with information on the cause/reason why an entity exists in the tree. Basically, the cause for term A's existance in the tree, might be becasue node B depends on it.

Type: array

File

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

Class

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

Code

public $causes = array();