Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
core_form\external Class Reference

Implements the external functions provided by the core_form subsystem. More...

Inheritance diagram for core_form\external:

Static Public Member Functions

static get_filetypes_browser_data ($onlytypes, $allowall, $current)
 Implements the get_filetypes_browser_data external function.
 
static get_filetypes_browser_data_parameters ()
 Describes the input paramaters of the get_filetypes_browser_data external function.
 
static get_filetypes_browser_data_returns ()
 Describes the output of the get_filetypes_browser_data external function.
 

Detailed Description

Implements the external functions provided by the core_form subsystem.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ get_filetypes_browser_data()

static core_form\external::get_filetypes_browser_data ( $onlytypes,
$allowall,
$current )
static

Implements the get_filetypes_browser_data external function.

Parameters
string$onlytypesAllow selection from these file types only; for example 'web_image'.
bool$allowallAllow to select 'All file types'. Does not apply if onlytypes is set.
string$currentCurrent values that should be selected.
Return values
object

◆ get_filetypes_browser_data_parameters()

static core_form\external::get_filetypes_browser_data_parameters ( )
static

Describes the input paramaters of the get_filetypes_browser_data external function.

Return values
core_external\external_description

◆ get_filetypes_browser_data_returns()

static core_form\external::get_filetypes_browser_data_returns ( )
static

Describes the output of the get_filetypes_browser_data external function.

Return values
core_external\external_description

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