You are here

public function FieldChain::next in Corresponding Entity References 7.3

Implements Iterator::next().

File

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

Class

FieldChain
@class A doubly linked list of FieldInstance objects.

Code

public function next() {
  $this->index++;
}