phpbb\notification\type\group_request::get_url PHP Method

get_url() public method

public get_url ( )
    public function get_url()
    {
        return append_sid($this->phpbb_root_path . 'ucp.' . $this->php_ext, "i=groups&mode=manage&action=list&g={$this->item_parent_id}");
    }