You are here

public function WsConfigUIController::addPage in Web Service Data 7

Create the markup for the add Web Service Configuration Entities page within the class so it can easily be extended/overriden.

File

modules/wsconfig/wsconfig.entity.inc, line 370
Entity classes

Class

WsConfigUIController
UI controller

Code

public function addPage() {
  return theme('wsconfig_add_list', array(
    'content' => wsconfig_get_types(),
  ));
}