Merge branch 'MDL-60425-master' of git://github.com/jleyva/moodle

This commit is contained in:
David Monllao
2018-10-08 12:51:05 +02:00
7 changed files with 1093 additions and 123 deletions
+9
View File
@@ -74,6 +74,15 @@ $functions = array(
'capabilities' => 'moodle/badges:viewotherbadges',
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
),
'core_blog_get_entries' => array(
'classname' => 'core_blog\external',
'methodname' => 'get_entries',
'description' => 'Returns blog entries.',
'type' => 'read',
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
'ajax' => true,
'loginrequired' => false,
),
'core_calendar_get_calendar_monthly_view' => array(
'classname' => 'core_calendar_external',
'methodname' => 'get_calendar_monthly_view',