You are here

public function ServiceEndpointInterface::getEndpoint in Services 9.0.x

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

Returns the endpoint path to the API.

Return value

string

1 method overrides ServiceEndpointInterface::getEndpoint()
ServiceEndpoint::getEndpoint in src/Entity/ServiceEndpoint.php
Returns the endpoint path to the API.

File

src/ServiceEndpointInterface.php, line 17

Class

ServiceEndpointInterface
Provides an interface for defining service endpoint entities.

Namespace

Drupal\services

Code

public function getEndpoint();