You are here

function d8cache_menu_link_update in Drupal 8 Cache Backport 7

Implements hook_menu_link_update().

File

includes/menu.inc, line 57
Menu functions and hooks for the D8 caching system backport.

Code

function d8cache_menu_link_update($link) {
  drupal_invalidate_cache_tags(_d8cache_menu_link_get_cache_tags($link));
}