You are here

constant Handler::SUPPORTED_VERSION in JSON-RPC 2.x

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

The support JSON-RPC version.

File

src/Handler.php, line 28

Class

Handler
Manages all the JSON-RPC business logic.

Namespace

Drupal\jsonrpc

Code

const SUPPORTED_VERSION = '2.0';