You are here

WebformOptionsCustomInterface.php in Webform 6.x

File

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

namespace Drupal\webform_options_custom\Plugin;


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

}

Interfaces

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