You are here

private property JsonRpcMethodBase::$rpcRequest in JSON-RPC 2.x

Same name and namespace in other branches
  1. 8 src/Plugin/JsonRpcMethodBase.php \Drupal\jsonrpc\Plugin\JsonRpcMethodBase::rpcRequest

The RPC request for the current invocation.

Type: \Drupal\jsonrpc\Object\Request

File

src/Plugin/JsonRpcMethodBase.php, line 22

Class

JsonRpcMethodBase
Base implementation for JSON RPC methods.

Namespace

Drupal\jsonrpc\Plugin

Code

private $rpcRequest;