Flarum\Core\Search\AbstractSearch::getDefaultSort PHP Method

getDefaultSort() public method

Get the default sort order for the search.
public getDefaultSort ( ) : array
return array
    public function getDefaultSort()
    {
        return $this->defaultSort;
    }