Search for xml

  1. Search 9.5.x for xml
  2. Search 8.9.x for xml
  3. Search 10.3.x for xml
  4. Search 11.x for xml
  5. Other projects
Title Object type File name Summary
drupal_xml_parser_create function includes/unicode.inc Prepares a new XML parser.
format_xml_elements function includes/common.inc Formats XML elements.
hook_xmlrpc function modules/system/system.api.php Register XML-RPC callbacks.
hook_xmlrpc_alter function modules/system/system.api.php Alters the definition of XML-RPC methods before they are called.
update_parse_xml function modules/update/update.fetch.inc Parses the XML of the Drupal release history info files.
xmlrpc function includes/common.inc Performs one or more XML-RPC request(s).
xmlrpc.inc file includes/xmlrpc.inc Drupal XML-RPC library.
xmlrpc.php file ./xmlrpc.php PHP page for handling incoming XML-RPC requests from clients.
xmlrpc.test file modules/simpletest/tests/xmlrpc.test
XMLRPCBasicTestCase class modules/simpletest/tests/xmlrpc.test Perform basic XML-RPC tests that do not require addition callbacks.
XMLRPCBasicTestCase::getInfo function modules/simpletest/tests/xmlrpc.test
XMLRPCBasicTestCase::testInvalidMessageParsing function modules/simpletest/tests/xmlrpc.test Ensure that XML-RPC correctly handles invalid messages when parsing.
XMLRPCBasicTestCase::testListMethods function modules/simpletest/tests/xmlrpc.test Ensure that a basic XML-RPC call with no parameters works.
XMLRPCBasicTestCase::testMethodSignature function modules/simpletest/tests/xmlrpc.test Ensure that system.methodSignature returns an array of signatures.
XMLRPCMessagesTestCase class modules/simpletest/tests/xmlrpc.test
XMLRPCMessagesTestCase::getInfo function modules/simpletest/tests/xmlrpc.test
XMLRPCMessagesTestCase::setUp function modules/simpletest/tests/xmlrpc.test Sets up a Drupal site for running functional and integration tests.
XMLRPCMessagesTestCase::testAlterListMethods function modules/simpletest/tests/xmlrpc.test Ensure that hook_xmlrpc_alter() can hide even builtin methods.
XMLRPCMessagesTestCase::testMulticallLimit function modules/simpletest/tests/xmlrpc.test Test limits on system.multicall that can prevent brute-force attacks.
XMLRPCMessagesTestCase::testSizedMessages function modules/simpletest/tests/xmlrpc.test Make sure that XML-RPC can transfer large messages.
xmlrpcs.inc file includes/xmlrpcs.inc Provides API for defining and handling XML-RPC requests.
XMLRPCValidator1IncTestCase class modules/simpletest/tests/xmlrpc.test
XMLRPCValidator1IncTestCase::getInfo function modules/simpletest/tests/xmlrpc.test
XMLRPCValidator1IncTestCase::setUp function modules/simpletest/tests/xmlrpc.test Sets up a Drupal site for running functional and integration tests.
XMLRPCValidator1IncTestCase::testValidator1 function modules/simpletest/tests/xmlrpc.test Run validator1 tests.
xmlrpc_base64 function includes/xmlrpc.inc Returns an XML-RPC base 64 object.
xmlrpc_base64_get_xml function includes/xmlrpc.inc Converts an XML-RPC base 64 object into XML.
xmlrpc_clear_error function includes/xmlrpc.inc Clears any previously-saved errors.
xmlrpc_date function includes/xmlrpc.inc Converts a PHP or ISO date/time to an XML-RPC object.
xmlrpc_date_get_xml function includes/xmlrpc.inc Converts an XML-RPC date-time object into XML.
xmlrpc_errno function includes/xmlrpc.inc Returns the last XML-RPC client error number.
xmlrpc_error function includes/xmlrpc.inc Generates, temporarily saves, and returns an XML-RPC error object.
xmlrpc_error_get_xml function includes/xmlrpc.inc Converts an XML-RPC error object into XML.
xmlrpc_error_msg function includes/xmlrpc.inc Returns the last XML-RPC client error message.
xmlrpc_message function includes/xmlrpc.inc Constructs an object representing an XML-RPC message.
xmlrpc_message_cdata function includes/xmlrpc.inc Handles character data for XML parsing in xmlrpc_message_parse().
xmlrpc_message_get function includes/xmlrpc.inc Returns the most recently stored XML-RPC message object.
xmlrpc_message_parse function includes/xmlrpc.inc Parses an XML-RPC message.
xmlrpc_message_set function includes/xmlrpc.inc Stores a copy of the most recent XML-RPC message object temporarily.
xmlrpc_message_tag_close function includes/xmlrpc.inc Handles closing tags for XML parsing in xmlrpc_message_parse().
xmlrpc_message_tag_open function includes/xmlrpc.inc Handles opening tags for XML parsing in xmlrpc_message_parse().
xmlrpc_request function includes/xmlrpc.inc Constructs an object representing an XML-RPC request.
xmlrpc_server function includes/xmlrpcs.inc Invokes XML-RPC methods on this server.
xmlrpc_server_call function includes/xmlrpcs.inc Dispatches an XML-RPC request and any parameters to the appropriate handler.
xmlrpc_server_error function includes/xmlrpcs.inc Throws an XML-RPC error.
xmlrpc_server_get function includes/xmlrpcs.inc Retrieves the latest stored XML-RPC request.
xmlrpc_server_get_capabilities function includes/xmlrpcs.inc Returns a list of the capabilities of this server.
xmlrpc_server_list_methods function includes/xmlrpcs.inc Lists the methods available on this XML-RPC server.
xmlrpc_server_method_help function includes/xmlrpcs.inc Returns the help for an XML-RPC method.
xmlrpc_server_method_signature function includes/xmlrpcs.inc Returns one method signature for a function.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.