You are here

protected static function Request::parseInput in RESTful 7.2

Parses the input data.

Return value

array The parsed input.

1 call to Request::parseInput()
Request::__construct in src/Http/Request.php
Constructor.

File

src/Http/Request.php, line 343
Contains \Drupal\restful\Http\Request

Class

Request
Deals with everything coming from the consumer.

Namespace

Drupal\restful\Http

Code

protected static function parseInput() {
  return $_GET;
}