Functions
Search API
Primary tabs
| 
            Name | 
                  Location | Description | 
|---|---|---|
| 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_display_content_admin_list | 
            modules/ | 
                  Display a list of content for the administrator | 
| content_display_devel | 
            modules/ | 
                  Simply returns the fpm() results for the supplied content. | 
| content_edit_content_form | 
            modules/ | 
                  This form lets the user edit some piece of content | 
| content_edit_content_form_submit | 
            modules/ | 
                  Submit handler for the edit content form. | 
| content_edit_content_form_validate | 
            modules/ | 
                  |
| content_files_handle_download | 
            modules/ | 
                  This actually finds and downloads the file for the user, decrypting if necessary. | 
| content_files_user_may_download_file | 
            modules/ | 
                  Returns TRUE or FALSE if the user has access to download this particular student's file. | 
| content_form_alter | 
            modules/ | 
                  Hook form alter, to set some defaults. | 
| 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_get_fontawesome_icon_for_mimetype | 
            modules/ | 
                  Find by mime type OR file extension. | 
| content_get_last_access | 
            modules/ | 
                  Returns the timestamp of last access, or ZERO if never accessed | 
| content_get_types | 
            modules/ | 
                  Return an array with all the possible content types known to FlightPath | 
| content_get_uploaded_file | 
            modules/ | 
                  |
| content_install | 
            modules/ | 
                  Hook install. Called when the module is installed on the admin modules page. | 
| content_load | 
            modules/ | 
                  Load the content from the database and return an array, by calling hook_content_load. | 
| content_menu | 
            modules/ | 
                  |
| 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_perm | 
            modules/ | 
                  Implementation of hook_perm | 
| content_public_files_form | 
            modules/ | 
                  This screen lets the user upload/manage/delete "public files" stored at custom/files/content_uploads/public_uploads/ | 
| content_public_files_form_submit | 
            modules/ | 
                  |
| content_public_files_form_validate | 
            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_render_content | 
            modules/ | 
                  Return the HTML rendering the content we have in the database. | 
| content_save | 
            modules/ | 
                  Save the content to the database. | 
| 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_unpublish_content_form | 
            modules/ | 
                  |
| content_unpublish_content_form_submit | 
            modules/ | 
                  |
| content_update | 
            modules/ | 
                  |
| content_user_access | 
            modules/ | 
                  Custom user access function to determine if the user can add, edit, etc, the content | 
| content_view_content | 
            modules/ | 
                  Display the content specified in the GET's cid. | 
| convert_time | 
            includes/ | 
                  The point of this function is to convert between UTC (what we expect all times to start with.). If we're coming from the the database or a time() function, it's UTC. The "end_timezone_string" should be the user's preferred… | 
| course_search_display_courses | 
            modules/ | 
                  Show the user their select of courses. | 
| 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. | 
| course_search_display_search | 
            modules/ | 
                  Displays the search pulldown for the user to use to find courses. | 
| course_search_download_syllabus | 
            modules/ | 
                  This function will actually deliver a syllabus to the user's browser for download. | 
| 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_get_course_capacity | 
            modules/ | 
                  |
| course_search_get_course_rotation_schedule | 
            modules/ | 
                  |
| course_search_get_course_rotation_schedule_not_anticipated | 
            modules/ | 
                  |
| course_search_get_course_syllabus_details | 
            modules/ | 
                  |
| course_search_install | 
            modules/ | 
                  Implementation of hook_install | 
| course_search_menu | 
            modules/ | 
                  |
| course_search_menu_handle_replacement_pattern | 
            modules/ | 
                  Implements hook | 
| course_search_perm | 
            modules/ | 
                  |
| course_search_select_school_form | 
            modules/ | 
                  |
| course_search_select_school_form_submit | 
            modules/ | 
                  |
| course_search_settings_form | 
            modules/ | 
                  The system settins form for course_search settings. | 
| course_search_update | 
            modules/ | 
                  Implements hook_update | 
