public function ParameterDefinitionInterface::getSchema in JSON-RPC 8
Same name and namespace in other branches
- 2.x src/ParameterDefinitionInterface.php \Drupal\jsonrpc\ParameterDefinitionInterface::getSchema()
Gets the parameter schema.
Can be derived from the type when the schema property is not defined.
Return value
array The schema.
1 method overrides ParameterDefinitionInterface::getSchema()
- JsonRpcParameterDefinition::getSchema in src/
Annotation/ JsonRpcParameterDefinition.php - Gets the parameter schema.
File
- src/
ParameterDefinitionInterface.php, line 42
Class
- ParameterDefinitionInterface
- Interface to implement a parameter definition.
Namespace
Drupal\jsonrpcCode
public function getSchema();