Trean_View_BookmarkList::_linkRemoveTag PHP Method

_linkRemoveTag() protected method

Get HTML for a link to remove a tag from the current search.
protected _linkRemoveTag ( string $tag ) : string
$tag string The tag we want the link for.
return string
    protected function _linkRemoveTag($tag)
    {
        return Horde::url('browse.php')->add(array('actionID' => 'remove', 'tag' => $tag));
    }