You are here

function config_pages_add_page in Config Pages 7

Page to add ConfigPages Entities.

@todo Pass this through a proper theme function

File

./config_pages.admin.inc, line 507
ConfigPages editing UI.

Code

function config_pages_add_page() {
  $controller = entity_ui_controller('config_pages');
  return $controller
    ->addPage();
}