9 '#type' =>
'plaintext',
10 '#label' =>
elgg_echo(
'admin:robots.txt:instructions'),
12 'value' =>
$site->getMetadata(
'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(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
elgg_trigger_event_results(string $event, string $type, array $params=[], $returnvalue=null)
Triggers an event where it is expected that the mixed return value could be manipulated by event call...
elgg_set_form_footer(string $footer= '')
Sets form footer and defers its rendering until the form view and extensions have been rendered...
elgg_get_site_entity()
Get the current site entity.