FOF30\Form\Field\Rules::getRepeatable PHP Méthode

getRepeatable() public méthode

Get the rendering of this field type for a repeatable (grid) display, e.g. in a view listing many item (typically a "browse" task)
Since: 2.1
public getRepeatable ( ) : string
Résultat string The field HTML
    public function getRepeatable()
    {
        return '';
    }