Devise\Search\Pagination::View PHP Method

View() protected method

Creates the view for us
protected View ( ) : mixed
return mixed
    protected function View()
    {
        if (!isset($this->View)) {
            $this->View = \View::getFacadeRoot();
        }
        return $this->View;
    }