interface WSConnectorInterface in Web Service Data 2.0.x
Same name and namespace in other branches
- 8 src/Plugin/WSConnectorInterface.php \Drupal\wsdata\Plugin\WSConnectorInterface
Defines an interface for Wsconnector plugin plugins.
Hierarchy
- interface \Drupal\Core\Plugin\ContainerFactoryPluginInterface
- interface \Drupal\wsdata\Plugin\WSConnectorInterface
Expanded class hierarchy of WSConnectorInterface
All classes that implement WSConnectorInterface
File
- src/
Plugin/ WSConnectorInterface.php, line 10
Namespace
Drupal\wsdata\PluginView source
interface WSConnectorInterface extends ContainerFactoryPluginInterface {
/**
* Return the custom settings form for the wscall page.
*/
public function getOptionsForm($options = []);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ContainerFactoryPluginInterface:: |
public static | function | Creates an instance of the plugin. | 120 |
WSConnectorInterface:: |
public | function | Return the custom settings form for the wscall page. | 1 |