You are here

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

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

Code

public function getSchema();