Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.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.
Filebulk_insert.php            [source] [119 lines]   Checkbox element used for bulk inserting values in the gradebook.
Filecheckbox_attribute.php     [source] [106 lines]   A checkbox ui element.
Filedropdown_attribute.php     [source] [102 lines]   Drop down list (select list) element
Fileelement.php                [source] [89 lines]    UI Element for an excluded grade_grade.
Fileempty_element.php          [source] [59 lines]    Element that just generates some text.
Fileexclude.php                [source] [125 lines]   Class that represents the exclude checkbox on a grade_grade.
Filefeedback.php               [source] [122 lines]   Class used to render a feedback input box.
Filefinalgrade.php             [source] [181 lines]   UI element representing the finalgrade column.
Filegrade_attribute_format.php [source] [72 lines]    Abstract class for a form element representing something about a grade_grade.
Fileoverride.php               [source] [112 lines]   An override grade checkbox element
Filerange.php                  [source] [59 lines]    UI element that generates a min/max range (text only).
Filetext_attribute.php         [source] [88 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