function bootstrap_site_alert_update_8102 in Bootstrap Site Alert 8
Remove all config since we are now using states in the forms.
File
- ./
bootstrap_site_alert.install, line 46 - The bootstrap_site_alert install file.
Code
function bootstrap_site_alert_update_8102() {
\Drupal::service('config.factory')
->getEditable('bootstrap_site_alert.settings')
->delete();
}