You are here

function geolocation_yandex_uninstall in Geolocation Field 8.2

Implements hook_requirements().

File

modules/geolocation_yandex/geolocation_yandex.install, line 38
Handle requirements.

Code

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