You are here

public function FieldChain::rewind in Corresponding Entity References 7.3

Implements Iterator::rewind().

File

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

Class

FieldChain
@class A doubly linked list of FieldInstance objects.

Code

public function rewind() {
  $this->index = 0;
}