public function MethodInterface::call in JSON-RPC 8
Same name and namespace in other branches
- 2.x src/MethodInterface.php \Drupal\jsonrpc\MethodInterface::call()
The class method to call.
Return value
string The PHP method on the RPC method object to call. Defaults to: execute.
1 method overrides MethodInterface::call()
- JsonRpcMethod::call in src/
Annotation/ JsonRpcMethod.php - The class method to call.
File
- src/
MethodInterface.php, line 19
Class
- MethodInterface
- Interface for the method plugins.
Namespace
Drupal\jsonrpcCode
public function call();