function xmlrpc_server_get
Same name and namespace in other branches
- 7.x drupal-7.x/includes/xmlrpcs.inc \xmlrpc_server_get()
4 calls to xmlrpc_server_get()
- xmlrpc_server_list_methods in drupal-6.x/
includes/ xmlrpcs.inc - XML-RPC method system.listMethods maps to this function.
- xmlrpc_server_method_help in drupal-6.x/
includes/ xmlrpcs.inc - XML-RPC method system.methodHelp maps to this function.
- xmlrpc_server_method_signature in drupal-6.x/
includes/ xmlrpcs.inc - XML-RPC method system.methodSignature maps to this function.
- xmlrpc_server_multicall in drupal-6.x/
includes/ xmlrpcs.inc
Archivo
- drupal-6.x/
includes/ xmlrpcs.inc, line 134
Código
function xmlrpc_server_get() {
return xmlrpc_server_set();
}