function password_eye_uninstall in Password Eye 2.0.x
Same name and namespace in other branches
- 8 password_eye.install \password_eye_uninstall()
Implements hook_uninstall().
File
- ./
password_eye.install, line 21 - Contains \Drupal\password_eye\password_eye.install.
Code
function password_eye_uninstall() {
\Drupal::configFactory()
->getEditable('password_eye.settings')
->delete();
}