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

theMusician created an issue. See original summary.

tr’s picture

Title: Settings need to be removed when the module is uninstalled » Remove hook_uninstall()

That 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().

themusician’s picture

Assigned: Unassigned » themusician
Status: Active » Fixed

Thanks TR. Done and done.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.