function social_auth_facebook_install in Social Auth Facebook 8
Same name and namespace in other branches
- 8.2 social_auth_facebook.install \social_auth_facebook_install()
- 3.x social_auth_facebook.install \social_auth_facebook_install()
Implements hook_install().
File
- ./
social_auth_facebook.install, line 35 - Install, update, and uninstall functions for the Social Auth Facebook module.
Code
function social_auth_facebook_install() {
SocialAuthController::setLoginButtonSettings('social_auth_facebook', 'social_auth_facebook.redirect_to_fb', 'img/facebook_logo.svg');
}