Interface to indicate that a question bank column can go in the action menu.
Copyright: | 2019 Tim Hunt |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 56 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
menuable_action:: (1 method):
get_action_menu_link()
Interface: menuable_action - X-Ref
Interface to indicate that a question bank column can go in the action menu.get_action_menu_link(\stdClass $question) X-Ref |
Return the appropriate action menu link, or null if it does not apply to this question. param: \stdClass $question data about the question being displayed in this row. return: \action_menu_link|null the action, if applicable to this question. |