function entityform_add_page in Entityform 7
Same name and namespace in other branches
- 7.2 entityform.admin.inc \entityform_add_page()
Page to add Entityform Entities.
@todo Pass this through a proper theme function
File
- ./
entityform.admin.inc, line 558 - Entityform editing UI.
Code
function entityform_add_page() {
$controller = entity_ui_controller('entityform');
return $controller
->addPage();
}