You are here

public static function WebformOptionsCustomInterface::setTemplateOptions in Webform 8.5

Same name and namespace in other branches
  1. 6.x modules/webform_options_custom/src/Element/WebformOptionsCustomInterface.php \Drupal\webform_options_custom\Element\WebformOptionsCustomInterface::setTemplateOptions()
1 method overrides WebformOptionsCustomInterface::setTemplateOptions()
WebformOptionsCustom::setTemplateOptions in modules/webform_options_custom/src/Element/WebformOptionsCustom.php
Set a custom options element #options property.

File

modules/webform_options_custom/src/Element/WebformOptionsCustomInterface.php, line 13

Class

WebformOptionsCustomInterface
Defines an interface for webform custom options element.

Namespace

Drupal\webform_options_custom\Element

Code

public static function setTemplateOptions(array &$element);