FOF30\Form\Form::loadFieldType PHP Method

loadFieldType() protected method

Proxy for {@link Helper::loadFieldType()}.
Since: 2.0
protected loadFieldType ( string $type, boolean $new = true ) : FOF30\Form\FieldInterface | boolean
$type string The field type.
$new boolean Flag to toggle whether we should get a new instance of the object.
return FOF30\Form\FieldInterface | boolean FieldInterface object on success, false otherwise.
    protected function loadFieldType($type, $new = true)
    {
        return $this->loadType('field', $type, $new);
    }