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.

(no description)

File Size: 64 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

plugin_feature:: (2 methods):
  get_column_manager()
  get_question_bank_controls()


Class: plugin_feature  - X-Ref

Plugin features for qbank_columnsortorder

get_column_manager()   X-Ref
Override the default column manager.

This will set the column order, size and visibility based on the global settings defined on the admin screen, or on the
current user's preference if they have set one.

return: ?column_manager_base

get_question_bank_controls(view $qbank, context $context, int $categoryid)   X-Ref
Return add and reset column controls.

param: view $qbank The question bank view.
param: context $context The current context, for permission checks.
param: int $categoryid The current question category ID.
return: \renderable[]