25 functions implement hook_submit()
Search API
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- admin_add_degree_form_submit in modules/
admin/ admin.degrees.inc - Submit handler for the add_degree_form.
- admin_apply_draft_changes_form_submit in modules/
admin/ admin.module - Handles the actual moving of draft courses into production.
- admin_copy_degree_form_submit in modules/
admin/ admin.degrees.inc - admin_duplicate_year_form_submit in modules/
admin/ admin.module - This function should perform the actual copy of data!
- admin_edit_course_form_submit in modules/
admin/ admin.courses.inc - admin_edit_group_form_submit in modules/
admin/ admin.groups.inc - admin_handle_edit_degree_submit in modules/
admin/ admin.degrees.inc - admin_process_all_definitions_form_submit in modules/
admin/ admin.groups.inc - Actually perform the refreshing of definitions.
- advise_toggle_draft_form_submit in modules/
advise/ advise.module - blank_degrees_select_degree_form_submit in modules/
blank_degrees/ blank_degrees.module - Submit handler for degree selection
- blocks_manage_blocks_form_submit in modules/
blocks/ blocks.module - Submit handler for the manage blocks form.
- comments_comment_form_submit in modules/
comments/ comments.module - content_edit_content_form_submit in modules/
content/ content.module - Submit handler for the edit content form.
- course_search_edit_course_details_form_submit in modules/
course_search/ course_search.edit.inc - system_confirm_db_updates_form_submit in modules/
system/ system.module - Perform the actual hook_update calls here, send the user to a completed page.
- system_execute_php_form_submit in modules/
system/ system.module - system_handle_form_submit in modules/
system/ system.module - Intercepts form submissions from System Settings Forms.
- system_login_form_submit in modules/
system/ system.module - Submit handler for login form. If we are here, it probably means we have indeed authenticated. Just in case, we will test the form_state["passed_authentication"] value, which we expect to have been set in our validate handler.
- system_modules_form_submit in modules/
system/ system.module - Submit handler for the modules form.
- system_popup_report_contact_form_submit in modules/
system/ system.module - system_settings_form_submit in modules/
system/ system.module - Extra submit handler for the system_settings_form
- user_edit_student_user_form_submit in modules/
user/ user.module - Submit handler for editing student users.
- user_edit_user_form_submit in modules/
user/ user.module - Submit handler for our edit faculty form
- user_permissions_form_submit in modules/
user/ user.module - Submit handler for the permissions form.
- user_user_roles_form_submit in modules/
user/ user.module