Encore\Admin\Grid\Column::link PHP Method

    public function link($href = '', $target = '_blank')
    {
        if (empty($href)) {
            $href = '{$value}';
        }
        $wrapper = "<a href='{$href}' target='{$target}'>{value}</a>";
        $this->htmlWrapper($wrapper);
        return $this;
    }