You are here

protected property ParameterBag::$positional in JSON-RPC 2.x

Same name and namespace in other branches
  1. 8 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\Object

Code

protected $positional;