You are here

public static function LdapAuthenticationConfAdmin::uninstall in Lightweight Directory Access Protocol (LDAP) 8.2

Same name and namespace in other branches
  1. 7.2 ldap_authentication/LdapAuthenticationConfAdmin.class.php \LdapAuthenticationConfAdmin::uninstall()
  2. 7 ldap_authentication/LdapAuthenticationConfAdmin.class.php \LdapAuthenticationConfAdmin::uninstall()

File

ldap_authentication/LdapAuthenticationConfAdmin.class.php, line 222

Class

LdapAuthenticationConfAdmin

Code

public static function uninstall() {
  variable_del('ldap_authentication_conf');
}