You are here

public function FieldChain::end in Corresponding Entity References 7.3

Returns the last field in the chain.

1 call to FieldChain::end()
CerFieldChain::regex in includes/CerFieldChain.inc
Gets a regular expression to match field chain identifiers that this chain can reference, e.g. /^node:(page|article):/

File

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

Class

FieldChain
@class A doubly linked list of FieldInstance objects.

Code

public function end() {
  return end($this->chain);
}