function user_profile_form_validate

Same name and namespace in other branches
  1. 6.x drupal-6.x/modules/user/user.pages.inc \user_profile_form_validate()

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.

Archivo

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

Código

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