constant COMPUTING_MODULE_ADMIN_PATH in Drupal Computing 7.2
Drupal Computing is a framework that facilitates distributed computing between Drupal and external programs written in non-PHP languages such as Java and Python. This is the module file that takes care the Drupal site. The Java/Python client code is located at https://github.com/danithaca/drupal-computing.
3 uses of COMPUTING_MODULE_ADMIN_PATH
- computing_command_form_submit in ./
computing.admin.inc - computing_help in ./
computing.module - Implements hook_help().
- computing_list_command_page in ./
computing.admin.inc - Generate the "Command" page. Code following the logic of system_admin_config_page().
File
- ./
computing.module, line 8
Code
define('COMPUTING_MODULE_ADMIN_PATH', 'admin/config/system/computing');