protected property ParameterBag::$positional in JSON-RPC 8
Same name and namespace in other branches
- 2.x src/Object/ParameterBag.php \Drupal\jsonrpc\Object\ParameterBag::positional
True if the params in the bag are positional. They have sequential keys.
Type: bool
File
- src/
Object/ ParameterBag.php, line 15
Class
- ParameterBag
- Value class to hold multiple parameters.
Namespace
Drupal\jsonrpc\ObjectCode
protected $positional;