block_starredcourses/main

Javascript to initialise the starred courses block.

Source:
License:
  • http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Methods

(inner) renderCourses(root, courses) → {promise}

Source:

Render the starred courses.

Parameters:
Name Type Description
root object

The root element for the starred view.

courses array

containing array of returned courses.

Returns:

Resolved with HTML and JS strings

Type
promise