getParams()
Retrieve exception parameters.
if(!$user||!$user->canDelete()) $name
getParam($name)
Get a parameter value.
$params
Saves global plugin settings.
setRedirectUrl($url)
Set preferred redirect URL If set, a redirect response will be issued.
elgg_extract($key, $array, $default=null, $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
getRedirectUrl()
Get preferred redirect URL.
$CONFIG url
The full URL where Elgg is installed.
setParams(array $params=[])
Set params to provide context about the exception.