You are here

WebformOptionsCustomInterface.php in Webform 8.5

File

modules/webform_options_custom/src/Element/WebformOptionsCustomInterface.php
View source
<?php

namespace Drupal\webform_options_custom\Element;


/**
 * Defines an interface for webform custom options element.
 */
interface WebformOptionsCustomInterface {

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

}

Interfaces

Namesort descending Description
WebformOptionsCustomInterface Defines an interface for webform custom options element.