You are here

public function FlexiformFormEntityInterface::getEntity in Flexiform 7

Get the entity for the form.

Return value

A loaded or created entity object ready for use in the form.

1 method overrides FlexiformFormEntityInterface::getEntity()
FlexiformFormEntityBase::getEntity in includes/form_entity/base.form_entity.inc
Get the entity for the form.

File

includes/flexiform.form_entity.inc, line 18
Contains interface and base class for flexiform entities.

Class

FlexiformFormEntityInterface
Interface for all flexiform entities.

Code

public function getEntity();