Jarves\Admin\FieldTypes\FieldTypes::addType PHP Method

addType() public method

public addType ( string $id, string $fieldTypeServiceId )
$id string
$fieldTypeServiceId string
    public function addType($id, $fieldTypeServiceId)
    {
        $this->types[strtolower($id)] = $fieldTypeServiceId;
    }