Moodle APIs 4.2
Moodle 4.2.7 (Build: 20240422)
|
Renderable class for the dropdown in the gradebook pages. More...
Classes | |
class | core_grades\output\gradebook_dropdown |
Namespaces | |
namespace | core_grades\output |
| |
Renderable class for the dropdown in the gradebook pages.
We have opted to have this as a class as opposed to a renderable for prosperity in the case that custom handling is required by the calling code.
This could become a abstract class if other components require similar functionality and wish to extend the base here.