73 calls to fp_add_message()

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_degree_form_submit in modules/admin/admin.degrees.inc
admin_edit_group_form_submit in modules/admin/admin.groups.inc
admin_process_all_definitions_perform_batch_operation in modules/admin/admin.groups.inc
This actually is the batch operation for processing all of our group definitions.
advise_clear_cache in modules/advise/advise.module
Implementation of hook_clear_cache Called by other modules, this function will take care of clearing anything this module has cached.
advise_display_history in modules/advise/advise.history.inc
Displays the history tab on screen.
advise_init in modules/advise/advise.module
Implementation of hook_init
advise_toggle_draft_form_submit in modules/advise/advise.module
audit_comment_form_submit in modules/audit/audit.module
audit_hidden_approval_form_submit in modules/audit/audit.module
batch_finished_page in modules/batch/batch.module
We redirect to this page when we have finished a batch.
batch_start_batch_from_form_submit in modules/batch/batch.module
A batch process is being initiated from a form submission.
calendar_confirm_cancel_appointment_form_submit in modules/calendar/calendar.module
calendar_get_appointments_for_faculty in modules/calendar/calendar.module
Return back a list of appointment content nodes for this faculty member, which fall between the specified datetimes.
calendar_get_available_faculty_schedule in modules/calendar/calendar.module
Returns back an array of time slots available for this faculty member and event_type
comments_comment_form_submit in modules/comments/comments.module
comments_perform_delete_comment in modules/comments/comments.module
"delete" a comment (actually, all we do is flag it as deleted)
content_add_new_uploaded_file in modules/content/content.module
bool_replace_existing means should we replace an existing file (based on filename) with this new one? Instead of creating an INSERT, that is.
content_edit_content_form_submit in modules/content/content.module
Submit handler for the edit content form.
content_public_files_form in modules/content/content.module
This screen lets the user upload/manage/delete "public files" stored at custom/files/content_uploads/public_uploads/
content_public_files_form_submit in modules/content/content.module
content_unpublish_content_form_submit in modules/content/content.module
course_search_download_syllabus in modules/course_search/course_search.module
This function will actually deliver a syllabus to the user's browser for download.
course_search_edit_course_details_form_submit in modules/course_search/course_search.edit.inc
course_search_upload_attachment in modules/course_search/course_search.edit.inc
encryption_get_key in modules/encryption/encryption.module
Returns back a suitable key, either from our string or file location.
encryption_settings_form in modules/encryption/encryption.module
encryption_settings_form_submit in modules/encryption/encryption.module
The submit handler
engagements_imap_get_all_received_messages in modules/engagements/engagements.module
Connect to our imap server, download all received messages from students (or others). We will then delete them, so they don't get read twice.
engagements_send_email_or_txt_form_submit in modules/engagements/engagements.module
engagements_send_sms_to_number in modules/engagements/engagements.module
Actually send a text message. Will drupal_set_message() as an error if there is a problem, and return FALSE. Returns TRUE on success, no drupal_set_message is printed.
example_helper_init in custom/modules/example_helper/example_helper.module
Implementation of "hook_init".
FlightPath::init in classes/FlightPath.php
form_error in includes/render.inc
Register a form_error in the SESSION.
fpm in includes/misc.inc
Uses fp_add_message, but in this case, it also adds in the filename and line number which the message came from!
fp_render_content in includes/render.inc
This is very similar to fp_get_form / fp_render_form, except in this case we are being passed the completed "render_array", which already contains all of our elements. We will call hooks on it, sort by weights, and then return the rendered…
hook_disable in includes/hook.api.php
This hook will be executed when a module is disabled in the system.
hook_enable in includes/hook.api.php
This hook will be executed when a module is enabled in the system. It will be executed AFTER hook_install.
masquerade_init in modules/masquerade/masquerade.module
masquerade_perform_masquerade in modules/masquerade/masquerade.module
Actually perform the switching of users to the selected user.
menu_rebuild_cache in includes/menu.inc
Go through all installed modules and rebuild the menu_router table, based on each module's hook_menu function.
prereqs_install in modules/prereqs/prereqs.install
hook_install.
schools_administer_schools_form_submit in modules/schools/schools.module
schools_init in modules/schools/schools.module
Implements hook_init
student_files_handle_delete in modules/student_files/student_files.module
student_files_handle_upload in modules/student_files/student_files.module
Handles the upload of a file which we assume is located at $_FILES["student_file_upload_file"], or the provided $file array.
student_files_install in modules/student_files/student_files.install
Implementation of hook_install
system_disable_module in modules/system/system.module
Handles the disabling of the module in question.
system_enable_module in modules/system/system.module
Handles the enabling (and possible installation) of module.
system_execute_php_form_submit in modules/system/system.module
system_handle_form_submit in modules/system/system.module
Intercepts form submissions from forms built with the form API.
system_handle_uninstall_module in modules/system/system.module
Called from the menu (ie, a URL) this function will uninstall a module.
system_init in modules/system/system.module
Called on every page load.
system_login_form in modules/system/system.module
This draws the form which facilitates logins.
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 in modules/system/system.module
This is the form which an admin may use to manage the modules in the system.
system_perform_db_updates_perform_batch_operation in modules/system/system.module
Performs db updates ONE module at a time.
system_perform_run_cron in modules/system/system.module
Called from menu, will run hook_cron() for all modules.
update_status_perform_check in modules/update_status/update_status.module
This function actually performs the update status check with getflightpath.com
user_edit_attribute_form in modules/user/user.module
The form which lets us actually edit this user's attribute (ex: Visa Status) Meant to be very similar to:
user_edit_attribute_form_submit in modules/user/user.module
user_edit_student_user_form_submit in modules/user/user.student.inc
Submit handler for editing student users.
user_edit_user_advisees_form_submit in modules/user/user.module
Save to the advisor_student table
user_edit_user_attributes_form_submit in modules/user/user.module
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_student_edit_student_courses_form_submit in modules/user/user.student.inc
user_user_roles_form_submit in modules/user/user.module
user_user_settings_form_submit in modules/user/user.module
Save values from our settings form into the user_settings table (or other tables), as appropriate.