FOF30\Form\Header\HeaderBase::getValue PHP Method

getValue() protected method

Get the filter value for this header field
protected getValue ( ) : mixed
return mixed The filter value
    protected function getValue()
    {
        $model = $this->form->getModel();
        return $model->getState($this->filterSource);
    }