WebformElementEntityOptionsInterface.php in Webform 6.x
Same filename and directory in other branches
Namespace
Drupal\webform\PluginFile
src/Plugin/WebformElementEntityOptionsInterface.phpView source
<?php
namespace Drupal\webform\Plugin;
/**
* Provides an entity options interface used to detect entity options elements.
*/
interface WebformElementEntityOptionsInterface extends WebformElementEntityReferenceInterface {
}
Interfaces
Name | Description |
---|---|
WebformElementEntityOptionsInterface | Provides an entity options interface used to detect entity options elements. |