-
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")); }
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")); }
Code owners
Assign users and groups as approvers for specific file changes. Learn more.