You are here

constant FieldMappingInterface::WEBFORM_OPTIONS_ELEMENTS in Webform Content Creator 3.x

File

src/Plugin/FieldMappingInterface.php, line 15

Class

FieldMappingInterface
Interface for the field mapping.

Namespace

Drupal\webform_content_creator\Plugin

Code

const WEBFORM_OPTIONS_ELEMENTS = [
  "checkboxes",
  "webform_checkboxes_other",
  "webform_likert",
  "radios",
  "webform_radios_other",
  "select",
  "webform_select_other",
  "tableselect",
  "webform_tableselect_sort",
  "webform_table_sort",
];