Craft\RetourFieldType::getName PHP Method

getName() public method

Returns the name of the fieldtype.
public getName ( ) : mixed
return mixed
    public function getName()
    {
        return Craft::t('Retour Redirect');
    }