9 '0' =>
elgg_echo(
'installation:debug:none'),
10 'ERROR' =>
elgg_echo(
'installation:debug:error'),
11 'WARNING' =>
elgg_echo(
'installation:debug:warning'),
12 'NOTICE' =>
elgg_echo(
'installation:debug:notice'),
13 'INFO' =>
elgg_echo(
'installation:debug:info'),
16 '#label' =>
elgg_echo(
'installation:debug:label'),
17 '#help' =>
elgg_echo(
'installation:debug'),
elgg_get_config($name, $site_guid=0)
Get an Elgg configuration value.
$body
Advanced site settings, debugging section.
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
elgg echo
Translates a string.
elgg_view_module($type, $title, $body, array $vars=array())
Wrapper function for the module display pattern.