mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-56880 webservices: Fix documentation of get_enabled_plugins()
This commit is contained in:
parent
258d07d37e
commit
51c6d25b3b
@ -33,7 +33,7 @@ defined('MOODLE_INTERNAL') || die();
|
||||
class webservice extends base {
|
||||
/**
|
||||
* Finds all enabled plugins, the result may include missing plugins.
|
||||
* @return array|null of enabled plugins $pluginname=>$pluginname, null means unknown
|
||||
* @return array of enabled plugins $pluginname => $pluginname
|
||||
*/
|
||||
public static function get_enabled_plugins() {
|
||||
global $CFG;
|
||||
|
Loading…
x
Reference in New Issue
Block a user