function system_goto_action_submit

File

modules/system/system.module, line 3369

Code

function system_goto_action_submit($form, $form_state) {
    return array(
        'url' => $form_state['values']['url'],
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.