You are here

constant HandlerInterface::JSONRPC_REQUEST_KEY in JSON-RPC 2.x

Same name and namespace in other branches
  1. 8 src/HandlerInterface.php \Drupal\jsonrpc\HandlerInterface::JSONRPC_REQUEST_KEY

The configuration array key for the JSON-RPC request object.

File

src/HandlerInterface.php, line 17

Class

HandlerInterface
Interface for the handler.

Namespace

Drupal\jsonrpc

Code

const JSONRPC_REQUEST_KEY = 'jsonrpc_request';