public function WSConnectorInterface::getOptionsForm in Web Service Data 8
Same name and namespace in other branches
- 2.0.x src/Plugin/WSConnectorInterface.php \Drupal\wsdata\Plugin\WSConnectorInterface::getOptionsForm()
Return the custom settings form for the wscall page.
1 method overrides WSConnectorInterface::getOptionsForm()
- WSConnectorBase::getOptionsForm in src/
Plugin/ WSConnectorBase.php - Return the settings form provided by the connector.
File
- src/
Plugin/ WSConnectorInterface.php, line 15
Class
- WSConnectorInterface
- Defines an interface for Wsconnector plugin plugins.
Namespace
Drupal\wsdata\PluginCode
public function getOptionsForm($options = []);