You are here

constant WebformElementDisplayOnInterface::DISPLAY_ON_FORM in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Plugin/WebformElementDisplayOnInterface.php \Drupal\webform\Plugin\WebformElementDisplayOnInterface::DISPLAY_ON_FORM

Denotes display on form display only.

File

src/Plugin/WebformElementDisplayOnInterface.php, line 22

Class

WebformElementDisplayOnInterface
Provides a 'display_on' interface hide/show element on form and/or view display.

Namespace

Drupal\webform\Plugin

Code

const DISPLAY_ON_FORM = 'form';