constant WebformElementDisplayOnInterface::DISPLAY_ON_BOTH in Webform 8.5
Same name and namespace in other branches
- 6.x 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\PluginCode
const DISPLAY_ON_BOTH = 'both';