Skip to content
Snippets Groups Projects
Commit d142a219 authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #1956782 by bdimaggio, tanmayk, chertzog: Document parameter better in xmlrpc_server

parent 6664c6a9
No related merge requests found
......@@ -26,7 +26,9 @@ function xmlrpc_server_page() {
* Invokes XML-RPC methods on this server.
*
* @param array $callbacks
* Array of external XML-RPC method names with the callbacks they map to.
* Either an associative array of external XML-RPC method names as keys with
* the callbacks they map to as values, or a more complex structure
* describing XML-RPC callbacks as returned from hook_xmlrpc().
*
* @return \Symfony\Component\HttpFoundation\Response
* A Response object.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment