Encore\Admin\Widgets\Box::removable PHP Method

removable() public method

public removable ( )
    public function removable()
    {
        $this->attributes['tools'][] = '<button class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>';
        return $this;
    }