ChoiceDecorator
Source: includes/fields/field-decorator-choice/class-gf-field-decorator-choice.php:7
Details
- Kind:
class - Namespace:
(global)
Properties
| Property | Type | Description |
|---|---|---|
$field | GF_Field |
Methods
| Method | Description |
|---|---|
get_field_classes() | Get the style classes for the image choice field. |
get_image_markup() | Get the image markup for a choice field. |
Method Reference
get_field_classes()
public function get_field_classes( $form_id, $field )
Get the style classes for the image choice field.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$form_id | |||
$field | |||
$field_id |
Returns
string
Since: 2.9
Source: includes/fields/field-decorator-choice/class-gf-field-decorator-choice.php:32
get_image_markup()
public function get_image_markup( $choice, $choice_id, $choice_number, $form )
Get the image markup for a choice field.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$choice | |||
$choice_id | |||
$choice_number | |||
$form |
Returns
string
Since: 2.9
Source: includes/fields/field-decorator-choice/class-gf-field-decorator-choice.php:57