Closed (fixed)
Project:
Able Player
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
9 Apr 2019 at 21:31 UTC
Updated:
25 Apr 2019 at 05:14 UTC
Jump to comment: Most recent
On line 146 of ableplayer.install there is a @FIXME flag. We need to ensure settings are removed when the module is uninstalled. There is a new way of doing this in Drupal 8.
Comments
Comment #2
tr commentedThat needed to be done in D7, but in D8 all module-provided configurations are automatically removed upon uninstall. So the only thing that's needed here is to remove the currently-empty hook_uninstall().
Comment #3
themusician commentedThanks TR. Done and done.