You are here

protected property Request::$params in JSON-RPC 2.x

Same name and namespace in other branches
  1. 8 src/Object/Request.php \Drupal\jsonrpc\Object\Request::params

The request parameters, if any.

Type: \Drupal\jsonrpc\Object\ParameterBag|null

File

src/Object/Request.php, line 29

Class

Request
Request object to help implement JSON RPC's spec for request objects.

Namespace

Drupal\jsonrpc\Object

Code

protected $params;