Search for LE
Search API
| Name | Type | Location | Description |
|---|---|---|---|
|
_Course:: |
function |
classes/ |
This function will correct capitalization problems in course titles. |
| user_get_role_name | function |
modules/ |
Simple function to return the human-readable name for a role, by rid. |
| DatabaseHandler.php | file |
custom/ |
|
| example_helper.info | file |
custom/ |
name = Example helper module description = This module's source code demonstrates several important features of module development core = 5.x |
| example_helper_init | function |
custom/ |
Implementation of "hook_init". |
| example_helper_menu | function |
custom/ |
Implementation of hook_menu |
| system_modules_form | function |
modules/ |
This is the form which an admin may use to manage the modules in the system. |
| fp_screen_is_mobile | function |
includes/ |
This function will attempt to determine automatically if we are on a mobile device, and should therefor use the mobile theme and layout settings. |
| fp_get_degree_title | function |
includes/ |
Quick method to look up title for a degree. |
| menu_get_module_path | function |
includes/ |
|
| system_handle_logout | function |
modules/ |
|
| system_enable_module | function |
modules/ |
Handles the enabling (and possible installation) of module. |
| {#example_dlg.title} | file |
modules/ |
{#example_dlg.title} |
| system_build_element | function |
modules/ |
Construct an HTML element and return it. |
| {#advlink_dlg.title} | file |
modules/ |
{#advlink_dlg.title} |
|
ObjList:: |
function |
classes/ |
|
|
_Course:: |
property |
classes/ |
|
| _DatabaseHandler.php | file |
classes/ |
|
| fp_get_js_alert_link | function |
includes/ |
Creates a javascript "alert" link, which tells the user some message with javascript alert(). |
| update_status.module | file |
modules/ |
The update status module file. |
| announcements.module | file |
modules/ |
|
| user_user_roles_form | function |
modules/ |
This form allows the user to manage the roles in the system. |
| blank_degrees.module | file |
modules/ |
|
| course_search.module | file |
modules/ |
This module allows users to search for courses, descriptions, and, if supported, rotation schedules and sample syllabi. |
| example_helper.module | file |
custom/ |
example_helper.module - Example module file |
| system_disable_module | function |
modules/ |
Handles the disabling of the module in question. |
| {#template_dlg.title} | file |
modules/ |
{#template_dlg.title} |
| {#emotions_dlg.title} | file |
modules/ |
{#emotions_dlg.title} |
| {#fullpage_dlg.title} | file |
modules/ |
{#fullpage_dlg.title} |
| fp_get_module_details | function |
includes/ |
Simply returns the module's row from the modules table, if it exists. |
|
_Course:: |
function |
classes/ |
Returns TRUE if the student has completed the course (and did not make a failing grade on it). |
| student_search.module | file |
modules/ |
|
| fp_mobile_template.php | file |
themes/ |
|
| fp_mobile_template.php | file |
themes/ |
|
| fp_mobile_template.php | file |
themes/ |
|
| {#table_dlg.row_title} | file |
modules/ |
{#table_dlg.row_title} |
|
_DegreePlan:: |
function |
classes/ |
|
| modules_implement_hook | function |
includes/ |
Return an array of enabled modules which implement the provided hook. Do not include the preceeding "_" on the hook name! |
| include_module_install | function |
includes/ |
Find and include the module's .install file, if it exists. Returns TRUE or FALSE if it was able to find & include the file. |
|
_DatabaseHandler:: |
property |
classes/ |
|
|
_DatabaseHandler:: |
property |
classes/ |
|
| fp_rebuild_modules_list | function |
includes/ |
Re-query the modules table and re-add to our global array. |
| system_check_clean_urls | function |
modules/ |
This function will attempt to confirm that "clean URLs" is functioning, and allowed on this server. |
| course_search_style.css | file |
modules/ |
.page-content { font-size: 10pt; } .course-search-course-title-row { font-weight: bold; } .course-search-repeat { padding-left: 10px; font-weight: normal; } .course-search-course-block { margin-bottom:20px; margin-left: 10px;… |
|
_Semester:: |
function |
classes/ |
|
| {#table_dlg.cell_title} | file |
modules/ |
{#table_dlg.cell_title} |
|
_DegreePlan:: |
function |
classes/ |
|
| fp_get_machine_readable | function |
includes/ |
Simple function to convert a string into a machine-readable string. |
| get_modules_permissions | function |
includes/ |
This function will read through all the modules' permissions and return back an array. Specifically, it retrieves arrays from each modules' hook_perm() function. |
| advise_toggle_draft_form | function |
modules/ |
