You are here

public function ParameterDefinitionInterface::getDescription in JSON-RPC 2.x

Same name and namespace in other branches
  1. 8 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\jsonrpc

Code

public function getDescription();