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