You are here

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

File

src/Plugin/FieldMappingInterface.php, line 28

Class

FieldMappingInterface
Interface for the field mapping.

Namespace

Drupal\webform_content_creator\Plugin

Code

const WEBFORM_ENTIY_REFERENCE_ELEMENTS = [
  "entity_autocomplete",
  "webform_entity_checkboxes",
  "webform_entity_radios",
  "webform_entity_select",
  "webform_term_checkboxes",
  "webform_term_select",
];