function forward_update_8202 in Forward 4.x
Same name and namespace in other branches
- 8.3 forward.install \forward_update_8202()
- 8.2 forward.install \forward_update_8202()
- 4.0.x forward.install \forward_update_8202()
Add the default configuration value for 'forward_email_footer'.
File
- ./
forward.install, line 214 - Install, update and uninstall functions for the forward module.
Code
function forward_update_8202() {
\Drupal::configFactory()
->getEditable('forward.settings')
->set('forward_email_footer', '')
->save(TRUE);
}