You are here

public function FlexiformFormEntityManagerInterface::setBaseEntity in Flexiform 7

Set the base entity.

Parameters

$entity: The base entity object.

$base_entity_namespace: The namespace of the base entity, usually 'base entity'.

1 method overrides FlexiformFormEntityManagerInterface::setBaseEntity()
FlexiformFormEntityManagerDefault::setBaseEntity in includes/flexiform.form_entity_manager.inc
Set the base entity.

File

includes/flexiform.form_entity_manager.inc, line 20
Contains the default entity manager for flexiforms.

Class

FlexiformFormEntityManagerInterface
Interface for form entities.

Code

public function setBaseEntity($entity, $base_entity_namespace);