Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
setting Directory Reference

Files

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