system_goto_action

6 system.module system_goto_action($object, $context)
7 system.module system_goto_action($entity, $context)
8 system.module system_goto_action($entity, $context)

1 string reference to 'system_goto_action'

File

modules/system/system.module, line 1931
Configuration system that lets administrators modify the workings of the site.

Code

function system_goto_action($object, $context) {
  drupal_goto($context['url']);
}
Login or register to post comments