You are here

public property JsonRpcMethod::$call in JSON-RPC 2.x

Same name and namespace in other branches
  1. 8 src/Annotation/JsonRpcMethod.php \Drupal\jsonrpc\Annotation\JsonRpcMethod::call

The class method to call.

Optional. If the method ID is 'foo.bar', this defaults to 'bar'. If the method ID does not contain a dot (.), defaults to 'execute'.

Type: string

File

src/Annotation/JsonRpcMethod.php, line 35

Class

JsonRpcMethod
Defines a JsonRpcParameterDefinition annotation object.

Namespace

Drupal\jsonrpc\Annotation

Code

public $call;