elgg_view_exists($view, $viewtype= '', $recurse=true)
Returns whether the specified view exists.
if(!$user||!$user->canDelete()) $name
foreach($input_params as $name=> $value) $match_on
Thrown when page is not accessible.
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_set_viewtype($viewtype= '')
Manually set the viewtype.
elgg_view($view, $vars=[], $viewtype= '')
Return a parsed view.