Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.3.x will end 7 October 2024 (12 months).
  • Bug fixes for security issues in 4.3.x will end 21 April 2025 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.2.x is supported too.

Differences Between: [Versions 400 and 403] [Versions 401 and 403] [Versions 402 and 403]

A question bank column which gathers together all the actions into a menu.

Copyright: 2019 The Open University
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 89 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

edit_menu_column:: (6 methods):
  get_title()
  get_name()
  display_content()
  get_required_fields()
  get_actions()
  get_extra_classes()


Class: edit_menu_column  - X-Ref

A question bank column which gathers together all the actions into a menu.

This question bank column, if added to the question bank, will
replace all of the other columns which implement the
{@see menu_action_column_base} interface and replace them with a single
column containing an Edit menu.

get_title()   X-Ref
No description

get_name()   X-Ref
No description

display_content($question, $rowclasses)   X-Ref
No description

get_required_fields()   X-Ref
No description

get_actions()   X-Ref
Get menuable actions.

return: menu_action_column_base Menuable actions.

get_extra_classes()   X-Ref
No description