public static function Handler::supportedVersion in JSON-RPC 2.x
Same name and namespace in other branches
- 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\jsonrpcCode
public static function supportedVersion() {
return static::SUPPORTED_VERSION;
}