|
Moodle APIs 4.2
Moodle 4.2.7 (Build: 20240422)
|
Files | |
| file | lib.php |
| Question related functions. | |
| file | plugin_feature.php |
| Class columns is the entrypoint for the columns. | |
| file | provider.php |
| Privacy Subsystem for qbank_tagquestion implementing null_provider. | |
| file | services.php |
| External services definition for qbank_tagquestion. | |
| file | submit_tags.php |
| External qbank_tagquestion API. | |
| file | tags_action_column.php |
| Action to add and remove tags to questions. | |
| file | tags_form.php |
| The mform class for manage question tags. | |
| file | version.php |
| Version information for qbank_tagquestion. | |
Namespaces | |
| namespace | qbank_tagquestion |
| | |
| namespace | qbank_tagquestion\external |
| | |
| namespace | qbank_tagquestion\form |
| | |
| namespace | qbank_tagquestion\privacy |
| | |
Functions | |
| qbank_tagquestion_output_fragment_tags_form ($args) | |
| Question tags fragment callback. | |
Variables | |
| $functions | |
| $plugin = 2023041800 | |
| $plugin | component = 'qbank_tagquestion' |
| $plugin | maturity = MATURITY_STABLE |
| $plugin | version = 2023042400 |
| qbank_tagquestion_output_fragment_tags_form | ( | $args | ) |
Question tags fragment callback.
| array | $args | Arguments to the form. |
| null|string | The rendered form. |
| $functions |