|
Moodle APIs 4.2
Moodle 4.2.7 (Build: 20240422)
|
Directories | |
| directory | local |
| | |
Files | |
| file | adminpresets_admin_setting_bloglevel.php |
| Select setting for blog's bloglevel setting. | |
| file | adminpresets_admin_setting_configcheckbox.php |
| Checkbox setting. | |
| file | adminpresets_admin_setting_configcheckbox_with_advanced.php |
| Checkbox with an advanced checkbox that controls an additional $name. | |
| file | adminpresets_admin_setting_configcheckbox_with_lock.php |
| Checkbox with an advanced checkbox that controls an additional $name. | |
| file | adminpresets_admin_setting_configiplist.php |
| Used to validate a textarea used for ip addresses. | |
| file | adminpresets_admin_setting_configmulticheckbox.php |
| Class to be extended by multicheckbox settings. | |
| file | adminpresets_admin_setting_configmultiselect.php |
| Extends the base class and lists the selected values separated by comma. | |
| file | adminpresets_admin_setting_configmultiselect_with_loader.php |
| Generalizes a configmultipleselect with load_choices(). | |
| file | adminpresets_admin_setting_configselect.php |
| Select one value from list. | |
| file | adminpresets_admin_setting_configselect_with_advanced.php |
| Adds support for the "advanced" attribute. | |
| file | adminpresets_admin_setting_configtext.php |
| Basic text setting, cleans the param using the admin_setting paramtext attribute. | |
| file | adminpresets_admin_setting_configtext_with_advanced.php |
| Adds the advanced attribute. | |
| file | adminpresets_admin_setting_configtime.php |
| Time selector. | |
| file | adminpresets_admin_setting_devicedetectregex.php |
| Reimplementation to allow human friendly view of the selected regexps. | |
| file | adminpresets_admin_setting_gradecat_combo.php |
| A select with force and advanced options. | |
| file | adminpresets_admin_setting_sitesettext.php |
| Reimplemented to store values in course table, not in config or config_plugins. | |
| file | adminpresets_admin_setting_special_backupdays.php |
| Special control for selecting days to backup. | |
| file | adminpresets_admin_setting_special_calendar_weekend.php |
| Special admin control for calendar weekend. | |
| file | adminpresets_admin_setting_users_with_capability.php |
| Extends configselect to reuse set_valuevisible. | |
| file | adminpresets_setting.php |
| Admin tool presets plugin to load some settings. | |
| file | delegation.php |
| Cross-class methods. | |
| file | helper.php |
| Admin presets helper class. | |
| file | lib.php |
| Data generator for adminpresets component. | |
| file | manager.php |
| Admin tool presets manager class. | |
| file | provider.php |
| Admin presets this file handle privacy provider. | |
Namespaces | |
| namespace | core_adminpresets |
| | |
| namespace | core_adminpresets\local\setting |
| | |
| namespace | core_adminpresets\privacy |
| | |
Variables | |
| global | core_adminpresets::$CFG |
| global | $CFG |