public function MethodInterface::areParamsPositional in JSON-RPC 8
Same name and namespace in other branches
- 2.x 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\jsonrpcCode
public function areParamsPositional();