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

getActiveGambits() public method

Get a list of the gambits that are active in this search.
public getActiveGambits ( ) : Flarum\Core\Search\GambitInterface[]
return Flarum\Core\Search\GambitInterface[]
    public function getActiveGambits()
    {
        return $this->activeGambits;
    }