localgovdrupal / localgov_alert_banner

Alert banner module for LocalGovDrupal
GNU General Public License v2.0
4 stars 8 forks source link

Move getCurrentBanners to a service #337

Closed andybroomfield closed 3 months ago

andybroomfield commented 3 months ago

Fix #261

Use a new AlertBannerManager service and move the getCurentBanners method from the block to the manager service.

Adds an $options array for setting the type and future options. Small refactor to use loadMultiple.