mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
MDL-63058 block_myoverview: starring and storing preferences
This commit is contained in:
parent
b81722e22f
commit
3cfff88516
39 changed files with 1403 additions and 101 deletions
|
@ -2241,6 +2241,14 @@ $functions = array(
|
|||
'description' => 'Returns the filters available in the given contexts.',
|
||||
'type' => 'read',
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
|
||||
),
|
||||
'core_course_set_favourite_courses' => array(
|
||||
'classname' => 'core_course_external',
|
||||
'methodname' => 'set_favourite_courses',
|
||||
'classpath' => 'course/externallib.php',
|
||||
'description' => 'Add a list of courses to the list of favourite courses.',
|
||||
'type' => 'read',
|
||||
'ajax' => true
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue