mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-65974 course: move format renderers to outputs
This commit is contained in:
parent
1c839f9072
commit
8e7dc42440
49 changed files with 3553 additions and 1958 deletions
|
@ -2005,11 +2005,11 @@ class global_navigation extends navigation_node {
|
|||
* Loads all of the courses section into the navigation.
|
||||
*
|
||||
* This function calls method from current course format, see
|
||||
* {@link core_course\course_format::extend_course_navigation()}
|
||||
* core_course\course_format::extend_course_navigation()
|
||||
* If course module ($cm) is specified but course format failed to create the node,
|
||||
* the activity node is created anyway.
|
||||
*
|
||||
* By default course formats call the method {@link global_navigation::load_generic_course_sections()}
|
||||
* By default course formats call the method global_navigation::load_generic_course_sections()
|
||||
*
|
||||
* @param stdClass $course Database record for the course
|
||||
* @param navigation_node $coursenode The course node within the navigation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue