public function WSServer::getEndpoint in Web Service Data 8
Same name and namespace in other branches
- 2.0.x src/Entity/WSServer.php \Drupal\wsdata\Entity\WSServer::getEndpoint()
Get the endpoint.
Overrides WSServerInterface::getEndpoint
File
- src/
Entity/ WSServer.php, line 129
Class
- WSServer
- Defines the Web Service Server entity.
Namespace
Drupal\wsdata\EntityCode
public function getEndpoint() {
return $this->endpoint;
}