WebformOptionsCustomInterface.php in Webform 6.x
Same filename in this branch
Same filename and directory in other branches
Namespace
Drupal\webform_options_custom\PluginFile
modules/webform_options_custom/src/Plugin/WebformOptionsCustomInterface.phpView source
<?php
namespace Drupal\webform_options_custom\Plugin;
/**
* Defines an interface for webform custom options element.
*/
interface WebformOptionsCustomInterface {
}
Interfaces
Name | Description |
---|---|
WebformOptionsCustomInterface | Defines an interface for webform custom options element. |