function user_profile_form_validate

7.x user.pages.inc user_profile_form_validate($form, &$form_state)
6.x user.pages.inc user_profile_form_validate($form, &$form_state)

Validation function for the user account and profile editing form.

1 string reference to 'user_profile_form_validate'
user_profile_form in drupal-7.x/modules/user/user.pages.inc
Form builder; edit a user account or one of their profile categories.

File

drupal-7.x/modules/user/user.pages.inc, line 296
User page callback file for the user module.

Code

function user_profile_form_validate($form, &$form_state) {
  entity_form_field_validate('user', $form, $form_state);
}