Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

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

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.

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

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.

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

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

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

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

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

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

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

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

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
return: bool Returns false if we don't find a file.