You are here

function system_post_update_clear_menu_cache in Drupal 8

Clear the menu cache.

See also

https://www.drupal.org/project/drupal/issues/3044364

File

core/modules/system/system.post_update.php, line 234
Post update functions for System.

Code

function system_post_update_clear_menu_cache() {

  // Empty post-update hook.
}