function social_auth_google_install in Social Auth Google 8
Same name and namespace in other branches
- 8.2 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 30 - Install and uninstall functions for the Google Login module.
Code
function social_auth_google_install() {
SocialAuthController::setLoginButtonSettings('social_auth_google', 'social_auth_google.redirect_to_google', 'img/google_logo.svg');
}