You are here

public function ServicesContext::getRequestBody in Services 7.3

Return value of the request body.

Return value

string

Overrides ServicesContextInterface::getRequestBody

File

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

Class

ServicesContext

Code

public function getRequestBody() {
  return $this->data['request_body'];
}