Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
top.php File Reference

Variables

 $hassiteconfig = has_capability('moodle/site:config', $systemcontext)
 
 $moodleservices
 
 $systemcontext = context_system::instance()
 
 $userfeedback = new admin_settingpage('userfeedback', new lang_string('feedbacksettings', 'admin'))
 

Variable Documentation

◆ $moodleservices

$moodleservices
Initial value:
= new admin_settingpage('moodleservices', new lang_string('moodleservices',
'admin'))
Used to group a number of admin_setting objects into a page and add them to the admin tree.
Definition adminlib.php:1451
The lang_string class.
Definition moodlelib.php:10805