Craft\Neo_SettingsModel::getField PHP Method

getField() public method

Returns the field the settings belong to.
public getField ( ) : craft\FieldModel | null
return craft\FieldModel | null
    public function getField()
    {
        return $this->_neoField;
    }