You are here

namespace Drupal\jsonrpc in JSON-RPC 8

Same name in other branches
  1. 2.x Drupal\jsonrpc
Classsort descending Location Description
ExecutableWithParamsInterface src/ExecutableWithParamsInterface.php Add to methods that can be executed with params.
Handler src/Handler.php Manages all the JSON-RPC business logic.
HandlerInterface src/HandlerInterface.php Interface for the handler.
MethodInterface src/MethodInterface.php Interface for the method plugins.
ParameterDefinitionInterface src/ParameterDefinitionInterface.php Interface to implement a parameter definition.
ParameterFactoryInterface src/ParameterFactoryInterface.php Interface for all parameter factories.