interface WebformOptionsCustomInterface in Webform 6.x
Same name in this branch
- 6.x modules/webform_options_custom/src/WebformOptionsCustomInterface.php \Drupal\webform_options_custom\WebformOptionsCustomInterface
- 6.x modules/webform_options_custom/src/Plugin/WebformOptionsCustomInterface.php \Drupal\webform_options_custom\Plugin\WebformOptionsCustomInterface
- 6.x modules/webform_options_custom/src/Element/WebformOptionsCustomInterface.php \Drupal\webform_options_custom\Element\WebformOptionsCustomInterface
Same name and namespace in other branches
- 8.5 modules/webform_options_custom/src/Element/WebformOptionsCustomInterface.php \Drupal\webform_options_custom\Element\WebformOptionsCustomInterface
Defines an interface for webform custom options element.
Hierarchy
- interface \Drupal\webform_options_custom\Element\WebformOptionsCustomInterface
Expanded class hierarchy of WebformOptionsCustomInterface
All classes that implement WebformOptionsCustomInterface
File
- modules/
webform_options_custom/ src/ Element/ WebformOptionsCustomInterface.php, line 8
Namespace
Drupal\webform_options_custom\ElementView source
interface WebformOptionsCustomInterface {
/**
* {@inheritdoc}
*/
public static function setTemplateOptions(array &$element);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
WebformOptionsCustomInterface:: |
public static | function | 1 |