Carbon_Fields\Field::factory PHP Method

factory() public static method

A proxy for the abstract field factory method.
See also: Carbon_Fields\Field\Field::factory()
public static factory ( $type, $name, $label = null )
    public static function factory($type, $name, $label = null)
    {
        return Abstract_Field::factory($type, $name, $label);
    }