Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Static Public Member Functions | |
static | is_configured () |
Check if the provider is configured or not. | |
static | load_for_instance (processor $communication) |
A base communication provider. | |
|
static |
Check if the provider is configured or not.
This method is intended to check if the plugin have got any settings and if all the settings are set properly. This checking helps to reduce errors in future when a communication instance is added for the provider and not configured.
Implemented in communication_customlink\communication_feature, and communication_matrix\communication_feature.
|
static |
A base communication provider.
processor | $communication | The communication object |
Implemented in communication_customlink\communication_feature, and communication_matrix\communication_feature.