You are here

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

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

The RPC service method id.

Type: string

File

src/Object/Request.php, line 22

Class

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

Namespace

Drupal\jsonrpc\Object

Code

protected $method;