You are here

function oauth_common_edit_form_auth_level_ajax_callback in OAuth 1.0 7.3

Same name and namespace in other branches
  1. 7.4 oauth_common.admin.inc \oauth_common_edit_form_auth_level_ajax_callback()

AJAX callback for dealing with auth levels

Return value

void

1 string reference to 'oauth_common_edit_form_auth_level_ajax_callback'
oauth_common_edit_form_context in ./oauth_common.admin.inc
Form to edit the settings of a context.

File

./oauth_common.admin.inc, line 412
Administration pages for OAuth module.

Code

function oauth_common_edit_form_auth_level_ajax_callback($form, $form_state) {
  return $form['authorization_levels'];
}