Privacy Subsystem for datafield_file implementing null_provider.
More...
|
static | delete_data_content ($context, $recordobj, $fieldobj, $contentobj) |
| Allows plugins to delete locally stored data.
|
|
static | export_data_content ($context, $recordobj, $fieldobj, $contentobj, $defaultvalue) |
| Exports data about one record in {data_content} table.
|
|
static | get_reason () |
| Get the language string identifier with the component's language file to explain why this plugin stores no data.
|
|
Privacy Subsystem for datafield_file implementing null_provider.
- Copyright
- 2018 Carlos Escobedo carlo.nosp@m.s@mo.nosp@m.odle..nosp@m.com
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ delete_data_content()
static datafield_file\privacy\provider::delete_data_content |
( |
| $context, |
|
|
| $recordobj, |
|
|
| $fieldobj, |
|
|
| $contentobj ) |
|
static |
Allows plugins to delete locally stored data.
- Parameters
-
context_module | $context | |
stdClass | $recordobj | record from DB table {data_records} |
stdClass | $fieldobj | record from DB table {data_fields} |
stdClass | $contentobj | record from DB table {data_content} |
Implements mod_data\privacy\datafield_provider.
◆ export_data_content()
static datafield_file\privacy\provider::export_data_content |
( |
| $context, |
|
|
| $recordobj, |
|
|
| $fieldobj, |
|
|
| $contentobj, |
|
|
| $defaultvalue ) |
|
static |
Exports data about one record in {data_content} table.
- Parameters
-
context_module | $context | |
stdClass | $recordobj | record from DB table {data_records} |
stdClass | $fieldobj | record from DB table {data_fields} |
stdClass | $contentobj | record from DB table {data_content} |
stdClass | $defaultvalue | pre-populated default value that most of plugins will use |
Implements mod_data\privacy\datafield_provider.
◆ get_reason()
static datafield_file\privacy\provider::get_reason |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file:
- mod/data/field/file/classes/privacy/provider.php