You are here

protected property HttpController::$handler in JSON-RPC 8

Same name and namespace in other branches
  1. 2.x src/Controller/HttpController.php \Drupal\jsonrpc\Controller\HttpController::handler

The RPC handler service.

Type: \Drupal\jsonrpc\HandlerInterface

File

src/Controller/HttpController.php, line 30

Class

HttpController
The main front controller.

Namespace

Drupal\jsonrpc\Controller

Code

protected $handler;