You are here

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

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

The JSON Schema validator service.

Type: \JsonSchema\Validator

File

src/Controller/HttpController.php, line 40

Class

HttpController
The main front controller.

Namespace

Drupal\jsonrpc\Controller

Code

protected $validator;