You are here

protected property RpcResponseFactory::$outputValidator in JSON-RPC 2.x

Same name and namespace in other branches
  1. 8 src/Shaper/RpcResponseFactory.php \Drupal\jsonrpc\Shaper\RpcResponseFactory::outputValidator

The output validator, based on the JSON Schema.

Type: \Shaper\Validator\ValidateableInterface

File

src/Shaper/RpcResponseFactory.php, line 37

Class

RpcResponseFactory
Creates RPC Response objects.

Namespace

Drupal\jsonrpc\Shaper

Code

protected $outputValidator;