You are here

protected property RpcRequestFactory::$validator in JSON-RPC 2.x

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

The JSON Schema validator instance.

Type: \JsonSchema\Validator

File

src/Shaper/RpcRequestFactory.php, line 52

Class

RpcRequestFactory
Creates RPC Request objects.

Namespace

Drupal\jsonrpc\Shaper

Code

protected $validator;