Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Added an XML-RPC server. Modules that want to export remote procedure | Dries Buytaert | 2001-09-09 |
calls can implement the new 'xmlrpc' hook. Example: function mymodule_xmlrpc() { return array("drupal.myfunction" => array("function" => "mymodule_myfunction")); } |