function action_post_update_remove_settings in Drupal 9
Same name and namespace in other branches
- 8 core/modules/action/action.post_update.php \action_post_update_remove_settings()
Removes action settings.
File
- core/
modules/ action/ action.post_update.php, line 29 - Post update functions for Action module.
Code
function action_post_update_remove_settings() {
\Drupal::configFactory()
->getEditable('action.settings')
->delete();
}