You are here

public function CerHandlerInterface::__construct in Corresponding Entity References 7.2

@constructor

Parameters

string $preset: The CER preset string, in the format: entity_a*bundle_a*field_a*entity_b*bundle_b*field_b.

$entity.: The local (home) entity to be wrapped by this instance.

File

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

Class

CerHandlerInterface

Code

public function __construct($preset, $entity);