function system_update_8028

Remove the 'menu_masks' configuration variable.

Related topics

File

drupal/core/modules/system/system.install, line 1687
Install, update and uninstall functions for the system module.

Code

function system_update_8028() {

  // No upgrade path needed since the menu router will be rebuilt during the
  // Drupal 7 to Drupal 8 upgrade.
  update_variable_del('menu_masks');
}