function jsonlog_uninstall in JSONlog 8
Same name and namespace in other branches
- 8.2 jsonlog.install \jsonlog_uninstall()
- 7.2 jsonlog.install \jsonlog_uninstall()
- 7 jsonlog.install \jsonlog_uninstall()
- 3.x jsonlog.install \jsonlog_uninstall()
Implements hook_uninstall().
File
- ./
jsonlog.install, line 18 - Install, update and uninstall functions for the jsonlog module.
Code
function jsonlog_uninstall() {
\Drupal::configFactory()
->getEditable('jsonlog.settings')
->delete();
}