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]

Renderer class for tool_dataprivacy

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

Defines 1 class


Class: renderer  - X-Ref

Renderer class for tool_dataprivacy.

render_my_data_requests_page(my_data_requests_page $page)   X-Ref
Render the user's data requests page.

return: string html for the page
param: my_data_requests_page $page

render_contact_dpo_link()   X-Ref
Render the contact DPO link.

return: string The HTML for the link.

render_data_requests_page(data_requests_page $page)   X-Ref
Render the data requests page for the DPO.

return: string html for the page
param: data_requests_page $page

render_data_registry_page(data_registry_page $page)   X-Ref
Render the data registry.

return: string html for the page
param: data_registry_page $page

render_data_registry_compliance_page(data_registry_compliance_page $page)   X-Ref
Render the data compliance registry.

return: string html for the page
param: data_registry_compliance_page $page

render_purposes(purposes $page)   X-Ref
Render the purposes management page.

return: string html for the page
param: purposes $page

render_categories(categories $page)   X-Ref
Render the categories management page.

return: string html for the page
param: categories $page

render_data_deletion_page(data_deletion_page $page)   X-Ref
Render the review page for the deletion of expired contexts.

return: string html for the page
param: data_deletion_page $page

render_summary_page(summary_page $page)   X-Ref
Render the user data retention summary page.

return: string html for the page.
param: summary_page $page