Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.2.x will end 22 April 2024 (12 months).
  • Bug fixes for security issues in 4.2.x will end 7 October 2024 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.1.x is supported too.
/grade/report/singleview/classes/local/ui/
FolderUp one level  
Fileattribute_format.php       [source] [52 lines]    Class that builds an element tree that can be converted to a string
Filebe_checked.php             [source] [42 lines]    Is this thing checked?
Filebe_disabled.php            [source] [40 lines]    be_disabled interface.
Filebe_readonly.php            [source] [38 lines]    be_readonly interface.
Filebulk_insert.php            [source] [125 lines]   Checkbox element used for bulk inserting values in the gradebook.
Filecheckbox_attribute.php     [source] [122 lines]   A checkbox ui element.
Filedropdown_attribute.php     [source] [122 lines]   Drop down list (select list) element
Fileelement.php                [source] [98 lines]    UI Element for an excluded grade_grade.
Fileempty_element.php          [source] [62 lines]    Element that just generates some text.
Fileexclude.php                [source] [142 lines]   Class that represents the exclude checkbox on a grade_grade.
Filefeedback.php               [source] [136 lines]   Class used to render a feedback input box.
Filefinalgrade.php             [source] [195 lines]   UI element representing the finalgrade column.
Filegrade_attribute_format.php [source] [83 lines]    Abstract class for a form element representing something about a grade_grade.
Fileoverride.php               [source] [126 lines]   An override grade checkbox element
Filerange.php                  [source] [64 lines]    UI element that generates a min/max range (text only).
Filetext_attribute.php         [source] [94 lines]    UI element for a text input field.
Fileunique_name.php            [source] [43 lines]    A form element with a name field.
Fileunique_value.php           [source] [42 lines]    The gradebook simple view - UI factory