You are here

public function CerPresetSelectionHandler::__construct in Corresponding Entity References 7.3

File

extensions/cer_entity_settings/plugins/entityreference/selection/CerPresetSelectionHandler.class.php, line 11

Class

CerPresetSelectionHandler

Code

public function __construct($entity_type, $entity) {
  if ($entity_type && $entity) {
    $this->entity = new EntityDrupalWrapper($entity_type, $entity);
  }
}