9 '#type' =>
'plaintext',
10 '#label' =>
elgg_echo(
'admin:robots.txt:instructions'),
12 'value' =>
$site->getPrivateSetting(
'robots.txt'),
16 '#type' =>
'plaintext',
17 '#label' =>
elgg_echo(
'admin:robots.txt:plugins'),
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.
elgg_echo($message_key, array $args=[], $language="")
Given a message key, returns an appropriately translated full-text string.
elgg_set_form_footer($footer= '')
Sets form footer and defers its rendering until the form view and extensions have been rendered...
elgg echo
Translates a string.
elgg_trigger_plugin_hook($hook, $type, $params=null, $returnvalue=null)
elgg_get_site_entity()
Get the current site entity.