This Field Type is used to provide rating functionality.
| Name | Internal name | Expected input |
|---|
Rating | ezsrrating
| boolean |
PHP API Field Type
| Type | Description | Example |
|---|
boolean | Denotes if the rating is enabled or disabled | true |
Value Object
Properties
eZ\Publish\Core\FieldType\Rating\Value offers the following properties.
| Property | Type | Description | Example |
|---|
isDisabled | boolean | Denotes if the rating is enabled or disabled | true |
Hash matches the Value Object, having only one property:
Settings
The Field Type does not support settings.
Validation
The Field Type does not support validation.