Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Files | |
file | admin_settings_search_form.php |
Admin settings search form. | |
file | lib.php |
This file contains functions used by the admin pages. | |
Classes | |
class | admin_settings_search_form |
Admin settings search form. More... | |
Functions | |
admin_page_type_list ($pagetype, $parentcontext, $currentcontext) | |
Return a list of page types. More... | |
core_admin_pluginfile ($course, $cm, $context, $filearea, $args, $forcedownload, array $options=array()) | |
File serving. More... | |
admin_page_type_list | ( | $pagetype, | |
$parentcontext, | |||
$currentcontext | |||
) |
Return a list of page types.
string | $pagetype | current page type |
stdClass | $parentcontext | Block's parent context |
stdClass | $currentcontext | Current context of block |
core_admin_pluginfile | ( | $course, | |
$cm, | |||
$context, | |||
$filearea, | |||
$args, | |||
$forcedownload, | |||
array | $options = array() |
||
) |
File serving.
stdClass | $course | The course object. |
stdClass | $cm | The cm object. |
context | $context | The context object. |
string | $filearea | The file area. |
array | $args | List of arguments. |
bool | $forcedownload | Whether or not to force the download of the file. |
array | $options | Array of options. |
void|false |