You are here

Classes, traits, and interfaces in xmlrpc 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
XmlRpcBasicTest class Drupal\xmlrpc\Tests src/Tests/XmlRpcBasicTest.php Perform basic XML-RPC tests that do not require addition callbacks.
XmlrpcController class Drupal\xmlrpc\Controller src/Controller/XmlrpcController.php Contains controller methods for the XML-RPC module.
XmlRpcExampleAlterForm class Drupal\xmlrpc_example\Form xmlrpc_example/src/Form/XmlRpcExampleAlterForm.php Presents a form to enable/disable the code implemented in hook_xmlrpc_alter. 1
XmlRpcExampleClientForm class Drupal\xmlrpc_example\Form xmlrpc_example/src/Form/XmlRpcExampleClientForm.php Form demonstrating XML-RPC client. 1
XmlRpcExampleController class Drupal\xmlrpc_example\Controller xmlrpc_example/src/Controller/XmlRpcExampleController.php Controller methods for basic documentation pages in this module.
XmlRpcExampleServerForm class Drupal\xmlrpc_example\Form xmlrpc_example/src/Form/XmlRpcExampleServerForm.php Configuration form of the XML-RPC service = UI for the XML-RPC Server part. 1
XmlRpcExampleTest class Drupal\xmlrpc_example\Tests xmlrpc_example/src/Tests/XmlRpcExampleTest.php Test case for testing the xmlrpc_example module.
XmlRpcMessagesTest class Drupal\xmlrpc\Tests src/Tests/XmlRpcMessagesTest.php Tests large messages and method alterations.
XmlRpcTestBase abstract class Drupal\xmlrpc\Tests src/Tests/XmlRpcTestBase.php A base class simplifying xmlrpc() calls testing. 3
XmlRpcTrait trait Drupal\xmlrpc src/XmlRpcTrait.php XmlRpcTrait provides the getEndpoint() method used in tests and examples. 4
XmlRpcValidatorTest class Drupal\xmlrpc\Tests src/Tests/XmlRpcValidatorTest.php Test validation according to the XML-RPC.com validation suite.

Other projects