mirror of
https://github.com/moodle/moodle.git
synced 2025-07-25 08:11:39 +02:00
MDL-53772 externallib: Deprecate external_function_info()
This commit is contained in:
committed by
David Monllao
parent
e02e7f5a01
commit
11c16f5fc8
@@ -33,7 +33,7 @@ admin_externalpage_setup('webservicedocumentation');
|
||||
$functions = $DB->get_records('external_functions', array(), 'name');
|
||||
$functiondescs = array();
|
||||
foreach ($functions as $function) {
|
||||
$functiondescs[$function->name] = external_function_info($function);
|
||||
$functiondescs[$function->name] = external_api::external_function_info($function);
|
||||
}
|
||||
|
||||
//display the documentation for all documented protocols,
|
||||
|
Reference in New Issue
Block a user