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]

Plugin entrypoint for columns.

Author: Safat Shahin <safatshahin@catalyst-au.net>
Copyright: 2021 Catalyst IT Australia Pty Ltd
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 74 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

plugin_feature:: (3 methods):
  get_question_columns()
  get_question_actions()
  get_question_bank_controls()


Class: plugin_feature  - X-Ref

Class columns is the entrypoint for the columns.

get_question_columns($qbank)   X-Ref
No description

get_question_actions(view $qbank)   X-Ref
No description

get_question_bank_controls(view $qbank, context $context, int $categoryid)   X-Ref
Return "Add new question" control.

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[]