FormFieldMultipleSelectChoice
This class manage select fields. It provides you additionnal field options :
- multiple : Type of select field, mutiple allow you to check several options.
- AbstractFormField implements FormField
- FormFieldMultipleSelectChoice
Direct known subclasses
FormFieldGroups
public
|
#
__construct( string $id, string $label, array $selected_options, array $available_options, array $field_options = array(), array $constraints = array() )
Constructs a FormFieldMultipleSelectChoice. |
public
|
|
public
|
|
public
string
|
|
protected
|
|
protected
|
|
protected
|
$constraints,
$css_class,
$css_field_class,
$css_form_field_class,
$description,
$disabled,
$events,
$form_constraints,
$hidden,
$id,
$label,
$pattern,
$placeholder,
$readonly,
$required,
$template,
$validation_error_message,
$value
|