Search\Model\Filter\Base::name PHP Method

name() public method

Get the field name from HTTP GET query string.
public name ( ) : string
return string
    public function name()
    {
        return $this->config('name');
    }