◆ get_bulk_actions()
core_question\local\bank\plugin_features_base::get_bulk_actions |
( |
view | $qbank | ) |
|
|
inherited |
◆ get_column_manager()
qbank_columnsortorder\plugin_feature::get_column_manager |
( |
| ) |
|
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 values
-
Reimplemented from core_question\local\bank\plugin_features_base.
◆ get_navigation_node()
core_question\local\bank\plugin_features_base::get_navigation_node |
( |
| ) |
|
|
inherited |
◆ get_question_actions()
core_question\local\bank\plugin_features_base::get_question_actions |
( |
view | $qbank | ) |
|
|
inherited |
◆ get_question_bank_controls()
qbank_columnsortorder\plugin_feature::get_question_bank_controls |
( |
view | $qbank, |
|
|
context | $context, |
|
|
int | $categoryid ) |
Return add and reset column controls.
- Parameters
-
view | $qbank | The question bank view. |
context | $context | The current context, for permission checks. |
int | $categoryid | The current question category ID. |
- Return values
-
Reimplemented from core_question\local\bank\plugin_features_base.
◆ get_question_columns()
core_question\local\bank\plugin_features_base::get_question_columns |
( |
view | $qbank | ) |
|
|
inherited |
◆ get_question_filters()
core_question\local\bank\plugin_features_base::get_question_filters |
( |
?view | $qbank = null | ) |
|
|
inherited |
Return search conditions for the plugin.
This is used by question bank view classes to get the list of available filters to display in the filter UI.
This is also used to get the list of available filters for other purposes, for example resolving the list of questions selected by a set of filters, in which case the $qbank
argument may be null
{
- See also
- filter_condition_manager::get_condition_classes()}.
- Parameters
-
view | null | $qbank | The current question bank view the filters are being rendered for, for example the main question bank page, or the random question view. |
- Return values
-
Reimplemented in mod_quiz\question\bank\quiz_managecategories_feature, qbank_deletequestion\plugin_feature, qbank_editquestion\plugin_feature, qbank_managecategories\plugin_feature, qbank_tagquestion\plugin_feature, qbank_viewcreator\plugin_feature, qbank_viewquestionname\plugin_feature, qbank_viewquestiontext\plugin_feature, and qbank_viewquestiontype\plugin_feature.
The documentation for this class was generated from the following file:
- question/bank/columnsortorder/classes/plugin_feature.php