MDL-65974 course: move format_base to core_course\course_format

This commit is contained in:
Ferran Recio
2021-03-11 17:36:34 +01:00
parent 96b49ddc97
commit 1c839f9072
16 changed files with 1440 additions and 35 deletions
+1 -1
View File
@@ -2005,7 +2005,7 @@ 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 format_base::extend_course_navigation()}
* {@link 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.
*