Problem/Motivation
The module currently stores data in \Drupal::state() but does not remove it during uninstall. This may leave stale entries in the state table even after the module is removed.
Proposed resolution
Add cleanup logic to the module’s uninstall hook to remove all state keys used by Block Inactive Users.
Issue fork block_inactive_users-3557869
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
foxy-vikvik commentedComment #4
rawdreeg commentedComment #5
foxy-vikvik commentedComment #6
kksandr commentedLooks good.
Comment #8
foxy-vikvik commented