You are here

function geolocation_here_uninstall in Geolocation Field 8.2

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

Implements hook_requirements().

File

modules/geolocation_here/geolocation_here.install, line 41
Handle requirements.

Code

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