Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.3.x will end 7 October 2024 (12 months).
  • Bug fixes for security issues in 4.3.x will end 21 April 2025 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.2.x is supported too.

(no description)

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

Defines 1 class


Class: communication  - X-Ref

Class for communication provider.

get_manage_url()   X-Ref
No description

get_settings_section_name()   X-Ref
No description

enable_plugin(string $pluginname, int $enabled)   X-Ref
No description

get_enabled_plugins()   X-Ref
No description

load_settings(\part_of_admin_tree $adminroot, $parentnodename, $hassiteconfig)   X-Ref
No description

is_uninstall_allowed()   X-Ref
No description

is_plugin_enabled($fullpluginname)   X-Ref
Checks if a communication plugin is ready to be used.
It checks the plugin status as well as the plugin is missing or not.

param: string $fullpluginname the name of the plugin
return: bool