mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Merge branch 'dashboard-split-overview-block' of https://github.com/ryanwyllie/moodle
This commit is contained in:
commit
20f9b981f9
137 changed files with 5871 additions and 2450 deletions
|
@ -510,6 +510,14 @@ $functions = array(
|
|||
'ajax' => true,
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
|
||||
),
|
||||
'core_course_get_enrolled_courses_by_timeline_classification' => array(
|
||||
'classname' => 'core_course_external',
|
||||
'methodname' => 'get_enrolled_courses_by_timeline_classification',
|
||||
'classpath' => 'course/externallib.php',
|
||||
'description' => 'List of enrolled courses for the given timeline classification (past, inprogress, or future).',
|
||||
'type' => 'read',
|
||||
'ajax' => true
|
||||
),
|
||||
'core_enrol_get_course_enrolment_methods' => array(
|
||||
'classname' => 'core_enrol_external',
|
||||
'methodname' => 'get_course_enrolment_methods',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue