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: 56 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

qbank_plugin_base:: (3 methods):
  init()
  validate_data()
  create_for_plugin()


Class: qbank_plugin_base  - X-Ref

Question bank plugin event.

This describes an administrative event relating to a question bank plugin, in the system context.
The pluginname will be stored in the other property, and userid will be the user who performed the action on the plugin.

init()   X-Ref
No description

validate_data()   X-Ref
No description

create_for_plugin(string $pluginname)   X-Ref
Return an event instance with $this->other['pluginname'] set to the provided plugin name.

param: string $pluginname
return: base