function system_post_update_linkset_settings
Add new menu linkset endpoint setting.
File
-
core/
modules/ system/ system.post_update.php, line 62
Code
function system_post_update_linkset_settings() {
$config = \Drupal::configFactory()->getEditable('system.feature_flags');
$config->set('linkset_endpoint', FALSE)
->save();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.