You are here

public static function Handler::supportedVersion in JSON-RPC 8

Same name and namespace in other branches
  1. 2.x 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 47

Class

Handler
Manages all the JSON-RPC business logic.

Namespace

Drupal\jsonrpc

Code

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