SubmitButton example


class SubmitButtonBuilder extends ButtonBuilder
{
    /** * Creates the button. */
    public function getForm(): SubmitButton
    {
        return new SubmitButton($this->getFormConfig());
    }
}
Home | Imprint | This part of the site doesn't use cookies.