You are here

public function CerHandlerInterface::update in Corresponding Entity References 7.2

Delete reciprocal references on entities the local entity is no longer referencing, and create new reciprocal references, after the local entity has been updated.

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

File

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

Class

CerHandlerInterface

Code

public function update();