You are here

interface ServicesParserInterface in Services 7.3

Hierarchy

Expanded class hierarchy of ServicesParserInterface

All classes that implement ServicesParserInterface

1 string reference to 'ServicesParserInterface'
RESTServer::parseRequestBody in servers/rest_server/includes/RESTServer.inc
Parse request body based on $_SERVER['CONTENT_TYPE'].s

File

servers/rest_server/includes/ServicesParser.inc, line 3

View source
interface ServicesParserInterface {
  public function parse(ServicesContextInterface $context);

}

Members