You are here

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

Same name and namespace in other branches
  1. 8 src/MethodInterface.php \Drupal\jsonrpc\MethodInterface::getUsage()

How to use this method.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The usage text for the method.

1 method overrides MethodInterface::getUsage()
JsonRpcMethod::getUsage in src/Annotation/JsonRpcMethod.php
How to use this method.

File

src/MethodInterface.php, line 27

Class

MethodInterface
Interface for the method plugins.

Namespace

Drupal\jsonrpc

Code

public function getUsage();