public static function LdapAuthenticationConfAdmin::uninstall in Lightweight Directory Access Protocol (LDAP) 7
Same name and namespace in other branches
- 8.2 ldap_authentication/LdapAuthenticationConfAdmin.class.php \LdapAuthenticationConfAdmin::uninstall()
- 7.2 ldap_authentication/LdapAuthenticationConfAdmin.class.php \LdapAuthenticationConfAdmin::uninstall()
File
- ldap_authentication/
LdapAuthenticationConfAdmin.class.php, line 235
Class
Code
public static function uninstall() {
variable_del('ldap_authentication_conf');
}