You are here

public static function HandlerInterface::supportedVersion in JSON-RPC 2.x

Same name and namespace in other branches
  1. 8 src/HandlerInterface.php \Drupal\jsonrpc\HandlerInterface::supportedVersion()

The supported JSON-RPC version.

Return value

string The version.

1 method overrides HandlerInterface::supportedVersion()
Handler::supportedVersion in src/Handler.php
The supported JSON-RPC version.

File

src/HandlerInterface.php, line 80

Class

HandlerInterface
Interface for the handler.

Namespace

Drupal\jsonrpc

Code

public static function supportedVersion();