protected property Request::$inBatch in JSON-RPC 8
Same name and namespace in other branches
- 2.x src/Object/Request.php \Drupal\jsonrpc\Object\Request::inBatch
Indicates if the request is part of a batch or not.
Type: bool
File
- src/
Object/ Request.php, line 43
Class
- Request
- Request object to help implement JSON RPC's spec for request objects.
Namespace
Drupal\jsonrpc\ObjectCode
protected $inBatch;