◆ load_fontawesome_icon_map()
static core\output\external::load_fontawesome_icon_map |
( |
| ) |
|
|
static |
Return a mapping of icon names to icons.
- Deprecated
- since Moodle 3.10
- Return values
-
◆ load_fontawesome_icon_map_is_deprecated()
static core\output\external::load_fontawesome_icon_map_is_deprecated |
( |
| ) |
|
|
static |
The load_fontawesome_icon_map
function has been replaced with.
- See also
- load_fontawesome_map\execute()
- Return values
-
◆ load_fontawesome_icon_map_parameters()
static core\output\external::load_fontawesome_icon_map_parameters |
( |
| ) |
|
|
static |
Returns description of load_icon_map() parameters.
- Return values
-
external_function_parameters | |
◆ load_fontawesome_icon_map_returns()
static core\output\external::load_fontawesome_icon_map_returns |
( |
| ) |
|
|
static |
Returns description of load_icon_map() result value.
- Return values
-
◆ load_template()
static core\output\external::load_template |
( |
| $component, |
|
|
| $template, |
|
|
| $themename, |
|
|
| $includecomments = false ) |
|
static |
Return a mustache template, and all the strings it requires.
- Parameters
-
string | $component | The component that holds the template. |
string | $templatename | The name of the template. |
string | $themename | The name of the current theme. |
- Return values
-
◆ load_template_parameters()
static core\output\external::load_template_parameters |
( |
| ) |
|
|
static |
Returns description of load_template() parameters.
- Return values
-
external_function_parameters | |
◆ load_template_returns()
static core\output\external::load_template_returns |
( |
| ) |
|
|
static |
Returns description of load_template() result value.
- Return values
-
◆ load_template_with_dependencies()
static core\output\external::load_template_with_dependencies |
( |
string | $component, |
|
|
string | $template, |
|
|
string | $themename, |
|
|
bool | $includecomments = false, |
|
|
string | $lang = null ) |
|
static |
Return a mustache template, and all the child templates and strings it requires.
- Parameters
-
string | $component | The component that holds the template. |
string | $template | The name of the template. |
string | $themename | The name of the current theme. |
bool | $includecomments | Whether to strip comments from the template source. |
string | $lang | moodle translation language, null means use current. |
- Return values
-
◆ load_template_with_dependencies_parameters()
static core\output\external::load_template_with_dependencies_parameters |
( |
| ) |
|
|
static |
Returns description of load_template_with_dependencies() parameters.
- Return values
-
external_function_parameters | |
◆ load_template_with_dependencies_returns()
static core\output\external::load_template_with_dependencies_returns |
( |
| ) |
|
|
static |
Returns description of load_template_with_dependencies() result value.
- Return values
-
The documentation for this class was generated from the following file:
- lib/classes/output/external.php