Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Mandatory public API of url module. More...
Functions | |
mod_url_core_calendar_provide_event_action (calendar_event $event, core_calendar\action_factory $factory, $userid=0) | |
This function receives a calendar event and returns the action associated with it, or null if there is none. More... | |
url_add_instance ($data, $mform) | |
Add url instance. More... | |
url_check_updates_since (cm_info $cm, $from, $filter=array()) | |
Check if the module has any update that affects the current user since a given time. More... | |
url_delete_instance ($id) | |
Delete url instance. More... | |
url_dndupload_handle ($uploadinfo) | |
Handle a file that has been uploaded. More... | |
url_dndupload_register () | |
Register the ability to handle drag and drop file uploads. More... | |
url_export_contents ($cm, $baseurl) | |
Export URL resource contents. More... | |
url_get_coursemodule_info ($coursemodule) | |
Given a course_module object, this function returns any "extra" information that may be needed when printing this activity in a course listing. More... | |
url_get_post_actions () | |
List the actions that correspond to a post of this module. More... | |
url_get_view_actions () | |
List the actions that correspond to a view of this module. More... | |
url_page_type_list ($pagetype, $parentcontext, $currentcontext) | |
Return a list of page types. More... | |
url_reset_userdata ($data) | |
This function is used by the reset_course_userdata function in moodlelib. More... | |
url_supports ($feature) | |
List of features supported in URL module. More... | |
url_update_instance ($data, $mform) | |
Update url instance. More... | |
url_view ($url, $course, $cm, $context) | |
Mark the activity completed (if required) and trigger the course_module_viewed event. More... | |
Mandatory public API of url module.