You are here

WebformElementOtherInterface.php in Webform 6.x

Same filename and directory in other branches
  1. 8.5 src/Plugin/WebformElementOtherInterface.php

File

src/Plugin/WebformElementOtherInterface.php
View source
<?php

namespace Drupal\webform\Plugin;


/**
 * Provides a 'other' options interface.
 */
interface WebformElementOtherInterface {

}

Interfaces

Namesort descending Description
WebformElementOtherInterface Provides a 'other' options interface.