You are here

public function ServicesParserPHP::parse in Services 7.3

Overrides ServicesParserInterface::parse

File

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

Class

ServicesParserPHP

Code

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