You are here

public function ServicesContextInterface::getEndpointPath in Services 7.3

1 method overrides ServicesContextInterface::getEndpointPath()
ServicesContext::getEndpointPath in servers/rest_server/includes/ServicesContext.inc
Retrieve endpoint path. It is saved in constructor.

File

servers/rest_server/includes/ServicesContext.inc, line 10

Class

ServicesContextInterface
ServicesContext object is for storing all global variables. The idea is to prevent RESTServer from accessing global variables directly and get them only from Context.

Code

public function getEndpointPath();