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 datafield_latlong.

Copyright: 2018 Carlos Escobedo <carlos@moodle.com>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 82 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

provider:: (3 methods):
  get_reason()
  export_data_content()
  delete_data_content()


Class: provider  - X-Ref

Privacy Subsystem for datafield_latlong 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_data_content($context, $recordobj, $fieldobj, $contentobj, $defaultvalue)   X-Ref
Exports data about one record in {data_content} table.

param: \context_module $context
param: \stdClass $recordobj record from DB table {data_records}
param: \stdClass $fieldobj record from DB table {data_fields}
param: \stdClass $contentobj record from DB table {data_content}
param: \stdClass $defaultvalue pre-populated default value that most of plugins will use

delete_data_content($context, $recordobj, $fieldobj, $contentobj)   X-Ref
Allows plugins to delete locally stored data.

param: \context_module $context
param: \stdClass $recordobj record from DB table {data_records}
param: \stdClass $fieldobj record from DB table {data_fields}
param: \stdClass $contentobj record from DB table {data_content}