You are here

public function CerFieldChain::getHandler in Corresponding Entity References 7.3

Convenience method. Returns a handler for this chain in the context of the given entity.

Return value

CerFieldChainHandler

File

includes/CerFieldChain.inc, line 16
Contains the CerFieldChain class.

Class

CerFieldChain
@file Contains the CerFieldChain class.

Code

public function getHandler(EntityDrupalWrapper $entity) {
  return new CerFieldChainHandler($this, $entity);
}