public function WSServer::getMethods in Web Service Data 8
Same name and namespace in other branches
- 2.0.x 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 101
Class
- WSServer
- Defines the Web Service Server entity.
Namespace
Drupal\wsdata\EntityCode
public function getMethods() {
return $this->wsconnectorInst
->getMethods();
}