Jarves\Admin\Form\Form::getField PHP Method

getField() public method

public getField ( string $key ) : Field
$key string
return Jarves\Configuration\Field
    public function getField($key)
    {
        return static::searchField($this->fields, $key);
    }