Craft\AmFormsVariable::getProperFieldTypes PHP Méthode

getProperFieldTypes() public méthode

Get proper field types.
public getProperFieldTypes ( array $fieldTypes ) : array
$fieldTypes array All Craft's fieldtypes.
Résultat array
    public function getProperFieldTypes($fieldTypes)
    {
        return craft()->amForms_fields->getProperFieldTypes($fieldTypes);
    }