Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

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

(no description)

File Size: 962 lines (40 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: settings  - X-Ref

The mod_bigbluebuttonbn settings helper

__construct(admin_category $admin, \core\plugininfo\mod $module, string $categoryname)   X-Ref
Constructor for the bigbluebuttonbn settings.

param: admin_category $admin
param: \core\plugininfo\mod $module
param: string $categoryname for the plugin setting (main setting page)

add_all_settings()   X-Ref
Add all settings.


add_conditional_element(string $name, admin_setting $item, admin_settingpage $settings)   X-Ref
Add the setting and lock it conditionally.

param: string $name
param: admin_setting $item
param: admin_settingpage $settings

add_general_settings()   X-Ref
Helper function renders general settings if the feature is enabled.

return: admin_settingpage

add_defaultmessages_settings()   X-Ref
No description

add_record_settings()   X-Ref
Helper function renders record settings if the feature is enabled.


add_importrecordings_settings()   X-Ref
Helper function renders import recording settings if the feature is enabled.


add_showrecordings_settings()   X-Ref
Helper function renders show recording settings if the feature is enabled.


add_waitmoderator_settings()   X-Ref
Helper function renders wait for moderator settings if the feature is enabled.


add_voicebridge_settings()   X-Ref
Helper function renders static voice bridge settings if the feature is enabled.


add_preupload_settings()   X-Ref
Helper function renders preuploaded presentation settings if the feature is enabled.


add_userlimit_settings()   X-Ref
Helper function renders userlimit settings if the feature is enabled.


add_participants_settings()   X-Ref
Helper function renders participant settings if the feature is enabled.


add_muteonstart_settings()   X-Ref
Helper function renders general settings if the feature is enabled.


add_lock_settings()   X-Ref
Helper function to render lock settings.


add_lock_setting_from_name(string $settingname, admin_settingpage $lockingsetting)   X-Ref
Helper function renders setting if the feature is enabled.

param: string $settingname
param: admin_settingpage $lockingsetting The parent settingpage to add to

add_extended_settings()   X-Ref
Helper function renders extended settings if any of the features there is enabled.


add_experimental_settings()   X-Ref
Helper function renders experimental settings if any of the features there is enabled.


reset_cache()   X-Ref
Process reset cache.