public function WSCallInterface::getEndpoint in Web Service Data 8
Same name and namespace in other branches
- 2.0.x src/Entity/WSCallInterface.php \Drupal\wsdata\Entity\WSCallInterface::getEndpoint()
Return the endpoint from the active wsserver.
1 method overrides WSCallInterface::getEndpoint()
- WSCall::getEndpoint in src/
Entity/ WSCall.php - Return the endpoint from the active wsserver.
File
- src/
Entity/ WSCallInterface.php, line 20
Class
- WSCallInterface
- Provides an interface for defining Web Service Call entities.
Namespace
Drupal\wsdata\EntityCode
public function getEndpoint();