You are here

function realname_admin_settings in Real Name 6

Same name and namespace in other branches
  1. 5 realname.module \realname_admin_settings()

Displays the admin settings form. @TODO: move this admin stuff to separate file.

1 string reference to 'realname_admin_settings'
realname_menu in ./realname.module
Implements hook_menu().

File

./realname.admin.inc, line 14
The RealName module allows the admin to choose fields from the user profile that will be used to add a "realname" element (method) to a user object. Hook_user is used to automatically add this to any user object that is loaded.

Code

function realname_admin_settings() {
  return drupal_get_form('realname_admin_general');
}