Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
mod_data\external\get_mapping_information Class Reference
Inheritance diagram for mod_data\external\get_mapping_information:

Static Public Member Functions

static execute (int $cmid, string $importedpreset)
 Get importing information for the given database course module.
 
static execute_parameters ()
 Parameters.
 
static execute_returns ()
 Return.
 

Member Function Documentation

◆ execute()

static mod_data\external\get_mapping_information::execute ( int $cmid,
string $importedpreset )
static

Get importing information for the given database course module.

Parameters
int$cmidId of the course module where to import the preset.
string$importedpresetPlugin or saved preset to be imported.
Return values
arrayInformation needed to decide whether to show the dialogue or not.

◆ execute_parameters()

static mod_data\external\get_mapping_information::execute_parameters ( )
static

Parameters.

Return values
external_function_parameters

◆ execute_returns()

static mod_data\external\get_mapping_information::execute_returns ( )
static

Return.

Return values
external_single_structure

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