You are here

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

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

The supported JSON-RPC version.

Return value

string The version.

Overrides HandlerInterface::supportedVersion

File

src/Handler.php, line 60

Class

Handler
Manages all the JSON-RPC business logic.

Namespace

Drupal\jsonrpc

Code

public static function supportedVersion() {
  return static::SUPPORTED_VERSION;
}