public function MethodInterface::getUsage in JSON-RPC 8
Same name and namespace in other branches
- 2.x 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\jsonrpcCode
public function getUsage();