You are here

public function ServiceEndpoint::getEndpoint in Services 9.0.x

Same name and namespace in other branches
  1. 8.4 src/Entity/ServiceEndpoint.php \Drupal\services\Entity\ServiceEndpoint::getEndpoint()

Returns the endpoint path to the API.

Return value

string

Overrides ServiceEndpointInterface::getEndpoint

File

src/Entity/ServiceEndpoint.php, line 69

Class

ServiceEndpoint
Defines the service endpoint entity.

Namespace

Drupal\services\Entity

Code

public function getEndpoint() {
  return $this->endpoint;
}