Skip to content
Snippets Groups Projects
Commit 1b7510ee authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Added an XML-RPC server.  Modules that want to export remote procedure
  calls can implement the new 'xmlrpc' hook.

  Example:

   function mymodule_xmlrpc() {
     return array("drupal.myfunction" => array("function" => "mymodule_myfunction"));
   }
parent 8df2ec0e
No related branches found
No related tags found
Loading
Loading
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