12 'filter_id' =>
'user/view',
elgg_entity_gatekeeper(int $guid, string $type=null, string $subtype=null, bool $validate_can_edit=false)
Can the viewer see this entity?
elgg_extract($key, $array, $default=null, bool $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
elgg_view_page(string $title, string|array $body, string $page_shell= 'default', array $vars=[])
Assembles and outputs a full page.
elgg_view_entity(\ElggEntity $entity, array $vars=[])
Returns a string of a rendered entity.
get_user(int $guid)
Elgg users Functions to manage multiple or single users in an Elgg install.