You are here

public function FieldChain::valid in Corresponding Entity References 7.3

Implements Iterator::valid().

File

field_object/includes/FieldChain.inc, line 121
Contains the FieldChain class.

Class

FieldChain
@class A doubly linked list of FieldInstance objects.

Code

public function valid() {
  return $this->index < sizeof($this->chain);
}