You are here

public function FlexiformFormEntityManagerInterface::getEntities in Flexiform 7

Get the entities.

Return value

array An array of all the entities ready to be used in this form.

1 method overrides FlexiformFormEntityManagerInterface::getEntities()
FlexiformFormEntityManagerDefault::getEntities in includes/flexiform.form_entity_manager.inc
Get the entities.

File

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

Class

FlexiformFormEntityManagerInterface
Interface for form entities.

Code

public function getEntities();