17 throw new \Elgg\GatekeeperException(
elgg_echo(
'registerdisabled'));
26 'class' =>
'elgg-form-account',
elgg_echo($message_key, array $args=[], $language="")
Given a message key, returns an appropriately translated full-text string.
elgg_view_page($title, $body, $page_shell= 'default', $vars=[])
Assembles and outputs a full page.
elgg_view_form($action, $form_vars=[], $body_vars=[])
elgg echo
Translates a string.
elgg_view_layout($layout_name, $vars=[])
Displays a layout with optional parameters.
if(elgg_get_config('allow_registration')==false) $friend_guid
elgg_view($view, $vars=[], $viewtype= '')
Return a parsed view.
elgg_get_config($name, $default=null)
Get an Elgg configuration value.