We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf3cf1 commit 672f790Copy full SHA for 672f790
classes/output/courseformat/content/cm/delegatedcontrolmenu.php
@@ -22,13 +22,12 @@
22
/**
23
* Class to render delegated section controls.
24
*
25
- * @package core_courseformat
+ * @package format_multitopic
26
* @copyright 2025 James Calder and Otago Polytechnic
27
* @copyright based on work by 2024 Amaia Anabitarte <[email protected]>
28
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
29
*/
30
class delegatedcontrolmenu extends delegatedcontrolmenu_base {
31
-
32
33
* Retrieves the view item for the section control menu.
34
@@ -52,5 +51,4 @@ protected function get_section_permalink_item(): ?link {
52
51
53
return $link;
54
}
55
56
0 commit comments