Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

This page lists public api for tool_moodlenet plugin.

Copyright: 2020 Peter Dias
License: http://www.gnu.org/copyleft/gpl.html GNU
File Size: 104 lines (4 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 2 functions


Functions that are not part of a class:

generate_mnet_endpoint(string $profileurl, int $course, int $section = 0)   X-Ref
Generate the endpoint url to the user's moodlenet site.

param: string $profileurl The user's moodlenet profile page
param: int $course The moodle course the mnet resource will be added to
param: int $section The section of the course will be added to. Defaults to the 0th element.
return: string the resulting endpoint

tool_moodlenet_custom_chooser_footer(int $courseid, int $sectionid)   X-Ref
Hooking function to build up the initial Activity Chooser footer information for MoodleNet

param: int $courseid The course the user is currently in and wants to add resources to
param: int $sectionid The section the user is currently in and wants to add resources to
return: activity_chooser_footer