You are here

function social_auth_facebook_install in Social Auth Facebook 8.2

Same name and namespace in other branches
  1. 8 social_auth_facebook.install \social_auth_facebook_install()
  2. 3.x social_auth_facebook.install \social_auth_facebook_install()

Implements hook_install().

File

./social_auth_facebook.install, line 13
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');
}