function oauth_commmon_is_provider in OAuth 1.0 6.3
Same name and namespace in other branches
- 7.4 oauth_common.module \oauth_commmon_is_provider()
- 7.3 oauth_common.module \oauth_commmon_is_provider()
Check if oauth_common is acting as a provider.
1 string reference to 'oauth_commmon_is_provider'
- oauth_common_menu in ./
oauth_common.module - Implementation of hook_menu().
File
- ./
oauth_common.module, line 388
Code
function oauth_commmon_is_provider() {
return variable_get('oauth_common_enable_provider', TRUE);
}