function social_auth_google_install in Social Auth Google 8.2
Same name and namespace in other branches
- 8 social_auth_google.install \social_auth_google_install()
- 3.x social_auth_google.install \social_auth_google_install()
Implements hook_install().
File
- ./
social_auth_google.install, line 13 - Install, update, and uninstall functions for the Social Auth Google module.
Code
function social_auth_google_install() {
SocialAuthController::setLoginButtonSettings('social_auth_google', 'social_auth_google.redirect_to_google', 'img/google_logo.svg');
}