public function WSServerInterface::setEndpoint in Web Service Data 8
Same name and namespace in other branches
- 2.0.x src/Entity/WSServerInterface.php \Drupal\wsdata\Entity\WSServerInterface::setEndpoint()
Set the endpoint.
1 method overrides WSServerInterface::setEndpoint()
- WSServer::setEndpoint in src/
Entity/ WSServer.php - Set the endpoint.
File
- src/
Entity/ WSServerInterface.php, line 15
Class
- WSServerInterface
- Provides an interface for defining Web Service Server entities.
Namespace
Drupal\wsdata\EntityCode
public function setEndpoint($endpoint);