public function ParameterDefinitionInterface::getDescription in JSON-RPC 8
Same name and namespace in other branches
- 2.x src/ParameterDefinitionInterface.php \Drupal\jsonrpc\ParameterDefinitionInterface::getDescription()
The description of the parameter for the method.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The description.
1 method overrides ParameterDefinitionInterface::getDescription()
- JsonRpcParameterDefinition::getDescription in src/
Annotation/ JsonRpcParameterDefinition.php - The description of the parameter for the method.
File
- src/
ParameterDefinitionInterface.php, line 24
Class
- ParameterDefinitionInterface
- Interface to implement a parameter definition.
Namespace
Drupal\jsonrpcCode
public function getDescription();