Moodle PHP Documentation 5.0
Moodle 5.0.1+ (Build: 20250711) (61af040cd5f)
customfield_number\privacy\provider Class Reference
Inheritance diagram for customfield_number\privacy\provider:
core_privacy\local\metadata\null_provider core_customfield\privacy\customfield_provider core_privacy\local\request\plugin\subplugin_provider core_privacy\local\request\shared_userlist_provider core_privacy\local\request\shared_data_provider core_privacy\local\request\userlist_provider core_privacy\local\request\data_provider

Static Public Member Functions

static before_delete_data (string $select, array $params, array $contextids)
 Callback to clean up any related files prior to data record deletion.
 
static before_delete_fields (string $select, array $params, array $contextids)
 Callback to clean up any related field prior to field record deletion.
 
static export_customfield_data (data_controller $data, stdClass $exportdata, array $subcontext)
 Preprocesses data object that is going to be exported.
 
static get_reason ()
 Plugin language string identifier to explain why this plugin stores no data.
 

Member Function Documentation

◆ before_delete_data()

static customfield_number\privacy\provider::before_delete_data ( string $select,
array $params,
array $contextids )
static

Callback to clean up any related files prior to data record deletion.

Parameters
string$select
array$params
int[]$contextids

Implements core_customfield\privacy\customfield_provider.

◆ before_delete_fields()

static customfield_number\privacy\provider::before_delete_fields ( string $select,
array $params,
array $contextids )
static

Callback to clean up any related field prior to field record deletion.

Parameters
string$select
array$params
int[]$contextids

Implements core_customfield\privacy\customfield_provider.

◆ export_customfield_data()

static customfield_number\privacy\provider::export_customfield_data ( data_controller $data,
stdClass $exportdata,
array $subcontext )
static

Preprocesses data object that is going to be exported.

Parameters
data_controller$data
stdClass$exportdata
array$subcontext

Implements core_customfield\privacy\customfield_provider.

◆ get_reason()

static customfield_number\privacy\provider::get_reason ( )
static

Plugin language string identifier to explain why this plugin stores no data.

Return values
string

Implements core_privacy\local\metadata\null_provider.


The documentation for this class was generated from the following file: