You are here

function social_auth_facebook_uninstall in Social Auth Facebook 8.2

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

Implements hook_uninstall().

File

./social_auth_facebook.install, line 20
Install, update, and uninstall functions for the Social Auth Facebook module.

Code

function social_auth_facebook_uninstall() {
  SocialAuthController::deleteLoginButtonSettings('social_auth_facebook');
}