You are here

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

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

Code

public function call();