function user_profile_form_validate
Form validation handler for user_profile_form().
See also
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 417
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.