Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.2.x will end 22 April 2024 (12 months).
  • Bug fixes for security issues in 4.2.x will end 7 October 2024 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.1.x is supported too.

Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402] [Versions 401 and 402]

Event to be triggered when a new course module is created.

Copyright: 2013 Ankit Agarwal
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later.
File Size: 142 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

course_module_created:: (8 methods):
  init()
  create_from_cm()
  get_name()
  get_description()
  get_url()
  validate_data()
  get_objectid_mapping()
  get_other_mapping()


Class: course_module_created  - X-Ref

Class course_module_created

Class for event to be triggered when a new course module is created.

init()   X-Ref
Set basic properties for the event.


create_from_cm($cm, $modcontext = null)   X-Ref
Api to Create new event from course module.

param: \cm_info|\stdClass $cm course module instance, as returned by {@link get_coursemodule_from_id}
param: \context_module $modcontext module context instance
return: \core\event\base returns instance of new event

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

return: string

get_description()   X-Ref
Returns non-localised event description with id's for admin use only.

return: string

get_url()   X-Ref
Returns relevant URL.

return: \moodle_url

validate_data()   X-Ref
Custom validation.


get_objectid_mapping()   X-Ref
No description

get_other_mapping()   X-Ref
No description