function oauth_common_edit_consumer in OAuth 1.0 6.3
Same name and namespace in other branches
- 7.4 oauth_common.consumers.inc \oauth_common_edit_consumer()
- 7.3 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 - Implementation of hook_menu().
File
- ./
oauth_common.consumers.inc, line 79
Code
function oauth_common_edit_consumer($consumer) {
return drupal_get_form('oauth_common_form_consumer', $consumer);
}