You are here

constant WebformElementDisplayOnInterface::DISPLAY_ON_BOTH in Webform 6.x

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

Denotes display on both form and view displays.

File

src/Plugin/WebformElementDisplayOnInterface.php, line 15

Class

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

Namespace

Drupal\webform\Plugin

Code

const DISPLAY_ON_BOTH = 'both';