You are here

public function CerHandlerInterface::dereference in Corresponding Entity References 7.2

Delete all references to the remote entity from the local entity, and delete reciprocal references from the remote entity.

Parameters

object $entity.:

1 method overrides CerHandlerInterface::dereference()
CerHandler::dereference in ./handler.inc
Implements CerHandlerInterface::dereference().

File

./handler.inc, line 92
Contains base code for CER handlers, which are objects responsible for creating, updating and deleting corresponding references between entities.

Class

CerHandlerInterface

Code

public function dereference($entity);