public property JsonRpcMethod::$call in JSON-RPC 8
Same name and namespace in other branches
- 2.x 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\AnnotationCode
public $call;