interface SubmitterControl implements Control

Contract for controls that can submit a form.

Methods

array|null
getValidationScope()

Returns the validation scope. Clicking the button validates only the controls within the scope, or null for all.

Details

at line 20
array|null getValidationScope()

Returns the validation scope. Clicking the button validates only the controls within the scope, or null for all.

Return Value

array|null