mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
Merge branch 'MDL-51371-master' of git://github.com/jleyva/moodle
This commit is contained in:
commit
f95452b84f
4 changed files with 173 additions and 1 deletions
|
@ -742,6 +742,13 @@ $functions = array(
|
|||
'type' => 'write'
|
||||
),
|
||||
|
||||
'core_course_get_course_module' => array(
|
||||
'classname' => 'core_course_external',
|
||||
'methodname' => 'get_course_module',
|
||||
'classpath' => 'course/externallib.php',
|
||||
'description' => 'Return information about a course module',
|
||||
'type' => 'read'
|
||||
),
|
||||
|
||||
// === course category related functions ===
|
||||
|
||||
|
@ -1192,6 +1199,7 @@ $services = array(
|
|||
'mod_forum_view_forum',
|
||||
'core_course_view_course',
|
||||
'core_course_search_courses',
|
||||
'core_course_get_course_module',
|
||||
'core_completion_get_activities_completion_status',
|
||||
'core_notes_get_course_notes',
|
||||
'core_completion_get_course_completion_status',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue