You are here

constant WebformComputedInterface::MODE_TEXT in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Element/WebformComputedInterface.php \Drupal\webform\Element\WebformComputedInterface::MODE_TEXT

Denotes plain text.

File

src/Element/WebformComputedInterface.php, line 24

Class

WebformComputedInterface
Defines an interface for webform computed element.

Namespace

Drupal\webform\Element

Code

const MODE_TEXT = 'text';