You are here

function pcp_admin_settings in Profile Complete Percent 6.2

Same name and namespace in other branches
  1. 5 pcp.module \pcp_admin_settings()
  2. 6 pcp.module \pcp_admin_settings()
  3. 7 includes/pcp.admin.inc \pcp_admin_settings()

Menu Callback Function Build output of the pcp module settings which allows the administrator to tag specific profile fields which will be used to determine the completion of a users profile.

1 string reference to 'pcp_admin_settings'
pcp_menu in ./pcp.module
Implementation of hook_menu()

File

./pcp.module, line 155
Allows users with valid permissions to tag profile fields created from the profile module as required fields for a users profile to be considered complete.

Code

function pcp_admin_settings() {
  return drupal_get_form('pcp_admin_settings_form');
}