protected property Request::$id in JSON-RPC 8
Same name and namespace in other branches
- 2.x src/Object/Request.php \Drupal\jsonrpc\Object\Request::id
A string, number or NULL ID. False when an ID was not provided.
Type: mixed|false
File
- src/
Object/ Request.php, line 36
Class
- Request
- Request object to help implement JSON RPC's spec for request objects.
Namespace
Drupal\jsonrpc\ObjectCode
protected $id;