Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

(no description)

File Size: 75 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

canedit:: (1 method):
  can_edit_content()


Class: canedit  - X-Ref

Class to check if the H5P content can be edited for this plugin.

can_edit_content(\stored_file $file)   X-Ref
Check if the user can edit an H5P file. In that case, this method will return true if the file belongs to mod_forum
filearea is post and the user can edit the post where the H5P is.

param: \stored_file $file The H5P file to check.
return: boolean Whether the user can edit or not the given file.