You are here

namespace Drupal\jsonrpc\Object in JSON-RPC 2.x

Same name in other branches
  1. 8 Drupal\jsonrpc\Object
Classsort descending Location Description
Error src/Object/Error.php Error class to help implement JSON RPC's spec for errors.
ParameterBag src/Object/ParameterBag.php Value class to hold multiple parameters.
Request src/Object/Request.php Request object to help implement JSON RPC's spec for request objects.
Response src/Object/Response.php Response object to help implement JSON RPC's spec for response objects.