function action_post_update_remove_settings

Same name and namespace in other branches
  1. 8.9.x 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.