Elgg\EntityIcon::getIconURL PHP Method

getIconURL() public method

Returns a URL of the icon.
public getIconURL ( array $params ) : string
$params array An array of paramaters including: string 'size' => the size of the icon (default: medium) string 'type' => the icon type (default: icon)
return string
    public function getIconURL($params);