You are here

protected property Handler::$methodManager in JSON-RPC 2.x

Same name and namespace in other branches
  1. 8 src/Handler.php \Drupal\jsonrpc\Handler::methodManager

The JSON-RPC method plugin manager.

Type: \Drupal\Component\Plugin\PluginManagerInterface

File

src/Handler.php, line 35

Class

Handler
Manages all the JSON-RPC business logic.

Namespace

Drupal\jsonrpc

Code

protected $methodManager;