service jsonrpc.handler in JSON-RPC 2.x
Same name and namespace in other branches
- 8 jsonrpc.services.yml \jsonrpc.handler
Class
Drupal\jsonrpc\Handler5 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
View source
- class: Drupal\jsonrpc\Handler
- arguments:
- - '@plugin.manager.jsonrpc_method'
- - '@renderer'