You are here

public function ServicesParserFile::parse in Services 7.3

Overrides ServicesParserInterface::parse

File

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

Class

ServicesParserFile

Code

public function parse(ServicesContextInterface $context) {
  return $context
    ->getRequestBody();
}