You are here

interface WebformOptionsCustomInterface in Webform 6.x

Same name in this branch
  1. 6.x modules/webform_options_custom/src/WebformOptionsCustomInterface.php \Drupal\webform_options_custom\WebformOptionsCustomInterface
  2. 6.x modules/webform_options_custom/src/Plugin/WebformOptionsCustomInterface.php \Drupal\webform_options_custom\Plugin\WebformOptionsCustomInterface
  3. 6.x modules/webform_options_custom/src/Element/WebformOptionsCustomInterface.php \Drupal\webform_options_custom\Element\WebformOptionsCustomInterface
Same name and namespace in other branches
  1. 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

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\Element
View source
interface WebformOptionsCustomInterface {

  /**
   * {@inheritdoc}
   */
  public static function setTemplateOptions(array &$element);

}

Members