Functions
Search API
Primary tabs
|
Name |
Location | Description |
|---|---|---|
| system_handle_uninstall_module |
modules/ |
Called from the menu (ie, a URL) this function will uninstall a module. |
| system_init |
modules/ |
Called on every page load. |
| system_install |
modules/ |
Implementation of hook_install. |
| system_login_form |
modules/ |
This draws the form which facilitates logins. |
| system_login_form_submit |
modules/ |
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_login_form_validate |
modules/ |
Validate function for the login form. This is where we will do all of the lookups to verify username and password. If you want to write your own login handler (like for LDAP) this is the function you would duplicate in a custom module, then use… |
| system_menu |
modules/ |
|
| system_mfa_login_form |
modules/ |
|
| system_mfa_login_form_submit |
modules/ |
|
| system_mfa_login_form_validate |
modules/ |
|
| system_modules_form |
modules/ |
This is the form which an admin may use to manage the modules in the system. |
| system_modules_form_submit |
modules/ |
Submit handler for the modules form. |
| system_perform_clear_cache |
modules/ |
This function will clear our various caches by calling on the hook_clear_cache in each module. |
| system_perform_clear_menu_cache |
modules/ |
Clears only the menu cache |
| system_perform_db_updates_perform_batch_operation |
modules/ |
Performs db updates ONE module at a time. |
| system_perform_run_cron |
modules/ |
Called from menu, will run hook_cron() for all modules. |
| system_perform_user_login |
modules/ |
Actually performs the logging in of a user with user_id. |
| system_perm |
modules/ |
Implementation of hook_perm(). Expects to return an array of permissions recognized by this module. |
| system_popup_report_contact_form |
modules/ |
This is the form which lets users send an email to the FlightPath production team, |
| system_popup_report_contact_form_submit |
modules/ |
|
| system_popup_report_contact_thank_you |
modules/ |
This is the thank you page you see after submitting the contact form. |
| system_rebuild_css_js_query_string |
modules/ |
This function will recreate the dummy query string we add to the end of css and js files. |
| system_reload_and_cache_course_inventory |
modules/ |
Formerly part of the FlightPath class, this function will read in or reload the course inventory into a file, which then goes into the SESSION to make it faster to access. |
| system_render_advising_snapshop_for_iframe |
modules/ |
This is meant to be a widget which shows in the dashboard of the advising user, within an iframe, since it can take a while to load. |
| system_school_data_form |
modules/ |
This form is for the school-data, like subject code descriptions, colleges, etc. |
| system_school_data_form_validate |
modules/ |
Validate handler for the school_data_form. |
| system_settings_form |
modules/ |
This is the "system settings" form. |
| system_settings_form_submit |
modules/ |
Extra submit handler for the system_settings_form |
| system_settings_form_validate |
modules/ |
Extra validate handler for our system settings form. |
| system_status |
modules/ |
Implementation of hook_status Expected return is array( "severity" => "normal" or "warning" or "alert", "status" => "A message to display to the user.", ); |
| system_update |
modules/ |
|
| t |
includes/ |
This function will facilitate translations by using hook_translate() |
| theme_pager |
includes/ |
Adapted from https://api.drupal.org/api/drupal/includes%21pager.inc/function/theme_pa... |
| theme_pager_first |
includes/ |
Adapted from: https://api.drupal.org/api/drupal/includes%21pager.inc/function/theme_pa... |
| theme_pager_last |
includes/ |
Adapted from https://api.drupal.org/api/drupal/includes%21pager.inc/function/theme_pa... |
| theme_pager_link |
includes/ |
Adapted from https://api.drupal.org/api/drupal/includes%21pager.inc/function/theme_pa... |
| theme_pager_next |
includes/ |
Adapted from https://api.drupal.org/api/drupal/includes%21pager.inc/function/theme_pa... |
| theme_pager_previous |
includes/ |
Adapted from https://api.drupal.org/api/drupal/includes%21pager.inc/function/theme_pa... |
| theme_table_header_sortable |
includes/ |
Given an array of table headers (in the format listed below), returns back the HTML to draw it to the screen. This makes them clickable, to make the table header sortable. This is meant to be used with queries, by adding in an "ORDER BY"… |
| theme_table_header_sortable_order_by |
includes/ |
Used with the theme_table_header_sortable function (meant to be called AFTER headers have been created.) |
| theme_table_header_sortable_set_initial_sort |
includes/ |
Sets our initial sort, if there isn't already one set. |
| timer_read |
includes/ |
Works with the timer_start() function to return how long it has been since the start. |
| timer_start |
includes/ |
Begin a microtime timer for later use. |
| tinymce_config_form |
modules/ |
|
| tinymce_form_alter |
modules/ |
Implementation of hook_form_alter |
| tinymce_init |
modules/ |
|
| tinymce_install |
modules/ |
Implementation of hook_install |
| tinymce_menu |
modules/ |
Implementation of hook_menu |
| tinymce_perm |
modules/ |
|
| update_status_check_now |
modules/ |
This will force a re-check of modules for this update_status module. |
