You are here

WebformElementEntityOptionsInterface.php in Webform 6.x

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

File

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

namespace Drupal\webform\Plugin;


/**
 * Provides an entity options interface used to detect entity options elements.
 */
interface WebformElementEntityOptionsInterface extends WebformElementEntityReferenceInterface {

}

Interfaces

Namesort descending Description
WebformElementEntityOptionsInterface Provides an entity options interface used to detect entity options elements.