public function FlexiformFormEntityManagerDefault::getEntitiesRaw in Flexiform 7
Get the entities without checking if they are prepared.
Return value
array An array of all the entities that have been prepared at the time this method is called.
File
- includes/
flexiform.form_entity_manager.inc, line 232 - Contains the default entity manager for flexiforms.
Class
- FlexiformFormEntityManagerDefault
- Class that manages entities in a flexiform.
Code
public function getEntitiesRaw() {
return $this->entities;
}