Same name and namespace in other branches
  1. 7.x-1.x spambot.install \spambot_uninstall() 1 comment

Clear all used storage.

File

./spambot.install, line 45

Code

function spambot_uninstall() {
    \Drupal::state()->delete('spambot_last_checked_uid');
}