Go to the source code of this file.
Functions | |
profile_admin_overview () | |
profile_admin_overview_submit ($form, &$form_state) | |
theme_profile_admin_overview ($form) | |
profile_field_form (&$form_state, $arg=NULL) | |
profile_field_form_validate ($form, &$form_state) | |
profile_field_form_submit ($form, &$form_state) | |
profile_field_delete (&$form_state, $fid) | |
profile_field_delete_submit ($form, &$form_state) | |
profile_admin_settings_autocomplete ($string) |
Definition in file profile.admin.inc.
profile_admin_overview_submit | ( | $ | form, | |
&$ | form_state | |||
) |
Submit handler to update changed profile field weights and categories.
Definition at line 71 of file profile.admin.inc.
References cache_clear_all(), db_query(), drupal_set_message(), element_children(), menu_rebuild(), and t().
profile_admin_settings_autocomplete | ( | $ | string | ) |
Retrieve a pipe delimited string of autocomplete suggestions for profile categories
Definition at line 397 of file profile.admin.inc.
References $result, check_plain(), db_fetch_object(), db_query_range(), drupal_to_js(), exit, and print.
profile_field_delete | ( | &$ | form_state, | |
$ | fid | |||
) |
Menu callback; deletes a field from all user profiles.
Definition at line 363 of file profile.admin.inc.
References db_fetch_object(), db_query(), drupal_not_found(), t(), and url().
profile_field_delete_submit | ( | $ | form, | |
&$ | form_state | |||
) |
Process a field delete form submission.
Definition at line 381 of file profile.admin.inc.
References cache_clear_all(), db_query(), drupal_set_message(), l(), t(), and watchdog().
profile_field_form_submit | ( | $ | form, | |
&$ | form_state | |||
) |
Process profile_field_form submissions.
Definition at line 335 of file profile.admin.inc.
References cache_clear_all(), db_query(), drupal_set_message(), l(), menu_rebuild(), t(), and watchdog().
profile_field_form_validate | ( | $ | form, | |
&$ | form_state | |||
) |
Validate profile_field_form submissions.
Definition at line 290 of file profile.admin.inc.
References db_query(), db_result(), drupal_get_schema(), form_set_error(), and t().