function social_auth_facebook_uninstall in Social Auth Facebook 8
Same name and namespace in other branches
- 8.2 social_auth_facebook.install \social_auth_facebook_uninstall()
- 3.x social_auth_facebook.install \social_auth_facebook_uninstall()
Implements hook_uninstall().
File
- ./
social_auth_facebook.install, line 42 - Install, update, and uninstall functions for the Social Auth Facebook module.
Code
function social_auth_facebook_uninstall() {
SocialAuthController::deleteLoginButtonSettings('social_auth_facebook');
}