public
|
#
__construct( string $id, string $label, mixed $value, SearchCategoryChildrensOptions $search_category_children_options, string[] $field_options, CategoriesCache $categories_cache )
Constructs a FormFieldCategoriesSelect.
Constructs a FormFieldCategoriesSelect.
Parameters
- $id
- Field id
- $label
- Field label
- $value
- Default value (either a FormFieldEnumOption object or a string corresponding to the FormFieldEnumOption's raw value)
- $search_category_children_options
- $field_options Map of the field options (this field has no specific option, there are only the inherited ones)
- $field_options
- Map of the field options (this field has no specific option, there are only the inherited ones)
- $categories_cache
- of the constraints
Overrides
|