Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]

(no description)

Copyright: 1999 onwards Martin Dougiamas {@link http://moodle.com}
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 394 lines (14 kb)
Included or required:0 times
Referenced: 5 times
Includes or requires: 1 file
 mod/forum/lib.php

Defines 3 functions


Functions that are not part of a class:

forum_print_big_search_form($course)   X-Ref
Print a full-sized search form for the specified course.

param: stdClass $course The Course that will be searched.
return: void The function prints the form.

forum_clean_search_terms($words, $prefix='')   X-Ref
This function takes each word out of the search string, makes sure they are at least
two characters long and returns an string of the space-separated search
terms.

param: string $words String containing space-separated strings to search for.
param: string $prefix String to prepend to the each token taken out of $words.
return: string The filtered search terms, separated by spaces.

forum_menu_list($course)   X-Ref
Retrieve a list of the forums that this user can view.

param: stdClass $course The Course to use.
return: array A set of formatted forum names stored against the forum id.