You are here

service jsonrpc.handler in JSON-RPC 2.x

Same name and namespace in other branches
  1. 8 jsonrpc.services.yml \jsonrpc.handler

Class

Drupal\jsonrpc\Handler
5 string references to jsonrpc.handler
DiscoveryController::create in modules/jsonrpc_discovery/src/Controller/DiscoveryController.php
Instantiates a new instance of this class.
HttpController::__construct in src/Controller/HttpController.php
HttpController constructor.
JsonRpcOptionsRequestSubscriber::onRequest in src/Routing/JsonRpcOptionsRequestSubscriber.php
Tries to handle the options request.
JsonRpcTestBase::getRpc in tests/src/Functional/JsonRpcTestBase.php
JSON RPC request using the GET method.
JsonRpcTestBase::postRpc in tests/src/Functional/JsonRpcTestBase.php
Post a request in JSON format.

File

./jsonrpc.services.yml
jsonrpc.services.yml

View source
  1. class: Drupal\jsonrpc\Handler
  2. arguments:
  3. - '@plugin.manager.jsonrpc_method'
  4. - '@renderer'