Skip to main content

ChoiceDecorator

Source: includes/fields/field-decorator-choice/class-gf-field-decorator-choice.php:7

Details

  • Kind: class
  • Namespace: (global)

Properties

PropertyTypeDescription
$fieldGF_Field

Methods

MethodDescription
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

NameTypeDefaultDescription
$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

NameTypeDefaultDescription
$choice
$choice_id
$choice_number
$form

Returns

  • string

Since: 2.9

Source: includes/fields/field-decorator-choice/class-gf-field-decorator-choice.php:57