You are here

function _oauthconnector_connect_button in OAuth Connector 6

Same name and namespace in other branches
  1. 7 oauthconnector.module \_oauthconnector_connect_button()
1 string reference to '_oauthconnector_connect_button'
oauthconnector_connector in ./oauthconnector.module
Implementation of hook_connector().

File

./oauthconnector.module, line 424
OAuth Connector module

Code

function _oauthconnector_connect_button($form, &$form_state) {
  _oauthconnector_button($form, &$form_state, FALSE);
}