function action_post_update_remove_settings
Same name in other branches
- 9 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
Code
function action_post_update_remove_settings() {
\Drupal::configFactory()->getEditable('action.settings')
->delete();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.