Code
Explorer
You are a developer and looking for Shopware projects?
Apply Now!
SubmitButton example
class
SubmitButtonBuilder
extends
ButtonBuilder
{
/** * Creates the button. */
public
function
getForm
(
)
: SubmitButton
{
return
new
SubmitButton
(
$this
->
getFormConfig
(
)
)
;
}
}