You are here

function smart_ip_maxmind_geoip2_bin_db_uninstall in Smart IP 8.3

Same name and namespace in other branches
  1. 8.4 modules/smart_ip_maxmind_geoip2_bin_db/smart_ip_maxmind_geoip2_bin_db.install \smart_ip_maxmind_geoip2_bin_db_uninstall()

Implements hook_uninstall().

File

modules/smart_ip_maxmind_geoip2_bin_db/smart_ip_maxmind_geoip2_bin_db.install, line 30

Code

function smart_ip_maxmind_geoip2_bin_db_uninstall() {

  // Remove all stored states
  \Drupal::state()
    ->deleteMultiple([
    'smart_ip_maxmind_geoip2_bin_db.last_update_time',
  ]);
}