interface WebformElementVariantInterface in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformElementVariantInterface.php \Drupal\webform\Plugin\WebformElementVariantInterface
Defines the interface for webform variant elements.
Hierarchy
- interface \Drupal\webform\Plugin\WebformElementVariantInterface
Expanded class hierarchy of WebformElementVariantInterface
All classes that implement WebformElementVariantInterface
4 files declare their use of WebformElementVariantInterface
- Webform.php in src/
Entity/ Webform.php - WebformUiElementDeleteForm.php in modules/
webform_ui/ src/ Form/ WebformUiElementDeleteForm.php - WebformUiElementFormBase.php in modules/
webform_ui/ src/ Form/ WebformUiElementFormBase.php - WebformVariant.php in src/
Plugin/ WebformElement/ WebformVariant.php
File
- src/
Plugin/ WebformElementVariantInterface.php, line 8
Namespace
Drupal\webform\PluginView source
interface WebformElementVariantInterface {
}