public function FieldChain::current in Corresponding Entity References 7.3
Implements Iterator::current().
File
- field_object/
includes/ FieldChain.inc, line 93 - Contains the FieldChain class.
Class
- FieldChain
- @class A doubly linked list of FieldInstance objects.
Code
public function current() {
return $this->chain[$this->index];
}