private property JsonRpcMethodBase::$rpcRequest in JSON-RPC 8
Same name and namespace in other branches
- 2.x 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\PluginCode
private $rpcRequest;