public function WSCallInterface::getOptionsForm in Web Service Data 8
Same name and namespace in other branches
- 2.0.x src/Entity/WSCallInterface.php \Drupal\wsdata\Entity\WSCallInterface::getOptionsForm()
Get the forms provided by the wsserver for the wscall.
1 method overrides WSCallInterface::getOptionsForm()
- WSCall::getOptionsForm in src/
Entity/ WSCall.php - Get the forms provided by the wsserver for the wscall.
File
- src/
Entity/ WSCallInterface.php, line 45
Class
- WSCallInterface
- Provides an interface for defining Web Service Call entities.
Namespace
Drupal\wsdata\EntityCode
public function getOptionsForm();