17 'no_results' =>
elgg_echo(
'admin:users:details:profile:no_fields'),
23 'mobile' =>
'tel p-tel',
24 'phone' =>
'tel p-tel',
25 'website' =>
'url u-url',
26 'contactemail' =>
'email u-email',
32 $shortname = $field[
'name'];
33 $valtype = $field[
'#type'];
42 $value =
"http://{$value}";
58 'no_results' =>
elgg_echo(
'admin:users:details:profile:no_information'),
$entity
Show user profile information in admin listings.
if(empty($fields)) $microformats
elgg_echo($message_key, array $args=[], $language="")
Elgg language module Functions to manage language and translations.
if(!$entity instanceof\ElggUser) $fields
elgg_format_element($tag_name, array $attributes=[], $text= '', array $options=[])
Format an HTML element.
elgg_extract($key, $array, $default=null, $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
elgg echo
Translates a string.
elgg_view($view, $vars=[], $viewtype= '')
Return a parsed view.