xmlrpc.routing.yml in xmlrpc 8
2 string references to YAML keys in xmlrpc.routing.yml
- XmlRpcBasicTest::testInvalidMessageParsing in src/
Tests/ XmlRpcBasicTest.php - Ensure that XML-RPC correctly handles invalid messages when parsing.
- XmlRpcMessagesTest::testRequestAndResponseEncodingDefinitions in src/
Tests/ XmlRpcMessagesTest.php - Check XML-RPC client and server encoding information.
File
xmlrpc.routing.ymlView source
- xmlrpc:
- path: '/xmlrpc'
- defaults:
- _controller: '\Drupal\xmlrpc\Controller\XmlrpcController::php'
- requirements:
- # XML-RPC is by design open to the world, and using its own access control.
- _access: 'TRUE'