function system_goto_action
Same name and namespace in other branches
- 7.x drupal-7.x/modules/system/system.module \system_goto_action()
1 string reference to 'system_goto_action'
- system_action_info in drupal-6.x/
modules/ system/ system.module - Implementation of hook_action_info().
Archivo
- drupal-6.x/
modules/ system/ system.module, line 1929 - Configuration system that lets administrators modify the workings of the site.
Código
function system_goto_action($object, $context) {
drupal_goto($context['url']);
}