You are here

function menu_link_content_update_last_removed in Drupal 9

Implements hook_update_last_removed().

File

core/modules/menu_link_content/menu_link_content.install, line 11
Install, update and uninstall functions for the menu_link_content module.

Code

function menu_link_content_update_last_removed() {
  return 8601;
}