You are here

WebformElementVariantInterface.php in Webform 6.x

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

File

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

namespace Drupal\webform\Plugin;


/**
 * Defines the interface for webform variant elements.
 */
interface WebformElementVariantInterface {

}

Interfaces

Namesort descending Description
WebformElementVariantInterface Defines the interface for webform variant elements.