FormFieldFilePicker
This class manage file input fields. It provides you additionnal field options :
- size : The size for the field
- AbstractFormField implements FormField
- FormFieldFilePicker
public
|
#
__construct( string $id, string $label, array $field_options = array(), array $constraints = array() )
Constructs and set parameters to the field. The specific parameters of this abstract class (common with many fields) are the following:
None of these parameters is required. |
public
|
|
protected
|
|
public
boolean
|
|
public
|
|
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
|