You are here

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

File

src/Plugin/FieldMappingInterface.php, line 37

Class

FieldMappingInterface
Interface for the field mapping.

Namespace

Drupal\webform_content_creator\Plugin

Code

const WEBFORM_TEXT_ELEMENTS = [
  "textarea",
  "textfield",
  "hidden",
];