Search for LE
Search API
Name | Type | Location | Description |
---|---|---|---|
fp_get_js_alert_link | function |
includes/ |
Creates a javascript "alert" link, which tells the user some message with javascript alert(). |
student_profile_menu | function |
modules/ |
Implements hook_menu |
menu_get_module_path | function |
includes/ |
|
ALERT_SYSTEM_USER_ID | constant |
modules/ |
|
system_handle_logout | function |
modules/ |
|
student_files_update | function |
modules/ |
|
alerts_settings_form | function |
modules/ |
|
ObjList:: |
function |
classes/ |
|
Course:: |
function |
classes/ |
Returns TRUE if the student has completed the course (and did not make a failing grade on it). |
user_user_roles_form | function |
modules/ |
This form allows the user to manage the roles in the system. |
student_files.install | file |
modules/ |
This file handles the installation processes (like new db tables) for the student_files module. |
student_search.module | file |
modules/ |
|
example_helper.module | file |
custom/ |
example_helper.module - Example module file |
system_disable_module | function |
modules/ |
Handles the disabling of the module in question. |
fp_get_module_details | function |
includes/ |
Simply returns the module's row from the modules table, if it exists. |
custom_fp6_clean.info | file |
themes/ |
name = Custom - FlightPath 6 Clean Theme description = Customized theme based on fp6_clean core = 6.x |
DegreePlan:: |
function |
classes/ |
|
DatabaseHandler:: |
property |
classes/ |
|
DatabaseHandler:: |
property |
classes/ |
|
student_files_install | function |
modules/ |
Implementation of hook_install |
student_profile.module | file |
modules/ |
|
content.mobile.min.css | file |
modules/ |
/** * Copyright (c) Tiny Technologies, Inc. All rights reserved. * Licensed under the LGPL or a commercial license. * For LGPL see License.txt in the project root for license information. * For commercial licenses see https://www.tiny.cloud/ … |
content.mobile.min.css | file |
modules/ |
/** * Copyright (c) Tiny Technologies, Inc. All rights reserved. * Licensed under the LGPL or a commercial license. * For LGPL see License.txt in the project root for license information. * For commercial licenses see https://www.tiny.cloud/ … |
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. |
Semester:: |
function |
classes/ |
|
calendar_content_alter | function |
modules/ |
Implements hook_content_alter. We want to alter the way that our calendar appointments are displayed. |
DegreePlan:: |
function |
classes/ |
|
student_priority.module | file |
modules/ |
|
course_search_style.css | file |
modules/ |
.subject-title { border-bottom: 3px solid #999; } .course-search-course-title-row { font-weight: bold; font-size: 1.2em; } .course-search-repeat { padding-left: 10px; font-weight: normal; } .course-search-course-block { … |
fp_render_section_title | function |
includes/ |
|
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. |
variable_get_for_school | function |
includes/ |
Get a value for a particular school. if bool_ignore_override is TRUE, then we won't worry if it's being overwritten or not. |
fp_rebuild_modules_list | function |
includes/ |
Re-query the modules table and re-add to our global array. |
calendar_get_date_range | function |
modules/ |
Creating date collection between two dates |
system_check_clean_urls | function |
modules/ |
This function will attempt to confirm that "clean URLs" is functioning, and allowed on this server. |
stats_select_school_form | function |
modules/ |
|
DatabaseHandler:: |
function |
classes/ |
This is a PHP "magic" function. Called during a serialize command. Basically, we aren't trying to save any local variables. In fact, we will get a fatal exception if we try to serialize our PDO connection. |
advise_toggle_draft_form | function |
modules/ |
|
system_handle_form_submit | function |
modules/ |
Intercepts form submissions from forms built with the form API. |
system_get_roles_for_user | function |
modules/ |
Return an array containing the roles which have been assigned to a specific user. |
clear_session_form_values | function |
includes/ |
Clear the form submissions variable from the SESSION for this callback. |
calendar_display_calendar | function |
modules/ |
|
DatabaseHandler:: |
function |
classes/ |
|
content_get_uploaded_file | function |
modules/ |
|
DatabaseHandler:: |
function |
classes/ |
This function is called when this objectis unserialized. We want to reconnect to the database, so we'll call our constructor. |
content_public_files_form | function |
modules/ |
This screen lets the user upload/manage/delete "public files" stored at custom/files/content_uploads/public_uploads/ |
DatabaseHandler:: |
function |
classes/ |
This function is used to perform a database query. It uses PDO execute, which will take automatically replace ? with variables you supply as the arguments to this function, or as an array to this function. Either will work. Do this by using ?, or… |
DatabaseHandler:: |
function |
classes/ |
Draw out the error onto the screen. |