You are here

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

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

The RPC handler service.

Type: \Drupal\jsonrpc\HandlerInterface

File

src/Controller/HttpController.php, line 33

Class

HttpController
The main front controller.

Namespace

Drupal\jsonrpc\Controller

Code

protected $handler;