You are here

function taxonomy_menu_taxonomy_term_update in Taxonomy menu 8

Same name and namespace in other branches
  1. 8.3 taxonomy_menu.module \taxonomy_menu_taxonomy_term_update()
  2. 7.2 taxonomy_menu.module \taxonomy_menu_taxonomy_term_update()
  3. 7 taxonomy_menu.module \taxonomy_menu_taxonomy_term_update()

Implements hook_taxonomy_term_update().

File

./taxonomy_menu.module, line 347
Generates menu links for all selected taxonomy terms.

Code

function taxonomy_menu_taxonomy_term_update(Term $term) {
  _taxonomy_menu_termapi_helper($term, 'update');
}