Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
|
This file contains the moodle hooks for the submission comments plugin. More...
Functions | |
assignsubmission_comments_comment_add (stdClass $comment, stdClass $param) | |
Callback to force the userid for all comments to be the userid of the submission and NOT the global $USER->id. | |
assignsubmission_comments_comment_display ($comments, $options) | |
Callback called by comment::get_comments() and comment::add(). | |
assignsubmission_comments_comment_permissions (stdClass $options) | |
Permission control method for submission plugin -— required method for AJAXmoodle based comment API. | |
assignsubmission_comments_comment_validate (stdClass $options) | |
Callback method for data validation-— required method for AJAXmoodle based comment API. | |
This file contains the moodle hooks for the submission comments plugin.