You are here

function view_password_uninstall in View Password 8.4

Implements hook_uninstall().

File

./view_password.install, line 21
Contains \Drupal\view_password\view_password.install.

Code

function view_password_uninstall() {
  \Drupal::configFactory()
    ->getEditable('pwd.settings')
    ->delete();
}