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.

Privacy Subsystem implementation for customfield_text.

Copyright: 2018 Daniel Neis Araujo <danielneis@gmail.com>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 84 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

provider:: (4 methods):
  get_reason()
  export_customfield_data()
  before_delete_data()
  before_delete_fields()


Class: provider  - X-Ref

Privacy Subsystem for customfield_text implementing null_provider.

get_reason()   X-Ref
Get the language string identifier with the component's language
file to explain why this plugin stores no data.

return: string

export_customfield_data(data_controller $data, \stdClass $exportdata, array $subcontext)   X-Ref
Preprocesses data object that is going to be exported

param: data_controller $data
param: \stdClass $exportdata
param: array $subcontext

before_delete_data(string $dataidstest, array $params, array $contextids)   X-Ref
Allows plugins to delete everything they store related to the data (usually files)

param: string $dataidstest
param: array $params
param: array $contextids
return: mixed|void

before_delete_fields(string $fieldidstest, array $params, array $contextids)   X-Ref
Allows plugins to delete everything they store related to the field configuration (usually files)

param: string $fieldidstest
param: array $params
param: array $contextids