trait CanSubmitForm (View source)

Properties

protected bool $canSubmitForm
protected string|null $formToSubmit
protected string|null $formId

Methods

submit(string|null $form)

No description

bool
canSubmitForm()

No description

string|null
getFormToSubmit()

No description

formId(string|null $id)

No description

string|null
getFormId()

No description

Details

CanSubmitForm submit(string|null $form)

No description

Parameters

string|null $form

Return Value

CanSubmitForm

bool canSubmitForm()

No description

Return Value

bool

string|null getFormToSubmit()

No description

Return Value

string|null

CanSubmitForm formId(string|null $id)

No description

Parameters

string|null $id

Return Value

CanSubmitForm

string|null getFormId()

No description

Return Value

string|null