Functions
Search API
Primary tabs
Name | Location | Description |
---|---|---|
content_update |
modules/ |
|
content_perm |
modules/ |
Implementation of hook_perm |
content_render_content |
modules/ |
Return the HTML rendering the content we have in the database. |
content_content_register_content_type |
modules/ |
Implementation of this module's hook_content_register_content_type. |
content_get_types |
modules/ |
Return an array with all the possible content types known to FlightPath |
content_display_content_admin_list |
modules/ |
Display a list of content for the administrator |
content_content_load |
modules/ |
Implementation of content's hook_content_load |
content_get_content_for_faculty_id |
modules/ |
This function will look for content (in the content tables) for a field called field__faculty_id, and return an array of fully loaded content objects. |
content_form_alter |
modules/ |
Hook form alter, to set some defaults. |
content_load |
modules/ |
Load the content from the database and return an array, by calling hook_content_load. |
content_content_save |
modules/ |
Implements hook_content_save. We will save the content object to the database. |
content_save |
modules/ |
Save the content to the database. |
content_add_new_uploaded_file |
modules/ |
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 |
modules/ |
Submit handler for the edit content form. |
content_get_fontawesome_icon_for_mimetype |
modules/ |
Find by mime type OR file extension. |
content_get_uploaded_file |
modules/ |
|
content_edit_content_form |
modules/ |
This form lets the user edit some piece of content |
content_blocks |
modules/ |
hook_blocks. Returns an array of available blocks offered by this module in this format: array( delta => "This is the title of the block.", ), ); |
content_cron |
modules/ |
hook_cron |
content_files_user_may_download_file |
modules/ |
Returns TRUE or FALSE if the user has access to download this particular student's file. |
_content_generate_create_table_sql |
modules/ |
Meant to be run by admin, this generates table creation sql for a given type. |
content_menu |
modules/ |
|
content_render_block |
modules/ |
Called when it is time to render the block in question. Expected to return an array which looks like this: array( "title" => "Some title goes here.", "body" => "this is the primary body of the block", ); |
content_unpublish_content_form |
modules/ |
|
content_unpublish_content_form_submit |
modules/ |
|
content_display_devel |
modules/ |
Simply returns the fpm() results for the supplied content. |
content_dialog_handle_after_save |
modules/ |
This is the URL we redirect to after saving a piece of content in a dialog, so all we really want to do is close the dialog and reload the parent page. |
content_menu_handle_replacement_pattern |
modules/ |
This is an implementation of hook_menu_handle_replacement_pattern. It will search for and replace replacement patterns which we are aware of it in $str. |
content_user_access |
modules/ |
Custom user access function to determine if the user can add, edit, etc, the content |
content_set_last_access |
modules/ |
Sets the content_last_access timestamp for this user and content. Should be called whenever a "content" node is viewed by the user. |
content_get_last_access |
modules/ |
Returns the timestamp of last access, or ZERO if never accessed |
content_view_content |
modules/ |
Display the content specified in the GET's cid. |
content_edit_content_form_validate |
modules/ |
|
content_public_files_form_submit |
modules/ |
|
content_public_files_form_validate |
modules/ |
|
content_public_files_form |
modules/ |
This screen lets the user upload/manage/delete "public files" stored at custom/files/content_uploads/public_uploads/ |
content_files_handle_download |
modules/ |
This actually finds and downloads the file for the user, decrypting if necessary. |
hook_course_search_get_course_rotation_schedule |
modules/ |
This is called AFTER the regular course rotation schedule array has been built. Notice it is passed by reference. This lets us make alterations to it. |
hook_course_search_get_course_rotation_schedule_not_anticipated |
modules/ |
This is called AFTER the regular course_search_get_course_rotation_schedule_not_anticipated. In general, we want to see if anything is going to be offered in the next 5 years. |
course_search_edit_course_details_form |
modules/ |
This form lets the user edit the course's syllabus or rotation schedule |
course_search_edit_course_details_form_submit |
modules/ |
|
course_search_upload_attachment |
modules/ |
|
course_search_display_edit_courses |
modules/ |
Display a plain list of courses, making it easier for admins to edit schedules and details in one spot. |
z__course_search_display_view_reports |
modules/ |
|
z__course_search_get_offering_csv |
modules/ |
|
course_search_install |
modules/ |
Implementation of hook_install |
course_search_update |
modules/ |
Implements hook_update |
course_search_menu |
modules/ |
|
course_search_perm |
modules/ |
|
course_search_settings_form |
modules/ |
The system settins form for course_search settings. |