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: 154 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

submission_removed:: (7 methods):
  create_from_submission()
  init()
  get_name()
  get_description()
  validate_data()
  get_objectid_mapping()
  get_other_mapping()


Class: submission_removed  - X-Ref

The mod_assign submission removed event class.

create_from_submission(assign $assign, stdClass $submission)   X-Ref
Create instance of event.

param: assign $assign
param: stdClass $submission
return: submission_removed

init()   X-Ref
Init method.


get_name()   X-Ref
Returns localised general event name.

return: string

get_description()   X-Ref
Returns non-localised description of what happened.

return: string

validate_data()   X-Ref
Custom validation.

return: void

get_objectid_mapping()   X-Ref
Get objectid mapping.

return: array

get_other_mapping()   X-Ref
Get other mapping.

return: array