You are here

public function ServicesParserURLEncoded::parse in Services 7.3

Overrides ServicesParserInterface::parse

File

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

Class

ServicesParserURLEncoded

Code

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