You are here

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

Same name and namespace in other branches
  1. 8 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;