You are here

public function CerHandlerInterface::references in Corresponding Entity References 7.2

Check if $entity is referenced by the local entity.

Parameters

object $entity: The remote entity.

Return value

boolean

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

File

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

Class

CerHandlerInterface

Code

public function references($entity);