Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

Differences Between: [Versions 310 and 400] [Versions 39 and 400] [Versions 400 and 403]

Data privacy plugin library

Copyright: 2018 onwards Jun Pataleta
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 281 lines (11 kb)
Included or required: 3 times
Referenced: 0 times
Includes or requires: 0 files

Defines 7 functions


Functions that are not part of a class:

tool_dataprivacy_myprofile_navigation(tree $tree, $user, $iscurrentuser, $course)   X-Ref
Add nodes to myprofile page.

return: bool
param: tree $tree Tree object
param: stdClass $user User object
param: bool $iscurrentuser
param: stdClass $course Course object

tool_dataprivacy_standard_footer_html()   X-Ref
Callback to add footer elements.

return: string HTML footer content

tool_dataprivacy_output_fragment_addpurpose_form($args)   X-Ref
Fragment to add a new purpose.

return: string The rendered mform fragment.
param: array $args The fragment arguments.

tool_dataprivacy_output_fragment_addcategory_form($args)   X-Ref
Fragment to add a new category.

return: string The rendered mform fragment.
param: array $args The fragment arguments.

tool_dataprivacy_output_fragment_context_form($args)   X-Ref
Fragment to edit a context purpose and category.

return: string The rendered mform fragment.
param: array $args The fragment arguments.

tool_dataprivacy_output_fragment_contextlevel_form($args)   X-Ref
Fragment to edit a contextlevel purpose and category.

return: string The rendered mform fragment.
param: array $args The fragment arguments.

tool_dataprivacy_pluginfile($course, $cm, $context, $filearea, $args, $forcedownload, array $options = array()   X-Ref
Serves any files associated with the data privacy settings.

return: bool Returns false if we don't find a file.
param: stdClass $course Course object
param: stdClass $cm Course module object
param: context $context Context
param: string $filearea File area for data privacy
param: array $args Arguments
param: bool $forcedownload If we are forcing the download
param: array $options More options