Search for LE
Search API
| Name | Type | Location | Description |
|---|---|---|---|
| system_get_roles_for_user | function |
modules/ |
Return an array containing the roles which have been assigned to a specific user. |
| system_handle_form_submit | function |
modules/ |
Intercepts form submissions from forms built with the form API. |
| clear_session_form_values | function |
includes/ |
Clear the form submissions variable from the SESSION for this callback. |
|
_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. |
|
_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. |
| fp_render_mobile_tab_array | function |
includes/ |
|
|
_DatabaseHandler:: |
function |
classes/ |
|
| system_perform_clear_cache | function |
modules/ |
This function will clear our various caches by calling on the hook_clear_cache in each module. |
| system_modules_form_submit | function |
modules/ |
Submit handler for the modules form. |
| {#advanced_dlg.code_title} | file |
modules/ |
{#advanced_dlg.code_title} |
| {#advanced_dlg.link_title} | file |
modules/ |
{#advanced_dlg.link_title} |
|
_DatabaseHandler:: |
function |
classes/ |
This function is called when this objectis unserialized. We want to reconnect to the database, so we'll call our constructor. |
| system_get_available_themes | function |
modules/ |
Returns back an array (suitable for FAPI) of the available themes in the system. |
| {#advanced_dlg.image_title} | file |
modules/ |
{#advanced_dlg.image_title} |
| {#advanced_dlg.about_title} | file |
modules/ |
{#advanced_dlg.about_title} |
| blocks_get_available_blocks | function |
modules/ |
Return an array of blocks which we can assign and display, as defined by other modules' hook_blocks function. |
|
_Course:: |
property |
classes/ |
|
| get_global_database_handler | function |
includes/ |
This method will return a globally-set DatabaseHandler object, creating it if it does not already exist. This is for efficiency reasons, so every module or method does not need to keep creating databasehandler objects (and re-connecting to the database). |
|
_Course:: |
function |
classes/ |
Simply returns TRUE if $this has variable hours. |
|
_Group:: |
function |
classes/ |
|
| user_user_roles_form_submit | function |
modules/ |
|
| fp_get_permissions_for_role | function |
includes/ |
|
| {#advimage_dlg.dialog_title} | file |
modules/ |
{#advimage_dlg.dialog_title} |
| {#advanced_dlg.anchor_title} | file |
modules/ |
{#advanced_dlg.anchor_title} |
|
_DegreePlan:: |
function |
classes/ |
|
|
_AdvisingScreen:: |
property |
classes/ |
|
|
_DatabaseHandler:: |
function |
classes/ |
This function is used to perform a database query. It can take simple replacement patterns, by using ?. If you actually need to have a ? in the query, you can escape it with ??. For example: $result = $db->db_query("SELECT * FROM table WHERE… |
|
_DatabaseHandler:: |
function |
classes/ |
Draw out the error onto the screen. |
|
_DatabaseHandler:: |
function |
classes/ |
|
|
_DatabaseHandler:: |
function |
classes/ |
|
| content_handle_delete_content | function |
modules/ |
|
| {#advanced_dlg.charmap_title} | file |
modules/ |
{#advanced_dlg.charmap_title} |
| advise_what_if_selection_form | function |
modules/ |
|
|
_DatabaseHandler:: |
function |
classes/ |
|
|
_DatabaseHandler:: |
function |
classes/ |
|
|
_DatabaseHandler:: |
function |
classes/ |
Retrieve a value from the variables table. |
|
_DatabaseHandler:: |
function |
classes/ |
Sets a variable's value in the variables table. |
|
_DatabaseHandler:: |
function |
classes/ |
|
| course_search_mobile_style.css | file |
modules/ |
.course-search-course-extra { display: none; } .course-search-course-block, .course-search-subject-select-line { margin: 0; text-decoration: none; display: block; border-bottom: 1px solid #ccc; padding-top: 10px; padding-bottom:… |
| system_handle_uninstall_module | function |
modules/ |
Called from the menu (ie, a URL) this function will uninstall a module. |
| {#table_dlg.merge_cells_title} | file |
modules/ |
{#table_dlg.merge_cells_title} |
| advise_init_advising_variables | function |
modules/ |
Takes various variables from the REQUEST and stores them in our advising_session_variables table for more convenient use later on. |
| install_display_lang_selection | function |
./ |
|
|
_FlightPath:: |
function |
classes/ |
Get the plain English title of a subject, from subject_id. Ex: COSC = Computer Science. |
|
_DatabaseHandler:: |
function |
classes/ |
|
|
_DatabaseHandler:: |
function |
classes/ |
|
|
_DatabaseHandler:: |
function |
classes/ |
|
| system_perform_clear_menu_cache | function |
modules/ |
Clears only the menu cache |
| {#xhtmlxtras_dlg.attribs_title} | file |
modules/ |
{#xhtmlxtras_dlg.attribs_title} |
