You are here

public function CerHandlerInterface::referenceable in Corresponding Entity References 7.2

Check if the remote entity can reference the local entity, and vice-versa.

Parameters

object $entity: The remote entity.

Return value

boolean

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

File

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

Class

CerHandlerInterface

Code

public function referenceable($entity);