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 modules/user/user.pages.inc
Form builder; edit a user account or one of their profile categories.

File

modules/user/user.pages.inc, line 440

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.