public function JsonRpcMethod::get in JSON-RPC 8
Same name and namespace in other branches
- 2.x src/Annotation/JsonRpcMethod.php \Drupal\jsonrpc\Annotation\JsonRpcMethod::get()
Gets the value of an annotation.
Overrides AnnotationInterface::get
File
- src/
Annotation/ JsonRpcMethod.php, line 99
Class
- JsonRpcMethod
- Defines a JsonRpcParameterDefinition annotation object.
Namespace
Drupal\jsonrpc\AnnotationCode
public function get() {
return $this;
}