Skip to content
  • Dries Buytaert's avatar
    · 1b7510ee
    Dries Buytaert authored
    - 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"));
       }
    1b7510ee