public function WSCall::getMethods in Web Service Data 2.0.x
Same name and namespace in other branches
- 8 src/Entity/WSCall.php \Drupal\wsdata\Entity\WSCall::getMethods()
Get the available methods.
Overrides WSCallInterface::getMethods
File
- src/
Entity/ WSCall.php, line 296
Class
- WSCall
- Defines the Web Service Call entity.
Namespace
Drupal\wsdata\EntityCode
public function getMethods() {
return $this->wsserverInst ? $this->wsserverInst
->getMethods() : [];
}