You are here

public function MethodInterface::areParamsPositional in JSON-RPC 2.x

Same name and namespace in other branches
  1. 8 src/MethodInterface.php \Drupal\jsonrpc\MethodInterface::areParamsPositional()

Whether the parameters are by-position.

Return value

bool True if the parameters are positional.

1 method overrides MethodInterface::areParamsPositional()
JsonRpcMethod::areParamsPositional in src/Annotation/JsonRpcMethod.php
Whether the parameters are by-position.

File

src/MethodInterface.php, line 46

Class

MethodInterface
Interface for the method plugins.

Namespace

Drupal\jsonrpc

Code

public function areParamsPositional();