You are here

function entityform_add_page in Entityform 7.2

Same name and namespace in other branches
  1. 7 entityform.admin.inc \entityform_add_page()

Page to add Entityform Entities.

@todo Pass this through a proper theme function

File

./entityform.admin.inc, line 693
Entityform editing UI.

Code

function entityform_add_page() {
  $controller = entity_ui_controller('entityform');
  return $controller
    ->addPage();
}