elgg_view_exists($view, $viewtype= '', $recurse=true)
Returns whether the specified view exists.
if(is_string($location)&&$location!== '') $briefdescription
$relationship
Elgg (group) member relationship view.
elgg_format_element($tag_name, array $attributes=[], $text= '', array $options=[])
Format an HTML element.
if(!$relationship instanceof ElggRelationship) $entity_one
elgg_extract($key, $array, $default=null, $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
elgg_view_icon($name, $vars=[])
View an icon glyph.
if(!$entity_one instanceof ElggUser||!$entity_two instanceof ElggGroup) $user_params
elgg echo
Translates a string.
elgg_view($view, $vars=[], $viewtype= '')
Return a parsed view.
elgg_view_entity_url(\ElggEntity $entity, array $options=[])
Helper function for outputting a link to an entity.
get_entity($guid)
Loads and returns an entity object from a guid.