function views_update_11201

Removes the ui.show.advanced_column setting.

File

core/modules/views/views.install, line 25

Code

function views_update_11201() : void {
  $config = \Drupal::configFactory()->getEditable('views.settings');
  $config->clear('ui.show.advanced_column');
  $config->save();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.