You are here

public function JsonRpcMethod::get in JSON-RPC 2.x

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

Gets the value of an annotation.

Overrides AnnotationInterface::get

File

src/Annotation/JsonRpcMethod.php, line 109

Class

JsonRpcMethod
Defines a JsonRpcParameterDefinition annotation object.

Namespace

Drupal\jsonrpc\Annotation

Code

public function get() {
  return $this;
}