Encore\Admin\Grid\Filter::__toString PHP Method

__toString() public method

Get the string contents of the filter view.
public __toString ( ) : Illuminate\View\View | string
return Illuminate\View\View | string
    public function __toString()
    {
        return $this->render();
    }