You are here

function geolocation_google_maps_uninstall in Geolocation Field 8.2

Same name and namespace in other branches
  1. 8.3 modules/geolocation_google_maps/geolocation_google_maps.install \geolocation_google_maps_uninstall()

Implements hook_requirements().

File

modules/geolocation_google_maps/geolocation_google_maps.install, line 46
Handle requirements.

Code

function geolocation_google_maps_uninstall() {
  Drupal::configFactory()
    ->getEditable('geolocation_google_maps.settings')
    ->delete();
}