public function WSServerInterface::getMethods in Web Service Data 8
Same name and namespace in other branches
- 2.0.x src/Entity/WSServerInterface.php \Drupal\wsdata\Entity\WSServerInterface::getMethods()
Return types of methods supported by the connector.
1 method overrides WSServerInterface::getMethods()
- WSServer::getMethods in src/
Entity/ WSServer.php - Return types of methods supported by the connector.
File
- src/
Entity/ WSServerInterface.php, line 45
Class
- WSServerInterface
- Provides an interface for defining Web Service Server entities.
Namespace
Drupal\wsdata\EntityCode
public function getMethods();