You are here

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

Same name and namespace in other branches
  1. 2.x modules/jsonrpc_discovery/src/Controller/DiscoveryController.php \Drupal\jsonrpc_discovery\Controller\DiscoveryController::handler

The JSON-RPC handler.

Type: \Drupal\jsonrpc\HandlerInterface

File

modules/jsonrpc_discovery/src/Controller/DiscoveryController.php, line 28

Class

DiscoveryController
The controller that responds with the discovery information.

Namespace

Drupal\jsonrpc_discovery\Controller

Code

protected $handler;