public function WSServer::getMethods in Web Service Data 2.0.x
Same name and namespace in other branches
- 8 src/Entity/WSServer.php \Drupal\wsdata\Entity\WSServer::getMethods()
Return types of methods supported by the connector.
Overrides WSServerInterface::getMethods
1 call to WSServer::getMethods()
- WSServer::getDefaultMethod in src/
Entity/ WSServer.php - Return the default method if called.
File
- src/
Entity/ WSServer.php, line 109
Class
- WSServer
- Defines the Web Service Server entity.
Namespace
Drupal\wsdata\EntityCode
public function getMethods() {
return $this->wsconnectorInst
->getMethods();
}