You are here

constant DRD_SERVER_ERROR_NO_FUNC in Drupal Remote Dashboard Server 7.2

Same name and namespace in other branches
  1. 6.2 drd_server.module \DRD_SERVER_ERROR_NO_FUNC
1 use of DRD_SERVER_ERROR_NO_FUNC
drd_server_execute in ./drd_server.module
This is called to execute one of the actions that are defined on one of the hook_drd_server_actions().

File

./drd_server.module, line 14
Provides XMLRPC implementation to respond to requests from DRD.

Code

define('DRD_SERVER_ERROR_NO_FUNC', 1005);