You are here

function oauth_common_edit_consumer in OAuth 1.0 7.3

Same name and namespace in other branches
  1. 6.3 oauth_common.consumers.inc \oauth_common_edit_consumer()
  2. 7.4 oauth_common.consumers.inc \oauth_common_edit_consumer()

Menu system callback for the edit consumer page.

1 string reference to 'oauth_common_edit_consumer'
oauth_common_providerui_menu in ./oauth_common_providerui.module
Implements hook_menu().

File

./oauth_common.consumers.inc, line 86

Code

function oauth_common_edit_consumer($consumer) {
  return drupal_get_form('oauth_common_form_consumer', $consumer);
}