Craft\RetourFieldType::getSettingsHtml PHP Method

getSettingsHtml() public method

Render the field settings
public getSettingsHtml ( ) : none
return none
    public function getSettingsHtml()
    {
        /* -- Get the list of matches */
        $matchList = craft()->retour->getMatchesList();
        return craft()->templates->render('retour/fields/RetourFieldType_Settings', array('matchList' => $matchList, 'settings' => $this->getSettings()));
    }