public function WebformOptionsCustomInterface::getElement in Webform 6.x
Same name and namespace in other branches
- 8.5 modules/webform_options_custom/src/WebformOptionsCustomInterface.php \Drupal\webform_options_custom\WebformOptionsCustomInterface::getElement()
Get the custom options element.
Return value
array The custom options element.
1 method overrides WebformOptionsCustomInterface::getElement()
- WebformOptionsCustom::getElement in modules/
webform_options_custom/ src/ Entity/ WebformOptionsCustom.php - Get the custom options element.
File
- modules/
webform_options_custom/ src/ WebformOptionsCustomInterface.php, line 62
Class
- WebformOptionsCustomInterface
- Provides an interface defining a webform options custom entity.
Namespace
Drupal\webform_options_customCode
public function getElement();