Themosis\Field\Fields\FieldBuilder::fieldType PHP Method

fieldType() protected method

Method to override in the child class to define its input type property.
protected fieldType ( )
    protected function fieldType()
    {
        $this->type = '';
    }