You are here

function wsconfig_page_title in Web Service Data 7

Menu title callback for showing individual entities

1 string reference to 'wsconfig_page_title'
WsConfigUIController::hook_menu in modules/wsconfig/wsconfig.entity.inc
Overrides hook_menu() defaults. Main reason for doing this is that parent class hook_menu() is optimized for entity type administration.

File

modules/wsconfig/wsconfig.module, line 563
Main module for wsconfig

Code

function wsconfig_page_title(WsConfig $wsconfig) {
  return $wsconfig->title;
}