function user_form_test_user_account_submit

Submit function for user_profile_form().

1 string reference to 'user_form_test_user_account_submit'
user_form_test_form_user_profile_form_alter in modules/user/tests/user_form_test.module
Implements hook_form_FORM_ID_alter().

File

modules/user/tests/user_form_test.module, line 78

Code

function user_form_test_user_account_submit($form, &$form_state) {
    // Rebuild the form instead of letting the process end. This allows us to
    // test for bugs that can be triggered in contributed modules.
    $form_state['rebuild'] = TRUE;
}

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