function user_profile_form_validate

Form validation handler for user_profile_form().

See also

user_profile_form_submit()

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

File

drupal/modules/user/user.pages.inc, line 334
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);
}