Privacy Subsystem implementation for customfield_date.
Copyright: | 2018 Daniel Neis Araujo <danielneis@gmail.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 85 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
provider:: (4 methods):
get_reason()
export_customfield_data()
before_delete_data()
before_delete_fields()
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 |