You are here

constant WebformComputedInterface::MODE_HTML in Webform 6.x

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

Denotes HTML.

File

src/Element/WebformComputedInterface.php, line 17

Class

WebformComputedInterface
Defines an interface for webform computed element.

Namespace

Drupal\webform\Element

Code

const MODE_HTML = 'html';