You are here

public function CerHandlerInterface::referencedBy in Corresponding Entity References 7.2

Check if the local entity is referenced by $entity.

Parameters

object $entity: The remote entiy.

Return value

boolean

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

File

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

Class

CerHandlerInterface

Code

public function referencedBy($entity);