Moodle APIs 4.2
Moodle 4.2.7 (Build: 20240422)
|
Static Public Member Functions | |
static | get_async_backup_links_backup ($filename, $contextid, $backupid) |
Get the data to be used when generating the table row for an asynchronous backup, the table row updates via ajax when backup is complete. | |
static | get_async_backup_links_backup_parameters () |
Returns description of method parameters. | |
static | get_async_backup_links_backup_returns () |
Returns description of method result value. | |
static | get_async_backup_links_restore ($backupid, $contextid) |
Get the data to be used when generating the table row for an asynchronous restore, the table row updates via ajax when restore is complete. | |
static | get_async_backup_links_restore_parameters () |
Returns description of method parameters. | |
static | get_async_backup_links_restore_returns () |
Returns description of method result value. | |
static | get_async_backup_progress ($backupids, $contextid) |
Get asynchronous backup progress. | |
static | get_async_backup_progress_parameters () |
Returns description of method parameters. | |
static | get_async_backup_progress_returns () |
Returns description of method result value. | |
static | get_copy_progress ($copies) |
Get the data to be used when generating the table row for a course copy, the table row updates via ajax when copy is complete. | |
static | get_copy_progress_parameters () |
Returns description of method parameters. | |
static | get_copy_progress_returns () |
Returns description of method result value. | |
static | submit_copy_form ($jsonformdata) |
Submit the course group form. | |
static | submit_copy_form_parameters () |
Returns description of method parameters. | |
static | submit_copy_form_returns () |
Returns description of method result value. | |
|
static |
Get the data to be used when generating the table row for an asynchronous backup, the table row updates via ajax when backup is complete.
string | $filename | The file name of the backup file. |
int | $contextid | The context the backup relates to. |
string | $backupid | The backup ID to get the backup settings. |
|
static |
Returns description of method parameters.
external_function_parameters |
|
static |
Returns description of method result value.
core_external::external_description |
|
static |
Get the data to be used when generating the table row for an asynchronous restore, the table row updates via ajax when restore is complete.
string | $backupid | The id of the backup record. |
int | $contextid | The context the restore relates to. |
array::$results | The array of results. |
|
static |
Returns description of method parameters.
external_function_parameters |
|
static |
Returns description of method result value.
core_external::external_description |
|
static |
Get asynchronous backup progress.
string | $backupids | The ids of the backup to get progress for. |
int | $contextid | The context the backup relates to. |
array::$results | The array of results. |
|
static |
Returns description of method parameters.
external_function_parameters |
|
static |
Returns description of method result value.
core_external::external_description |
|
static |
Get the data to be used when generating the table row for a course copy, the table row updates via ajax when copy is complete.
array | $copies | Array of ids. |
array::$results | The array of results. |
|
static |
Returns description of method parameters.
external_function_parameters |
|
static |
Returns description of method result value.
core_external::external_description |
|
static |
Submit the course group form.
string | $jsonformdata | The data from the form, encoded as a json array. |
int | new group id. |
|
static |
Returns description of method parameters.
external_function_parameters |
|
static |
Returns description of method result value.
core_external::external_description |