public function EntityShareClient::getEndPointUrl in Entity Share 7
Get the endpoint URL.
Return value
string The endpoint URL.
File
- includes/
entity_share.client.inc, line 160 - Class for handling communication with Entity Share Server.
Class
- EntityShareClient
- Entity Share Client class.
Code
public function getEndPointUrl() {
return $this->endpointUrl;
}